Hello All,
I have now exhausted most combinations of things that seem logical, however
I still can't get the tool tips to work.
What Objects can I place it on. I'm trying to get a tip to appear on
buttons.
# Create Button object - SetCWD
$btnSetCWD = $MainWin->AddButton(
-name=> "btnS
Hi All,
I tried a few more ways to get the tooltips working (just in case :-)
I agree that this would be an extremely useful feature. So who do we ask,
beg, bribe etc. Is Win32-GUI still being actively delveloped, improved?
Chris
Realm Technology
Perth, Western Australia
Message: 1
Date: Mon,
, 4, 1, 4,
5, 6, 4, 0, 5,
6, 7, 4, 0, 6,
7, 8, 4, 1, 7,
8, 9, 4, 0, 8,
9, 10, 4, 0, 9,
10, 11, 4, 1, 10,
11, 12, 4, 0, 11,
);
Lastly has anyone used a call to Win32::GUI::BrowseForFolder, I found a
reference to it in a mail archive using two
Hi Samuel,
I use a treeview control in one of my applications, and more often than not
the text exceeds the width of the window and as soon as you select the '+'
arrow, the vertical scroll bar comes in to play. I have not experienced ANY
problems with the control as you decribe.
I'm no expert but
empty the
grid. I haven't quite got this yet. But the code below at least empties it,
but it does not refresh the Grid if say a column was highlighted. Perhaps
someone else knows how to re-set it completely.
# Reset Grid
$ResultWindow->gridProcDataView->SetRows(1);
$ResultWindow->gridProcDataView->Refresh();
Hope this helps
rgds
Chris Wearn
empty the
grid. I haven't quite got this yet. But the code below at least empties it,
but it does not refresh the Grid if say a column was highlighted. Perhaps
someone else knows how to re-set it completely.
# Reset Grid
$ResultWindow->gridProcDataView->SetRows(1);
$ResultWindow->gridProcDataView->Refresh();
Hope this helps
rgds
Chris Wearn
he web and
many lists I can't find anyone else attempting to do this. Any assistance
appreciated, and perhaps a candidate for the examples section on the 'The
Win32GUI Documentation Project'.
Chris Wearn
=
use Win32
;s
own independant GUI, however can't display the new admin window.
Anybody done this or know how to do it?
rgds
Chris Wearn
Hi Peter,
Thanks for the response...
>only to by curious - did you turn on "Allow service to interact with
>desktop" by the Service Control Manager or by Windows API. If not,
>messages and GUI components will not show up on the "User Desktop".
>Peter NESWAL
No I haven't 'turned on' this value,
>Is this not the proper way to add an icon to a button?
>$W->AddButton(
> -name=> "SomeName",
> -left=> 5,
> -top => 5,
> -text=> "Print Somehing!",
> -tabstop => 1,
> -icon=> "./Iconfile.ico"
>);
TRY:
#
# Load Icon
$icoImage = ne
er it will continue on 'Jeb' or be put on
CVS in POD, etc?
Cheers
Chris Wearn
event offsets are easier to calculate. The only thing I can't get
working is the ability to tab between the controls. Does anybody know the
correct way of doing this, or is it not possible?
Chris Wearn
#!perl -w
use Win32::GUI;
$MainWindow = new Win32::GUI::Window(
-title =>
Hi All,
Have 'checked out' the latest source code - branch Win32-GUI-0_0_670-fix
from SourceForge CVS (using Tortoise) and have also downloaded latest PPM
and Source from Laurents' website.
Have followed Laurents' instructions on installing MingGW to compile it...
all seems to work fine, except h
Hi All
Having trouble with the new Statusbar additions:
tried different combinations of PARTS to start dividing, but no matter what
I've tried nothing seems to work. What order do the methods need to be
called?
I've had a look at MSDN Status Bars and read the notes that Steve posted on
announcin
coming up, another late night I feel
;-)
Cheers
Chris
-Original Message-
From: Stephen Pick [mailto:[EMAIL PROTECTED]
Sent: Monday, 19 January 2004 5:49 PM
To: Chris Wearn; perl-win32-gui-users@lists.sourceforge.net
Subject: RE: [perl-win32-gui-users] Statusbar example
Hi,
The correc
Hiya Jez,
On the subject of adding missing options...
The other night you were also adding the toolbar to the rebar... Prior to
the NEW builds that have been done lately, the tooltips did not work on the
buttons that were added to a toolbar... have you played with this lately?
and know if they ar
Hi Laurent,
Thanks for the reply.
>Strange, i have LVIF_INDENT constant define in mingw commctrl.h file.
>Do you have it in your commctrl.h file ?
No, not present. Checked MinGW CVS and found it was in that one. Also found
that SourceForge had a later version (3.1) and I had 2.something as I had
Hi All,
Using 5.8 and 665-Fix.
Have a textbox $txtHostName in a window, with an event
sub ::txtHostName_Change {
print "Event fired\n";
}
It appears the the 'Change' event is firing when the script first starts, as
well as detecting changes from the users input.
Is this normal behavior
Hi All,
I'm still messing around with rebar, trying to create a menu similar to the
rebar in say 'Outlook'. Where a single Band contains a number of buttons and
seperators: | [Reply] [Reply To All] [Forward] | [Send/Receive]| etc
After more tinkering, I've discovered that the button wont accept
ilto:[EMAIL PROTECTED]
> Sent: Friday, 23 January 2004 11:13 PM
> To: Chris Wearn; Win32-GUI List
> Subject: Re: [perl-win32-gui-users] Rebar - InsertBands -
> MultipleButtons
>
>
> Hi,
>
> Some good news and some bad news...
>
> The bad. To me the outlook rebar con
.
Any ideas? It just does not like the -popstyle lines which currently stands
at:
-popstyle => 00C0 | WS_SIZEBOX,
Chris
> -Original Message-
> From: Jez White [mailto:[EMAIL PROTECTED]
> Sent: Friday, 23 January 2004 11:13 PM
> To: Chris Wearn; Win32-GUI List
&
s containing an both the piccy of
the man and the word Reply, rather than have attributes as expected:
-text => "reply",
-bitmap => $piccy_of_man,
Chris
> -Original Message-
> From: Jez White [mailto:[EMAIL PROTECTED]
> Sent: Saturday, 24 January 2004 12
Hi All,
When creating a ListView and Inserting Columns, how do you set the alignment
for the column?
-align does not seem to work as expected.
$Window->ListView->InsertColumn(
-index => 1,
-subitem => 1,
-width => $width/2,
-align => "right",
-text=> "Description",
27;m guessing LVW_SORTASCENDING and LVW_SORTDECENDING are for
ordering the 'index' of items.
questions, too many questions ;-)
Chris
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Chris Wearn
> Sent: Saturday, 7 February 2004 12
Hi All,
I am also very interested in using the Rebar however in the example Jez
has used below, the window control uses:
-popstyle => WS_CAPTION | WS_SIZEBOX,
-pushstyle => WS_CHILD,
If I try to implement the same methods I get an error message informing
me that I can't use BAREWORDS.
If
if it would be caused by
the whole lot being inside the eval.
Any ideas?
I could live with using numerics except that it wont allow me to pop one
of the styles.
Chris
-Original Message-
From: Jez White [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 25 February 2004 5:45 PM
To: Chris We
Hi Ramy,
I have VS.NET 2003 and C++ on my machine but gave up trying to compile
this way.
Checked out source yesterday and used Ming (as per Laurent's tutorial)
and had it installed within 5 mins, no errors, no problems.
Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAI
]
Sent: Wednesday, 25 February 2004 9:53 PM
To: Chris Wearn; perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [perl-win32-gui-users] Anyone help?
Chris,
Thank you for your help, what is the link to this tutorial please
Ramy
- Original Message -
From: Chris Wearn <mailto:[EM
e able to compile the current source successfully using MinGW
and Laurents method, per his website?
Using Perl5.8 and Windows 2000 SP3 - normally compiles no problem.
rgds
Chris Wearn
me other place where people can paste
in 'how to' snippets, or do we start one.
What is the general concensus... what happened to the documentation project
website, is that still being used / maintained?
Rgds
Chris Wearn
o CVS on sourceforge.
Unless someone else with a degree in publishing, a Mac with Quark and
nothing else to do, wishes to volunteer...
Otherwise, start emailing me content/examples...
Chris Wearn
-Original Message-
From: Jez White [mailto:[EMAIL PROTECTED]
Sent: Monday, 15 November 2
ng PHP and have found great benefit from
the PHP documentation that also contains user contributed
notes/snippets/examples after each command reference. I had originally
thought something similar would be of great benefit to both new and seasoned
users of Win32::GUI
Chris Wearn
-Original
er as a -borderstyle => 1,
method or -style => TB_FIXEDSINGLE (example) style.
Anyone have any ideas... or is it missing a bit in the XS ??
Rgds
Chris Wearn
# == Rebar.pl example ==
use Win32::GUI;
# just for debugging/testing purposes...
use Win32::API;
$GetDlgCtrlID = ne
______
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Chris Wearn
> Sent: Wednesday, December 01, 2004 7:51 AM
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [per
ick event as well.
>
> Also, is there a way to style popup menus? I am looking for something
> like Excel's Autosum button, which displays a "white" menu with a flat
> border ( as opposed to the normal menu's raised 3d effect).
>
tform/commctls/listview/listview_message_processing.asp
What is required or is there anything that prevents these methods being
implemented (barring time, hardwork and knowledge) ?
Chris Wearn
# = The example
#
# List
On Tue, 2005-01-11 at 04:20, Jez White wrote:
> Hi,
>
> >From what I understand of dragging (which isn't a lot!) most of the
> functionality that you would need for this explorer example is present
> within Win32::GUI at the moment.
> Basically, dragging is a very manual process - you have
Hi,
First upgrade Win32::GUI to version 1.0 (download from Sourceforge).
Second, you do not need to use Mime::Base64::Perl to use BitmapInline
(unless you are using it as part of something else.
Otherthan that, the BitmapInline should work fine.
Noted that you had tacked onto this thread (RE Li
Hi Jez,
H, sounds like a confession... you get time to play games ;-)
Seriously though, have not experienced this on WinXP SP2 - perl v5.8.4
PDK 6.0 and Win32::GUI 1.0
The application you are trying to run... has it been converted to an
.exe (as in perlapp) or just from the command line?
C
items, dragndrop them somewhere else, repeat 2 or 3
times and the spread effect increases each time.
Still its a start. Feel free to pull it apart and correct anything that
I've got completely wrong...
Chris Wearn
Code below
#
> # Listview Large
Hi All,
Using the TabFrame module developed by Laurent... however using the
latest checkout from Sourceforge CVS, in use, it errors with non-fatal
warnings of '-style' and '-exstyle' being deprecated in GUI.pm line 597.
Has anybody got a fix for Frame.pm to work.
Cheers
Chris
Hi All,
Does not work on WinXP SP2, Perl 5.8.4 and Win32::GUI v1.0.3
Just normal grey background, even tried dropping the ::class and and
$winBackBrush as -background to ::Window - still no joy.
Regards
Chris
-Original Message-
From: "Jeremy White" <[EMAIL PROTECTED]>
To: [EMAIL PROTE
Hi All,
Ran tests 1 and 2, results:
MACHINE 1:
==
WindowsXP SP2
Perl 5.8.7 build 813
Win32-GUI GUI.pm 1.02_01 compiled with MS VS compiler v13.10.3077
Test1 - ran/exited cleanly, but clicking buttons produced no output.
Test2 - ran cleanly, again toolbar buttons produced no output. On
/richeditcontrolreference/richeditstructures/charformat2.asp
Does anybody have any idea how to do this, or if its achievable?
Cheers
Chris Wearn
# === CODE ===
# Win32::GUI::RichEdit test
use Win32::GUI;
$text = "The quick brown fox jumps over the lazy dog.";
$textAsHex = "
I am working with UCS2 encoded strings: eg 3114 3116 3127 3119 (Chinese
in this case).
Is there a way of converting or encoding these pairs, to show their
Unicode characters in a Richedit control? The obvious,
my $string = pack ("U*", 0x3114, 0x3116, 0x3127, 0x3119);
$re->Text($string);
Does
}, are not exactly the letter i \x{263A} |<<48)
I'm obviously missing something, but am not sure how this helps my
original question.
Cheers
Chris
On Fri, 2005-10-07 at 23:41 -0700, Glenn Linderman wrote:
> On approximately 10/7/2005 10:47 PM, came the following characters from
>
Hi All,
Have just downgraded and recompiled latest Win32-GUI from CVS using VC6.
Now I get an error "can't find TBSTYLE_EX_MIXEDBUTTONS in package blah
blah"
The same if I run the demo toolbar.pl that Rob May posted to the group
when experimenting with all the options.
Is this something that is
at 18:06 +, Robert May wrote:
> Chris Wearn wrote:
> > Hi All,
> >
> > Have just downgraded and recompiled latest Win32-GUI from CVS using VC6.
> >
> > Now I get an error "can't find TBSTYLE_EX_MIXEDBUTTONS in package blah
> > blah"
> &g
ge-
From: Robert May <[EMAIL PROTECTED]>
To: perl-win32-gui-users
Date: Mon, 31 Oct 2005 18:47:42 +
Subject: Re: [win32gui] [perl-win32-gui-users] Toolbar style contants
> Chris Wearn wrote:
> > Hi Rob,
> >
> > Have checked my commctrl.h file and it is dated 1998 an
Chris
-Original Message-
From: Robert May <[EMAIL PROTECTED]>
To: perl-win32-gui-users
Date: Mon, 31 Oct 2005 18:47:42 +
Subject: Re: [win32gui] [perl-win32-gui-users] Toolbar style contants
> Chris Wearn wrote:
> > Hi Rob,
> >
> > Have checked my commctrl
– an extra 230 meg install).
Below is an excerpt from the code showing the call to the function
‘format_ucs_string’ which will then print both character types in explorer.
Just thought I’d archive the method for any one else trying to achieve the
same, at some stage.
Cheers
Chris Wearn
phical character sets to appear in the
control? And if so, what formats does it recognise?
I’ve tried encoding characters as UTF-8 and they just appear as decimal
numbers.
Any help appreciated.
Cheers
Chris Wearn
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
V
Hi All,
Quick question (hopefully)… when adding a toolbar and setting an imagelist
to it, and then adding bitmaps to each button… when you change the property
of the button to –grayed => 1 the image disappears and it ends up a big grey
square but no image.
What image gets called displayed h
setup file (.EXE). I’m not sure what freeware options there are to create
stand-alone executables from perl source.
Cheers
Chris Wearn
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Gowtham Prabu
Sent: Monday, 6 March 2006 6:43 PM
To: perl-win32-gui-users
This constant still appears as a valid choice in the documentation but I
can’t find a hex value for it on the web. The only references to it are
within Laurent’s documentation.
To get it working I simply deleted the ->SetDefCellType( GVIT_NUMERIC );
option. However is there a workaround or a
me know.
Cheers
Chris Wearn
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Steve Loughran
Sent: Thursday, 7 September 2006 10:47 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [perl-win32-gui-users] [win32-gui] precision timer event
n32\GUI\AxWindow\AxWindow.bs
Undefined subroutine &main::UpdateHTML_blib called at -e line 1.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\NMAKE.EXE"&
Hi Rob/Glenn,
Undefined subroutine &main::UpdateHTML_blib called at -e line 1.
[snip]
>>> My gut reaction is this is a 5.8.8 specific thing (I know ActiveState
>>> have played with MakeMaker a lot in 5.8.8). I'm afraid that I haven't
>>> tried 5.8.8 yet.
>>>
>>> Did you successfully
ionality to the
Win32-GUI Listview control.
The code example is at:
http://www.codeproject.com/cs/miscctrl/OAKListView.asp
Or is this already possible and I have misinterpreted the documentation for
Win32-GUI?
Chris Wearn
59 matches
Mail list logo