Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"

by Anonymous Monk
on Mar 09, 2013 at 12:13 UTC ( [id://1022561]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
        int w() 
    ...
        int refresh() 
            %code%{  RETVAL = THIS->refresh;
                    %};
    
  2. or download this
     $ ls -loanh *
    -rw-rw-rw-  1 0  47M 2013-03-09 01:04 DoxyDocs.pm
    -rw-rw-rw-  1 0 5.2K 2013-03-09 01:04 doxyformat.tex
    ...
    1356822-            virtualness => 'non_virtual',
    1356823-            protection => 'public',
    1356824-            static => 'no',
    
  3. or download this
    perl -MWx -le " $p=q{Wx::Frame}; for(sort keys %Wx::Frame::){ eval{$p-
    +>$_((0)x120)}; $@=~s{.at.*$}{}; print qq{$p\n$@\n}; } " 
    Wx::Frame
    Usage: Wx::Frame::Create(THIS, parent, id, title, pos = wxDefaultPosit
    +ion, size = wxDefaultSize, style = wxDEFAULT_FRAME_STYLE, name = wxFr
    +ameNameStr) at -e line 1.
    ...
    
    Wx::Frame
    Usage: Wx::Frame::newFull(CLASS, parent, id, title, pos = wxDefaultPos
    +ition, size = wxDefaultSize, style = wxDEFAULT_FRAME_STYLE, name = wx
    +FrameNameStr) at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found