[perl-win32-gui-users] Problems with List Boxes

2001-10-25 Thread SSGT Steven Swenson
I am trying to use this module to make a GUI for a command-line application. I am using at the moment two list boxes and a Progress Bar. For some reason the interpreter can't find the second list box when I try to call its Add function. I also can't seem to get slide bars to appear on the listbo

Re: [perl-win32-gui-users] Does Win32::GUI::PeekMessage work?

2001-10-25 Thread Johan Lindstrom
Mark wrote: I have a window full of colourful cirles that get blanked out whenever another window goes on top. I The Win32::Graphic control has a Paint event. Maybe if you paint on that one instead. Note that you have to redraw the entire control each time. Trivia: This is how The GUI Loft d

[perl-win32-gui-users] Does Win32::GUI::PeekMessage work?

2001-10-25 Thread Mark Rivington
I have a window full of colourful cirles that get blanked out whenever another window goes on top. I have tried to intercept the redraw message with PeekMessage but got nothing out of it. GetMessage works but hangs the application as it waits on the call. Anybody got any bright ideas? Thanks Mark