[perl-win32-gui-users] updating the window/screen

2010-01-20 Thread merryxmas
Hi, the following code will draw a line advancing slowly from top left to bottom right, the condition is that i must draw it once only. so how i keep the plot from been erased when covered by other windows !!. i have tried many plans but failed. there is Update, and restore functions but it seems

Re: [perl-win32-gui-users] Win32 Gui Web site

2009-10-22 Thread merryxmas
hi i suggest the scheme of questions and answers; such as: 1- how to display a message box answer: a complete small example with notes. 2- how to write text on a text box 3- how to retrieve text from a text box 4- how to color a word in a rich text box 5- how to retrieve the index of an item i

[perl-win32-gui-users] call a subroutine after the Form appearance

2009-03-16 Thread merryxmas
hello the following code will show a msgbox before the Form appears on the screen, i wonder if it is possible to show the msgbox after the Form appears on the screen automatically. use Win32::GUI; $Win = new Win32::GUI::Window( -left => 3, -top=> 5, -width => 640, -

[perl-win32-gui-users] win32-gui and perl 5.10

2008-01-01 Thread merryxmas
hello are there any plans to update win32-gui to support the new perl 5.10 -- View this message in context: http://www.nabble.com/win32-gui-and-perl-5.10-tp14476587p14476587.html Sent from the perl-win32-gui-users mailing list archive at Nabble.com. --

[perl-win32-gui-users] RadioButton checked or not checked

2007-12-07 Thread merryxmas
hi i have a form with two radiobuttons, and i want one of them to be checked when the form launched. i can't make this by the -check option. what should i do thanks -- View this message in context: http://www.nabble.com/RadioButton-checked-or-not-checked-tf4962411.html#a14213652 Sent from the