Re: data from USB joystick

2010-09-29 Thread -=JB=-
Exactly and that is why I did not mention it in my first response because it sounded to me like he wanted to write code that is going to allow his program to communicate with a USD device and not depend on anything but his program. Which brings us back to my answer that I was writing a stack that

Re: sqlite: foreign keys

2010-09-29 Thread Thierry
Le 28 sept. 2010 à 23:59, Monte Goulding a écrit : 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? Hi, Running SQLite without a database file creates an in-memory database. Using the .dump command will dump that in-memory DB to a SQL

controls with ID 0

2010-09-29 Thread Claudi Cornaz
Hi all, I have a very strange situation where controls get a ID of 0. I had this problem with runrev 4 and now also with the new livecode It has happened a couple of times in different stacks. I create a control in a grp and the control ends up having a ID of 0. It's happened with btn's

iPad's competitor from RIM

2010-09-29 Thread Mark Stuart
on Tue Sep 28 17:21:59 CDT 2010, viktoras d. wrote: PlayBook from producers of Blackbery: Anyone know the song or band that's playing the music in the online demo? I love it. Regards, Mark Stuart ___ use-revolution mailing list

Re: [OT] Atlassian merges with BitBucket

2010-09-29 Thread Andre Garzia
On Wed, Sep 29, 2010 at 2:17 AM, Mark Wieder mwie...@ahsoftware.net wrote: 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

Re: [OT] Atlassian merges with BitBucket

2010-09-29 Thread Mark Wieder
Andre- Wednesday, September 29, 2010, 7:45:55 AM, you wrote: yes it is Mark, that was me FUDing before actually reading the whole offer. it might be good. I'm waiting to see how this turns out, but so far it looks like a good merger. -- -Mark Wieder mwie...@ahsoftware.net

Re: iPad's competitor from RIM

2010-09-29 Thread Richard Gaskin
Mark Stuart wrote: on Tue Sep 28 17:21:59 CDT 2010, viktoras d. wrote: PlayBook from producers of Blackbery: Anyone know the song or band that's playing the music in the online demo? I love it. Cut Copy, Where I'm Going Available by signing up for an email list here

where to put script libraries

2010-09-29 Thread Andre Garzia
Folks, I've seen from some previous emails that if you put a script library in: revEnvironmentUserPluginsPath() ../resources/script libraries/ it will be picked automatically by standalone builder in case it is needed. Can someone (Monte?) confirm that this still the case? I am building a

Re: MYSQL timeout

2010-09-29 Thread Devin Asay
On Sep 28, 2010, at 7:20 PM, Terry Judd wrote: 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

Re: MYSQL timeout

2010-09-29 Thread Terry Judd
Yep - tried on LiveCode - no joy there so far. Cheers, Terry... On 30/09/2010, at 3:54 AM, Devin Asay devin_a...@byu.edu wrote: On Sep 28, 2010, at 7:20 PM, Terry Judd wrote: The problem of lengthy timeouts when trying to connect to a MSQL server that is down/offline is bugging me

Re: MYSQL timeout

2010-09-29 Thread Malte Pfaff-Brill
Hi Terry, had the same problem. I settled to ping the IP first before trying to connect to the DB: switch case mac is in the platform get shell(ping -q -o -c3 -t3tIP) if the result is not empty then put the result into tError end if

Re: MYSQL timeout

2010-09-29 Thread Terry Judd
Thanks Malte - that seems like a good solution. My issues have mainly been with the server itself rather than with MySQL. Terry... On 30/09/2010, at 7:12 AM, Malte Pfaff-Brill revolut...@derbrill.de wrote: Hi Terry, had the same problem. I settled to ping the IP first before trying to

Livecode resources

2010-09-29 Thread Jim Lambert
On building a Windows standalone from LiveCode 4.5, I get this notice: Icon does not exist:/Applications/Revolution Enterprise/revEnterprise 4.5 (dp 4).app/Contents/Tools/Runtime/Windows/x86-32/Support/Sample Icons/genericapp.ico Why would LiveCode look in Revolution Enterprise? I thought

Re: where to put script libraries

2010-09-29 Thread Monte Goulding
I've seen from some previous emails that if you put a script library in: revEnvironmentUserPluginsPath() ../resources/script libraries/ it will be picked automatically by standalone builder in case it is needed. Can someone (Monte?) confirm that this still the case? Sorry Andre, after

Re: Livecode resources

2010-09-29 Thread Monte Goulding
On 30/09/2010, at 7:47 AM, Jim Lambert wrote: On building a Windows standalone from LiveCode 4.5, I get this notice: Icon does not exist:/Applications/Revolution Enterprise/revEnterprise 4.5 (dp 4).app/Contents/Tools/Runtime/Windows/x86-32/Support/Sample Icons/genericapp.ico Why would

LiveCode resource center from Rotunda moved

2010-09-29 Thread David Beck
Hello all, The location of the LiveCode resource center from Rotunda, which contains free libraries that we use in our commercial applications, has been changed. The new location is: http://www.rotundasoftware.com/livecode/ Also, you may be interested in seeing some more commercial

Re: LiveCode resource center from Rotunda moved

2010-09-29 Thread stephen barncard
I love Rev success stories. Congats, the site looks great, David. On 29 September 2010 19:29, David Beck david_b...@rotundasoftware.comwrote: Hello all, The location of the LiveCode resource center from Rotunda, which contains free libraries that we use in our commercial applications, has

Android Software Piracy

2010-09-29 Thread Bill Vlahos
Here is a discouraging article from Network World on how easy and popular it is to pirate software on Android. http://www.networkworld.com/news/2010/092910-google-android- piracy.html?hpg1=bn Bill Vlahos ___ use-revolution mailing list

from the memory lane: Cute ASM X86 interpreter

2010-09-29 Thread Andre Garzia
Folks, I was there looking at some old files at my VPS when I noticed an old Assembly interpreter I made with Rev. I knows only a subset of assembly for x86 processors, just enough for me to pass one examination on the university. I made a revlet out of it. check it out at: