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

2011-01-14 Thread Chris Rogers
http://mellmann-lichttechnik.de/aslle.html -- Chris Rogers www.pcewebs.com -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats

[perl-win32-gui-users] Installation Difficulties

2006-11-13 Thread Chris Chiesa
e that specifying ___.ppd (or whatever) to a "ppm install" command, somehow "invents" such a file from the content of the archive, and that I should just try it even though there's "no such file in the archive?" Or am I on totally the wrong track? I just don't know. That's the sitch as of now; thanks for reading this and thanks in advance for any assistance. Chris Chiesa [EMAIL PROTECTED]

[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

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
:GUI's latest version from CVS, without the above error. > > Thanks, good to know. I'll wait for Chris to see if he can tell me > where it occurs. I suspect it'll be in a makefile somewhere, and then > we'll just need to work out how it got there. On che

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] 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

[perl-win32-gui-users] Persistent Graphics in Win32::GUI::Graphic

2006-08-18 Thread Chris Rogers
50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50,10,50,20,30,60,80,5,90,35,55,20,50,30,70,2,65,34,73,50 Any help would be greatly appreciated. Thanks, -- Chris Rogers www.pcewebs.com

[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] (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] Toolbar icons

2006-02-18 Thread Chris Wearn
e a PRINT button that is disabled until an event (something to actually print) ENABLES it. Rgds Chris -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 17/02/2006 -- No virus found in this outgoin

[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] 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

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

2005-11-02 Thread Chris Wearn
, added the two paths to lib and includes, checked out the Win32-GUI source and started to compile... all works fine until the last section and then it fails, producing an error linking virtually every obj... not sure what's next. What version of the Platform SDK are you using Rob? Rgds

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

2005-11-01 Thread Chris Wearn
lbar.pl he got the same error, although he also had MinGW to fall back on. The reference to MinGW was that I wondered if I could use the MinGW header files instead of the Microsoft ones, but they appear to be in a difference format, so I'm guessing no... Rgds Chris -Original Messa

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

2005-10-30 Thread Chris Wearn
, however BTNS_SHOWTEXT was not found in commctrl.h from MinGW either. An example that exhibits this is the toolbar.pl script you sent me (attached). I think Jez is in the same boat, as he couldn't run the script either, the other day without the same error. Rgds Chris On Sun, 2005-10-30

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

2005-10-27 Thread Chris Wearn
something that is missing from Win32-GUI? How do I get around this... use constant or something. Cheers Chris

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] Richedit - Unicode UCS2

2005-10-07 Thread Chris Wearn
to convert the UCS2 encoded strings to display in the Richedit control if they are not based on the default Latin1 codepage? Cheers Chris

