Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-09 Thread Jeremy
Good job. Do you have any plans for additional functionality/fixes etc? Also, do you know how this updated version will flow down to Activestate so end users can get 32/64bit ppm packages? Cheers, jez. Date: Thu, 9 Oct 2014 02:13:46 +0200 From: k...@atlas.cz To: perl-win32-gui-users@lists.sourcef

Re: [perl-win32-gui-users] a simple question

2001-01-09 Thread Jeremy Blonde
If I'm not mistaken, it should be like this: $ModuleWindow->{-title} = "New Title"; Jeremy Blonde [EMAIL PROTECTED] --- christopher sagayam <[EMAIL PROTECTED]> wrote: > > how to set the name of a dialog box dynamically ? > > $ModuleWindow = new Win32::GU

[perl-win32-gui-users] Window properties

2001-01-11 Thread Jeremy Blonde
y, so you'll need to convert it to use the Win32::API module. I don't know if it's useful to anyone, but I have script that I want to use this for and thought I'd pass the info on... http://www.mvps.org/vb/code/FormBdr.zip Thanks, Jerem

RE: [perl-win32-gui-users] URL Link Object?

2001-01-11 Thread Jeremy Blonde
off the ShellExecute API call to load the URL. I don't have Perl on the machine I'm using so I haven't tried to convert it to Perl syntax yet. Thanks, Jeremy Blonde [EMAIL PROTECTED] --- Sean Healy <[EMAIL PROTECTED]> wrote: > Never tried it or even seen anything on it, b

Re: [perl-win32-gui-users] Win32::GUI::Label Click()/DblClick()

2001-01-18 Thread Jeremy Blonde
Last time i tried it, I could get Click to work, but not DblClick. Jeremy Blonde [EMAIL PROTECTED] --- "Thomas, Timothy B" <[EMAIL PROTECTED]> wrote: > > Do the Click() or DblClick() events work for the > Win32::GUI::Label object yet? > My tests seem to indicate no,

RE: [perl-win32-gui-users] Win32::GUI::Label Click()/DblClick()

2001-01-19 Thread Jeremy Blonde
sub About_Click { Help_About_Click(); } This creates a label that I use to fire up the about dialog. The label is "hidden" behind a bitmap. As long as I apply the bitmap to the background prior to creating the label, the label's messages are received. Jeremy Blonde [EMA

Re: [perl-win32-gui-users] Style Option Bug?

2001-02-03 Thread Jeremy Blonde
e style is not being applied correctly. In any case, I believe it would be better to move away from modifying "-style" directly and instead use "-align => center", to align the label. Or at least use "-addstyle" or "-pushstyle" instead of just "-style&qu

[perl-win32-gui-users] MouseUp and MouseDown

2001-02-05 Thread Jeremy Blonde
Has anyone gotten _MouseUp or _MouseDown working? I've tried but the event doesn't seem to be called from what I can tell. Thanks, Jeremy Blonde [EMAIL PROTECTED] __ Get personalized email addresses from Yahoo! Mail - only $35 a y

Re: [perl-win32-gui-users] SelectedItems method

2001-02-14 Thread Jeremy Blonde
Well, I don't know if this will actually fix your problem, but you should definitely be using "$index[0]" instead of "@index[0]". Just my 2 cents, jb --- "Erick J. Bourgeois" <[EMAIL PROTECTED]> wrote: > I'm trying to test if any items have been selected > in a > listview with a button event and

Re: [perl-win32-gui-users] BringWindowToTop issue

2001-03-12 Thread Jeremy Blonde
>From my understanding BringWindowToTop is for Windows not objects on a window. I did a quick search on MSDN and it seems to indicate this too. If I'm mistaken, please let me know. In view of that, I wonder if BringWindowToTop is really doing anything, perhaps it's just the Show and Hide behavio

Re: [perl-win32-gui-users] BringWindowToTop issue

2001-03-12 Thread Jeremy Blonde
code and I'll see what I'm doing differently. Hope this helps, jb --- Jeremy Blonde <[EMAIL PROTECTED]> wrote: > From my understanding BringWindowToTop is for > Windows > not objects on a window. I did a quick search on > MSDN > and it seems to indicate this too. If I'

Re: [perl-win32-gui-users] RE: [perl-win32-gui-users]Why Do I have to use the Mouse???

