Re: [wxlua-users] Drawing ; was Re: ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-06-01 Thread lostgallifreyan
John Labenski wrote: (01/06/2009 23:03) >Please don't send 2.5 Mb messages to the list. There has to be a >easier way to make it clear what your issues are. > There is. I cancelled that post and sent a variant just now that draws the 'chart' panel as a simple rectangle to avoid big files. >Fi

[wxlua-users] Drawing ; was Re: ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-06-01 Thread John Labenski
On Mon, Jun 1, 2009 at 10:45 AM, lostgallifreyan wrote: > > > Thanks, that one's nice, no flicker of any kind. I'm having trouble > integrating it into my main script but I'll post once I sort out the > confusion. I guess there's no problem with two OnPaint() functions? So long > as their names

Re: [wxlua-users] ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-06-01 Thread John Labenski
On Mon, Jun 1, 2009 at 10:45 AM, lostgallifreyan 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..'" > '.

Re: [wxlua-users] Nightly Snapshots Not working

2009-06-01 Thread Ryan Pusztai
On Mon, Jun 1, 2009 at 11:47 AM, John Labenski wrote: > Sourceforge has crippled their shell and we are no longer able to > provide daily snapshots. I will remove the link to them. Too bad. > You can use ssh on port 22 to get the CVS files by exporting > CVS_RSH=/bin/ssh.exe . > > $cvs -z3 -d

Re: [wxlua-users] Nightly Snapshots Not working

2009-06-01 Thread John Labenski
On Mon, Jun 1, 2009 at 10:07 AM, Ryan Pusztai wrote: > Hi, > Are the nightly builds working. When I click on the link from the main site > download page it gives an error. I am behind a firewall so I can't use CVS > so I wanted the latest version of the code. Thanks Sourceforge has crippled their

Re: [wxlua-users] ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-06-01 Thread lostgallifreyan
John Labenski wrote: (01/06/2009 04:30) > >On Sat, May 30, 2009 at 8:19 AM, lostgallifreyan > wrote: >> >> I thought wxLua was a C-coded binary. But I did notice that the Lua script >> produced what appeared to be the same thing. I think you mentioned this a >> month or so back, but I still ma

[wxlua-users] Nightly Snapshots Not working

2009-06-01 Thread Ryan Pusztai
Hi, Are the nightly builds working. When I click on the link from the main site download page it gives an error. I am behind a firewall so I can't use CVS so I wanted the latest version of the code. Thanks - Regards, Ryan -

Re: [wxlua-users] How do I bring an inactive frame to the frontwhendragging a file to it?

2009-06-01 Thread lostgallifreyan
John Labenski wrote: (01/06/2009 04:01) >I don't really understand what you're trying to do. You first said >that Raise() works, but you couldn't make it active since there is no >function for this. I checked and I didn't see one either. Are you >really sure that that your UI can only work if y