Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Darian
-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change the value

Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Steve Loughran
@lists.sourceforge.net Betreff: [perl-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change

Re: [perl-win32-gui-users] Change values out of a thread

2006-12-28 Thread Kind, Uwe (AGIS)
Auftrag von MALEADt Gesendet: Mittwoch, 27. Dezember 2006 21:01 An: perl-win32-gui-users@lists.sourceforge.net Betreff: [perl-win32-gui-users] Change values out of a thread Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main

[perl-win32-gui-users] Change values out of a thread

2006-12-27 Thread MALEADt
Hi, Maybe a stupid question, but how do I change a value of a textbox out of a thread? Textbox is created in the main program. On a button click, a thread is launched and detached, but that thread can't change the value of that textbox.. always getting: thread failed to start: can't call

Re: [perl-win32-gui-users] Change()

2006-02-27 Thread Octavian Rasnita
From: Glenn Linderman [EMAIL PROTECTED] didn't help either. I'm out of my depth here; given that this stuff doesn't work in the case you are trying (which I had never tried), but does work in other cases (like I use all over the place, and as above, for Test, I don't have any more ideas.

[perl-win32-gui-users] Change()

2006-02-25 Thread Octavian Rasnita
Hi, Does anyone have an example of using the Change() method (or another way) for modifying the text that appears in the menus? I want to let the user change the language of the interface without needing to restart the application, so I need rewriting the menus. Perhaps it is possible to create

[perl-win32-gui-users] Change Cursor Not Working

2004-07-30 Thread Eric Hansen
Hello, I have tried using several different cursor files to see if it was my desired cursor file that was In error, but none of the cursors work with below syntax: $Cursor = new Win32::GUI::Cursor(C:\\Bibles\\rainbow.cur); $W-ChangeCursor($Cursor); #-- $W is my window What could be

[perl-win32-gui-users] Change Event firing

2004-01-20 Thread Chris Wearn
Hi All, Using 5.8 and 665-Fix. Have a textbox $txtHostName in a window, with an event sub ::txtHostName_Change { print Event fired\n; } It appears the the 'Change' event is firing when the script first starts, as well as detecting changes from the users input. Is this normal behavior?

Re: [perl-win32-gui-users] Change menu text

2003-11-14 Thread Jonathan Southwick
Thanks, that worked. One question though, just because I am curious: What does the 'x26' do? Jonathan At 11/13/2003 03:52 PM, Glenn Linderman wrote: On approximately 11/13/2003 1:20 PM, came the following characters from the keyboard of Jonathan Southwick: Is it possible to change the text

Re: [perl-win32-gui-users] Change menu text

2003-11-14 Thread Glenn Linderman
The \x26 is a hex escape for which Windows uses to alert users to the menu selection key. Why I used \x26 instead of just saying in that particular example text string probably exceeds the bounds of your curiosity it has to do with other tools I use that scan the source code looking for

[perl-win32-gui-users] Change menu text

2003-11-13 Thread Jonathan Southwick
Is it possible to change the text on a menu? I want to change a menu item from Refresh workgroups to Refresh clients depending on what view they are currently at. I am already keeping track of the view I just need to change the menu text. Jonathan Southwick [EMAIL

Re: [perl-win32-gui-users] Change menu text

2003-11-13 Thread Glenn Linderman
On approximately 11/13/2003 1:20 PM, came the following characters from the keyboard of Jonathan Southwick: Is it possible to change the text on a menu? I want to change a menu item from Refresh workgroups to Refresh clients depending on what view they are currently at. I am already keeping

[perl-win32-gui-users] Change Window properties from external module

2002-06-05 Thread Guillem Cunillera Wefers
Hi again, In this case I would like to Disable a Window from a external module, I have declared a Window with Our. package Mailtool::gethttp; our $WindowGet = Win32::GUI::Window-new ( ... Is this possible to change his properties externaly, I have tried thinks such as: package

RE: [perl-win32-gui-users] Change Window properties from external module : Don't read my last question, thanks

2002-06-05 Thread Guillem Cunillera Wefers
/ juny / 2002 20:46 Asunto: [perl-win32-gui-users] Change Window properties from external module Hi again, In this case I would like to Disable a Window from a external module, I have declared a Window with Our. package Mailtool::gethttp; our $WindowGet = Win32::GUI::Window-new

[perl-win32-gui-users] change color in listbox for addstring

2002-03-06 Thread NAHUM Marc
hye, how can i change a color when i made a AddString into a Listbox ? thanks

RE: [perl-win32-gui-users] Change cursor to hourglass and back?

2001-07-05 Thread Peter Eisengrein
) $Window-Button-ChangeCursor($C); $Window-Label-ChangeCursor($C); -Original Message- From: Peter Eisengrein Sent: Thursday, July 05, 2001 9:07 AM To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-gui-users] Change cursor to hourglass and back? Win32

RE: [perl-win32-gui-users] Change cursor to hourglass and back?

2001-07-05 Thread Piske, Harald
'}; return $LoadImage-Call (0, $_, 2, 0, 0, 0x8040); } Have fun, Harald -Original Message- From: Felix Gaehler [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 4. Juli 2001 13:18 To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Change cursor to hourglass and back

RE: [perl-win32-gui-users] Change cursor to hourglass and back?

2001-07-05 Thread Peter Eisengrein
Win32::GUI::Cursor should do it (though I've never used it) -Original Message- From: Felix Gaehler [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 4:18 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Change cursor to hourglass and back

RE: [perl-win32-gui-users] Change cursor to hourglass and back?

2001-07-05 Thread Piske, Harald
To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Change cursor to hourglass and back? Hi I have a Win32-GUI application in which a query to a website is executed and the results are displayed afterwards. This can take several seconds. To signal to the user

[perl-win32-gui-users] Change cursor to hourglass and back?

2001-07-04 Thread Felix Gaehler
Hi I have a Win32-GUI application in which a query to a website is executed and the results are displayed afterwards. This can take several seconds. To signal to the user that his query is being processed and he should wait, I would like to display the mouse cursor in the form of an hourglass