Search found 7 matches
- Fri Dec 24, 2010 6:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode 4.5.2 with Sqlite
- Replies: 4
- Views: 3680
Re: LiveCode 4.5.2 with Sqlite
Klaus, Thank you so much. You were absolutely spot on with your diagnosis. I made a quick change to the code you posted to 'delete the last item of tFileName' instead of the first to get the full path and it is working perfectly, every time. I had wrongly assumed that the IDE was managing the folder...
- Fri Dec 24, 2010 5:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode 4.5.2 with Sqlite
- Replies: 4
- Views: 3680
Re: LiveCode 4.5.2 with Sqlite
Hi Klaus, There's not much left at this stage because I've cut it to bits so much. There used to be error handling and a lot more in the code but it's all gone now, in an effort to try to work out what is happening. What I'm left with at the moment is: on mouseUp put revOpenDatabase("sqlite","pimdat...
- Thu Dec 23, 2010 11:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode 4.5.2 with Sqlite
- Replies: 4
- Views: 3680
LiveCode 4.5.2 with Sqlite
I'm having a really strange issue with database access on LiveCode 4.5.2 and I'm just wondering if anybody might have any idea as to what is going on. I'm trying to get up to speed with LiveCode having written software in just about every other language going over the years so I started writing a sm...
- Thu Jul 29, 2010 6:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Globals
- Replies: 8
- Views: 5909
Re: Globals
Thanks guys, we're off again and it's working. I'll paste the rest of the code back in now and see if it explodes (c;
I think years of C, C++, Delphi, PHP and many others have taken their toll and I need to start thinking in terms of handlers.
Once again, thanks a mil!
Mike
I think years of C, C++, Delphi, PHP and many others have taken their toll and I need to start thinking in terms of handlers.
Once again, thanks a mil!
Mike
- Thu Jul 29, 2010 4:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Globals
- Replies: 8
- Views: 5909
Re: Globals
Thanks.
I was of the opinion that I could initialise variables outside handlers and that it wasn't required to reuse the 'global' statement once the original declaration of the global is in the same script.
I've tried both changes and It still doesn't work though.
I was of the opinion that I could initialise variables outside handlers and that it wasn't required to reuse the 'global' statement once the original declaration of the global is in the same script.
I've tried both changes and It still doesn't work though.
- Wed Jul 28, 2010 11:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Globals
- Replies: 8
- Views: 5909
Globals
Hi everyone, Can anybody please tell me what's going wrong in the following snippet? Instead of getting the value returned by getApplicationPath(), I'm getting nothing. I've cut the script to bits to try to see what is happening and it is now driving me up the wall - there's not a lot left to cut an...
- Thu Mar 11, 2010 12:46 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Missing .rev stacks and folder
- Replies: 1
- Views: 1733
Missing .rev stacks and folder
Sorry about this one, it's a total noob question. I've been programming for over 30 years but I've only been playing with Revolution for a couple of weeks. I've spotted something unusual this evening and I'm just wondering if anyone can point me in the right direction on it. I'm running on Vista-32 ...