[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 = "

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

2005-08-11 Thread Chris Wearn
#x27; with the content "Can't locate auto/Toolbar.al in @INC etc... at test2.pl line 17 MACHINE 2: === Windows 2000 SP2 Perl 5.8.7 build 813 Win32-GUI GUI.pm 1.01_03 compiled with MinGW Both tests same as above. Rgds Chris On Wed, 2005-08-10 at 08:16 +, Jeremy White wrote:

[perl-win32-gui-users] Format the GVIT_DATECAL Grid CellType

2005-07-18 Thread Chris Rogers
". I have tried the SetCellFormat method in Grid and it doesn't work. I have searched google and perlmonks for this but can't find anything. I looked at Grid.pm and couldn't find anyway to change the default format in there. Can anyone give a me hint of how to do this?? Thanks, 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

[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

[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

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

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] 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

[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] 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). >

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

2004-12-01 Thread Chris Wearn
Sensational! Thanks Joe, I tried all sorts of things to get rid of it. However, I skipped that one completely, wrongly assuming it was a vertical divider between the button objects, similar to TBSTYLE_SEP. Chris On Thu, 2004-12-02 at 01:15, Frazier, Joe Jr wrote: > After playing with this

[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

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

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

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

2004-11-15 Thread Chris Williams
TECTED] On Behalf Of Jez White Sent: Monday, November 15, 2004 2:59 AM To: Glenn Linderman; Chris Wearn Cc: Win32-GUI List Subject: Re: [perl-win32-gui-users] Website - Code snippets gallery >> There are many examples / small snippets of code that could serve as >> examples to others, w

[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

[perl-win32-gui-users] Rounded ToolTips

2004-11-09 Thread Chris Williams
it. I want to use a multi-line rounded tool tip, for my systray icon. If you could help me out, that would be wonderful. Thanks Chris

[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

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

2004-02-25 Thread Chris Wearn
Hi Ramy, URL is: http://perso.club-internet.fr/rocherl/HowTo/howto-mingw.html Read carefully and once you have everything installed, it works perfectly. Just read carefully. If you get stuck, just email. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

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] [m

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] Rebar and toolbar revisited

2004-02-24 Thread Chris Wearn
tyle fit in with -addstyle? Is there another equivalent to -popstyle? Cheers Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jez White Sent: Thursday, 19 February 2004 8:11 PM To: Win32-GUI Subject: [perl-win32-gui-users] Rebar and toolbar revisit

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

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

2004-02-06 Thread Chris Wearn
-text=> "Description", ); regards Chris

[perl-win32-gui-users] Win32::GUI::AxControl and Media Player 7-9 object model

2004-02-03 Thread Chris Whiting
Does Win32::GUI::AxControl, which provides ActiveX Control container, work with an object model, such as that used by Media Player version 7 and above? If I can get a yes or no, then maybe I can stop wasting my time (and yours). thanks, Chris

[perl-win32-gui-users] AXWindow and Media Player 9

2004-01-31 Thread Chris Whiting
so, does anyone know the syntax to access methods/properties within the objects? I have tried several but none seem to work. thanks, Chris

[perl-win32-gui-users] Accelerator bugs :(

2004-01-23 Thread Chris
How do I make my program respond to ZXCVB key presses??

[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

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
that it may not be strictly the correct way of doing it). Have you found a way of getting text and an image on a button? Or am I write in assuming that it requires the image (bitmap) to contain both the leading image and trailing text. Chris > -Original Message- > From: Jez White [ma

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

2004-01-23 Thread Chris Wearn
n or control per Band, or is this not possible. Chris

[perl-win32-gui-users] Scrolling text

2004-01-22 Thread Chris
Okay, how can I make text scroll back and forth on my label? I've been looking and messing with it, but I can't figure it out. I also need to know how I can make it so labels respond to key presses, so if I press B it sends the same command as my next button. Thanks Chris

[perl-win32-gui-users] Slider bar

2004-01-20 Thread Chris
this, Please help me. Thanks Chris

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

2004-01-20 Thread Chris Wearn
put. Is this normal behavior? If so, how do you isolate changes post startup and not let the event fire during startup. Chris

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

2004-01-19 Thread Chris
Let me make that Transparent controls, I would like to be able to see my background behind my labels and progress bar, and such. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sent: Monday, January 19, 2004 8:00 PM To: perl-win32-gui-users

[perl-win32-gui-users] Labels

2004-01-19 Thread Chris
How do I make a label background transparent?

[perl-win32-gui-users] Freeform windows

2004-01-19 Thread Chris
Okay, is there a way to implement freeform windows yet, so I can have windows that are round, and other odd shapes??

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

2004-01-19 Thread Chris Wearn
g as I had not got MinGW from SourceForge. Installed 3.1 and it now compiles properly. I found your instructions for setting it up, very good. The only thing I obviously missed was not installing the most up-to-date version of MinGW. Chris

[perl-win32-gui-users] Toolbar tooltips

2004-01-19 Thread Chris Wearn
; $tlbResultWin->SetBitmapSize(18, 18); $tlbResultWin->AddBitmap($imgResultWinTB, 12); $tlbResultWin->AddButtons( 12, 0, 1, 4, 0, 0, 1, 2, 4, 0, 1, 2, 3, 4, 0, 2, 3, 4, 4, 0, 3, 4, 5, 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,

[perl-win32-gui-users] moving windows

2004-01-19 Thread Chris
no longer have the ugly windows title bar. However the entire window is created out of labels, and I'm not sure how to make it so I can click and drag a label to move the window around, cause that would allow me to handle movements. I already inserted my own custom menubar buttons, so if someone could help me, please do Thanks Chris

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] Statusbar example

2004-01-18 Thread Chris Wearn
posted on announcing the enhancements. Confused in that MSDN says that Parts is (nParts[array of widths]) I've tried $Window_Status->Parts([200,100,-1]); and Parts(3,[200,100,-1]) Can someone add a few of the methods to the example below. Chris # use Win32

[perl-win32-gui-users] Image change

2004-01-18 Thread Chris
Okay, I've created a label. Now when I first make it, I have a image set to it and make it so it can be clicked on. Now, my problem is when I click on the image, I actually want to change it to a different image. If someone could help me with this, it would be very useful. Thanks Chris

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

2004-01-18 Thread Chris Wearn
ndeclared (first use this function) ListView.xs:285: (Each undeclared identifier is reported only once for each function it appears in.) NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. Chris -Original Message- From: [EMAIL PROTECTED] [mai

[perl-win32-gui-users] Axwindow refresh

2004-01-15 Thread Chris Whiting
etect when the use moves the window with Win32::GUI? thx, Chris

[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] 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] pointers

2004-01-09 Thread Chris
I'm working on controlling winamp, but I have a small issue. When I get the song name from winamp, it returns it as a pointer, and I'm not sure how to handle the pointer, so that I can get text output from it. Thanks

[perl-win32-gui-users] Printing and save/restore dialog

2004-01-02 Thread Chris
Okay, I want to add a printing function into my application. I can write my output to a file. But I don't know what to do from there. I also want to implement an open and save function into it so I can back up my database and restore it.

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

2003-12-30 Thread Chris Wearn
t Somehing!", -tabstop => 1, -icon=> $icoImage, ); if -icon => $icoImage, doesn't work try: ... -text=> "Print Somehing!", -tabstop => 1, ); $W->SetIcon($icoImage); Chris

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

2003-12-30 Thread Chris Wearn
module all I need to do is 'SHOW' the admin GUI. So the last line of the function is $adminWin->Show(); However as RTAdmin.dll is called from the main app via Win32::OLE I'm not sure how much of the Win32::GUI stuff is borrowed from main app or whether it needs its own. ie the Win32:GUI::Dialog() call. Chris

[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] Change Font color

2003-12-23 Thread Chris
Okay, after I create a label, with a custom font color, how can I update it and make it so it will actually display the new color? $Wmain->AddLabel( -name => "bwl", -foreground => $ucolor, -top => 1,

RE: [perl-win32-gui-users] Progress bar's [coloring]

2003-12-23 Thread Chris
Dude, your awesome I've been needing this forever. Thanks so much. _ From: Jonathan Southwick [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:43 PM To: Chris; perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Progress bar's [colori

[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

RE: [perl-win32-gui-users] Coloring again,

2003-12-02 Thread Chris
It won't properly read in the hex values, so that I may use them as color strings. I tried changing it to decimal form, and it works untile I use any blue, and then it no longer works. _ From: Steve Pick [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:14 PM To:

[perl-win32-gui-users] Coloring again,

2003-12-01 Thread Chris
I'm trying to read in some custom colors though a configuration file. But they don't seem to work, here's what I have so far. sub skin { if ($settings{'skin'} ne 'default') { if (-e("./$settings{'skin'}/skin.ini")){ l

[perl-win32-gui-users] Progress bar's

2003-12-01 Thread Chris
Okay, I need to know how I can specify a custom color for a progress bar, so it can be red or blue, depending on the status of my application. I've tried to do it by changing the -fill and - color commands and have had no luck, if anyone knows anything about how to do this please help, I've spent 4

RE: [perl-win32-gui-users] Child Windows.

2003-12-01 Thread Chris
That worked perfectly, by chance, can you change the color of the progress bar, cause I've been having trouble changing it's colors, so I'm not sure if it's possible. _ From: Peter Eisengrein [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 5:02 AM To:

[perl-win32-gui-users] Child Windows.

2003-11-29 Thread Chris
Okay, I'm working on an application, but I need to use a child window from what I was reading, so that I don't have anything showing up in the taskbar, when my app runs. I only want the window to be visible at times, and the tray icon nothing else. I was told I need to use a parent windows and then

RE: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Chris
I told you mine was dirty, and not very good, believe me now? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Pick Sent: Friday, November 21, 2003 10:29 AM To: Chris; perl-win32-gui-users@lists.sourceforge.net Subject: Re: Re: [perl-win32-gui-users] Windows XP

RE: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Chris
I'll compile it in a few hours, I have Vs2003.net on all my systems _ From: Steve Pick [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 10:56 AM To: Steve Pick; Chris; perl-win32-gui-users@lists.sourceforge.net Subject: Re: Re: [perl-win32-gui-users] Windows XP Colo

Re: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Chris
ay to fix it. This is a crazy bug, most MFC apps will probably exhibit this on windows xp. Microsoft are crazy for not detecting MFC and auto-converting. The only fix is to disable Playskool Mode in windows xp, which you should have done anyway unless you're 5 years old :) Steve

[perl-win32-gui-users] Windows XP Color Bug

2003-11-20 Thread Chris
Does anyone have a way to resolve the windows xp color bug? If so, I think it would be a wonderful thing to include.

[perl-win32-gui-users] hideing title bar

2003-10-13 Thread Chris
hide the menu bar. If you can help, please do Thanks, Chris

[perl-win32-gui-users] progress bars

2003-10-01 Thread Chris
-top => 15, -left => 10, -smooth => 1, -visible => 1, ); $Wmain->Progressbar->SetRange(0, 100); $Wmain->Progressbar->SetStep(1); $Wmain->Progressbar->SetPos($bwl1); Thanks --Chris

[perl-win32-gui-users] inline bitmaps

2003-09-30 Thread Chris
itmap, that I can resize dynamically, and I'm not sure how to do that. If someone could help, it would save me a lot of work Thanks -- Chris

[perl-win32-gui-users] Dynamic entrys

2003-07-26 Thread Chris
Okay, I'm pretty new at Win32::GUI, so I need some assistance. I'm using LWP to get info from web pages. I add labels and there name is changes for each one, because there is no limit to how many lines I'll have. However, When I go to refresh the info, I grab it and such, but when I get into update

[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] RE: Treeview expand collapse refresh problem

2003-02-11 Thread Chris Wearn
4, ); foreach $calldetail4(@list_04nums) { $tvwIN4 = $NumAnalysisWindow->tvwNumDetails->InsertItem( -parent => $tvw4, -text => "$calldetail4", -image => $tvwIL_MOB, );

RE: [perl-win32-gui-users] Latest Documentation?

2002-10-23 Thread Chris G.
nice to take my perl programming experiance in linux and turn out quality products for Win32. For me, I would just have to say Thanks Aldo, your work has made mine much better! Chris G. XMission Internet

[perl-win32-gui-users] DialogBox Question

2002-09-04 Thread Chris Grahn
at was the help area, and it would save me the time of coding my own help subsystem. Any help would be great, and code can be posted at request. Chris G. XMission.com

RE: [perl-win32-gui-users] crashes...

2002-07-01 Thread Chris Ingrassia
tance that everthing look "Windowsy", my users are very change-phobic and they'll probably be frightened of anything unfamiliar :) I'll give the $_ trick a shot and see if it does anything for me. -chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

[perl-win32-gui-users] crashes...

2002-07-01 Thread Chris Ingrassia
ed everything I could think of to trick perl into running a garbage collection pass on my windows, but they all ended up with the application crashing at one point or another. If I can't get this to work, I'll be forced to use Visual Studio, and I _REALLY_ don't want to :) So if anyone has had any similar problems, or has any ideas, I'd really love to hear them. Thanks, Chris

RE: [perl-win32-gui-users] DoEvents can crash

2002-06-21 Thread Chris Ingrassia
I won't profess to be an expert on the guts of the GUI module either, but what I can tell you is that 9 times out of 10, when I have a segmentation fault being generated somewhere in my code that mysteriously goes away in a debugger, it's an uninitialized pointer (some debuggers -notably g

[perl-win32-gui-users] Win2k/DeviceContext Problems?

2002-06-14 Thread Chris Ingrassia
same code, only to discover it still doesn't work. I suspect this means that for whatever reason drawing to the Device Context in windows 2000 is broken? Can anyone fill me in on this? thanks, chris

[perl-win32-gui-users] DrawIcon?

2002-06-13 Thread Chris Ingrassia
od. If anyone has any hints, they would be greatly appreciated. The basic idea here is just to be able to use those icons in a dialog that's more complex than the standard DialogBox function, I need to have a few text inputs and such, but I need those icons as well. If anyone knows of

[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: 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] Tool Tips

2002-02-16 Thread Chris Wearn
s are not expansive enough for me to figure it out (read dumb!). Has anyone else managed to get this to work? Chris

  1   2   >