2001-03-13 Thread Jeremy Blonde
$W->Display->SetFocus(), I believe is what you are looking for. I also use $W->Display->SelectAll() so that the text is highlighted and when you start typing it wipes out all of the previous text. jb --- [EMAIL PROTECTED] wrote: > Can Anybody help here. > At the moment I have to click on the tex

[perl-win32-gui-users] win32:gui builder

2001-03-20 Thread Jeremy Aiyadurai
Is there a win32:gui builder availiable (eg. a visual aid in designing the gui) . Jeremy

[perl-win32-gui-users] to erick

2001-03-25 Thread Jeremy Aiyadurai
hi erick, was trying to run your ftp client. I can't seem to install the net:ftp on a win32 activestate perl. where can i find a net:ftp that will install on win32 . it seems that all modules i get from cpan, i don't know how to install them. Jeremy P.S. i am working on an

Re: [perl-win32-gui-users] to erick

2001-03-26 Thread Jeremy Aiyadurai
needed files (2 of them) directly to you (34.7 KB zip). thanx erick, if you can send it to me, ([EMAIL PROTECTED]) it would be appreciated. also if you can show me how to use nmake to install it on activestate perl, i will appreciate it. Jeremy

[perl-win32-gui-users] tk or win32:gui builder

2001-03-29 Thread Jeremy Aiyadurai
I heard that there is a tk or win32:gui builder plugin for the (visual studio) Visual Basic ide. which one is it for,(tk or win32:Gui) and where can i find download it. Jeremy

[perl-win32-gui-users] console/commandline color module

2001-04-02 Thread Jeremy Aiyadurai
hello i am creating a console/command line ftp program in perl...i was wondering if there is a win32 or generic module that will add color and highlighting to text, just like with some software. Jeremy

RE: [perl-win32-gui-users] Win32:Console problem

2001-04-03 Thread Jeremy Aiyadurai
hi i am using the win32:console module, and it seems that the built-in color constants are not importing. eg. Variable "$FG_YELLOW" is not imported at bftpc.pl line 57. Variable "$BG_BLUE" is not imported at bftpc.pl line 57. how do i import them. thanx Jeremy

[perl-win32-gui-users] localtime($file->{'mtime'}) problem

2001-04-03 Thread Jeremy Aiyadurai
hi i am having a problem getting proper modified time dates of files when using the win32:Internet ftp list, or the standard directory listing i do this ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($file->{'mtime'}); then for each file i do something like this print "$year

[perl-win32-gui-users] Gui-program problem

2001-04-23 Thread Jeremy Aiyadurai
nkyou Jeremy use Win32::GUI; use Win32::API; use Net::FTP; use Cwd; [EMAIL PROTECTED] = file, 0 # mode (send/recieve),1 # mode (ascii/bina

RE: [perl-win32-gui-users] Gui-program problem

2001-04-24 Thread Jeremy Blonde
rt the ftp transfer. Hopefully, that explains what is happening. Jeremy Blonde -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Aiyadurai Sent: Monday, April 23, 2001 4:18 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] G

[perl-win32-gui-users] FTP-Status download Gui-program problem continues

2001-04-24 Thread Jeremy Aiyadurai
the script yourself configuring it to your own ftp and see what you can make of problem. It's fairly straitforward to setup I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou Jeremy use Win32::GUI; use Win32::API; use Net::FTP; use

Re: [perl-win32-gui-users] FTP-Status download Gui-program

2001-04-24 Thread Jeremy Aiyadurai
wnloads for the cancel event? >Jeremy wrote: >>I still cannot get my script to work with the gui windows, when the gui sub >>routine gets called and the windows gets created, the program freezes and >>script does not continue >> >>As suggested by some I have gotte

[perl-win32-gui-users] RE: [perl-win32-gui-users]FTP-Status download cancel event

2001-04-24 Thread Jeremy Aiyadurai
At 02:54 PM 24/04/2001 -0700, you wrote: Hi, You may want to see my script attached. I still don't quite understand how to get the cancel to work while download is in progress. I always appreciate your help, as I am new to gui development. thankyou. Jeremy >| is there a way f

[perl-win32-gui-users] Net::FTP size()

