Re: Moving objects with arrow keys

2009-07-08 Thread Andre.Bisseret
Here (Rev 3.5 ; OSX 10.5.7 : On Rev stacks arrow keys allow to move objects one pixel at a time as well as navigating through cards (if this option is selected). On HC stacks converted to Rev stacks I can't move objects neither navigate through cards (even if this option is selected). So

Re: ChartsEngine Webinar video link

2009-07-08 Thread Bernard Devlin
I found it lagged it a bit too during the live webinar, but it was interesting! Bernard On Tue, Jul 7, 2009 at 6:18 PM, Malte Brillrevolut...@derbrill.de wrote: Hi! (I hope you do not mind me changing the subject) For those of you who missed it. The recorded session is here:

Re: Rev and iphone

2009-07-08 Thread Ian Wood
I've done this for a little calculation app* so that I have access via iPhone, even using ? for * in the input field so that you don't have to keep changing the keyboard between letters and numbers. Ian *It's a helper app for working out how much I can bid on different eBay auctions, so a

dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Shao Sean
should the following not work? line 1 moo and cow would be the labels of the columns and line 2 pig and oink would be the data for each of the columns.. all i get is an empty data grid.. on mouseUp set the dgText[TRUE] of group DataGrid to moo TAB cow LF \ pig TAB oink

Re: ChartsEngine Webinar video link

2009-07-08 Thread Sarah Reichelt
On Wed, Jul 8, 2009 at 3:18 AM, Malte Brillrevolut...@derbrill.de wrote: Hi! (I hope you do not mind me changing the subject) For those of you who missed it. The recorded session is here: http://runrev.com/offers/webinar-2009-07-07/2009-07-07-chartsEngine.wmv After watching the video I am

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread kl...@major.on-rev.com
Hi Sean, should the following not work? line 1 moo and cow would be the labels of the columns and line 2 pig and oink would be the data for each of the columns.. all i get is an empty data grid.. on mouseUp set the dgText[TRUE] of group DataGrid to moo TAB cow LF \ pig

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread kl...@major.on-rev.com
Hi SEan, Am 08.07.2009 um 10:36 schrieb kl...@major.on-rev.com: Hi Sean, should the following not work? line 1 moo and cow would be the labels of the columns and line 2 pig and oink would be the data for each of the columns.. all i get is an empty data grid.. on mouseUp set the

Re: use-revolution Digest, Vol 70, Issue 14

2009-07-08 Thread Paul Franken
Ik ben afwezig tijdens de week van 6 tot 10 juli, als u dringende vragen heeft, kan je steeds terecht bij mijn collega's van ICADS. mvg, Paul ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Moving objects with arrow keys

2009-07-08 Thread Richmond Mathewson
Go and get it! . . . http://mathewson.110mb.com/FILEZ/KEYPADMOVER.rev.zip it is ALSO available at the OLD revOnline under 'Richmond' check the code; I've got things moving at 5 pixels per pop as, frankly, I find it difficult to see if things are miving at a single pixel. Be warned, as this

Re: Highlight instances of found text

2009-07-08 Thread Wilhelm Sanke
On Wed Jul 8, 2009, Sivakatirswami katir at hindu.org wrote: Aloha and Namaste, Peter Thank you! this is very helpful... it's what I was looking for, but my string manipulation skills are not as strong as yours and I defaulted to the old hack which is to use find and then FoundChunk, which

active stack

2009-07-08 Thread Beat Cornaz
I have a mainstack with several substacks. One of the substacks is a tiny 'Indicator' and I have 'set the systemWindow of stack Indicator to true'. So this stack floats above everything else. I have a button to go from substack A to substack B. I have - go stack B - in the script of the

Re: active stack

2009-07-08 Thread Bernard Devlin
try go stack B as toplevel Bernard On Wed, Jul 8, 2009 at 10:44 AM, Beat Cornazb.cor...@gmx.net wrote: I have a mainstack with several substacks. One of the substacks is a tiny 'Indicator' and I have 'set the systemWindow of stack Indicator to true'. So this stack floats above everything

Re: active stack

2009-07-08 Thread Bernard Devlin
Sorry I didn't see that you had tried using 'toplevel'. Can you elaborate on the relationship between stacks A, B and Indicator? Are they all substacks of the same stack. Bernard On Wed, Jul 8, 2009 at 12:36 PM, Bernard Devlinbdrun...@gmail.com wrote: try go stack B as toplevel Bernard On

Re: active stack

2009-07-08 Thread Malte Brill
Have you tried setting the defaultstack after your go command? What is the mode of stack B? Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: UDP not connecting on Mac OSX Leopard

2009-07-08 Thread Jim Ault
Short answer: Rev 2.7.2 works and 2.9.0 does not (on both the same subnet and static IP configuration) I don't own 3.+ so I cannot test this version. UDP on OSX Tiger listens using 2.7.2 TCP on OSX Tiger listens using 2.7.2 UDP on OSX Leopard listens using 2.7.2 **not UDP on OSX

Re: active stack

2009-07-08 Thread Mark Schonewille
Hi Beat, A failsafe method is to use the target in a frontscript. on resumeStack showActiveStack -- do something with the result if you like pass resumeStack end resumeStack on preOpenStack showActiveStack -- do something with the result if you like pass preOpenStack end

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 4:23 AM, Shao Sean wrote: should the following not work? line 1 moo and cow would be the labels of the columns and line 2 pig and oink would be the data for each of the columns.. all i get is an empty data grid.. on mouseUp set the dgText[TRUE] of group DataGrid to moo

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Bernard Devlin
I think I just posted the same question as Shao Sean on the screensteps documentation site for the datagrid. Apologies for that Trevor. Feel free to answer me here or on that site (I think I also spotted an error in the sample data on the relevant screensteps page). Basically my question was is

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread kl...@major.on-rev.com
Hi Treovor, On Jul 8, 2009, at 4:23 AM, Shao Sean wrote: should the following not work? line 1 moo and cow would be the labels of the columns and line 2 pig and oink would be the data for each of the columns.. all i get is an empty data grid.. on mouseUp set the dgText[TRUE] of group

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 8:55 AM, kl...@major.on-rev.com wrote: This does not work, but should, right? on mouseUp put moo,cow into tCols put moo moo TAB cow cow CR pig TAB oink into tContent set the dgtext[true] of grp DataGrid to tCols CR tContent end mouseUp Only if you have

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 8:51 AM, Bernard Devlin wrote: Basically my question was is it possible to determine the the number of columns and the names of the columns using dgText[true] without resorting to the property inspector. When you fetch the dgText just set pIncludeColumnNames to true the

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread kl...@major.on-rev.com
Hi Trevor, On Jul 8, 2009, at 8:55 AM, kl...@major.on-rev.com wrote: This does not work, but should, right? on mouseUp put moo,cow into tCols put moo moo TAB cow cow CR pig TAB oink into tContent set the dgtext[true] of grp DataGrid to tCols CR tContent end mouseUp Only if

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Bernard Devlin
Trevor, thanks for your speedy responses. Is it possible that one could set the number names of columns in a future version? Or would that just not be possible given the motivation design behind the DataGrid? Bernard On Wed, Jul 8, 2009 at 1:51 PM, Bernard Devlinbdrun...@gmail.com wrote: I

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 9:26 AM, Bernard Devlin wrote: Trevor, thanks for your speedy responses. Is it possible that one could set the number names of columns in a future version? Or would that just not be possible given the motivation design behind the DataGrid? You should use the

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Bernard Devlin
Marvellous. Can the DataGrid poach eggs? ;-) On Wed, Jul 8, 2009 at 2:33 PM, Trevor DeVoreli...@mangomultimedia.com wrote: On Jul 8, 2009, at 9:26 AM, Bernard Devlin wrote: Trevor, thanks for your speedy responses. Is it possible that one could set the number names of columns in a future

Printing problem

2009-07-08 Thread Charles Szasz
I have two cards in my stack. One card is for screen display where some calculations are done. The second card is my print card, where the results of the first card are inserted for printing. When I used the Open Printing with Dialog and print, I get the desired results of the print card being

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 9:49 AM, Bernard Devlin wrote: Marvellous. Can the DataGrid poach eggs? ;-) Metaphorically speaking, yes. Regards, -- Trevor DeVore Blue Mango Learning Systems www.bluemangolearning.com-www.screensteps.com ___

OSX drag drop rev application?

2009-07-08 Thread Alex Shaw
Hi No problems getting the global variable $1 working on a runrev windows standalone to determine what data file was dropped on the application or double-clicked to launch the standalone but how do you do this on OSX? Discovered if the data file is really a renamed stack set to be opened by

Re: UDP not connecting on Mac OSX Leopard

2009-07-08 Thread Jim Ault
Would calling shell commands on Leopard be a good test of Rev using UDP ? Rev 2.7.2 does TCP on Leopard, not UDP Rev 2.9.0 does not do UDP on Leopard for 127.0.0.1 (localhost) If the shell commands using Terminal don't work properly, then it would not be a Rev problem. Just a thought Jim

Re: Moving objects with arrow keys

2009-07-08 Thread Joe Lewis Wilkins
Thanks Richmond. You always seem to have a new wrinkle of some sort to everything! (smile) Joe Wilkins On Jul 8, 2009, at 2:02 AM, Richmond Mathewson wrote: Go and get it! . . . http://mathewson.110mb.com/FILEZ/KEYPADMOVER.rev.zip it is ALSO available at the OLD revOnline under 'Richmond'

