Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: wxPerl behavior on Win32

by solomon243 (Novice)
on Oct 29, 2014 at 20:09 UTC ( [id://1105546]=note: print w/replies, xml ) Need Help??


in reply to Re^3: wxPerl behavior on Win32
in thread wxPerl behavior on Win32

>> FWIW, I usually solve that problem by making your "$frame" a wxPanel


this is complete solution!
my $bigbutton = Wx::Button->new( $frame, 1, 'Вып&#10 +86;лнить расч&# +1077;т', [-1,-1], [-1,-1]); my $mass_label = Wx::StaticText->new($frame, 2, 'Ваш + вес:',[-1,-1], [-1,-1]); my $drink_label = Wx::StaticText->new($frame, 4, 'Пр&#1077 +;дпочитаем&#109 +9;й напиток:',[-1,-1] +, [-1,-1]); my $mass_entry = Wx::TextCtrl->new($frame, 3, '',[-1,-1], [-1,-1]);

no wxPanel needed! Now my code works equally on all platforms! THX, Anonymous Monk

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found