Re: GUI based perl

2009-07-30 Thread Kprasad
But it needs lot of coding to draw anything. 
Is there any utility where I can make user interface by creating from already 
defined tool bar??

Kanhaiya Prasad
  - Original Message - 
  From: mohammed.must...@wipro.com 
  To: kpra...@aptaracorp.com ; perl-win32-users@listserv.ActiveState.com 
  Sent: Thursday, July 30, 2009 11:01 AM
  Subject: RE: GUI based perl


  Use perl TK utility.


  Regards,
  Mustafa


--
  From: perl-win32-users-boun...@listserv.activestate.com on behalf of Kprasad
  Sent: Wed 7/29/2009 9:22 PM
  To: perl-win32-users@listserv.ActiveState.com
  Subject: GUI based perl


  Hi

  Please suggest me that what should I use to create interactive GUI for 
running perl script.
  There may be button to Browse file and Run particular tool available with 
that interface.

  While script is running user can view the progress of that script and after 
completion of execution download button should be available to download that 
file.

  Kanhaiya Prasad
  Please do not print this email unless it is absolutely necessary. 

  The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

  WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

  www.wipro.com 
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI based perl

2009-07-30 Thread mohammed.mustafa
Honestly speaking that takes sometime. But I don't have any idea about the tool 
which help u to avoid that stuff.

Please let me know if someone reply u with that tool and not marking the 
complete list in the TO list.Sometime this the possibility. :-)

Regards,
Mustafa



From: Kprasad [mailto:kpra...@aptaracorp.com]
Sent: Thu 7/30/2009 11:30 AM
To: Mohammed Mustafa (WT01 - PES-Semi-Technology); 
perl-win32-users@listserv.ActiveState.com
Subject: Re: GUI based perl


But it needs lot of coding to draw anything.
Is there any utility where I can make user interface by creating from already 
defined tool bar??

Kanhaiya Prasad

- Original Message -
From: mohammed.must...@wipro.com
To: kpra...@aptaracorp.com ; perl-win32-users@listserv.ActiveState.com
Sent: Thursday, July 30, 2009 11:01 AM
Subject: RE: GUI based perl

Use perl TK utility.


Regards,
Mustafa



From: perl-win32-users-boun...@listserv.activestate.com on behalf of 
Kprasad
Sent: Wed 7/29/2009 9:22 PM
To: perl-win32-users@listserv.ActiveState.com
Subject: GUI based perl


Hi

Please suggest me that what should I use to create interactive GUI for 
running perl script.
There may be button to Browse file and Run particular tool available 
with that interface.

While script is running user can view the progress of that script and 
after completion of execution download button should be available to download 
that file.

Kanhaiya Prasad

Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any 
attachments to this message are intended for the exclusive use of the 
addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately and 
destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient 
should check this email and any attachments for the presence of viruses. The 
company accepts no liability for any damage caused by any virus transmitted by 
this email.

www.wipro.com


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: GUI based perl

2009-07-30 Thread Angelos Karageorgiou
try activestate's guibuilder from http://spectcl.sourceforge.net. It has 
some issues but is mostly functional.


vptk_w is another option but I consider guibuilder better!


mohammed.must...@wipro.com wrote:
Honestly speaking that takes sometime. But I don't have any idea about 
the tool which help u to avoid that stuff.
 
Please let me know if someone reply u with that tool and not marking the 
complete list in the *TO* list.Sometime this the possibility. :-)
 
Regards,

Mustafa
begin:vcard
fn:Angelos Karageorgiou
n:Karageorgiou;Angelos
org:Vivodi Telecommunications S.A.
email;internet:ange...@unix.gr
title:Technology Manager
tel;work:+30 211 7503 893
tel;fax:+30 211 7503 701
tel;cell:+30 6949120773
note;quoted-printable:=0D=0A=
	=0D=0A=
	Linkedin Profile =
	=0D=0A=
	http://www.linkedin.com/in/unixgr=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	Personal Web Site=0D=0A=
	http://www.unix.gr=0D=0A=
	=0D=0A=
	=0D=0A=
	Blog Site=0D=0A=
	http://angelos-proverbs.blogspot.com
x-mozilla-html:FALSE
url:http://www.linkedin.com/in/unixgr
version:2.1
end:vcard

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Where can I find list of TK's methods and options?

2009-07-30 Thread Daniel Burgaud
Hi

Where can I find a complete list of methods and options for TK.

Currently, the HTML help file that comes with activeperl installation is
very vague on the methods
oftentimes assuming that I already know them *all*. I could not find a nice
documentation
at all.

Knowing these methods (functions) oftentimes lead to better program design
and faster
programming as well.  Just for instance, I never knew that a certain method
state('zoom')
exists and I have been using win32 GUItest to mouse click on the Maximize
button to maximize
the window!

Dan
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: GUI based perl

2009-07-30 Thread Serguei Trouchelle
I'd say Tkx because Tk is no longer developed.

Also, wxPerl (and Cava Packager) may be an interesting alternative to Tk*.

mohammed.must...@wipro.com wrote:

 Use perl *TK *utility.

-- 
Serguei Trouchelle
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


What TK Method for hiding a widget?

2009-07-30 Thread Daniel Burgaud
Hi,

I am looking for that Tk method that will hide widgets rendering it
invisible.

specifically, I'd like to hide a Frame whenever a DialogBox pops up asking
for authentication.

I do not want to destroy this Frame though doing so would require me to redo
everything within this Frame.

Thanks

Dan
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: What TK Method for hiding a widget?

2009-07-30 Thread Jack
Sorry for the toppost.

Depending on how you packed your widget you have to use the 'forget' method
appropriate to the packer.

eg/

$frame-pack;
$frame-packForget;

To show the frame again you will have to repack it possibly by using a few
extra options such as -in or -after.

If you used grid then -gridForget etc.

Jack



From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Daniel Burgaud
Sent: July-30-09 4:29 PM
To: Perl-Win32-Users
Subject: What TK Method for hiding a widget?


Hi,

I am looking for that Tk method that will hide widgets rendering it
invisible.

specifically, I'd like to hide a Frame whenever a DialogBox pops up asking
for authentication.

I do not want to destroy this Frame though doing so would require me to redo
everything within this Frame.

Thanks

Dan


___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI based perl

2009-07-30 Thread Jan Dubois
On Thu, 30 Jul 2009, Serguei Trouchelle wrote:
 I'd say Tkx because Tk is no longer developed.

In case you haven't seen it, the TkDocs site has a tutorial that
shows how to use the latest Tk bindings from Tcl, Ruby, Python
and Perl, using the Tkx interface for the Perl code:

http://www.tkdocs.com/tutorial/index.html

Cheers,
-Jan

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs