Re: Datagrid error when set to empty

2010-11-05 Thread Trevor DeVore
On Thu, Nov 4, 2010 at 3:38 PM, JosepM jmye...@mac.com wrote: I have a strange issue with a datagrid that set the dgdata to empty. In IDE mode the app run fine but from the standalone I get this error. The first thing to check is whether you have password protected your data grid templates

Re: Datagrid error when set to empty

2010-11-05 Thread JosepM
Hi, The stack was password protected but it worked properly, then added a new grid and that's when the problems have started. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-error-when-set-to-empty-tp3027651p3028745.html Sent from the

Re: Datagrid error when set to empty

2010-11-05 Thread Trevor DeVore
On Fri, Nov 5, 2010 at 11:03 AM, JosepM jmye...@mac.com wrote: The stack was password protected but it worked properly, then added a new grid and that's when the problems have started. Are you unlocking the stack when running as a standalone by setting the passkey? -- Trevor DeVore Blue

Re: Datagrid error when set to empty

2010-11-05 Thread zryip theSlug
On Fri, Nov 5, 2010 at 4:03 PM, JosepM jmye...@mac.com wrote: Hi, The stack was password protected but it worked properly, then added a new grid and that's when the problems have started. Salut, Josep -- Josep, That is something specified in the datagrid documentation: you will get

[ANN] scrolling list field for iPhone

2010-11-05 Thread BNig
I tried to make a scrolling list field object similar to the address book for the iPhone. for easing I use a modified Scott Rossi /Richard Herz algorithm. Touch interface is tricky so I tought I post it here for others to try/improve. Scrolls quite well on the iPhone 3G system 4.1 (my worst

Re: Datagrid error when set to empty

2010-11-05 Thread JosepM
I'm using GLX framework, don't do it automatically? At least until now has worked fine. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-error-when-set-to-empty-tp3027651p3029019.html Sent from the Revolution - User mailing list archive at

Re: [ANN] scrolling list field for iPhone

2010-11-05 Thread JosepM
Hi Bernd, It's perfect! I test with the simulator and it's very impresive. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-scrolling-list-field-for-iPhone-tp3028978p3029044.html Sent from the Revolution - User mailing list archive at

in a menu?

2010-11-05 Thread Marty Knapp
For a Mac only program, is there a way to use ampersand in a popup menu button? I understand its normal use, but I'm needing to emulate a menu in another program. Thanks, Marty Knapp ___ use-revolution mailing list use-revolution@lists.runrev.com

RE: in a menu?

2010-11-05 Thread John Dixon
Apples Oranges... double up the ampersand Have a look at page 262 of the 'User Guide' be well Dixie Date: Fri, 5 Nov 2010 10:43:03 -0700 From: martykn...@comcast.net To: use-revolution@lists.runrev.com Subject: in a menu? For a Mac only program, is there a way to use ampersand in a

Re: Datagrid error when set to empty

2010-11-05 Thread Trevor DeVore
On Fri, Nov 5, 2010 at 1:06 PM, JosepM jmye...@mac.com wrote: I'm using GLX framework, don't do it automatically? At least until now has worked fine. The framework does not unlock stacks automatically. See this lesson:

Re: in a menu?

2010-11-05 Thread Marty Knapp
Thank you! Marty Apples Oranges... double up the ampersand Have a look at page 262 of the 'User Guide' be well Dixie Date: Fri, 5 Nov 2010 10:43:03 -0700 From: martykn...@comcast.net To: use-revolution@lists.runrev.com Subject: in a menu? For a Mac only program, is there a way to use

Re: [ANN] scrolling list field for iPhone

2010-11-05 Thread BNig
Hi Josep, thank you. No bouncing though. best regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-scrolling-list-field-for-iPhone-tp3028978p3029551.html Sent from the Revolution - User mailing list archive at Nabble.com.

Problematic script on Windows 7!

2010-11-05 Thread charles61
The following script, which works fine on the Mac, gets flagged by Windows 7 in a windows standalone. The line that is cited: Send 'mouseUp' to button b is displayed in bug report on the standalone that it cannot find a handler with the above line. After the message, printing of a single page

Re: Problematic script on Windows 7!

2010-11-05 Thread Mark Schonewille
Hi, No idea why you don't get an error on Mac. Do you have a 'pass mouseUp' command in one of the checkboxes? Or does one of the buttons lack a mouseUp handler? Could you copy and paste the exact text of the error message? Can you check that the number of buttons and the number of buttons of

Re: Problematic script on Windows 7!

2010-11-05 Thread charles61
Mark, There are no pass mouseUp' commands in any of the checkboxes. Most of the checkboxes don't have a script. They do have a custom property, uMylabel, which is used in a group script to populate a field with the labels on print only cards. The checkboxes that do have scripts consist of

Re: Problematic script on Windows 7!

2010-11-05 Thread Mark Schonewille
Hi Charles, My next guess would be that you have one checkbox on a card that isn't part of the group. Just put the number of buttons into the message box and then put the number of buttons of this card into the message box. Exactly like that. -- Best regards, Mark Schonewille Economy-x-Talk

Re: Problematic script on Windows 7!

2010-11-05 Thread charles61
Mark, You are correct. For some card, there are some checkboxes that cannot be include in the grouping of the other checkboxes on that card. Is this what causing the problem? Charles Szasz csz...@mac.com On Nov 5, 2010, at 10:20 PM, Mark Schonewille-3 [via Runtime Revolution] wrote: Hi