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
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
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
3 matches
Mail list logo