[perl-win32-gui-users] RE: communication between GUI scripts

2002-07-15 Thread Straub, Peter (Peter)
Hi, Kevin and Scott thank you very much for your replies. It seems to be very hard to combine the IPC stuff with the GUI event model, at least with regard to the means Win32::GUI offers. Receiving user defined events seems to be the main problem because there is no suitable access to the main even

[perl-win32-gui-users] RE: textfield prompt color

2002-07-15 Thread Rogers, John
Scott, It dosnt seem like anyone has answered you yet, so here goes, 1) define Textfield, or label colour. -foreground =>[ 0, 0, 255] , -background =>[0,255,0], 0 to 255 red,green,blue 2) you can get the handle with -handle eg $handle=$winMain->lblname()->{-handle}); J