Re: ChartsEngine Webinar tomorrow

2009-07-08 Thread Paul Looney
Hi Jim, I could hear the audio through my laptop speakers. I had to set the volume to the max, but, otherwise, it was fine. 17 G4 PB, OS X 10.4.11. I did no special setup, just used the default. Irrespective of the Charts demo (which was good) I always find it fascinating to watch a Pro

Windows 7 Platform ID

2009-07-08 Thread Francis Nugent Dixon
Hi from Paris, I ran one of my rev stacks on a PC under Windows 7, and it did not find a win32 platform ID. Would it by chance be Win64 ? Anybody know ? -Francis Nothing should ever be done for the first time ! ___ use-revolution mailing list

Re: Moving objects with arrow keys

2009-07-08 Thread Joe Lewis Wilkins
Thanks for the confirmation, Andre. Joe Wilkins On Jul 8, 2009, at 12:33 AM, Andre.Bisseret wrote: Here (Rev 3.5 ; OSX 10.5.7 : On Rev stacks arrow keys allow to move objects one pixel at a time as well as navigating through cards (if this option is selected). On HC stacks converted to

dgColumnIsVisible

2009-07-08 Thread Bernard Devlin
I tried to add this as a comment on the screensteps site, but after telling me I got the captcha wrong, the captcha mechanism froze up and I couldn't do anything. I'm trying to make a column invisible by the following command (after creating the cols data by script): set the

Re: Moving objects with arrow keys

2009-07-08 Thread J. Landman Gay
Joe Lewis Wilkins wrote: OK, fellas. I've tried new stacks and the arrow keys work with them, but I've tried five different HC stacks that have been converted to Rev Stacks and the arrow keys don't work on any of them as they should. So... guess it has to do with the conversion process. Would

Re: ChartsEngine Webinar tomorrow

2009-07-08 Thread Jim Kanter
Where can we watch the recording? I had to miss the live webina=r. Jim ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Moving objects with arrow keys

2009-07-08 Thread Joe Lewis Wilkins
Hi Jacqi, I had tried this earlier without success. Trying it once again results in this error msg: I copied and pasted your statement into the msg box. Message execution error: Error description: Chunk: can't find object Joe Wilkins On Jul 8, 2009, at 9:07 AM, J. Landman Gay wrote: set

Re: Moving objects with arrow keys

2009-07-08 Thread Joe Lewis Wilkins
I'm beginning to wonder if HCAddressing exists in 3.5. Joe Wilkins On Jul 8, 2009, at 9:17 AM, Joe Lewis Wilkins wrote: Hi Jacqi, I had tried this earlier without success. Trying it once again results in this error msg: I copied and pasted your statement into the msg box. Message

Re: use-revolution Digest, Vol 70, Issue 15

2009-07-08 Thread Paul Franken
Ik ben afwezig tijdens de week van 6 tot 10 juli, als u dringende vragen heeft, kan je steeds terecht bij mijn collega's van ICADS. mvg, Paul ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Moving objects with arrow keys

2009-07-08 Thread J. Landman Gay
Joe Lewis Wilkins wrote: Hi Jacqi, I had tried this earlier without success. Trying it once again results in this error msg: I copied and pasted your statement into the msg box. Message execution error: Error description: Chunk: can't find object Sorry, I misspoke. It should be: set

Re: Printing problem

2009-07-08 Thread Andre.Bisseret
Le 8 juil. 09 à 16:02, Charles Szasz a écrit : I have two cards in my stack. One card is for screen display where some calculations are done. The second card is my print card, where the results of the first card are inserted for printing. When I used the Open Printing with Dialog and

Re: OSX drag drop rev application?

2009-07-08 Thread J. Landman Gay
Alex Shaw wrote: Hi No problems getting the global variable $1 working on a runrev windows standalone to determine what data file was dropped on the application or double-clicked to launch the standalone but how do you do this on OSX? Discovered if the data file is really a renamed stack

Re: Moving objects with arrow keys

2009-07-08 Thread Joe Lewis Wilkins
Thanks, that did fix things. Joe Wilkins On Jul 8, 2009, at 9:26 AM, J. Landman Gay wrote: set the HCAddressing of this stack to false ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: use-revolution Digest, Vol 70, Issue 16

2009-07-08 Thread Paul Franken
Ik ben afwezig tijdens de week van 6 tot 10 juli, als u dringende vragen heeft, kan je steeds terecht bij mijn collega's van ICADS. mvg, Paul ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Is it just me or......

2009-07-08 Thread weslyn whitehead
is there a way to add line numbering in the IDE i have not seen a preference that pertains to this and is something i sorely miss. i also dont see it in glx2 either.While im thinking i need to check and see if there on On-Rev. If not is there a easy way to add some? Thanks everyone

Re: Is it just me or......

2009-07-08 Thread Jerry Daniels
docwes...no numbers in GLX2. cntl+L will get you a dialog to select a line number. Best, Jerry Daniels Daniels Mara, Inc. Makers of GLX2 http://www.glx2.com On Jul 8, 2009, at 11:58 AM, weslyn whitehead wrote: is there a way to add line numbering in the IDE i have not seen a preference

Re: Is it just me or......

2009-07-08 Thread J. Landman Gay
weslyn whitehead wrote: is there a way to add line numbering in the IDE i have not seen a preference that pertains to this and is something i sorely miss. Rev Preferences - Script Editor - Line Numbers -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

It's just me

2009-07-08 Thread DunbarX
Line numbers are very nice. Character numbers would be nice, too. When one gets an error that pinpoints a character in a line in the script editor (even though sometimes it tells you near...) I stiill sometimes find I have to count chars to see exactly where to start thinking. This is a pain

No trace in the debugger?

2009-07-08 Thread Howard Bornstein
Speaking of things apparently missing in the IDE, I've started using 3.5 more often (yes, I was still stuck in 2.9, since it was so unbelievably stable) and I noticed that there no longer seems to be a trace command in the debugger. The V3.5 User's Guide says there should be a Trace command in

Re: Printing problem

2009-07-08 Thread Charles Szasz
Andre, Thanks for your reply! What I meant is that I get a hard copy of the card and then a blank sheet of paper. But I found that Answer Printer eliminates the problem. Thanks again. -- View this message in context: http://www.nabble.com/Printing-problem-tp24392121p24397467.html Sent

Re: dgColumnIsVisible

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 11:54 AM, Bernard Devlin wrote: I tried to add this as a comment on the screensteps site, but after telling me I got the captcha wrong, the captcha mechanism froze up and I couldn't do anything. I'm trying to make a column invisible by the following command (after creating

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Shao Sean
You should use the dgProps[columns] property to do that. Not too certain about others, but why does the data grid not automatically do it? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Rev 4 beta status [OT-humor]

2009-07-08 Thread Richmond Mathewson
Well, soon it will be mud pies! Although there are a few people who have problems counting beyond 7 I don't just suppose many subscribe to the RR Use-List. And promises are always difficult to keep; especially where deliverables that depend upon other variables are involved; so probably better

Re: dataGrid - set the dgData[TRUE] to tText

2009-07-08 Thread Trevor DeVore
On Jul 8, 2009, at 4:08 PM, Shao Sean wrote: You should use the dgProps[columns] property to do that. Not too certain about others, but why does the data grid not automatically do it? The scenario that came to mind when I was deciding whether or not to automatically create columns when

Re: ChartsEngine Webinar tomorrow

2009-07-08 Thread Malte Brill
Thank you all for the kind words. The webinar was fun, though I must admit I was pretty nervous the whole day. It is rather strange to speak and have no direct feedback from the people listening to you and I guess even stranger if you are not a native speaker. :) Also I would have slowed

Re: ChartsEngine Webinar tomorrow

2009-07-08 Thread Andre Garzia
Malte, I am not a native speaker (or listener for that case) but I could hear and understand you perfectly on the video. ChartsEngine is amazing, congratulations! I look forward to meet you there at the con! Cheers andre On Wed, Jul 8, 2009 at 5:49 PM, Malte Brillrevolut...@derbrill.de wrote:

Re: Windows 7 Platform ID

2009-07-08 Thread Eddie
My understanding is that Windows 7 will ship in 32 bit and 64 bit versions. I would tend to assume you could follow MS's KB article on checking how many bits you have for Windows 7 the same way you could do for other platforms: http://support.microsoft.com/kb/827218. Francis Nugent Dixon

Re: Windows 7 Platform ID

2009-07-08 Thread Eddie
I hit the send button a little premature... Since Windows 7 has not shipped, perhaps Revolution has not been updated to report Win32? I ask this since the Dictionary for 3.5 says all versions of Windows should report Win32 for any post 3.1 version. I do wonder if there would be a need to