2001-04-29 Thread Jeremy Aiyadurai
hi I have a ftp script that i have been testing on my own machine. It works when i try it on my ftp server on my computer, but it does not work when on any server that is not mine. I feel it is the $ftp->size() that does not register when i logon to a remote site whether it be a microsoft, freebs

[perl-win32-gui-users] Re: Net::FTP size()

2001-04-29 Thread Jeremy Aiyadurai
dont reply, I fixed it. jeremy

[perl-win32-gui-users] Perl2exe

2001-05-01 Thread Jeremy Aiyadurai
Hi all, Thanks for all your help in the past this is my first time using the Perl2exe compiler is this the right command "perl2exe thefile.pl -gui -icon=favicon.ico" if i want to create a gui application with an icon? The perl2exe faq is confusing and i get the following compile errors Per

[perl-win32-gui-users] Perl2exe -icons

2001-05-01 Thread Jeremy Aiyadurai
hi, how do i create an icon for use with perl2exe? I find the faq confusing and i don't have DevStudio. Jeremy

[perl-win32-gui-users] MIME::Base64 nmake install problems

2001-05-05 Thread Jeremy Aiyadurai
27; : return code '0x1' Stop. ## your help is always appreciated Jeremy A

[perl-win32-gui-users] Win32::GUI::Icon

2001-05-10 Thread Jeremy Aiyadurai
hello all, thankyou for your help so far is this Win32::GUI::Icon functional, or is there something wrong with my file. new Win32::GUI::Icon("favicon.ico"); thanks Jeremy .A favicon.ico Description: Binary data

RE: [perl-win32-gui-users] keeping a window open

2001-05-11 Thread Jeremy Blonde
You are going to want to change 'exec' to 'system'. That should take care of the problem. Check the 'perlfunc' section of the Perl documentation to note the differences between 'exec' and 'system'. Jeremy Blonde -Original Message

[perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-11 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Thankyou Jeremy favicon.ico Description: Binary data

[perl-win32-gui-users] Win32::GUI::Label

2001-05-11 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. If you have not seen my previous email "about the console icons" please do so. my question is, I have made a bmp to cover the entire background of a window. how do I make all the labels transparent, to blend with the background image? Thankyou Jeremy

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-11 Thread Jeremy Blonde
this exact order, otherwise the "hidden" label events would not fire. Code sample is below. Jeremy Blonde $Window = Win32::GUI::Window->new( -name=> "Window", -text=> $PREFS{TITLE}, -pos => [ $PREFS{LEFT}, $PREFS{TOP} ], -size=>

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-12 Thread Jeremy Aiyadurai
Hi All Thank you for your knowledge and help so far. Hi, I have tried this procedure...it does make the labels transparent, but it makes them hidden how do i go about showing my text in the labels, using this procedure? Jeremy >I struggled for an entire night trying to figure this

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-15 Thread Jeremy Aiyadurai
Hi All Thank you for your knowledge and help so far. Hi, I have tried this procedure...it does make the labels transparent, but it makes them hidden how do i go about showing my text in the labels, with the labels being transparent to the background Jeremy >I struggled for an entire ni

[perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-15 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Thankyou Jeremy favicon.ico Description: Binary data

RE: [perl-win32-gui-users] Transparent Labels for skins

2001-05-16 Thread Jeremy Aiyadurai
text in the labels, with the labels being transparent to the background Jeremy >I struggled for an entire night trying to figure this out. ;-) Actually, I >was trying to mimic Winamp's skins and while I'm not quite there, I can >"skin" my GUI (okay, so it may b

RE: [perl-win32-gui-users] Transparent Labels for skins -please help

2001-05-18 Thread Jeremy Aiyadurai
. Please Help. It is appreciated. Jeremy

[perl-win32-gui-users] Transparent Labels -please help

2001-05-18 Thread Jeremy Aiyadurai
. Please Help. It is appreciated. Jeremy

[perl-win32-gui-users] Tabstrip

2001-05-21 Thread Jeremy Dack
Hi, I am having a problem with tabstrips. When selecting the tabs by mouse the fields hide and show as expected but if I use the left and right arrow keys the tabs move but the fields don't change (i.e. it still shows page 1). Is this something I am doing wrong? I note that the example suppl

Re: [perl-win32-gui-users] Tabstrip

2001-05-24 Thread Jeremy Dack
Ah, you just change the tab_click to tab_change... At 09:13 21/05/01 +0100, you wrote: Hi, I am having a problem with tabstrips. When selecting the tabs by mouse the fields hide and show as expected but if I use the left and right arrow keys the tabs move but the fields don't change (

[perl-win32-gui-users] AddGroupbox causes Perl to crash?

2001-06-15 Thread Jeremy Blonde
e 522) and have installed the latest Win32-GUI module (.558), Win32-API (.2). I do know that the script works just fine under Perl 522. Any ideas? Jeremy Blonde $Window->AddGroupbox( -text => "Enter Username", -pos => [

RE: [perl-win32-gui-users] AddGroupbox causes Perl to crash?

2001-06-16 Thread Jeremy Blonde
o long as you don't > need to interact with > the thing. But popping out of Perl from unnamed > objects, we've seen that > before here on the list. > > Have fun, > Harald > > > -Original Message- > > From: Jeremy Blonde [mailto:[EMAIL PROTEC

Re: [perl-win32-gui-users] Rebar

2001-06-27 Thread Jeremy Blonde
Here's what I've done. I'm not sure that this is the *correct* way of creating the rebar but it seems to work for me. I copied it from the example code. It does use the -style flag but I'm not sure how to do it without setting that manually. Jeremy Blonde Win32::GUI::Reb

[perl-win32-gui-users] an array of hashes

2001-07-02 Thread Jeremy Aiyadurai
create an array of hashes. eg hash holds information about each email message. please take a look at the following codeI am probably doing something wrong. thankyou your help is always appreciated. Jeremy A. sub messageInfo ($) { my @messageStatList = @_[0

Re: [perl-win32-gui-users] Win32::GUI Application with Win32::OLE (Outlook) problem!

2001-08-15 Thread Jeremy Blonde
obably want to keep MSDN or TechNet handy, as their are certain snafus that CDO has. Jeremy Blonde --- Peter_Köller <[EMAIL PROTECTED]> wrote: > Hello, > > I have written an application with Win32::GUI which > connects to Microsoft > Outlook using Win32::OLE. It gets the mails f

Re: [perl-win32-gui-users] Wrapping text

2001-09-24 Thread Jeremy Dack
Try adding -wrap=>1 Jeremy At 08:36 24/09/01 +0200, you wrote: This is probably a simple one, but I can't find out how to wrap text, for example the "text" property for a Radiobutton. I tried with a Perlish carriage return+newline such as "bla \r\n more bla", whic

Re: [perl-win32-gui-users] cosmetic items

2001-11-29 Thread Jeremy Blonde
> [ 110, 18 ], -tabstop => 1, ); Also, just to demonstrate another method to applying the icon, here's how I've done it. $ICON = Win32::GUI::Icon->new("icon.ico"); $Window->SetIcon($ICON); Jeremy Blonde - Original Message - From: <[EMAIL PROTECTED]>

Re: [perl-win32-gui-users] perl-win32-gui-users win32:gui in a subroutine

2002-01-20 Thread Jeremy Blonde
I'm not quite understanding what you are asking here Pete. Are you simply saying that you want the "$Bad_Results" window to appear every time you click "Button_1"? If so, then create the "$Bad_Results" window inside of the "Button_1_Click" subroutine. If you place "my $Bad_Results;" outside of t

[perl-win32-gui-users] Win32-API version 0.20

2002-02-06 Thread Jeremy Blonde
the source code still exists on cpan), I'd appreciate it. Thanks, Jeremy Blonde _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: [perl-win32-gui-users] AddLabel method problem

2002-02-14 Thread Jeremy Blonde
Make sure to give all your GUI objects names. $main->AddLabel( -text => "Hello World", -name => "HelloWorld" ); Jeremy Blonde - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 14, 2002 7:43 AM Subject: [perl-win32-gui-users]

Re: [perl-win32-gui-users] ListView Checkboxes, ImageList, etc.

2002-02-19 Thread Jeremy Blonde
Or you can simply use: $DetailSearchTXT->SelectAll(); Which will also place the entry into replace/overwrite mode. Jeremy Blonde - Original Message - From: "Eric Hansen" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 2:32 PM

Re: [perl-win32-gui-users] Re: ListView Checkboxes Workaround

2002-02-21 Thread Jeremy Blonde
Below is the address you can use to reach Aldo's page. Jeremy Blonde - Original Message - From: "Aldo Calpini" <[EMAIL PROTECTED]> To: "Jeremy Blonde" <[EMAIL PROTECTED]>; "Perl-Win32-GUI-Users" Sent: Thursday, February 07, 2002 8:18 A

Re: [perl-win32-gui-users] Centering a window

2002-03-22 Thread Jeremy Blonde
Here's how I'm doing it. The code is borrowed from someone else, perhaps Aldo's examples. $SCR_WIDTH = Win32::GUI::GetSystemMetrics(0); $SCR_HEIGHT = Win32::GUI::GetSystemMetrics(1); $WIDTH = 350;# Window Width $HEIGHT = 250;# Window Height $LEFT = ($SCR_WIDTH/2) - ($WIDTH}/2); $TOP =

RE: [perl-win32-gui-users] double click buttons

2002-10-22 Thread Jeremy Blonde
I've always done it like this: if (Win32::GUI::IsWindow($WINDOW)) { $WINDOW->BringWindowToTop(); $WINDOW->Show(); return; } That way the window is brought back to the foreground and displayed to the user. Jeremy Blonde -Original Message- From: Peter Eisengrein [ma

[perl-win32-gui-users] Adding Scrollbars to a window

2003-01-04 Thread Jeremy White
Last month Eric Hansen was asking about adding scroll bars to windows - I have found myself in the same situation. Like Eric I can add scroll bars to a window, but I can’t work out how to use them. I have searched through the docs and the web but can’t find anything. Any ideas? I am trying to

Re: [perl-win32-gui-users] WinXP draw/redraw issues with Win32::GUI

2003-01-08 Thread Jeremy White
Yeah, I've the same problem - I ended up explicity setting the colour of the window (to 16) - not sure what effect this has on windows pre XP. Hope that helps, Cheers, jez. From: "Joseph H. Schwendt II" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforg

RE: [perl-win32-gui-users] AddLabel --> DrWatson

2003-03-03 Thread Jeremy Blonde
You need to have the -name parameter for the label (and pretty much any GUI element) that you create. Jeremy Blonde Network Technician Davis Joint Unified School District 530.757.5300 ext. 117 -Original Message- From: Peter Janson [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003

Re: [perl-win32-gui-users] GUI no longer works

2003-04-03 Thread Jeremy White
I found that with perl 5.8 and XP pro, I was getting crashes all over the place. The same program worked fine on win 98. I couldn't track down the problem, could have been other modules than Win::Gui. I had to revert back to perl 5.6 - all problems went... jez. From: Jonathan Southwick <[EM

[perl-win32-gui-users] The status of win32::gui

2003-04-04 Thread Jeremy White
What is the status of win32::gui - is it being actively developed? I emailed httptech a couple of days ago and just go lots of undeliverable messages. It seems a few people in the last few days (Laurent Rocher and Trevor Garside) could actually move the project on if they had access to the site

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-07 Thread Jeremy White
Aldo, How do you want them submitted - via this list or via sourceforge? Cheers, jez. From: Aldo Calpini <[EMAIL PROTECTED]> Reply-To: Aldo Calpini <[EMAIL PROTECTED]> To: "Garside, Trevor" <[EMAIL PROTECTED]> CC: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] CALL

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Jeremy White
Maksim Golunov wrote: > Provide support for WinXP: > - WinXP control look what do you mean by this? I assume he means that buttons and other controls in the standard XP theme have different colours, curved edges etc. Also, under XP, the window is a physically a different size than the one sp

[perl-win32-gui-users] Dynamic Rich text and Rich Edit controls

2003-04-10 Thread Jeremy White
I’m building a rich text string using RTF::Writer. I then pass this string to a rich edit control (using the Text or ReplaceSel methods). Under XP, the control displays the formatted rich text correctly (fonts, colours etc). Under 98 the control displays the actual string. As a get around I’m

Re: [perl-win32-gui-users] Win32::GUI::DIBitmap

2003-04-23 Thread Jeremy White
Hi, I have used the module successfully (I am on 5.6 as well). The only thing I can suggest from what you have said is that the file image.jpg does not exits (or perhaps it has a different extension?). Cheers, Jez From: "Iain Whyte" <[EMAIL PROTECTED]> To: Subject: [perl-win32-gui-users]

Re: [perl-win32-gui-users] Grid Control

2003-04-30 Thread Jeremy White
Hi, From a selfish point of view, a grid control would be great:) For the next release of win::gui could all 'third' party modules be included in the builds - or, at least a link included to them in the docs? It took me a while to release that there are some very useful modules out there, I

RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Jeremy White
The way I dealt with multiple objects with the same name/functionality was to dynamically eval the events into main. Try the below code - it is a hacked job, and can be tidied up, but should give you a few ideas. Cheers, jez. use Win32::GUI; use strict; my $unique; my %resultswindow; for

Re: [perl-win32-gui-users] Messagebox

2003-05-02 Thread Jeremy White
How I use messagebox: return Win32::GUI::MessageBox($window, $text, "Warning", MB_YESNO | MB_ICONWARNING | MB_DEFBUTTON2); You need to have the window object passed in - I think that is why it is returning nothing. Cheers, jez. From: "Steffen Mueller" <[EMAIL PROTECTED]> To:

[perl-win32-gui-users] Drag and drop in a treeview

2003-05-03 Thread Jeremy White
All, I have a treeview where the user can cut/copy/paste nodes from one branch to another. Works fine with buttons, but a more ‘natural’ interface would be to click and drag a node from one branch to another. Has anyone tried to implement this kind of functionality in a treeview? Any pointers

[perl-win32-gui-users] Masks in an ImageList

2003-05-06 Thread Jeremy White
I have an image list that I’m using in a treeview and in a tabstrip. I need to use masks but I cannot work out what I’m meant to do? I have tried various combinations of setting the mask using the method Add(BITMAP, [BITMAPMASK]) but I’m getting nowhere - any ideas? Cheers, Jez. _

Re: [perl-win32-gui-users] Web Browser

2003-05-12 Thread Jeremy White
Hi, Have a look at http://perso.club-internet.fr/rocherl/Win32GUI.html If you download the ActiveX control, you will find various examples of displaying/editing HTML. Cheers, jez. From: Hirosi Taguti <[EMAIL PROTECTED]> To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-g

Re: [perl-win32-gui-users] How to define generic handler for buttons

2003-05-16 Thread Jeremy White
I know I’m going to regret replying with out testing my codeJ The way I handle this kind of thing is to eval the handler for each object, which in turn calls a generic handler, something like this: foreach my $button ('one','two','three','four') { my $string='sub ::'.$button.'_Click { ::G

RE: [perl-win32-gui-users] Please help!!!

2003-05-20 Thread Jeremy Blonde
Vikas, You'll want to use the following: $WINDOW->BringWindowToTop(); Thanks, Jeremy Blonde -Original Message- From: Sachdeva, Vikas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2003 4:02 PM To: perl-win32-gui-users@lists.sourceforge.net Cc: Sachdeva, Vikas Subject: [pe

[perl-win32-gui-users] Listview with bitmaps: Bug, Feature or just Me?

2003-05-23 Thread Jeremy White
All, I’ve got an ImageList that contains various bitmaps (which have masks - thanks to Roelof Bos for help in getting the masks working). I want to use this ImageList in TabStrips, Treeviews and Listviews. If the ImageList is attached to the treeview and tabstrip, everything is fine (the bitma

Re: [perl-win32-gui-users] Bitmap invisible...

2003-06-04 Thread Jeremy White
I had the same problem a while ago - I was also using 98. I was dynamically creating an image which I then needed to display. I couldn’t get it working and had to use combination of Graphic and Win32::GUI::DIBitmap instead. I do remember having some success in using a button, but not the label.

Re: [perl-win32-gui-users] XP color and prototype mismatch problems

2003-06-04 Thread Jeremy White
In XP, when I create a GUI in Perl, the background color is always white. This looks very bad. How do I change the background color to the windows gray? I believe this has been fixed in the new version of win::gui - but it hasn't been release yet. For the time being, set the color of the windo

RE: [perl-win32-gui-users] XP color and prototype mismatch problems

2003-06-04 Thread Jeremy White
=> WS_EX_APPWINDOW, -class => Win32::GUI::Class->new(-name => "classxpcolour",-color => 16), ); $loginInfoBox->Show; Win32::GUI::Dialog(); From: "Howard, Steven (US - Tulsa)" <[EMAIL PROTECTED]> To: Jeremy White <[EMAIL PROTEC

Re: [perl-win32-gui-users] XP color and prototype mismatch problems

2003-06-04 Thread Jeremy White
nce between creating a new class: -class =>Win32::GUI::Class->new(-name => "classxpcolour",-color => 16), and set an option (-color)! See the Win32::GUI documentation for Class... Regards Gabor - Original Message - From: "Howard, Steven (US - Tulsa)"

Re: [perl-win32-gui-users] Existing problems

2003-06-15 Thread Jeremy White
I found the answers to a few of these, and a little more info. Still need help with some of them. Not sure I can help, but here is my 2 pence worth. Still haven't found a way to do this. Maybe if I could find a way to set the font of an item, and use a monospaced font... how does Windows do

Re: [perl-win32-gui-users] Existing problems

2003-06-16 Thread Jeremy White
> >Still having this issue. It looks bad, certainly, but it's still usable. > >Not suitable for any kind of professional software, though :/ > > The only time I had similar behaviour was when I was using a tabstrip on the > same window as the treeview - does this apply to you? Yes, this is th

Re: [perl-win32-gui-users] [Win32::GUI] List of missing desired widgets

2003-06-16 Thread Jeremy White
Aldo, Any news on the new build? Cheers, jez. From: Aldo Calpini <[EMAIL PROTECTED]> Reply-To: Aldo Calpini <[EMAIL PROTECTED]> To: "Fred P." <[EMAIL PROTECTED]> CC: perl-win32-gui-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject: Re: [perl-win32-gui-users] [Win32::GUI] List of missing

Re: [perl-win32-gui-users] modal windows

2003-06-17 Thread Jeremy White
From: Johan Lindstrom <[EMAIL PROTECTED]> If it works, absolutely wonderful! But see if it works with two opened windows. The modal window can only have one of them as -parent. IIRC, that was the problem with the Win32::GUI::Modalizer class. Yeah it does work. But it does become a mess when

Re: [perl-win32-gui-users] Docs (List of missing desired widgets)

2003-06-17 Thread Jeremy White
From: Johan Lindstrom <[EMAIL PROTECTED]> How about a Wiki for this? That way we can keep all tips and tidbits of code mentioned on these lists in an organized fashion. Show of hands for the Wiki idea? Good? Bad? I may possibly already have created one, but I'm not sure it's the best platfor

Re: [perl-win32-gui-users] extract icons from shell32.dll and use it in image list

2003-06-18 Thread Jeremy White
You could try Win32::GUI::BitmapInline, from the docs: This module can be used to "inline" a bitmap file in your script, so that it doesn't need to be accompained by several external files (less hassle when you need to redistribute your script or move it to another location). cheers, jez. From

Re: [perl-win32-gui-users] Multiple colours in a Listview items?

2003-06-19 Thread Jeremy White
In a word, no - well, at least I never worked out how to get multiple colours in a listview:) Have a look at: http://perso.club-internet.fr/rocherl/Win32GUI.html#Grid It is certainly more flexible than a listview - not sure about the colours though. Should be easyer to update aswell... Chee

Re: [perl-win32-gui-users] Refreshing ListView with updated data?

2003-06-19 Thread Jeremy White
The problem is with the tabstrip - it may be counter intuitive, but create the tabstrip last and your problems should go… cheers, jez. From: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Refreshing ListView with updated data? Date: Wed, 18 Ju

[perl-win32-gui-users] Multiple versions of the same window.

2003-06-21 Thread Jeremy White
All, I have a window (created by the loft runtime) - it is relatively simple with 10 or so controls on it. From a users point of view it would be good if multiple instances of this window could be opened (by clicking on a button on the main window), with interaction based upon the state inform

[perl-win32-gui-users] Tooltips - do they work?

2003-07-04 Thread Jeremy White
All, Do tool tips work? I've searched this list, and couldn’t find a reference to a working example? If anyone could provide pointers, I would be grateful, and will update the document project with an example. Cheers, Jez. _

Re: [perl-win32-gui-users] Tooltips - do they work?

2003-07-05 Thread Jeremy White
From: Glenn Linderman <[EMAIL PROTECTED]> Unfortunately, the examples that I have are not suitable for including in documentation, as I pass things through a couple layers of wrappers before it gets to a real Win32::GUI call. But the gist of it is just to add -tip => 'Configuration option

RE: [perl-win32-gui-users] Tooltips - do they work?

2003-07-08 Thread Jeremy White
ot;Frazier, Joe Jr" <[EMAIL PROTECTED]> To: "Jeremy White" <[EMAIL PROTECTED]> CC: Subject: RE: [perl-win32-gui-users] Tooltips - do they work? Date: Mon, 7 Jul 2003 07:18:09 -0400 Jeremy, try this. It works on my machine (Win2k, AP 626). Just mouse over the button and

Re: [perl-win32-gui-users] Tooltips - do they work?

2003-07-09 Thread Jeremy White
print "MouseUp\n"; }, KeyDown => sub { print "KeyDown\n"; }, KeyUp => sub { print "KeyUp\n"; }, } Laurent. From: "Jeremy White" Subject: RE: [perl-win32-gui-users] Tooltips - do they work? > Thanks for the example, still not working... > &

[perl-win32-gui-users] Win32::GUI::GetOpenFileName

2003-07-12 Thread Jeremy White
With a bit of luck I’m doing something stupid… I am using Win32::GUI::GetOpenFileName to let the user select a file - works fine - however I can’t seem to get it to work so that the user can select multiple files. Any ideas? Cheers, Jez.

RE: [perl-win32-gui-users] Need tabstop help

2003-07-19 Thread Jeremy White
Ah, ha! So there is another undocumented function. Thanks. I repeat my earlier question: how do you find this stuff out? I have used Visual C++ so I am familiar with its properties and methods. Are all the same methods and properties supported in Win32::GUI so that I can use that documentation

Re: [perl-win32-gui-users] Imagelists and Listviews together with THEGUILOFT.

2003-07-24 Thread Jeremy White
Hi, I use Loft, but I create the image list manually and add it to the various controls that require it. If you want details, let me know. Cheers, Jez. From: "Magnone, Angelo" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED] Sourceforge. Net (E-mail)" Subject: [perl-win32-gui-users] Imagelists a

Re: [perl-win32-gui-users] Loft question (slightly off topic)

2003-07-24 Thread Jeremy White
Hi, Is the Properties window showing? If not, check the FAQ, it explains how to show it. Try and spend some quality time with Loft, it will be worth it in the end. It has saved me so much time and effort. Cheers, jez. From: Dennis Putnam <[EMAIL PROTECTED]> To: perl-win32-gui-users@list

Re: [perl-win32-gui-users] How to close a Win32::GUI window with no Dialog() running?

2003-09-05 Thread Jeremy White
Try ->Hide Cheers, jez. From: "Arndt Pohlmann" <[EMAIL PROTECTED]> To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] How to close a Win32::GUI window with no Dialog() running? Date: Fri, 5 Sep 2003 11:59:17 +0200 Hi! I needed to create a small window in my ap

[perl-win32-gui-users] New release of win::gui?

2003-09-12 Thread Jeremy White
Aldo, Was just wondering about the status of the next release you mentioned at Easter. Any plans to release it soon? Cheers, Jez. _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger

Re: [perl-win32-gui-users] inline bitmaps

2003-10-01 Thread Jeremy White
Not sure what you mean - the example "bitmap" in the samples folder resizes the bitmap dymanically. Or you mean a progress bar of somesort? Cheers, jez. From: "Chris" <[EMAIL PROTECTED]> To: Subject: [perl-win32-gui-users] inline bitmaps Date: Tue, 30 Sep 2003 17:29:14 -0700 Okay, I'm work

Re: [perl-win32-gui-users] progress bars

2003-10-02 Thread Jeremy White
Hi, Do something like this: for (0..100) { $Wmain->Progressbar->StepIt(); Win32::GUI::DoEvents(); #your work here } Cheers, jez. From: "Chris" <[EMAIL PROTECTED]> To: Subject: [perl-win32-gui-users] progress bars Date: Wed, 1 Oct 2003 15:13:13 -0700 Okay, I'm working on making a progress

[perl-win32-gui-users] Reducing/removing the screen flicker on a window resize.

2003-10-10 Thread Jeremy White
Any ideas how to do this? Cheers, jez. _ Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger

  1   2   3   4   >