Redhat 5 install problam

2010-05-14 Thread Lioz Cohn
Hello I tried to install Wx module on my RedHat 5 Virtual Machine and got the error massage bellow: ../cpp/ovl_const.cpp:346: error: ‘wxPliOvlwbmp’ was not declared in this scope ../../cpp/ovl_const.cpp:349: error: ‘wxPliOvlwbmp’ was not declared in this scope ../../cpp/ovl_const.cpp:349:

Fwd: Seeking a simple Radio button, code example

2010-07-21 Thread Lioz Cohn
Thanks Lioz

looking for radio button simple example

2010-07-25 Thread Lioz Cohn
Thanks Lioz

I need explain on Wx handlers

2010-07-29 Thread Lioz Cohn
Hi I tried to add Radio buttons the notebook example which appears in the Padre. but it seems that the handlers doesn't do anything ? PSB my code Can somebody help. Thanks Lioz #!/usr/bin/perl use strict; use warnings;

Wx wizard

2010-09-13 Thread Lioz Cohn
Hi to all How Can I re size the pages ? Regards Lioz

Wx wights view in Linux (RedHat4) Vs. Windows

2010-09-14 Thread Lioz Cohn
Hi to all I run the following code in windows and in Linux RedHat4, in windows it run correctly but in Linux some of the widgets disappeared can somebody advice me ? Please find attached code file. Thanks in advance Lioz #!/usr/bin/perl use strict; use warnings;

Re: BoxSizer problem

2010-10-13 Thread Lioz Cohn
Sorry but I got Undefined subroutine MakeTest::Frame::CalcMin called at C:\perl ex\WX\wx_make_t est_02_13_10.pl line 113. Press any key to continue . . . On Wed, Oct 13, 2010 at 11:22 AM, Huub Peters i...@huubpeters.com wrote: On Oct 13, 2010, at 2:09 PM, Lioz Cohn wrote: Hi to all I

Re: BoxSizer problem

2010-10-14 Thread Lioz Cohn
Maybe somebody knows why the $page1_panel-SetAutoLayout(1); doesn't do the job ?? BR Lioz On Wed, Oct 13, 2010 at 4:50 PM, Lioz Cohn liozcoh...@gmail.com wrote: Sorry but I got Undefined subroutine MakeTest::Frame::CalcMin called at C:\perl ex\WX\wx_make_t est_02_13_10.pl line 113

Does Wxperl has GridBag sizer ??

2010-11-08 Thread Lioz Cohn
Hi to all If yes i'd like to get a short code example Thanks Lioz

Wx::CompboBox options

2010-11-17 Thread Lioz Cohn
Hi to all When I triad to add Combo box options with regular array- @my_optiones and I got an error my $combo_box_1 = Wx::ComboBox -new($page2_panel, -1, Please select value, wxDefaultPosition, [150,30], @my_optiones); As I understand an array like $array= ['aaa','bbb'] is required How

Cross talking between EVT_RADIOBOX handlers

2010-11-25 Thread Lioz Cohn
Hi to all I add some radio box handlers like that EVT_RADIOBOX($wizard, $a_box ,\On_A); EVT_RADIOBOX($wizard, $b_box ,\On_B); EVT_RADIOBOX($wizard, $c_box ,\On_C); but as I see when I used c_box it's call the On_A handler Please advise Thanks Lioz