I have tried to use wxString in a wxLua script and I can't get it to work.
Is there a special way to create the variable. Here is an example of what I
tried so far.

filename = wx.wxString( "Test String" )
if ( not filename:IsEmpty() ) then
   print( "Cancel was pressed" )
else
   print( filename )
end

--
Regards,
Ryan
RJP Computing
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to