Hi all,
        I have an application that I've written that's in 3 parts.  One part
is a W2K/XP service written in pure Perl.  The second part is a control
panel that uses Win32::GUI and TGL.  The third part is the display portion,
written in VB5.  I'd like to update the VB portion to Perl.

        The VB portion shows a "Rolling Line Graph" of data.  Is there an
easy way to do this in Perl and Win32::GUI?  I'm currently using MSCHART.OCX
to make the graph, but I'd like something that I have more control over.

        This is a commercial product (that I've sold 10 copies of in the
last year, so I've lost money off of this, I do it more for fun).

        Go to http://www.millham.net/dw6000 to see a screen shot of what the
graph looks like (it's the first image on the page)

        BTW, has anyone played with Windows transparency in Win32::GUI; the
ability to make a window 50% transparent so that windows under the top
window will still be visible?  I've played with it some using VB5, but on
W2K it causes a BSOD when combined with a notify icon. I've never really
tried to figure out what's going on.  If I can to the graph with Win32::GUI,
and use a notify icon, and create windows transparency, then I'm going to
convert the VB5 code to perl.

Brian Millham
This message traveled at least 44,000 miles to reach you!
Creator of the DW6000 Monitor
http://www.millham.net/dw6000
[EMAIL PROTECTED] 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn
Linderman
Sent: Tuesday, January 17, 2006 3:15 PM
To: Peter Eisengrein
Cc: 'Jeremy White '; 'perl-win32-gui-users@lists.sourceforge.net '
Subject: Re: [perl-win32-gui-users] Win32-GUI and PPM problem

On approximately 1/17/2006 7:49 AM, came the following characters from 
the keyboard of Peter Eisengrein:
>>There have been lots of changes and fixes since 0.0.558, but I'm
>>surprised 
>>it breaks your code. Can you give examples?
> 
> 
> It gives and error for this line:
> 
> $Window->Editor->SendMessage(1093, 0, 1);
> 
> Now, it has been a couple years since I wrote this and I honestly don't
> recall why this is there and what it does (yes, I know... should've
> documented it). It comes between adding RichEdit fields to two windows.

In a saved message dated Fri, 15 Jun 2001 11:18:39 +0100 from 
[EMAIL PROTECTED] I found this explanation:

> I also found that if you want to use the change event you need to do
> 
>      $W->Console->SendMessage(1093, 0, 1);  # Enables Change Event for
> RichEdit control

-- 
Glenn -- http://nevcal.com/
===========================
Having identified a vast realm of ignorance, Wolfram is saying that much
of this realm lies forever outside the light cone of human knowledge.
                           -- Michael Swaine, Dr Dobbs Journal, Sept 2002


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0603-2, 01/17/2006
Tested on: 1/17/2006 3:40:45 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com





Reply via email to