[perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 #1109 - 6 msgs

2005-08-31 Thread ramy
Some progress here, the ed_test.pl files runs on Win2K pro and show the perl code syntax coloring and also show the Folding icons but it does not fire the events and the folding margin does not respond. Ramy - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, Aug

[perl-win32-gui-users] Scintilla Editor Folding Implementation in Win32::GUI::Scintilla

2005-08-28 Thread ramy
Scintilla is a very powerfull source code editor, I am trying to test the Perl wrapper by Laurent Rocher, below is the starting code from the Win32::GUI::Scintilla docs, The only problem now I am having is how to activate the Folding and how to use it, can anyone please post code on how to display

[perl-win32-gui-users] Here is Full Win32 GUI Email Spider Threaded Application

2005-07-17 Thread ramy
and may be other modules required. To run Type at the DOS prompt: Perl Spiderawy.cgi Ramy

[perl-win32-gui-users] Hosting WebBrowser, SetProperty

2004-12-28 Thread ramy
k Tried also $Control->CallMethod("PutProperty", "ToolBar", 1); but it does not work also. Can anyone tell me how to set these properies. Is there any more docuemtations of this issue in general also The code I used below Thank you everyone Ramy # perl -w # # Hosting W

[perl-win32-gui-users] Internet explorer, AxWindow, WIN32::OLE

2004-03-29 Thread ramy
I get the html code, the page source of each frame and how do I know when all frames are fully loaded. Is there a docs anywhere on the properties and methods tree of the object Also what is the difference between, DocumentComplete and DownloadComplete events Thanks in advance for reply Ramy

[perl-win32-gui-users] Textfield ESC key hides the control Window

2004-03-13 Thread ramy
Hello, When I set multilin=>1 in textfiled control, if the user click "ESC" key the whole GUI disappers Hides and the application did ot exit if you set the multiline=>0 this problem is solved. Any suggestions Thanks Ramy

Re: [perl-win32-gui-users] Anyone help?

2004-02-25 Thread ramy
Chris, Thank you for your help, what is the link to this tutorial please Ramy - Original Message - From: Chris Wearn To: [EMAIL PROTECTED] ; perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 25, 2004 3:46 PM Subject: RE: [perl-win32-gui-users] Anyone help

[perl-win32-gui-users] Anyone help?

2004-02-25 Thread ramy
::Tooltip... *** PACKAGE Win32::GUI::Header... *** PACKAGE Win32::GUI::ComboboxEx... *** PACKAGE Win32::GUI::DateTime... *** PACKAGE Win32::GUI::Brush... *** PACKAGE Win32::GUI::Pen... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Ramy

[perl-win32-gui-users] EXE heardes Modification Module on CPAN!!

2004-02-24 Thread ramy
That module will answer a lot of questions I asked before and some discussions now here: Win32::Exe http://theoryx5.uwinnipeg.ca/CPAN/data/Win32-Exe/Win32/Exe.html You can change the EXE version information and resources as you like! Amazing, it is 2004 Ramy

[perl-win32-gui-users] Building Win32::GUI on Windows 2k

2004-02-24 Thread ramy
::Tooltip... *** PACKAGE Win32::GUI::Header... *** PACKAGE Win32::GUI::ComboboxEx... *** PACKAGE Win32::GUI::DateTime... *** PACKAGE Win32::GUI::Brush... *** PACKAGE Win32::GUI::Pen... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Ramy

[perl-win32-gui-users] ComboBox AutoHScroll function & style

2004-02-21 Thread ramy
dif /* WINVER >= 0x0400 */ Ramy

[perl-win32-gui-users] Building Win32::GUI with the new updated modules

2004-02-21 Thread ramy
::Tooltip... *** PACKAGE Win32::GUI::Header... *** PACKAGE Win32::GUI::ComboboxEx... *** PACKAGE Win32::GUI::DateTime... *** PACKAGE Win32::GUI::Brush... *** PACKAGE Win32::GUI::Pen... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Ramy

Re: [perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread ramy
The threads system is working properly and if you just remove the Win32 api it will work fine. Ramy - Original Message - From: "Frazier, Joe Jr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Glenn Linderman" <[EMAIL PROTECTED]> Cc: Sent: Thursday,

Re: [perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread ramy
The code is below to test Win32::API with perl2exe: #== $| = 1; use CGI::Carp; use Carp::Heavy; #== use threads; use threads::shared; use Thread::Running; use LWP::UserAgent; use attribu

Re: [perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread ramy
WIN32::API some how allocate memory or some initilzation variable(s) that may its data go out of the allocated space for it or tie(ing) some variables Ramy - Original Message - From: "Glenn Linderman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Thursday, Feb

[perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread ramy
ou have a mailing list set up for your module, mention it here. If you have a web site set up for your module, mention it here. =head1 AUTHOR A. U. Thor, E[EMAIL PROTECTED] =head1 COPYRIGHT AND LICENSE Copyright (C) 2004 by A. U. Thor This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available. =cut Ramy

[perl-win32-gui-users] Listview Background color change code available

2004-02-17 Thread ramy
e 2 functions to set the foreground and background of the listview text color when using the above function: $LV->TextBkColor($BkColor); $LV->TextColor($Color); or when listview scrolls it will wipe out the background color you set Ramy

[perl-win32-gui-users] Toolbar new package updated

2004-02-16 Thread ramy
Hello all The new code and package below for the toolbar allows using Image lists for normal toolbar dispaly and for hot buttons and for disabled buttons. Also the new package and test code has the Tooltip working Does Aldo visits this mail list or anyone can send him this code to be attached to

[perl-win32-gui-users] Toolbar Package available here

2004-02-15 Thread ramy
Hello all, SInce we all were looking for functions f\to control the toolbar and I really needed one and after digging, here is a good control code will make you happy. Anyone interested to complete the package and include it with the WIn3::GUI welcomed, I realy did not have the time as I just need

[perl-win32-gui-users] Re: Win32::GUI::Header use

2004-02-09 Thread ramy
Just resolved the "&" in the Label by guessing: Replace each "&" by "&&" Another issue, can someone post an example for using the UpDown control Ramy - Original Message - From: Jez White To: [EMAIL PROTECTED] ; Steve Pick ; perl

[perl-win32-gui-users] Displaying the "&" in Labes with -noprefix => 1,

2004-02-08 Thread ramy
-sunken => 1, -foreground=> $Color, -background => $BColor, -remstyle=>WS_BORDER|WS_THICKFRAME, -tabstop=>0, ); Ramy

[perl-win32-gui-users] Win32::GUI::Header use

2004-02-07 Thread ramy
g on my mind now, Is there an event to catch the mouse move over a button. The reason I am thinking to use buttons instead of the static toolbars and swap images when the button get the mouse over and mouse out and active states. May be adding few functions to the tool bar would be

[perl-win32-gui-users] Separator Lines

2004-01-30 Thread ramy
Is there a function to put a separator line in the design. or do I have to use the Graphics to draw the line for example 2 lines with 2 different colors to show it sinked Thanks Ramy

[perl-win32-gui-users] Sparator lines

2004-01-30 Thread ramy
Is there a function to put a separator line in the design. or do I have to use the Graphics to draw the line for example 2 lines with 2 different colors to show it sinked Thanks Ramy

[perl-win32-gui-users] Listview Colors and Buttons Images...

2004-01-27 Thread ramy
and Tabs. 6)-The Textfield in Multiline mode, does not accept Enter when it is grouped by AddGroupBox, it only accepts Ctrl+Tab, any work around for this. It would be very nice if anyone how has a good experiance and built a larg projects using this GUI if he post a some code to help others understand the clues of the functions instead of everyone new is just trying and guessing. Thanks all Ramy

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-25 Thread ramy
ep updating either Perl or perl2exe or the thousands of modules, once you finsh the current beta version you get another beta and you may need to pay for ups... Thanks for help One last thing on my mind now, Is there an event to catch the mouse move over a button. The reason

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-25 Thread ramy
would be more practically Ramy - Original - Original Message - From: Jez White To: [EMAIL PROTECTED] ; Steve Pick ; perl-win32-gui-users@lists.sourceforge.net Sent: Sunday, January 25, 2004 2:23 PM Subject: Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-25 Thread ramy
exit normal using file->Exit menu button any ideas Ramy - Original Message - From: Jez White To: [EMAIL PROTECTED] ; Steve Pick ; perl-win32-gui-users@lists.sourceforge.net Sent: Sunday, January 25, 2004 1:45 PM Subject: Re: [perl-win32-gui-use

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-25 Thread ramy
Jez, I am using perl 5.8.2 (activestae) and Win32:GUI 0.67 and perl2exe 8.0 for perl 5.8.x I have a nother issue now as my script grow up, when I click on the window "x" close icon the script disappers but did not exit, it can exit normal using file->Exit menu button an

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-24 Thread ramy
t;Finished ALl Threads..."); return 1; } #== sub get_url{ my ($id, $url) = @_; my ($text); my $ua = LWP::UserAgent->new; my $response = $ua->get($url); if ($response->is_success) { $text = $response->content;

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-24 Thread ramy
loose for me and everyone that can not use Win32::API module and all modules based on using it to load and interface to windows with threads as it makes life easier with loading dll's. I am not sure if WIn32::API is actively updated or not as this may be a little bug in it Regards

[perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-24 Thread ramy
eOp use internally this module. The threads works fine if I remove the "use Win32::FileOp;" line but I need to use it for the File Open and Save Dialogs. Any solutions or suggestions? Thank you in advance for help Ramy