1. autosize
- Posted by sixs <sixs at ida.net> Nov 06, 2004
- 564 views
Hello, I am using autosize to locate buttons on the window. I get a warning parameter event in WinResize() in autosize .ew is not used. How do I get rid of these warnings? Thanks, JIm
2. Re: autosize
- Posted by CoJaBo <cojabo at suscom.net> Nov 06, 2004
- 533 views
Adding "witohout warning" to the start of your program should hide those warnings. sixs wrote: > > Hello, > I am using autosize to locate buttons on the window. I get a warning > parameter event in WinResize() in autosize .ew is not used. > How do I get rid of these warnings? > Thanks, > JIm > >
3. Re: autosize
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 06, 2004
- 553 views
You're using my autosize library? Hooray! And yes, Cojabo's right about the without warning. On Fri, 05 Nov 2004 18:08:18 -0700, sixs <sixs at ida.net> wrote: > parameter event in WinResize() in autosize .ew is not used. > How do I get rid of these warnings? -- MrTrick
4. Re: autosize
- Posted by Ralf Bender <r.bender at datasec.de> Nov 06, 2004
- 564 views
Hello Patrick, I'm also a user of your autosize There is one thing that won't work in my program: Resize of Tab and TabItem's. Is it true? Patrick Barnes said on 06.11.2004 08:22: > You're using my autosize library? Hooray! > > > > And yes, Cojabo's right about the without warning. > > > On Fri, 05 Nov 2004 18:08:18 -0700, sixs <sixs at ida.net> wrote: > >>parameter event in WinResize() in autosize .ew is not used. >>How do I get rid of these warnings? > >
5. Re: autosize
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 06, 2004
- 547 views
I have no idea... autosize.ew uses setRect to move the controls around as needed. I'm afraid I've been quite slack lately - I haven't done any windows programming for 6 months or so... so I don't know what developments have been going on in win32lib. Derek, which controls can/can't be moved by setRect? On Sat, 06 Nov 2004 13:55:57 +0100, Ralf Bender <r.bender at datasec.de> wrote: > > Hello Patrick, > > I'm also a user of your autosize > > There is one thing that won't work in my program: Resize of Tab and > TabItem's. Is it true? > > Patrick Barnes said on 06.11.2004 08:22: > > > > You're using my autosize library? Hooray! > > > > > > > > And yes, Cojabo's right about the without warning. > > > > > > On Fri, 05 Nov 2004 18:08:18 -0700, sixs <sixs at ida.net> wrote: > > > >>parameter event in WinResize() in autosize .ew is not used. > >>How do I get rid of these warnings? > > > > > > > -- MrTrick