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
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
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
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
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,
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
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
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
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
>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
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'
$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
Is there a win32:gui builder availiable (eg. a visual aid in designing the
gui) .
Jeremy
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
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
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
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
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
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
nkyou
Jeremy
use Win32::GUI;
use Win32::API;
use Net::FTP;
use Cwd;
[EMAIL PROTECTED] = file,
0
# mode (send/recieve),1
# mode (ascii/bina
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
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
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
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
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
dont reply, I fixed it.
jeremy
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
hi,
how do i create an icon for use with perl2exe?
I find the faq confusing and i don't have DevStudio.
Jeremy
27; : return code '0x1'
Stop.
##
your help is always appreciated
Jeremy A
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
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
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
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
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=>
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
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
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
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
.
Please Help. It is appreciated.
Jeremy
.
Please Help. It is appreciated.
Jeremy
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
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 (
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 => [
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
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
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
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
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
> [ 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]>
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
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
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]
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
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
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 =
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
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 cant work out how to use them. I have searched through the
docs and the web but cant find anything. Any ideas?
I am trying to
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
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
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
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
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
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
Im 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 Im
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]
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
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
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:
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
I have an image list that Im using in a treeview and in a tabstrip. I need
to use masks but I cannot work out what Im meant to do? I have tried
various combinations of setting the mask using the method
Add(BITMAP, [BITMAPMASK]) but Im getting nowhere - any ideas?
Cheers,
Jez.
_
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
I know Im 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
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
All,
Ive 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
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 couldnt 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.
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
=> 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
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)"
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
> >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
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
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
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
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
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
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
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
All,
Do tool tips work? I've searched this list, and couldnt 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.
_
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
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
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...
>
&
With a bit of luck Im doing something stupid
I am using Win32::GUI::GetOpenFileName to let the user select a file - works
fine - however I cant seem to get it to work so that the user can select
multiple files.
Any ideas?
Cheers,
Jez.
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
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
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
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
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
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
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
Any ideas how to do this?
Cheers,
jez.
_
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
1 - 100 of 329 matches
Mail list logo