Help for this page

Select Code to Download


  1. or download this
    import wx
     
    ######################################################################
    +##
    ...
        frame = MyForm()
        frame.Show()
        app.MainLoop()
    
  2. or download this
    # wxPerl list control test 7 3 2013. Based on Tutorial 8 
    # Taken from: http://wxperl.sourceforge.net/tutorial/tutorial4.html
    # and http://www.blog.pythonlibrary.org/2011/01/04/wxpython-wx-listctr
    +l-tips-and-tricks/
    ...
    $app->MainLoop;
    
    1;
    
  3. or download this
    variable is not of type Wx::Point at Wx List Control test PerlO.pl lin
    +e 52
    MyForm::new('MyForm') called at Wx List Control test PerlO.pl line 25
    MyApp::OnInit('MyApp=HASH(0x2407e64)') called at F:/Win7programs/Dwimp
    +erl/perl/site/lib/Wx/App.pm line 36
    eval {...} called at F:/Win7programs/Dwimperl/perl/site/lib/Wx/App.pm 
    +line 36
    Wx::App::new('MyApp') called at F:/Win7programs/Dwimperl/perl/site/lib
    +/Wx/App.pm line 36
    Wx::App::new('MyApp') called at Wx List Control test PerlO.pl line 88
    
  4. or download this
        $list_ctrl = Wx::ListCtrl-> new ($panel,
                                                        -1,    # ID
                                                        'Report',    # lab
    +el
    ...
                                                        [-1,100],    # siz
    +e
                                                        &Wx::wxLC_REPORT |
    + &Wx::wxBORDER_SUNKEN,  # window style
                                                        );