I have a problem with this combination: pp and Gui::Loft.
I use pp (PAR) a lot, for creating Windows exe's.
I created a GUI app with GUI::Loft, which works great. Although, I think
GUI::Loft has become orphaned (no development) in the past couple of years.
When I use pp to create an exe, it bomb
create the new task?
or
b) hide the new window from the taskbar after it's been opened?
===
steve comrie :: senior developer
www.shrinkingplanet.ca
Is there a standard open file dialog box or are we own our own?
===
steve comrie :: senior developer
www.shrinkingplanet.ca
The first tutorial under the documentation site on the sourceforge site
doesn't seem to work, the other two do, but I was looking for something that
introduced making a basic window(well I've got the basic plain window made)
with some basic menu's etc.
Can this be fixed(or is it just my box/br
I'm not really serious with creating GUI applications for PERL, I just found
Win32 GUI to be a pretty cool module, and at the time have the need for a
small GUI app thats a workaround for something.
I've created numerous single line text boxes where the user may input text,
I'd like to assign
This isn't really directly related to Win32 GUI, so I'd like to apologize
now for that. Don't even know PERL particularly well, and am not that
bright.
The task I'm trying to accomplish is this, I've got a program thats got
numerous text fields(single line text box), user fills them out, then
It does not work on Win NT !?
Does it?
Steve Lihn
-Original Message-
From: Luigino Masarati [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 08, 2002 12:12 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] Animated windows [working demo]
This is a
S's work better than others?
I'm on Windows98 SE
Help, please,
Steve
--
my bitmap objects need to be persistent or something? I would have
thought perl's garbage collector would realise not to clear the anonymous
bitmap objects created with ImageList::Add.
Help!
Steve Pick
perl-win32-gui-users@lists.sourceforge.net
Additional:
print $ARCHIVE."\n".$ICONS."\n";
gives:
Win32::GUI::ImageList=HASH(0x265e044)
Win32::GUI::ImageList=HASH(0x265e044)
Oh dear. Serious bug. They're in the same memory. I'll look at the
Win32::GUI code and see if this is a simple bug that even i can fix.
Me again, sorry for the flood of posts.
Yes, it's a bug in GUI.pm
Win32::GUI::ImageList just uses $self without defining it like:
my $self = {};
So to fix the bug, just find Win32::GUI::ImageList in GUI.pm,
(it's on line 2141 in 0.0.558), and add a definition of $self as
abo
rking with 0.0.558
at the time) but frankly I failed.
Steve
perl except for the one mod required for the dockable
windows to work. Soon you'll be able to create slick apps *fast* :)
Any questions, just ask.
Steve
dow's parent
but that doesnt work properly and MSDN says "no! dont do this!! use
SetParent!")
> On approximately 11/15/2003 5:14 PM, came the following characters from
> the keyboard of Steve Pick:
> > Hi,
> >
> > Can anyone currently maintaining or debuggin
GUI
source.
If anyone wants to take on the flickering problem I'd be happy to help out
with it.
Steve
- Original Message -
From: "Steve Pick" <[EMAIL PROTECTED]>
To: "Win32 GUI"
Sent: Saturday, November 15, 2003 7:00 PM
Subject: [perl-win32-gui-user
of streaking whenever anything is painted (obviously,
because the background-erase is there so that this doesnt happen).
That link is interesting, I'll give it a try.
Thanks,
Steve
- Original Message -
From: "Jeremy White" <[EMAIL PROTECTED]>
To: <[EMAIL PR
ifficult for me to do it with Win32::GUI, for
exactly the same reason as given above; I cant find where widgets are drawn.
Steve
- Original Message -
From: "Jeremy White" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
Sent: Sunday, November 16, 2003 5:16 PM
Subject: R
ining as a resize handle, hourglass etc when
moved inside the window.
Steve
anyway unless you're 5 years old :)
Steve
- Original Message -
From: Chris
To: perl-win32-gui-users@lists.sourceforge.net
Sent: Friday, November 21, 2003 1:25 AM
Subject: [perl-win32-gui-users] Windows XP Color Bug
Does anyone have a way to resolve the windows xp colo
AddLabel ($win,
-name => "background",
-notify => 0,
-width => $win->Width(),
-height => $win->Height(),
-top => 0,
-left => 0
);
Add the label before adding anything else. This will cause uber-flicker.
Steve
- Original Message
rosoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp
- Original Message -
From: Steve Pick
To: Chris ; perl-win32-gui-users@lists.sourceforge.net
Sent: Friday, November 21, 2003 6:28 PM
Subject: Re: Re: [perl-win32-gui-users] Windows XP Color Bug
Sorry :)
I had a bad day and this was plain nasty so i reacted in quite an elitist way.
Anyway, someone with more skill than both of us has provided a better solution.
I'm glad you're here and paying attention, Win32::GUI::Users needs everyone it
can get :)
Steve
- Origin
VALIDATE not invalidate.
Steve
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Sunday, November 23, 2003 5:58 PM
Subject: [perl-win32-gui-users] Help with Win32::Gui::Graphic, WM_Paint and
InvalidateRect
> Hi,
> I am trying to draw an interactive graph in a window,
give it a shot. it's
available for everything.
I went off imagemagick because the binary download is something like 20mb,
and i didnt want THAT in my redistributable.
Steve
- Original Message -
From: "Jeremy White" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
ot;Enter has been pressed.\n";
}
}
Hopefully this will be included in the next CVS update, and will allow you
to get Enter presses without using that nasty "default button" method.
Steve
- Original Message -
From: "Johan Lindstrom" <[EMAIL PROTECTED]>
D, which has no titlebar or
border, and call $win->Maximize() on startup to make it fill the whole
screen (except for the taskbar if that's not on auto-hide), then you can
paint in that window's DC (obtain it with $win->GetDC()).
I hope one of these helps.
Steve
- Original Mes
ot from there, i can probably get you some code
on Monday, but it's at work at the moment.
Steve
- Original Message -
From: "Jaun Keeve" <[EMAIL PROTECTED]>
To:
Sent: Friday, November 28, 2003 7:35 AM
Subject: [perl-win32-gui-users] Exchange Admin!
> Hi All
>
>
x27;d be interested as well if
anyone can enlighten me on how to do coloured progress bars.
Steve
- Original Message -
From: Chris
To: perl-win32-gui-users@lists.sourceforge.net
Sent: Monday, December 01, 2003 6:15 PM
Subject: [perl-win32-gui-users] Progress bar's
Okay, I need
Say what?
What exactly is the problem? Reading the file or applying the colors?
- Original Message -
From: Chris
To: perl-win32-gui-users@lists.sourceforge.net
Sent: Tuesday, December 02, 2003 3:21 AM
Subject: [perl-win32-gui-users] Coloring again,
I'm trying to read in s
Hi,
The list of fixes is available here:
http://sourceforge.net/project/shownotes.php?group_id=16572&release_id=203389
Steve
- Original Message -
From: "Morbus Iff" <[EMAIL PROTECTED]>
To: "Laurent ROCHER" <[EMAIL PROTECTED]>; "Win32GUI&
Just wanted to wish everyone on the list a Merry Christmas and offer my
thanks for all your assistance and work on improving Win32::GUI.
Cheers,
Steve Pick
[EMAIL PROTECTED]
ng UnHook() inside a hook handler seems to be safe (after a lot of
bugfixing and tweaks to make it safe), but if you find any problems (usually
crashes) with this kind of thing let me know.
Steve Pick
[EMAIL PROTECTED]
to obtain
the values. I hope it helps, not sure if it works with Winamp 5.
Steve
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To:
Sent: Friday, January 09, 2004 5:09 PM
Subject: [perl-win32-gui-users] pointers
> I'm working on controlling winamp,
ui oriented you would probably get better
results from perlmonks or some other list.
Steve
- Original Message -
From: "#SHUCHI MITTAL#" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 08, 2004 5:04 PM
Subject: [perl-win32-gui-users] General Perl Text Extraction doub
cker/?group_id=16572
Thank you and good night :)
Steve
Before you build a new PPM, let me fix all the broken and/or horrible example
code :)
I don't know where half of the examples in the current PPM came from, but a lot
of them don't work and I'm in the process of fixing them.
Steve
- Original Message -
From: Laure
border between parts.
#
SetBkColor([color])
# Sets the background color of the status bar. If no color is given,
# it sets the background color to the default background color.
#
Any questions, let me know. Suggestions and bugs to sourceforge tracker.
Thank you.
Steve
elsif($operation == SB_THUMBTRACK) {
#print "Tracking ".($bar == 0 ? "horizontal" : "vertical")."
scrollbar thumb position: ".$pos."\n";
#}
# and so on.
}
Steve.
alf a second
my $bits = "";
vec($bits,fileno(MYSOCKET),1) = 1;
my $rout;
select($rout=$bits, undef, undef, $timeout);
if(vec($rout,fileno(MYSOCKET),1) == 1) {
# We have some data to read! (connection, incoming packet, yada yada)
return 1;
}
else {
return 0;
}
}
Hope that helps ou
method.
I'm unsure of MDIs, I don't know the "correct" way to implement them yet, but
it may be something to look into in the future. Currently I have enough stuff
to do fixing and documenting the example scripts and adding to the current docs.
Steve
- Original M
on what can be scrolled.
You can still add scrollbars to and set scroll parameters on any widget.
Steve
- Original Message -
From: Jez White
To: Stephen Pick ; Win32-GUI
Sent: Friday, January 16, 2004 1:34 PM
Subject: Re: [perl-win32-gui-users] Scroll bar example
Thank
Oh, sorry, bugfix,
line 83 add:
$scrollarea->Left(0 - $scrollwindow->ScrollPos(0));
Helps if you keep tracking the scrollbar during resize :)
This stops weird behaviour if you scroll then resize the window.
Steve
- Original Message -
From: Jez White
To: Stephen Pick ;
Committed the changes to 665-Fix.
Steve
- Original Message -
From: "Glenn W Munroe" <[EMAIL PROTECTED]>
To:
Cc: "Steve Pick1" <[EMAIL PROTECTED]>; "Steve Pick2"
<[EMAIL PROTECTED]>; "Laurent ROCHER" <[EMAIL PROTECTED]>
S
than the OEM, though I've not run any benchmarks.
I would no longer even consider using the OEM, having looked at the code for
it (mind you I'm hardly in a position to comment on code clarity :) ).
Steve
- Original Message -
From: "Jez White" <[EMAIL PROTECTED]>
T
esult.
Steve
- Original Message -
From: "Jez White" <[EMAIL PROTECTED]>
To: "Steve Pick" <[EMAIL PROTECTED]>;
Sent: Tuesday, January 20, 2004 7:29 PM
Subject: Re: [perl-win32-gui-users] Accelerator bug?
> Indeed he has...
>
> What events are missing -
he constant that
says "yes, capture clicks" to the NEM event mask).
It's on the todo list.
Steve
- Original Message -
From: "Glenn W Munroe" <[EMAIL PROTECTED]>
To: "'Stephen Pick'" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, January 20, 200
f the part it's
supposed to be in, and moving and sizing it to sit in that part. If you
implement a similar resize event, it should work.
Steve
- Original Message -
From: <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, January 21, 2004 4:17 AM
Subject: [perl-win32-gui-users] Progres
this in my next commit.
Steve
- Original Message -
From: "Glenn Linderman" <[EMAIL PROTECTED]>
To: "Stephen Pick" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, January 21, 2004 6:41 PM
Subject: Re: [perl-win32-gui-users] Accelerator bug?
> I guess I didn
hat the
reasons are obvious: It would be impossible and pointless.
Sourceforge's CVS is being particularly annoying at the moment (I can't get
a branch list from it, and it keeps failing to respond when connecting) so
you'll probably have to wait a bit before you see the changes app
search.cpan.org/~gsar/libwin32-0.191/OLE/lib/Win32/OLE.pm
I recommend you check out http://msdn.microsoft.com for information on
accessing outlook via OLE. I'm sorry I can't give any examples.
Have you tried http://www.perlmonks.org with your question?
Steve
- Original Message -
dules are not
threads-compatible, and it's probable that Win32::FileOp is one of them.
If it only happens with Win32::GUI loaded, please let us know and we'll
undoubtable jump at the chance to look into it, such a powerhouse of activity
that we are.
Thanks,
Steve
- O
lthough he assumedly reads this list every now and again to see how people are
abusing his babies, he hasn't posted in a very long time.
Steve
- Original Message -
From: [EMAIL PROTECTED]
To: Steve Pick ; perl-win32-gui-users@lists.sourceforge.net
Sent: Sunday, January 2
tEvent(name, handler) will set the coderef for the specified NEM event
handler. "name" should be an event name, and "handler" should be a code
reference to a subroutine that will handle the event. You can use this to
change event handlers to something else if you need to.
Steve.
...
}
If that doesn't work, you can hook the MouseMove event using the Hook Event
Model:
$button->Hook(0x0200, \&mousemovehandler);
Steve
- Original Message -
From: [EMAIL PROTECTED]
To: Jez White ; Steve Pick ; perl-win32-gui-users@lists.sourceforge.net
Sent:
Hi Jez
Ok, noted. Interesting. I'll look into this on Monday.
Steve
- Original Message -
From: Jez White
To: Win32-GUI
Sent: Sunday, February 15, 2004 10:07 AM
Subject: [perl-win32-gui-users] Status bar Parts method bug.
Hi,
I've found a bug when using the pa
Icon and
Cursor objects could then be modified to first check for a resource identified
by the given filename in the current running exe, and if it's not found attempt
to use the given filename to load an external file. This seems the best mode of
operation to me.
Steve
- Original Me
hen this is set, the ENTER key no longer works in my multiline
textfield boxes.
Is there a way to tell a textfield to allow ENTER keys to work when the
diaogui option is set?
Thanks,
Steve
This has NOTHING to do with Win32 GUI and should not be sent to this
list.
Please keep your questions to items concerning Win32 GUI.
In my opinion, if you do not have the source, rewrite it.
Quit trying to reverse engineer a good product.
Nufsaid
-Original Message-
From: [EMAIL PROTECTED
Jez,
I think a native version would be great.
I use AxWindow now for several apps.
It would be nice to be able to update both by updating Win32 GUI.
STeve
-Original Message-
From: [EMAIL PROTECTED] on behalf of Jez White
Sent: Thu 12/16/2004 1:55 PM
To: Win32-GUI
Subject: [SPAM
This seems like a very useful add on code - can this be added in so
that those who do not have a compiler can get this?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jez White
Sent: Saturday, January 08, 2005 3:03 AM
To: Chris Wearn; perl-win32-gui-us
AM
To: Lloyd, Steve; Chris Wearn; perl-win32-gui-users
Subject: Re: [perl-win32-gui-users] Listview Control functionality - Drag n
Drop - Email found in subject
Hi,
Yes it can be added - Chris and came to a little 'agreement' - he supplies
an perl example and I'll add the code:
I have compiled many Win32::GUI scripts using perl2exe from
http://www.indigostar.com.
Steve
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Lee Goddard
Sent: Wednesday, June 01, 2005 5:14 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [SPAM
I have been using perl2exe for several years. The latest version on
perl2exe supports icons, filestamps, and more.
I have used it to compile a plethera of scripts ranging from win32 gui
apps to dos apps and have had great success.
In my opinion, it rocks over the other choices.
Steve
I have noticed that if scrolling in a Win32::GUI::Textfield set to readonly
does not refresh the text properly.. Has anyone else seen this? It this
something that could be fixed before the next release?
Steve
-Original Message-
From: [EMAIL PROTECTED] on behalf of Robert May
Sent
Go to http://search.cpan.com
Search for Win32::GUI
Click on it and select the Win::32::Tutorial
http://search.cpan.org/~robertmay/Win32-GUI-1.02/docs/GUI/Tutorial.pod
Steve Lloyd
http://www.basgetti.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Your sample produces the following error for me:
---
perl.exe - Application Error
---
The instruction at "0x77c460cb" referenced memory at "0x". The
memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the
t(0);
--
-Original Message-
From: Robert May [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 11:56 AM
To: Lloyd, Steve
Cc: perl-win32-gui-users@lists.sourceforge.net
Subject: [SPAM] - Re: Readonly TextEdit redraw problem. [Was: otther
thn
My Mistake,
I recompiled the Win32::GUI and cannot reproduce the error.
Steve
-Original Message-
From: Robert May [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 3:13 PM
To: Lloyd, Steve
Cc: perl-win32-gui-users@lists.sourceforge.net
Subject: [SPAM] - Re:[perl-win32-gui-users
Awesome Rob! Do you need any help getting samples or content for the
areas marked TDB?
I also suggest an Examples section in both the Methods and Events area.
Steve Lloyd
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Robert May
Sent: Tuesday, August 02
Change
my $mw = Win32::GUI ...
To
our $mw = Win32::GUI ...
This will allow the timer subroutine to see the $mw object.
Steve Lloyd
If the world didn't suck, we would probably all just fall off.
http://www.basgetti.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROT
Rob,
Is there a planned date for the next release?
Also, many of the common events do not work on the main Window, right?
Like MouseOver and MouseOut...
use strict;
use Win32::GUI;
$|=1;
my $main = Win32::GUI::Window->new(
-name => 'Main',
-text => 'Perl',
-width => 200,
Can you explain how the -ontimer option works?
-onTimer => \&T1_Timer,
Using -ontimer, how do you set how often it kicks off?
Steve
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jeremy White
Sent: Thursday, August 04, 2005 8:02 AM
To: [EMAIL PR
three times
2000four times
-Original Message-
From: Jeremy White [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 04, 2005 10:30 AM
To: Lloyd, Steve; [EMAIL PROTECTED];
perl-win32-gui-users@lists.sourceforge.net
Subject: RE: Re[2]: [perl-win32-gui-users] working
ot;;
}
elsif($timer=~/^quick$/is){
print "running quick stuff\n";
}
elsif($timer=~/^very quick$/is){
print "running very quick stuff\n";
}
}
-Original Message-
From
Is there a way using Win32::GUI to create a dragable child window that
can be dragged and dropped onto another window like winspy does?
Steve
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Robert May
Sent: Tuesday, August 09, 2005 1:08 PM
To: Daniel
/AutoLoader.pm line 40.
Use of uninitialized value in concatenation (.) or string at
C:/Perl/lib/AutoLoader.pm line 41.
Steve
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jeremy White
Sent: Wednesday, August 10, 2005 2:17 AM
To: perl-win32-gui-users
Thanks Rob,
I will give it a try in Perl and Win32::GUI.
Steve
-Original Message-
From: Robert May [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 10, 2005 4:34 PM
To: Lloyd, Steve
Cc: perl-win32-gui-users@lists.sourceforge.net
Subject: Draggable 'window' [Was: MDIFrame and
Does anyone know how I can call Win32::GUI::MessageBox and have it close
after a certain number of seconds?
Is this possible?
Steven Lloyd
http://www.basgetti.com
This email, and any files previous email messages included with it, may contain
confidential and/or privileged material. If you are n
#1: Can Button objects have a foreground and background color?
It doesnt seem to work for me (no idea why)
Question #2: Can the font and color in Button objects be chosen?
Many thanks in advance for your help, it is greatly appreciated
Steve
aps in the buttons instead :) I know they
work, its what i fell back on when I couldnt get labels to work.
I`m sure i`ll be back for more answers... but i`ll make sure I`ll try
all the options before I return.
Steve
Glenn W Munroe wrote:
Hello Steve,
I was just compiling a reply to this whe
Hi all
Is there any easy way to include a file name requester (like when you
"Save as..." in a program) to allow you to return a filename for
loading/saving? I think I have seen it in my trawling through websites,
but I cannot remember where
Many thanks in advance.
Steve
doh! thank you! :)
Steve
Jeremy White wrote:
Hi all
Is there any easy way to include a file name requester (like when you
"Save as..." in a program) to allow you to return a filename for
loading/saving? I think I have seen it in my trawling through
websites, but I cannot reme
Hi all
I have a question about TabStrip usage:
Is it the responsibilty of the application to process Click Events on
the tab headers, and hide/show the various buttons for each tab page, or
am I missing something that makes life oh so much easier?
Anyone have some demo code?
Steve
ded from a text file, and all -onClick events go to the samer
subroutine which deal with them all.
This is being run on ActiveState Perl 5.8.815 (if that helps any!)
Does anyone have any idea what I am doing wrong? I have been sitting
here for 3 hours banging my head against this, and I am losing my will
to live.
Steve
idea
why :)
Steve
Jeremy White wrote:
Its like "$configdata(name}" is being expanded/substituted when I
actually press the button (using the last $configdata{name} value from
the button creation stage), rather than the parameter being
expanded/substituted and stored when i create the but
Please. Thanks!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Plum, Jason
Sent: Tuesday, February 07, 2006 2:24 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example -
Email found in subjec
moving on slightly, can anyone point me at a web resource that
explains how I would draw graphics and insert bitmaps into a win32 window?
May thanks for your help, sorry for the newbie questions (again!)
Steve
Hi Jeremy
Thanks for that. I would have tried the text stuff myself, but I am away
from home and my code for a while. I`ll go take a look at the drawing
examples as well.
Steve
Jeremy White wrote:
OK, almost newbie question. (Quickly writing this in between doing my
real job). I need to
get the connection to autoflush the
data being sent by the client. If I close the connection, the "queued"
data gets flushed to the server before the connection is closed.
Anyone got any quick pointers as to how to get the connection to autoflush?
Many thanks for this off topic question.
Steve
Hi all
Is it possible to attach/load a bitmap into a Checkbox? I cant seem to
get it to work, so just checking to see if its me thats having a bad
coding evening, or if I am wasting my time trying to get it to work :)
Steve
Hi all
Is there a way to disable the LWIN/RWIN default action of popping up the
windows start menu? (and how about enabling them again afterwards?)
Any pointers would be helpful. Many thanks in advance.
Steve
The only way I have got this to work is to open the database connection
in the thread.
Steve Lloyd
http://www.basgetti.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Roger Mayfield
Sent: Thursday, April 06, 2006 2:23 PM
Cc: perl-win32-gui-users
ther dumb day?
Steve
Many thanks for that, far easier to use than messing with SetWindowLong()
I dont see any reference to -pushexstyle in the docs on the website btw
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window
Steve
sub WS_EX_NOACTIVATE() {0x800}
...
my $win = Win32::GUI
your help.
Steve
Many thanks for this, i`ll take a look at this and have a go.
Steve
Plum, Jason wrote:
I tried Zipping this out but NO...
So here are all the files attached seperately, sorry I had to do it this
way.
This example certainly contains WAY more than you need for dealing with
TreeView, but
nothing seems to be working.
Is it broken? Or is it me that is broken? :)
Steve
Hi Glenn
That works a treat... The docs talk about sorting using nodes, so it
never even crossed my mind to sort the entire treeview object.
Many thanks
Steve
Glenn Munroe wrote:
Hello Steve,
Does this work for you?
==
#!perl -w
use strict;
use Win32
Hi all
Is there any way or making a specific button/textbox/treeview "active"
or have the focus? I am trying to keep my TreeView "active" so the
highlighted entry shows up better after another button in the window has
been pressed.
Also, and an afterthought actually, is there any way of maki
treat... thanks for that :)
Is scrollbar "fatness" a system wide setting?
Steve
Plum, Jason wrote:
Steve,
Hmm, good point with the "fatter" scrollbars :)
As for keeping the treeview "active", have you considered just setting
the focus to the treeview as the last line
1 - 100 of 188 matches
Mail list logo