[perl-win32-gui-users] Sorry

2006-11-05 Thread Ross Clunie
Ignore my last post as I realised I had downloaded the wrong file. Sorry for the confusion Thanks for your help Regards Ross Clunie

[perl-win32-gui-users] Install 1.05

2006-11-05 Thread Ross Clunie
possible to create a PPM distribution please for AS perl 5.8.8 build 819 Regards Ross Clunie

[perl-win32-gui-users] Installed 1.04 but no HTML's

2006-11-01 Thread Ross Clunie
::GUI::Grid Win32::GUI::Scintilla Win32::GUI::ReleaseNotes No HTML documentaion for the other packages ie buttons, textfields etc got installed. I have installed the POD files as per Roberts instructions as well. Is this normal with the new release? Using ActivePerl 5.8.8.819 PPM4 Regards Ross Clunie

RE: [perl-win32-gui-users] Awaiting modal window closure

2004-12-07 Thread Ross Clunie
IDTRYAGAIN The user clicked the Try Again button. 11 IDCONTINUE The user clicked the Continue button. The default TYPE value is a warning icon with an OK button (MB_ICONEXCLAMATION|MB_OK). Hope this Helps Regards Ross Clunie

[perl-win32-gui-users] LoadResource with Gui Loft

2004-03-17 Thread Ross Clunie
oft::Design->newLoad($fileWindow) or die("Could not open window file ($fileWindow)"); The exe file was created with Perl2Exe ver 7.0 I used ResHacker to add the "clearcal.gld" as "RCDATA" named "CLEARCAL.GLD" to the exe. I am also using the Win32::GUI ver 0.0.670, 08 March 2004 Thanks Ross Clunie

[perl-win32-gui-users] Timer use with NEM

2004-01-30 Thread Ross Clunie
Hi All please ignore my last post on this subject as I figured it out. You add the "-onTimer" option to the main window construction. Thanks anyway Regards Ross Clunie

[perl-win32-gui-users] Timer use with NEM

2004-01-30 Thread Ross Clunie
butTop, ); } sub addStatusBar { $Sb = $main->AddStatusBar(); } sub Button_Run_Click { $Sb->Text("Run Button Clicked"); } sub T1_Timer { $Sb->Text("Timer went Off"); } sub Main_Terminate { -1; } #3 any help would be greatly appreciated. Regards Ross Clunie

RE: [perl-win32-gui-users] win32-gui 0.670 and perl2exe

2004-01-19 Thread Ross Clunie
Ross Clunie Wrote: I had the same problem. Got everything working properly by commenting out "use base "Win32::GUI::Window" in the "ToolbarWindow.pm" located in "/Perl/site/lib/Win32/GUI" Hope this works or you. R

[perl-win32-gui-users] TextField entry

2003-11-25 Thread Ross Clunie
hi I would like to be able to use the ENTER key as an event trigger for a textfeild. I have the _LostFocus event set and this works when the tab key is used but I would like ENTER key to emulate this function. Is it poosible. Thanks Ross Clunie > > >