Re: GUI front End

2004-10-24 Thread Suresh Govindachar
Hello,

In regard to data exchange between perl and vb, 
BigAL wrote on 20 Oct 2004 17:36:23 -1000
that he

> ended up opening up a vb tcp server and pushed 
> perl output to  

Where can I find documentation and/or sample code 
about the VB portion of the solution? 

Thanks,

--Suresh

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI front End

2004-10-20 Thread services
ï


Sir,
I've 
run into this in the past as well, I ended up writing the perl output to text 
files, then reading with vb.  That worked for a while, as 
traffic increased I ended up opening up a vb tcp server and 
pushed perl output to .  
 
That 
solution worked well as then I could fork multiple child processes to handle 
larger amounts of data with the perl client. 
 
HTH,
 
BigAL
 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  Leroy G. Blimegger Jr.Sent: Wednesday, October 20, 2004 3:12 
  PMTo: 'Jason'; 
  [EMAIL PROTECTED]Subject: RE: GUI front 
  End
  
  All,
   
  Thank you for your replies! I have downloaded the GUI 
  Loft and another GUI builder called Prima (http://prima.eu.org/). Both of these seem to 
  be excellent tools. Unfortunately, due to scheduling, I donât have time, for 
  this project, to use them. I quickly built some samples, but to integrate what 
  I want into my existing tools will take a bit too long (learning curve). 
  
   
  For now, Iâve got to stick with Visual Basic to write 
  my front end, but I have one small (perhaps not so small) problem. I can send 
  all of the required information from VB to the perl 
  (appâd) scripts via command line arguments or 
  switches, but, how do I get information back from the scripts to display in 
  the calling VB app. This is, I suppose, a half perl 
  (sending the info), half VB (receiving the info) 
  question.
   
  If someone can show me how to make any piece of data 
  ($data) that is generated by a perl script available 
  to the VB app...
   
  Then, if I have some difficulty on the VB side, Iâll 
  ask a similar question on a VB list.
   
  Thanks!!
   
  
  *
  The contents of 
  this e-mail and any attachment(s) are strictly confidential and are solely for 
  the person(s) at the e-mail address(es) above. 
  If you are not 
  an addressee, you may not disclose, distribute, copy or use this e-mail, and 
  we request that you send an e-mail to
  [EMAIL PROTECTED] 
  and delete this e-mail. CNRGI, Inc. accepts no legal liability for the 
  contents of this e-mail including any errors,
  interception or 
  interference, as internet communications are not secure. Whilst CNRGI, Inc. 
  and the sender have taken every precaution
  to prevent 
  transmission of computer viruses, should this inadvertently occur we do not 
  accept any liability.
   
  CNRGI, Inc. 2017 
  Loney Street Philadelphia, PA 19152 
  USA  http://www.cnrgi.com
  *
  -Original Message-From: Jason 
  [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 
  19, 2004 1:14 PMTo: [EMAIL PROTECTED]Subject: RE: GUI front 
  End
   
  Win32::GUI::Loft
  EXCELLENT tool for building like 
  VB
  http://www.bahnhof.se/~johanl/perl/Loft/
   
  Win32::GUI documentation online, very usful as it is 
  the most up to date.
  http://jeb.ca/perl/win32-gui-docs/index.pl/home
   
   
  Use the GUI Loft program to visually design your 
  interfaces, and build your
  window objects within perl. Then use some *barely* 
  modified win32::gui code
  withing ur program and you are all 
  set.
   
  I have been writing a GUI frontend for a program 
  myself over the past month
  (new features new features...) so don't be afraid to 
  ask me for any hidden
  goodies or just plain 
tips
   
  Bitte
   
  Jason
   
  -Original 
Message-
   
  This is what I was hoping for. Can you point me to a 
  good resource for
  Win32::GUI and/or Tk?
   
<>___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI front End

2004-10-20 Thread Leroy G. Blimegger Jr.








All,

 

Thank you for your replies! I have downloaded the GUI Loft and another
GUI builder called Prima (http://prima.eu.org/).
Both of these seem to be excellent tools. Unfortunately, due to scheduling, I
donât have time, for this project, to use them. I quickly built some samples,
but to integrate what I want into my existing tools will take a bit too long
(learning curve). 

 

For now, Iâve got to stick with Visual Basic to write my front end, but
I have one small (perhaps not so small) problem. I can send all of the required
information from VB to the perl (appâd)
scripts via command line arguments or switches, but, how do I get information
back from the scripts to display in the calling VB app. This is, I suppose, a half
perl (sending the info), half VB (receiving the info)
question.

 

If someone can show me how to make any piece of data ($data) that is
generated by a perl script available to the VB app...

 

Then, if I have some difficulty on the VB side, Iâll ask a similar
question on a VB list.

 

Thanks!!

 



*

The contents of this e-mail and any
attachment(s) are strictly confidential and are solely for the person(s) at the
e-mail address(es) above. 

If you are not an addressee, you may not
disclose, distribute, copy or use this e-mail, and we request that you send an
e-mail to

[EMAIL PROTECTED]
and delete this e-mail. CNRGI, Inc. accepts no legal liability for the contents
of this e-mail including any errors,

interception or interference, as internet
communications are not secure. Whilst CNRGI, Inc. and the sender have taken
every precaution

to prevent transmission of computer
viruses, should this inadvertently occur we do not accept any liability.

 

CNRGI, Inc. 2017 Loney Street Philadelphia, PA 19152 USA  http://www.cnrgi.com

*

-Original Message-
From: Jason [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 19, 2004 1:14 PM
To: [EMAIL PROTECTED]
Subject: RE: GUI front End

 

Win32::GUI::Loft

EXCELLENT tool for building like VB

http://www.bahnhof.se/~johanl/perl/Loft/

 

Win32::GUI documentation online, very usful as it is the most up to
date.

http://jeb.ca/perl/win32-gui-docs/index.pl/home

 

 

Use the GUI Loft program to visually design your interfaces, and build
your

window objects within perl. Then use some *barely* modified win32::gui
code

withing ur
program and you are all set.

 

I have been writing a GUI frontend for a program myself over the past
month

(new features new features...) so don't be afraid to ask me for any
hidden

goodies or just plain tips

 

Bitte

 

Jason

 

-Original Message-

 

This is what I was hoping for. Can you point me to a good resource for

Win32::GUI and/or Tk?

 






<>___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI front End

2004-10-19 Thread Beckett Richard-qswi266
Lee,

Try typing widget at the command prompt. This will show you around Tk.

R.

> All,

> Now, I know I can build a front end in Visual Basic, but I 
> would like to take the opportunity to do something new. Can I 
> build a GUI using perl? If so, can someone point me to some examples.
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI front End

2004-10-18 Thread Johan Lindstrom
At 12:55 2004-10-18, Leroy G. Blimegger Jr. wrote:
This is what I was hoping for. Can you point me to a good resource for 
Win32::GUI and/or Tk?
Win32::GUI
http://www.bahnhof.se/~johanl/perl/Loft/
Look at the "Win32::GUI starter kit" section
/J
 --  --- -- --  --  - - --  -
Johan LindströmSourcerer @ Boss Casinos   johanl AT DarSerMan.com
Latest bookmark: "TCP Connection Passing"
http://tcpcp.sourceforge.net/
dmoz: /Computers/Programming/Languages/JavaScript/ 12
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: GUI front End

2004-10-18 Thread StoneBeat
You can try Prima (http://prima.eu.org) it have a very very useful Visual 
Builder and you can use in Linux / Windows / Solaris ...

El Lunes 18 Octubre 2004 09:41, Leroy G. Blimegger Jr. escribió:
> All,
>
> Over the past few months, I've written several perl scripts that have
> become very useful to my client. But they complain that they have to type
> in directory names, filenames, etc. They would like a GUI interface that
> allows selection of directories, files, etc.
>
> Now, I know I can build a front end in Visual Basic, but I would like to
> take the opportunity to do something new. Can I build a GUI using perl? If
> so, can someone point me to some examples.
>
> If I can't, and I have to use Visual Basic, I know I can pass all of the
> arguments for each perl script via Shell and either command line arguments
> or switches. But, there is quite a bit of useful information that is
> displayed in the command window when each script runs. Can I pass this
> information back to the Visual Basic front end for display?
>
> I'm trying not to ask a specific Visual Basic question on a perl mailing
> list, but if someone has some experience with VB/perl interaction, any tips
> would be appreciated.
>
> Regards,
> Lee
>
>
> ***
>**
> The contents of this e-mail and any attachment(s) are strictly confidential
> and are solely for the person(s) at the e-mail address(es) above. If you
> are not an addressee, you may not disclose, distribute, copy or use this
> e-mail, and we request that you send an e-mail to [EMAIL PROTECTED] and
> delete this e-mail. CNRGI, Inc. accepts no legal liability for the contents
> of this e-mail including any errors, interception or interference, as
> internet communications are not secure. Whilst CNRGI, Inc. and the sender
> have taken every precaution to prevent transmission of computer viruses,
> should this inadvertently occur we do not accept any liability.
>
> CNRGI, Inc. 2017 Loney Street Philadelphia, PA 19152 USA 
> http://www.cnrgi.com
> ***
>**
>
>
>
>
>
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: GUI front End

2004-10-18 Thread Leroy G. Blimegger Jr.
Thanks!

This is what I was hoping for. Can you point me to a good resource for Win32::GUI 
and/or Tk?

Cheers!


*
The contents of this e-mail and any attachment(s) are strictly confidential and are 
solely for the person(s) at the e-mail address(es) above. 
If you are not an addressee, you may not disclose, distribute, copy or use this 
e-mail, and we request that you send an e-mail to
[EMAIL PROTECTED] and delete this e-mail. CNRGI, Inc. accepts no legal liability for 
the contents of this e-mail including any errors,
interception or interference, as internet communications are not secure. Whilst CNRGI, 
Inc. and the sender have taken every precaution
to prevent transmission of computer viruses, should this inadvertently occur we do not 
accept any liability.
 
CNRGI, Inc. 2017 Loney Street Philadelphia, PA 19152 USA  http://www.cnrgi.com
*


-Original Message-
From: $Bill Luebkert [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 18, 2004 6:30 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: GUI front End

Leroy G. Blimegger Jr. wrote:

> All,
> 
> Over the past few months, I've written several perl scripts that have become very 
> useful to my client. But they complain that they have to type in directory names, 
> filenames, etc. They would like a GUI interface that allows selection of 
> directories, files, etc.
> 
> Now, I know I can build a front end in Visual Basic, but I would like to take the 
> opportunity to do something new. Can I build a GUI using perl? If so, can someone 
> point me to some examples.
> 
> If I can't, and I have to use Visual Basic, I know I can pass all of the arguments 
> for each perl script via Shell and either command line arguments or switches. But, 
> there is quite a bit of useful information that is displayed in the command window 
> when each script runs. Can I pass this information back to the Visual Basic front 
> end for display?
> 
> I'm trying not to ask a specific Visual Basic question on a perl mailing list, but 
> if someone has some experience with VB/perl interaction, any tips would be 
> appreciated.

No need to.  Try using Win32::GUI or Tk and create your own
GUI interface.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)



___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: GUI front End

2004-10-18 Thread $Bill Luebkert
Leroy G. Blimegger Jr. wrote:

> All,
> 
> Over the past few months, I've written several perl scripts that have become very 
> useful to my client. But they complain that they have to type in directory names, 
> filenames, etc. They would like a GUI interface that allows selection of 
> directories, files, etc.
> 
> Now, I know I can build a front end in Visual Basic, but I would like to take the 
> opportunity to do something new. Can I build a GUI using perl? If so, can someone 
> point me to some examples.
> 
> If I can't, and I have to use Visual Basic, I know I can pass all of the arguments 
> for each perl script via Shell and either command line arguments or switches. But, 
> there is quite a bit of useful information that is displayed in the command window 
> when each script runs. Can I pass this information back to the Visual Basic front 
> end for display?
> 
> I'm trying not to ask a specific Visual Basic question on a perl mailing list, but 
> if someone has some experience with VB/perl interaction, any tips would be 
> appreciated.

No need to.  Try using Win32::GUI or Tk and create your own
GUI interface.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs