Hi Faraz,

This list is really not the forum for Tk-related questions.  The Win32 GUI list
is for users of the module Win32::GUI (a native Windows GUI, rather than a Tk
GUI).  You should look at the newsgroup comp.lang.perl.tk and direct your
questions there.

http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.perl.tk.html

best wishes,

M


Faraz Faheem wrote:

> Right now I have developed a GUI in which the Main Window is the Master
> Control with the background perl scripts running in the subroutine calls
> associated with the GUI controls. The Mainloop() routine just waits for the
> actions corresponding to the GUI.
>
> 1) How can I have a perl routine running as the master program with the
> Window just popping up as a dialog box and once I have modified the
> appropriate parameters, it just disappears and the command is given back to
> the background perl script ?
>
> 2) How can I pass control objects as parameters to the perl subroutines, if
> i wish to come up with a generic GUI of myy own being called as a
> subroutine from within the main perl program ?
>
> 3) Can I have two main windows open at a time ?
>
> Any sources of information, comments and feedbacks are welcome.
>
> Regards,
>
> Faraz
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


Reply via email to