On Mon, Jun 1, 2009 at 10:45 AM, lostgallifreyan
<lostgallifre...@gmail.com> wrote:
>
> Didn't work, but a clue was a lack of quotes round the filepath after the -c 
> switch in the DisplayOutput window. So I went to frame:Connect(ID_RUN... and 
> changed a line as follows:
>            local cmd = '"'..programName..'" 
> '..console..openDocuments[id].filePath
> to
>            local cmd = '"'..programName..'" 
> '..console.."\""..openDocuments[id].filePath.."\""
> which works.


Thanks, fixed in CVS.

Regards,
    John

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to