> It looks like you're hitting the MS Windows cmd limitation.
You are absolutely correct. I've just confused with my tryouts.
Initially i've got a problem with this async code:
dialog = wx.wxDialog(wx.NULL, wx.wxID_ANY, "",wx.wxDefaultPosition,
wx.wxDefaultSize)
dialog:Connect(wx.wxEVT_END_PROCES
On Thu, Apr 24, 2014 at 3:02 PM, [email protected] wrote:
> This code snippets doesn't work for me with cmd output bigger or equal
> 8180 symbols.
>
> proc = wx.wxProcess()
> proc:Redirect()
> exec = wx.wxExecute("cmd /c echo "..string.rep("8",8180),true,proc)
> output = proc:GetInputStream()
> pr
This code snippets doesn't work for me with cmd output bigger or equal 8180
symbols.
proc = wx.wxProcess()
proc:Redirect()
exec = wx.wxExecute("cmd /c echo "..string.rep("8",8180),true,proc)
output = proc:GetInputStream()
print(output:Read(100))
I'm trying wxlua 2.8.12.3 (ansi) with lua 5.1 and w