Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Google Translator -> wxPerl frontend

by Swalif (Scribe)
on Oct 03, 2010 at 21:29 UTC ( [id://863206]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Google Translator -> wxPerl frontend
in thread Google Translator -> wxPerl frontend

Update:
fixed the size of the frame by removing Min & Max buttons.. new code:
$style = wxCAPTION|wxCLOSE_BOX|wxFRAME_NO_TASKBAR|wxCLIP_CHILDREN unless defined $style;

Replies are listed 'Best First'.
Back to the windows world
by Swalif (Scribe) on Oct 04, 2010 at 10:26 UTC
    Interesting enough upon testing the code on windows the first critical point disappeared and the application responses efficiently to requests; I was really impressed this seems to imply that the issue is ubuntu specific, did you notice that some applications like emesene quickly go to unresponsive mode and come back after few seconds?...
    Also sortCombo working great in windows and the options are sorted alphabetically so this one also may be an ubuntu specific..
    however windows wX raised unicode issues.. like the opposite of tk where it works pretty well on windows but on linux no luck with utf8ing the text ;) thanks
      however windows wX raised unicode issues..

      you can compile Wx with or without unicode, so that plays a part

        If I understood you correctly .. I've tried http://www.wxperl.co.uk/repository/
        where they say : Please note that these are Unicode PPMs. Old versions of ANSI PPMs for Microsoft Windows are still retained.
        but the same problems persist.. thank you for your valuable comments.
Re^4: Google Translator -> wxPerl frontend
by Anonymous Monk on Oct 04, 2010 at 13:59 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found