On Fri, 02 Jan 2004 05:49:28 +0100, Johan Lindstrom <[EMAIL PROTECTED]> said:
> FYI: When setting a Window's Left and Top properties, the values are
> relative to any parent Window's interior. With Move that isn't so.
>
> Four hours later I find that truly annoying.
>
> We need a Wiki.
I will
On Mon, 17 Nov 2003 11:47:29 +0100, Aldo Calpini <[EMAIL PROTECTED]> said:
> regarding the documentation, I appreciate what Erick did, but I found
> it a little difficult to work with. I think a wiki (with CGI::Kwiki,
> for example) would be a better start. we could also write in POD so
> that the
On Fri, 14 Nov 2003 08:53:30 +, "Jeremy White" <[EMAIL PROTECTED]> said:
> >>I would be more than willing to bring the files together and serve
> >>them up on jeb.ca
>
> Erick, are you able to generate flat html files which could be included
> automatically in new builds?
Jeremy, I seems re
ws, and only a subset were implemented in Win32::GUI.
>
> 3) I'd be willing to incorporate patches into my version, if someone
> identifies them, and sends me the patches, they aren't too cumbersome to
> apply, and make the merged binary distribution available.
>
>
On Wed, 05 Nov 2003 23:46:45 -0800, Glenn Linderman <[EMAIL PROTECTED]> said:
> Hi,
>
> It was extremely important for my next project that I have accelerator
> keys working in Win32::GUI (or whatever interface I chose to code to).
>
> As it turns out, there were only a few scattered places to
On Wed, 8 Oct 2003 14:13:25 -0500, [EMAIL PROTECTED] said:
> I am looking to write a GUI front end to what basically amounts to a "tail
> -f", however, I am not sure how to go about doing this. I would like to
> use a ListView object to highlight any lines that come through as "Failed",
> but i'm
On Wed, 25 Jun 2003 19:13:06 -0500, Steven Swenson <[EMAIL PROTECTED]> said:
> I am trying to insert some text into a listview.
>
> my %item = ( -item=> 0,-text => "$text");
> $listview->InsertItem (\%item);
When sending options, you should not use a hash reference.
Instead, send the "whole"
The Win32::GUI Documentation Project has begun!
http://jeb.ca/perl/win32-gui-docs/
I created editable documentation for Aldo's Win32::GUI Perl module.
This project is (obviously) in its infancy stage, but has great potential
to become very big. It was a good idea, in my opinion, to have one
cent
On Tue, 17 Jun 2003 23:41:41 +0200, Johan Lindstrom <[EMAIL PROTECTED]> said:
> Basically a web site that anyone (yes anyone) can edit and contribute to.
> It usually has a very simple markup language. These two things together
> makes it something very special.
I am in the process of using Web
On Sat, 10 May 2003 18:03:53 +0200, Johan Lindstrom <[EMAIL PROTECTED]> said:
> Does anyone know who wrote Win32::GUI::HyperLink?
>
> The only mention I found of it on the Net is at:
> http://www.jeb.ca/perl/win32_module.htm
>
> Is it perhaps Erick Bourgeois himself th
Johannes,
Try, maybe this:
# Create window
my $window = new GUI::Window( # __options___
);
# Add some controls to window
#Grab DOS window handle
my $DOS = Win32::GUI::GetPerlWindow();
# Hide DOS window
Win32::GUI::Hide($DOS);
# Show window
$window->Show();
Win32::GUI::
> I couldn't find an event that works so I wound up traversing the tree. The
> click() event doesn't seem to be sent with a checkbox click in a tree
> view.
Thats what I had thought, too bad..
> Is that what you mean?
Yeah, thats what I meant.
If anyone else has any better ideas, please let
Hi,
Anyone have a work around for retrieving the NODE when it's corresponding
checkbox has been clicked?
Provided, of course, the TreeView was created with -checkbox => 1.
Regards,
[ erick ]
On Tue, 24 Jul 2001 08:27:17 -0500, [EMAIL PROTECTED] said:
|
| Does any have the following ...
|
| Idiots Guide to PERL Progressbars
| 3 easy Steps to Progressbars & Perl
| Progressbars by example..
| etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,
| etc,
| etc,
On Mon, 02 Jul 2001 17:13:55 -0700, Jeremy Aiyadurai said:
..
~snip~
| push(@messageInfoList,%messageInfo); # pushing
hash
into the array.
| }
Instead of putting the hash into the array, try inserting a reference
to
it. That is,
push(@messageInfoList, \%messageIn
On Mon, 02 Jul 2001 17:13:55 -0700, Jeremy Aiyadurai said:
..
~snip~
| push(@messageInfoList,%messageInfo); # pushing
hash
into the array.
| }
Instead of putting the hash into the array, try inserting a reference
to
it. That is,
push(@messageInfoList, \%messageIn
On Tue, 26 Jun 2001 08:45:20 -0400, Louis Bohm said:
| I found that this line was in error:
|$main->AddLabel(-text => "Hello World");
|
| I needed to include the -name as shown bellow:
|$main->AddLabel(
| -name => "Test",
| -text => "Hello World",
|
On Tue, 26 Jun 2001 08:23:16 -0400, Louis Bohm said:
> I am getting perl.exe - Application Error when trying to run the
> following
> code:
> use Win32::GUI;
> $main = Win32::GUI::Window->new(
>-name => 'Main',
>-width => 100,
>-he
/upload.cgi
If there are any questions or comments, please email me. I hope this will help
some people :)
regards,
erick bourgeois
never stop questionning
www.jeb.ca
/upload.cgi
If there are any questions or comments, please email me. I hope this will help
some people :)
regards,
erick bourgeois
never stop questionning
www.jeb.ca
e for *that*, is located
on the Exchange." A brief description can be found here:
http://www.jeb.ca/cgi-bin/exchange/display.cgi
p.s. I will be adding a search.cgi and upload.cgi, if there is a high demand for
it.
Please enjoy!
regards,
erick bourgeois
- Original Message -
From: Morbus I
}
It would be a great way of gathering all of the code that has been exchanged on
this list. I should be done by the end of next week, if any has any questions
regarding the idea(or, of course, some input), email me.
regards,
erick bourgeois
never stop questionning
www.jeb.ca
- Original
You can find the FAQ here: http://www.jeb.ca/faq/Win32-GUI-FAQ.html
regards,
erick bourgeois
never stop questionning
www.jeb.ca
- Original Message -
From: Kevin Keegan <[EMAIL PROTECTED]>
To:
Sent: Wednesday, June 06, 2001 6:55 PM
Subject: [perl-win32-gui-users] FAQ
| I
| So, I first open a new browser and then click the link - voila.
Side topic: hold shift and press the left mouse button on any link and it will
open a new browser with that address.
regards,
erick
- Original Message -
From: Piske, Harald <[EMAIL PROTECTED]>
To:
Sent: Thursday, May 31,
Dave,
It's probably a good idea to put the $Win->Show(); at the end of the
'stored_Click 'sub, that is, after you added all the controls. And from what I
remember, you should only call Win32::GUI::Dialog(); once.
regards,
erick bourgeois
never stop questionning
www.jeb.
Using GetOpenFileName$dir_path = Win32::GUI::BrowseForFolder(
-title => "Choose a directory:",
);
Piet De Jong wrote:
| Hi
| I want to be able to show a dialog box with just a directory listing.
| Can I pass any parameters to the function GetOpenFileName to only show
informat
26 matches
Mail list logo