Re: data from USB joystick

2010-09-28 Thread Andrew Kluthe
Would something that takes input from joystick and emulates it into keystrokes be acceptable? http://www.oneswitch.org.uk/2/I/JoyToKey/JoyToKey.htm -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/data-from-USB-joystick-tp2714272p2716671.html Sent from the

Re: SelectedChunk

2010-09-28 Thread Andre.Bisseret
Bonjour, Not sure I have well understand your need, but does the following help: select word 1 to -1 of the selection -- avoid spaces (learn recently thanks to Jacque ;-)) put the selection put cr word 2 of the selectedChunk after msg Best regards from Grenoble André Le 27 sept.

Re: data from USB joystick

2010-09-28 Thread Richmond
On 09/28/2010 09:44 AM, Andrew Kluthe wrote: Would something that takes input from joystick and emulates it into keystrokes be acceptable? http://www.oneswitch.org.uk/2/I/JoyToKey/JoyToKey.htm That looks jolly good: wonder if there are Mac and Linux equivalents?

Re: data from USB joystick

2010-09-28 Thread -=JB=-
On Mac I use USB Overdrive. http://www.usboverdrive.com/USBOverdrive/News.html -=JB=- On Sep 28, 2010, at 3:20 AM, Richmond wrote: On 09/28/2010 09:44 AM, Andrew Kluthe wrote: Would something that takes input from joystick and emulates it into keystrokes be acceptable?

Re: sqlite: foreign keys

2010-09-28 Thread Trevor DeVore
On Sep 25, 2010, at 3:42 PM, David Bovill wrote: A quick geeky question: does anyone know if foreign key support has been turned on for the recent sqlite driver I don't think you need to turn it on when compiling. It is a pragma setting:

Re: data from USB joystick

2010-09-28 Thread Richmond
On 09/28/2010 01:38 PM, -=JB=- wrote: On Mac I use USB Overdrive. http://www.usboverdrive.com/USBOverdrive/News.html -=JB=- Will that take signals from any USB mouse / trackball / joystick / steering-wheel / foot-pedal and output them as keyDowns ??/

Re: data from USB joystick

2010-09-28 Thread René Micout
And musical keyboard ? Le 28 sept. 2010 à 16:27, Richmond a écrit : On 09/28/2010 01:38 PM, -=JB=- wrote: On Mac I use USB Overdrive. http://www.usboverdrive.com/USBOverdrive/News.html -=JB=- Will that take signals from any USB mouse / trackball / joystick / steering-wheel /

