Yes I think so though I use PAR to compile my programs. Hi, Can a wxwidgets app created with Visualwx be compiled into an exe using Perl2Exe from indigo star ?...
PAR works like a charm .. In fact I tested perl2exe and it works too but you have to include dll and so on. I found the file I wrote and it goes like this ...
hi all. I produced Wx::Package::Win32 (on CPAN) which gets over some issues that PAR, PerlApp and Perl2Exe have with some wxPerl components. I've tested it...
Mark Dootson
mark.dootson@...
Feb 9, 2006 10:37 pm
254
Hi, In visual wx how does one set up a notebook with a couple of tabs and then add fifferent widgets on each tab ? Also thanks for all the feedback of perl2exe...
Hi, Thanks. But I can't from this how I know which tab the controls are going on to - I can't find anywhere to define the number of tabs or name them. If I add...
Hi again, If you can ONLY add a page using addpage and insert page methods by code ( & running the code) then how do use VisialWx to add a control onto the...
Hi, What I found was that if I add a notebook I then have to add panels to it. Each panel can have its tab named and I can drop controls onto each panel. I'm...
Hi, I'd really appreciate someone giving me the perl win32 code to display the file dialogue box and return the selected file name. I can't find an example...
try => http://perl-win32-gui.sourceforge.net/cgi-bin/index.cgi there are plenty of things there and they work with VisualWx too God blesses!!! Best regards, ...
Hi, I found doco here http://wxperl.pvoice.org/kwiki/index.cgi?WxFileDialog Geoff ... display ... a ... languages Programming languages ... of Service....
Hi, When I double click on a button in design a subroutine for the event is created. This doesn't happen for a radio button. I must be doing something wrong. ...
Thanks. VisualWx is fantastic. Are you going to make it a commercial product ? ... From: postatoto To: VisualWx@yahoogroups.com Sent: Tuesday, February 21,...
I have a window with a vertical splitter and a bunch of stuff on the left and a panel on the right. I need to be able to draw a bitmap on this panel. How do I...
Thanks postatoto. I made some progress with this approach. However, my drawing code emulates your code to tile a picture on the background of a window and...
Hi Thank you a great program. If i insert Notebook and Control Panel. some error accured. In source view, some text is strange. My enveronment: WinXP,...
I selected the template WX_SDI_Python_menu and I see a menubar at the top of my frame. But how do I edit it? I only see "Properties:Events:Sizer:Code". In the...