question. What this person
needs to do is:
- get info on the node (as described in the above using HitTest(x,y))
- then call Select on that node:
my $node = $treeview->HitTest($mouse_x,$mouse_y);
$treeview->Select($node);
# Now the right node is selected before you show the menu.
#
I just discovered that the -valign option for buttons mistakes 'top' for
'center' and vise versa:
# this button shows text in the middle
$win->AddButton (
-name => 'Button1',
-text => 'Hello World',
-valign => 'top',
);
# this button shows text at the top
$win->AddButt
Hi,
Looking for more information on MDI I ran into this:
> > 2001-04-03 08:40
> > Please have a look at the GOE (GUI Object Explorer) at
> > http://www.fairymails.com/perl/
> > Download either goe.zip or the the other three files (which are
> > actually the contents of the zip), start goe.pl
RE: Masks in an ImageList (Jeremy White)
> Message: 1
> From: "Jeremy White" <[EMAIL PROTECTED]>
> To: perl-win32-gui-users@lists.sourceforge.net
> Date: Tue, 06 May 2003 08:16:21 +
> Subject: [perl-win32-gui-users] Masks in an ImageList
>
> I have an image list that Im using in a treeview an
I am very interested in the documentation project, but how come I can visit
http://jeb.ca/perl/win32-gui-docs/
?
My browser dows find th IP 65.94.2.121 but after that I get a DNS error.
Roelof
Hi,
Has anyone succeeded in enabling some kind of drag and drop support for
Win32::GUI windows and objects? I am highly interested... I don't know how
to start on my own. Anyone any idea?
Roelof
> My next question would be, does anyone know how I can set it so
> that if the
> line contains the word Failed in it, it will be highlighted? There doesnt
> seem to be any documentation on ListView::Item, which is what I thought I
> would use. Any insight would be greatly appreciated.
and Johan
Hi,
I am very curious for your Create GUI App. but I can't get it to run. I also
cnnot find a readme or
install file. I just have to "guess" (or read through all the code to find out)
what to do. Can you
give some directions?
My PERL (5.8) ends with this message:
Could not find C:\Documents an
Hi,
> I was curious too, and I couldn't get it to work either.
> But your first error is that you havn't read this:
> http://www.stouk.com/CreateGui/Training1.htm
>
> Your are to copy the Gui.xml from the first example folder.
I figured that out.. But however, the script(s) created (also from oth
(
-name => "node_$_",
-text => $klant_naam{$_},
);
$listview->ItemCheck($i,1) unless lc($mode) eq 'facturen';
}
## END EXAMPLE
Thanks,
Roelof Bos
e-mail: [EMAIL PROTECTED]
things but nothing seems to help.
Is this a problem of the GUI::ImageList object? Or a problem of the
Treeview object?
Is there anyone who knows a workaround to keep my images "alive"?
cheers,
Roelof Bos
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus sy
sed in the example but you'll see
tomorrow)
But it all doesn't make a difference...
cheers
Roelof Bos
Original message
> > I have this test application (see attachment) with a toolbar and a
> > treeview.
> >
> > The treeview lists the drives an files on my computer.
tput on the prompt follows below. I get the same error on
nmake, nmake test and nmake install.
thanks
Roelof Bos
---
E:\Software\programeren\Perl\Modules\Win32-Gui\Win32-GUI-1.0>nmake test
Microsoft (R) Program Maintenance Utility
Hey Bret and Win32-GUI developers,
You've been of great help Bret. Thanks, it works now.
Hey developers, wouldn't it be nice to add a readme file describing this
in the PPM destribution? It seems pretty clear that if you use the ppm
you get a very old versio of Win32-GUI...
6,16],
-pos => [$x,$y],
-visible => 1,
-addstyle => 11,
);
$label->SetIcon($MyIcon);
$label->Show();
Regards and thanks in advance,
Roelof Bos
15 matches
Mail list logo