[perl-win32-gui] gui builder

2000-12-12 Thread Christopher Sagayam
is there a forms builder or a gui builder for the win32::GUI module ? chris

[perl-win32-gui] frames equivalent

2000-12-12 Thread Christopher Sagayam
What is the Win32::GUI equivalent of "Frames" concept in perl/tk ? chris

[perl-win32-gui] 2 questions

2000-12-14 Thread Christopher Sagayam
to cut a long story short ... $W-Tab-AddButton( -name = "createchangetab0", -left = 300, -top = 80 , -text = " Create/Change ", -width = 180, -height = 22, -foreground = [0,255,0], -background = [0,0,0], ); some more code here $W2 = new Win32::GUI::Window( -name = "W2",

[perl-win32-gui] a question regarding pmx.pl

2000-12-15 Thread Christopher Sagayam
Hi all I totally switched over to win32 gui rather than perl/tk ... The file which is present in the samples " pmx.pl " when I run it from command line "perl pmx.pl" I get the dialog box with title "PMX version 0.22" and a tabstrip "c:\perl\lib" , "c:\perl\site\lib" and "." when I

[perl-win32-gui] mian dialog and pop up dialog

2000-12-17 Thread Christopher Sagayam
I create a main dialog window using new Win32::GUI::DialogBox( say main dialog and I have a button in the main dialog wndow and when I click the button I open another dialog window say pop up dialog 1) I want the pop up dialog to have focus and the user should not be allowed to click

[perl-win32-gui] use of $W-{-dialogui} = 1; ??

2000-12-17 Thread Christopher Sagayam
can anyone tell me what is the use of $W-{-dialogui} = 1; ? chris