How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Bonjour, I thought it was simple but I am fighting with that for a couple of hours ;-(( I have a stack with several substacks. I want to duplicate the whole thing, changing only the name of the stack (without changing the names of its substacks). Say, I have a stack Accounts 2010 and

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread DunbarX
Andre. If you make a copy of the file (not the stack(s)), doesn't this automatically include everything? Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Richmond
On 09/28/2010 05:37 PM, Andre.Bisseret wrote: Bonjour, I thought it was simple but I am fighting with that for a couple of hours ;-(( I have a stack with several substacks. I want to duplicate the whole thing, changing only the name of the stack (without changing the names of its

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thank you Craig for your prompt answer. But I never copied a file I tried copy file here: the filename of the mainstack get a can't find handler error; How can I copy the file ? Sorry Craig André Le 28 sept. 10 à 16:51, dunb...@aol.com a écrit : Andre. If you make a copy of the file

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Sorry Richmond (and Craig); I should have specify that I would like to duplicate my stack and its substacks by script. What I want is a button where the user clicks to create a stack (and its substacks) for a new year. Thank you much Richmond for your attention André Le 28 sept. 10 à

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread DunbarX
Andre. The command is: revCopyFile, not copy file. Craig ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Thierry
Le 28 sept. 2010 à 17:23, Andre.Bisseret a écrit : Sorry Richmond (and Craig); I should have specify that I would like to duplicate my stack and its substacks by script. What I want is a button where the user clicks to create a stack (and its substacks) for a new year. Hi, Another way to

Re: sqlite: foreign keys

2010-09-28 Thread Peter Haworth
I think the issue is whether the version of the sqlite drivers in LiveCode are up to date enough to include foreign key support at all. According to http://www.sqlite.org/foreignkeys.html, foreign keys were supported as of SQlite version 3.6.19 but I don;t know how to find out what

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thanks a lot Craig; that's exactly what I needed; first time I am using it; works fine ;-)) André Le 28 sept. 10 à 18:08, dunb...@aol.com a écrit : Andre. The command is: revCopyFile, not copy file. Craig ___ use-revolution mailing list

[OT] Do You Like To Play Games?

2010-09-28 Thread Scott Rossi
If you're someone who enjoys visual puzzles, owns an iPad, prefers the company of aliens, and often thinks to yourself Man, I really wish there were more iPad games around to test, send me an email offlist and maybe you can satisfy all of the above cravings. I've been working on an iPad game over

Re: sqlite: foreign keys

2010-09-28 Thread Trevor DeVore
On Sep 28, 2010, at 1:32 PM, Peter Haworth wrote: I think the issue is whether the version of the sqlite drivers in LiveCode are up to date enough to include foreign key support at all. According to http://www.sqlite.org/foreignkeys.html, foreign keys were supported as of SQlite version

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thank you much Thierry; by default, was saved in my livecode 4.5 folder; but it's easy to indicate another location So, now I got 2 ways to get what I needed ;-))) Best regards André Le 28 sept. 10 à 19:19, Thierry a écrit : Le 28 sept. 2010 à 17:23, Andre.Bisseret a écrit : Sorry

Re: sqlite: foreign keys

2010-09-28 Thread Trevor DeVore
On Sep 28, 2010, at 2:01 PM, Trevor DeVore wrote: on preopenCard put specialfolderpath(temporary) into theFolder put theFolder / the milliseconds .db into theFile put revOpenDatabase(sqlite,theFile) into theConn put revDataFromQuery(tab, cr, theConn, SELECT sqlite_version())

Printing Problems

2010-09-28 Thread jcwall
I am trying to print a card and the result is that the graphics print out but not the text. This is a new problem because it used to work fine. I am using Rev 4.0 and Mac OSX 10.6.4 on an intel iMac. All the text fields use Arial and changing the font does not yield any different results.

Re: Printing Problems

2010-09-28 Thread Joe Lewis Wilkins
Hi Jim, Some consolation. I have an exact same situation and it works fine, so I haven't a clue as to what your problem may be. What kind of Printer are you using? I'm using an Epson 1270, and have the user set all the parameters with the Page Setup dialog. Just call Print Card and Print

Re: Printing Problems

2010-09-28 Thread Joe Lewis Wilkins
Oh, and as a second thought: I have a background image on each card over which my text is overlaid, so no drawing graphics. Joe Lewis Wilkins On Sep 28, 2010, at 11:36 AM, jcw...@jaguar1.usouthal.edu wrote: I am trying to print a card and the result is that the graphics print out but

Debugger showing globals

2010-09-28 Thread James Hurley
Anyone else experiencing this? The debugger is showing all globals in LiveCode 4.5 along with the local variables. (That preference is not selected.) It doesn't happen in 4.0 Jim ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Debugger showing globals

2010-09-28 Thread DunbarX
Me, too. I hate it. Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: sqlite: foreign keys

2010-09-28 Thread Bob Sneidar
Whaaa?? There's a such thing as an In Memory DB?? Wow! Nice tip! Bob On Sep 28, 2010, at 11:05 AM, Trevor DeVore wrote: Actually, you don't even need the temporary file. Just use an in-memory db. ___ use-revolution mailing list

Re: data from USB joystick

2010-09-28 Thread -=JB=-
I don't know but the developer sounds like they are continuing to improve it from the info they provide and might even add something if asked since they have listed a number of things they have recently added. -=JB=- On Sep 28, 2010, at 7:27 AM, Richmond wrote: On 09/28/2010 01:38 PM, -=JB=-

Re: [OT] Do You Like To Play Games?

2010-09-28 Thread JosepM
Hi, Nice intro.. my iPad is on the way... :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Do-You-Like-To-Play-Games-tp2717643p2717999.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: data from USB joystick

2010-09-28 Thread Dar Scott
How does that work? Do you still open it as a joystick device or does USBoverdrive convert the joystick to some other device? Does this do more than calibrate the joystick? -- Dar On Sep 28, 2010, at 3:42 PM, -=JB=- wrote: I don't know but the developer sounds like they are continuing

Re: sqlite: foreign keys

2010-09-28 Thread Monte Goulding
Just use an in-memory db. ooo, that's a new one to me. Is it possible to write it out to a file later? -- Monte Goulding M E R Goulding Software Development Bespoke application development for vertical markets InstallGadget - How to create an installer in 10 seconds revObjective - Making

Re: data from USB joystick

2010-09-28 Thread -=JB=-
The info below is from the USB Overdrive docs. • Introduction ◊ The USB Overdrive is a universal USB driver that handles all USB mice, trackballs, joysticks and gamepads from any manufacturer and lets you configure them either globally or on an application-specific basis. It reads all kinds of

iPad's competitor from RIM

2010-09-28 Thread viktoras d.
IPad soon will have a serious competitor - PlayBook from producers of Blackbery: http://na.blackberry.com/ Will Revolution, oops, LiveCode run on that (QNX Operating System)? It claims to be Flash compatible as well. Viktoras ___ use-revolution

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
qnx neutrino was a wonderful os... the photon micro gui still one of the prettiest thing ive ever seen in terms of window managers On Tue, Sep 28, 2010 at 7:21 PM, viktoras d. vikto...@ekoinf.net wrote: IPad soon will have a serious competitor - PlayBook from producers of Blackbery:

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
went to that site and they say that on the specs page: powerful and user friendly QNX technology - this is what the World Wide Web runs on No that is marketing guys speech for we're POSIX and Unix like and we have an Apache port so we can claim all WWW is our fault. Damn, It's been forever since

Re: iPad's competitor from RIM

2010-09-28 Thread Ian Wood
On 28 Sep 2010, at 23:21, viktoras d. wrote: IPad soon will have a serious competitor - PlayBook from producers of Blackbery: http://na.blackberry.com/ 'Soon' being March next year, and nobody appears to have seen an actual physical device yet, outside Blackberry - the video of the

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
On Tue, Sep 28, 2010 at 9:23 PM, Ian Wood revl...@azurevision.co.uk wrote: On 28 Sep 2010, at 23:21, viktoras d. wrote: IPad soon will have a serious competitor - PlayBook from producers of Blackbery: http://na.blackberry.com/ 'Soon' being March next year, and nobody appears to have

MYSQL timeout

2010-09-28 Thread Terry Judd
The problem of lengthy timeouts when trying to connect to a MSQL server that is down/offline is bugging me again. It seems like the default timeout is 60 seconds which is way too long to wait for a response but there's no obvious way to override it. The socketTimeoutInterval has no effect and

Re: iPad's competitor from RIM

2010-09-28 Thread Roger . E . Eller
On 28 Sep 2010, at 23:21, viktoras d. wrote: IPad soon will have a serious competitor - PlayBook from producers of Blackbery: http://na.blackberry.com/ On 28 Sep 2010, at 08:23 PM, Ian Wood wrote: 'Soon' being March next year, and nobody appears to have seen an actual physical device yet,

[OT] Atlassian merges with BitBucket

2010-09-28 Thread Andre Garzia
Folks, I've just received a notice that Atlassian (makers of JIRA) merged with BitBucket which was my beloved cheap yet wonderful online mercurial repo thing. I don't really like Atlassian, I see them as a near-oracle, to expensive even if with good products. :-/ Damn... Always knew I should

RE: loading another stack from splash

2010-09-28 Thread Mark Smith
Hi Splash, any further thoughts on your last questions and my post. I'm sort of still trying to figure this compile thing out. Since I want to save the notes in the notepad stack does that mean it cannot absolutely ever be compiled? I am beginning to think that is my error in thinking. I was

Re: loading another stack from splash

2010-09-28 Thread Geoff Canyon Rev
You need to specify the filename of the stack, not the stack name. This is simple, but works: *on* preopenstack *set* the loc of this stack to the screenloc *end* preopenstack *on* openStack *send* gothere to me in 2 seconds *end* openStack *on* mouseUp gothere *end* mouseUp

Re: data from USB joystick

2010-09-28 Thread Richmond
On 09/29/2010 01:05 AM, -=JB=- wrote: The info below is from the USB Overdrive docs. • Introduction ◊ The USB Overdrive is a universal USB driver that handles all USB mice, trackballs, joysticks and gamepads from any manufacturer and lets you configure them either globally or on an

Re: [OT] Atlassian merges with BitBucket

2010-09-28 Thread Mark Wieder
Andre- Tuesday, September 28, 2010, 7:44:07 PM, you wrote: I've just received a notice that Atlassian (makers of JIRA) merged with BitBucket which was my beloved cheap yet wonderful online mercurial repo thing. I don't really like Atlassian, I see them as a near-oracle, to expensive even if