Re: [perl-win32-gui-users] Need help placing controls on top ofgraphics

2006-12-21 Thread Brian Millham
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Win32 GUI Users Mailing List" Sent: Thursday, December 21, 2006 10:07 AM Subject: Re: [perl-win32-gui-users] Need help placing controls on top ofgraphics *note* I have never used a Graphic object, so I may be wil

Re: [perl-win32-gui-users] A GUI Builder

2006-12-21 Thread Jan Dubois
The GUI Builder does support both PerlTk (both 800 and 804 versions) as well as Tkx (Tcl.pm based) widget sets for Perl. The GUI Builder itself is written in pure Tcl, so you need to know Tcl if you want to add support for another language or GUI framework. Cheers, -Jan On Thu, 21 Dec 2006 12:57

Re: [perl-win32-gui-users] A GUI Builder

2006-12-21 Thread jez_white
>From my (limited) understanding it supports perl (including Win32). The >activestate documentation is better... Cheers jez -Original Message- From: "Apu islam" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>; "perl-win32-gui-users@lists.sourceforge.net" Sent: 21/12/

Re: [perl-win32-gui-users] A GUI Builder

2006-12-21 Thread Apu islam
does it support pTk ? from the documentation it looks it it is more targeted towards the Tcl/Tk widgets. --- [EMAIL PROTECTED] wrote: > While looking for something else I came across this: > > http://spectcl.sourceforge.net/ > > It's the Activestate Komodo IDE GUI builder that has > been relea

Re: [perl-win32-gui-users] Need help placing controls on top of graphics

2006-12-21 Thread Steve Loughran
*note* I have never used a Graphic object, so I may be wildly off target here :) I had a similar problem when I started looking at layering overlapping buttons. The first "object" to be drawn is the one the system sees first, but the last one to be drawn is the one that is "on top" with the g

[perl-win32-gui-users] Daniel GIRAUD est absent

2006-12-21 Thread dgiraud
Je serai absent(e) à partir du 20/12/2006 de retour le 09/01/2007. Merci de contacter le responsable d'exploitation Jean Pascal Gluntz ( [EMAIL PROTECTED] ) ou au 01 41 37 70 08 En cas d'urgence vous pouvez appeler le service informatique 01 41 37 73 13 ([EMAIL PROTECTED])

[perl-win32-gui-users] Need help placing controls on top of graphics

2006-12-21 Thread Perl Rob
Hi, I'm attempting to place a scrollable text field on top of the background image of my window. Unfortunately, if I add the text field to the window first (i.e. before adding the graphic to the window), then the text field gets "swallowed up" by the graphic, and the only way to see the text fiel

[perl-win32-gui-users] A GUI Builder

2006-12-21 Thread jez_white
While looking for something else I came across this: http://spectcl.sourceforge.net/ It's the Activestate Komodo IDE GUI builder that has been released as opensource. It is used for TK - but it might be adaptable for dumping creation scripts for Win32 GUI windows. Cheers, Jez