[perl-win32-gui-users] Tool Tips

2002-02-16 Thread Chris Wearn
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

[perl-win32-gui-users] RE: Tooltips

2002-02-19 Thread Chris Wearn
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,

[perl-win32-gui-users] RE: Win32::GUI Release 0.0.665 - Cursor

2002-03-03 Thread Chris Wearn
, 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

[perl-win32-gui-users] RE: Treeview expand collapse refresh problem

2003-02-11 Thread Chris Wearn
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

[perl-win32-gui-users] RE: using Win32::GUI::Grid ([EMAIL PROTECTED])

2003-07-07 Thread 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

[perl-win32-gui-users] RE: using Win32::GUI::Grid ([EMAIL PROTECTED])

2003-07-07 Thread 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

[perl-win32-gui-users] Splash Sceen Timing

2003-12-17 Thread 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

[perl-win32-gui-users] Win32-GUI and PDK PerlCtrl own window

2003-12-29 Thread Chris Wearn
;s own independant GUI, however can't display the new admin window. Anybody done this or know how to do it? rgds Chris Wearn

[perl-win32-gui-users] RE: Win32-GUI and PDK PerlCtrl own window

2003-12-30 Thread 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,

[perl-win32-gui-users] RE: Win32::GUI Icons on buttons

2003-12-30 Thread Chris Wearn
>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

[perl-win32-gui-users] Win32-GUI current development

2004-01-13 Thread Chris Wearn
er it will continue on 'Jeb' or be put on CVS in POD, etc? Cheers Chris Wearn

[perl-win32-gui-users] GroupBox tabbing

2004-01-14 Thread 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 =>

[perl-win32-gui-users] RE:Win32::GUI Dev PPM latest

2004-01-18 Thread Chris Wearn
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

[perl-win32-gui-users] Statusbar example

2004-01-18 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Statusbar example

2004-01-19 Thread Chris Wearn
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

[perl-win32-gui-users] Toolbar tooltips

2004-01-19 Thread Chris Wearn
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

RE: [perl-win32-gui-users] RE:Win32::GUI Dev PPM latest

2004-01-19 Thread Chris Wearn
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

[perl-win32-gui-users] Change Event firing

2004-01-20 Thread Chris Wearn
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

[perl-win32-gui-users] Rebar - InsertBands - MultipleButtons

2004-01-23 Thread Chris Wearn
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

[perl-win32-gui-users] RE: Rebar - InsertBands - MultipleButtons

2004-01-23 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Rebar - InsertBands - MultipleButtons

2004-01-23 Thread Chris Wearn
. 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 &

[perl-win32-gui-users] RE: Rebar - InsertBands - MultipleButtons

2004-01-23 Thread Chris Wearn
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

[perl-win32-gui-users] Listview Column Alignment

2004-02-06 Thread Chris Wearn
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",

RE: [perl-win32-gui-users] Listview Column Alignment

2004-02-06 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Rebar and toolbar revisited

2004-02-24 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Rebar and toolbar revisited

2004-02-25 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Anyone help?

2004-02-25 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Anyone help?

2004-02-25 Thread Chris Wearn
] 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

[perl-win32-gui-users] Error when compiling latest from CVS

2004-04-09 Thread Chris Wearn
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

[perl-win32-gui-users] Website - Code snippets gallery

2004-11-14 Thread 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

RE: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-15 Thread 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

FW: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-15 Thread Chris Wearn
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

[perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-01 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-01 Thread Chris Wearn
______ > 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

RE: [perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-02 Thread Chris Wearn
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). >

[perl-win32-gui-users] Listview Control functionality - Drag n Drop

2005-01-07 Thread Chris Wearn
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

Re: [perl-win32-gui-users] Listview Control functionality - Drag n Drop

2005-01-10 Thread Chris Wearn
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

RE: [perl-win32-gui-users] BitmapInline

2005-01-10 Thread Chris Wearn
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

Re: [perl-win32-gui-users] Strange Crash

2005-01-14 Thread Chris Wearn
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

[perl-win32-gui-users] Listview - Drag n Drop

2005-02-01 Thread Chris Wearn
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

[perl-win32-gui-users] TabFrame - deprecated style

2005-06-29 Thread Chris Wearn
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

RE: [perl-win32-gui-users] Window Background Color

2005-07-11 Thread Chris Wearn
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

Re: [perl-win32-gui-users] Help with a couple of problems

2005-08-11 Thread Chris Wearn
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

[perl-win32-gui-users] RichEdit Setting Colours

2005-09-30 Thread Chris Wearn
/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 = "

[perl-win32-gui-users] Richedit - Unicode UCS2

2005-10-07 Thread Chris Wearn
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

Re: [perl-win32-gui-users] Richedit - Unicode UCS2

2005-10-08 Thread Chris Wearn
}, 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 >

[perl-win32-gui-users] Toolbar style contants

2005-10-27 Thread Chris Wearn
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

Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-10-30 Thread Chris Wearn
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

Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-11-01 Thread Chris Wearn
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

Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-11-02 Thread Chris Wearn
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

[perl-win32-gui-users] Unicode in AxWindow - Iexplorer

2006-02-14 Thread Chris Wearn
– 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

[perl-win32-gui-users] Listview control - Unicode aware

2006-02-15 Thread 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

[perl-win32-gui-users] Toolbar icons

2006-02-18 Thread Chris Wearn
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

RE: [perl-win32-gui-users] (no subject)

2006-03-06 Thread Chris Wearn
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

[perl-win32-gui-users] CVS Source 1.03_03 compile error

2006-06-11 Thread Chris Wearn
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

Re: [perl-win32-gui-users] [win32-gui] precision timer event?

2006-09-07 Thread Chris Wearn
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

Re: [perl-win32-gui-users] 1.03_04 beta testers and preparing for a1.04 release

2006-09-09 Thread Chris Wearn
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"&

Re: [perl-win32-gui-users] [win32-gui] RE: 1.03_04 beta testers and preparing for a1.04 release

2006-09-21 Thread Chris Wearn
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

[perl-win32-gui-users] Adding -image to Listview - subitem

2006-10-06 Thread Chris Wearn
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