Re: Using "go card" on Linux standalone with -ui

2011-09-25 Thread Mark Wieder
Ben- Sunday, September 25, 2011, 11:23:40 AM, you wrote: > Surely the point is that all those operations should be - and AFAICT most are > - implemented with suitable checks to make sure there is a UI; and that the > assertion is revealing one which hasn't been. I just wondered if anyone else >

Re: Using "go card" on Linux standalone with -ui

2011-09-25 Thread Richmond Mathewson
On 09/25/2011 09:23 PM, Ben Rubinstein wrote: Richard, Mark, thanks for your continuing responses. On 21/09/2011 16:37, Richard Gaskin wrote: Ben Rubinstein wrote: I need to go to particular cards, to avoid masses of rewriting of this app which more normally runs with a GUI, as the scripts ref

Re: Using "go card" on Linux standalone with -ui

2011-09-25 Thread Ben Rubinstein
Richard, Mark, thanks for your continuing responses. On 21/09/2011 16:37, Richard Gaskin wrote: Ben Rubinstein wrote: I need to go to particular cards, to avoid masses of rewriting of this app which more normally runs with a GUI, as the scripts reference controls and properties on different car

Re: Using "go card" on Linux standalone with -ui

2011-09-21 Thread Mark Wieder
Ben- Wednesday, September 21, 2011, 7:34:07 AM, you wrote: > Thanks for replying. I agree with you about not working around an assert - if > it's my code. np - I wasn't sure you knew what an assert statement was - most people wouldn't, thus the longish explanation. > - Clearly there is an oper

Re: Using "go card" on Linux standalone with -ui

2011-09-21 Thread Richard Gaskin
Ben Rubinstein wrote: I have one last (for now) issue, which is not a show stopper but which it would be nice to fix. Whenever the stack goes to a card, I get *** ASSERTION FAILURE: MCStack::openrect() - window == NULL Richard (I think) mentioned in a previous post that he hides the stack - I

Re: Using "go card" on Linux standalone with -ui

2011-09-21 Thread Ben Rubinstein
On 21/09/2011 05:47, Mark Wieder wrote: Ben- Tuesday, September 20, 2011, 11:49:09 AM, you wrote: I have one last (for now) issue, which is not a show stopper but which it would be nice to fix. Whenever the stack goes to a card, I get *** ASSERTION FAILURE: MCStack::openrect() - window ==

Re: Using "go card" on Linux standalone with -ui

2011-09-20 Thread Mark Wieder
Ben- Tuesday, September 20, 2011, 11:49:09 AM, you wrote: > I have one last (for now) issue, which is not a show stopper but which it > would be nice to fix. Whenever the stack goes to a card, I get > *** ASSERTION FAILURE: MCStack::openrect() - window == NULL > Richard (I think) mentioned in

Using "go card" on Linux standalone with -ui

2011-09-20 Thread Ben Rubinstein
Thanks to Richard and Mark for previous assistance. I've now got my standalone app running on Linux (system version 2.6.18-238.21.1.el5, but I've no idea what that means or any other information about the flavour), compiled with LC 4.6.4, with the -ui flag. I'm using the trick that Richard re