Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Why is wxPerl slower than Win32GUI?

by japh2963 (Novice)
on Feb 05, 2015 at 03:29 UTC ( [id://1115598]=note: print w/replies, xml ) Need Help??


in reply to Re: Why is wxPerl slower than Win32GUI?
in thread Why is wxPerl slower than Win32GUI?

few years later... is this what you all are still using? Or is there something else? Or is this all still solid?

Replies are listed 'Best First'.
Re^3: Why is wxPerl slower than Win32GUI?
by vkon (Curate) on Feb 12, 2015 at 07:01 UTC
    I use Tcl::Tk on a regular basis and really happy with this.
    After some 10+ years of usage of this approach - I understood that this is the perfect balance of simplicity and power for my GUIs.
    Nicer GUI libs often require more efforts during coding, so I haven't switched to these.

    often I use pure Tcl CPAN module instead of Tcl::Tk, because I rarely actually need that perl/Tk syntax,

    $int->call($widget,'method','submethod', -smth=>'val');
    is quite enough, so perl/Tk syntax is an overkill
    $widget->methodSubmethod(-smth=>'val');
    given that most my GUI code is separated already into some place...

    You can write to our mail list and we will answer all of your questions, tcltk at perl dot org, you're welcome :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1115598]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-03-29 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found