hello, first off fantastic software, brilliant. Now the "ask", i get the following error... 19:43:07: Start Program python.exe app.py 19:43:07: Error:...
... Add to system environment variable path (control panel\sistem advanced tab environment variable) the "c:\python\" directory or where Python was installed ...
Hi, What are the steps to add this as a component into Visualwx pls ? See for the source and binaries - http://www.codeproject.com/miscctrl/gridctrl.asp ...
... Oh, this sounds good! What about the compatibility with the current version? I have done two projects with VWX (wxPython) and I don't want miss VWX for...
... variables) ... I have tried all combinations (-lwxmsw26_stc.a, "- libwxmsw26_stc.a...). Tried my ways to directories. Nothing has helped. :-( something can...
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...