Search found 16 matches
- Tue Dec 24, 2013 8:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Standalone Hanging/ Parsing Questions for BTC alarm stack
- Replies: 2
- Views: 2554
Standalone Hanging/ Parsing Questions for BTC alarm stack
So, I wrote a simple stack to check the current price of BitCoins from Bitstamp.net and allows the user to set a high and low value at which to sound the alarm. It seems to be working pretty well. I am having two issues: 1. When saved as a standalone, sometimes the stack stays running in processes a...
- Sun Jul 21, 2013 11:32 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
If I try to record a sound from the message box it throws :
error -9405 starting recording
error -9405 starting recording
- Sun Jul 21, 2013 6:35 pm
- Forum: User Groups and Events
- Topic: Join the Livecode Sub-Reddit!
- Replies: 0
- Views: 8582
Join the Livecode Sub-Reddit!
I am not the creator of this, but figured I would post a link here:
http://www.reddit.com/r/livecode
Happy Livecoding!
http://www.reddit.com/r/livecode
Happy Livecoding!
- Sun Jul 21, 2013 6:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
Klaus,
No worries, from what I can tell you are this forums resident livecode super-hero, and I appreciate your input. I shall keep digging around, and if i ever figure it out I will be sure to post my results back here!
--treefolk
No worries, from what I can tell you are this forums resident livecode super-hero, and I appreciate your input. I shall keep digging around, and if i ever figure it out I will be sure to post my results back here!
--treefolk
- Sun Jul 21, 2013 6:10 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
Well, I commented out the revspeak line in the script, and still no file. So i'm not sure if perhaps it's a hardware/software problem on my end? Running windows 7 x64 and Livecode Community. I also have a personal licence for livecode 5.5, but it seems that this doesn't work in either version......
- Sun Jul 21, 2013 5:48 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
I am using deeverds record script on one button, and then have a stop button with this script: on mouseUp revStopSpeech wait 10 ticks stop recording end mouseUp I hit the record button,( with deeverds script) then when the field is done being spoken I press my stop button with the above script, stil...
- Sun Jul 21, 2013 5:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
I have quicktime installed, and the revSpeak command works, it just doesn't start actually recording(as far as I can tell) or saving the file. I'm not sure why not. I am using Bernds record script with the stop button from Deeverds original post. Not sure what I'm doing wrong.
Thanks,
Treefolk
Thanks,
Treefolk
- Sat Jul 20, 2013 10:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sound Record revSpeak
- Replies: 16
- Views: 12331
Re: Sound Record revSpeak
Hi, Does this still work with Livecode Community edition and Windows platform? I have been trying to use the scripts here to no avail. The file does not get created as far as I can tell.
- Wed Jul 17, 2013 7:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Point Of Sale Software
- Replies: 7
- Views: 5791
Re: Point Of Sale Software
Thanks, I Think I have the basics down, and have recently learned how to create/interact with a mysql DB, so It looks like i'll be learning about sockets now!
- Wed Jul 17, 2013 5:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Point Of Sale Software
- Replies: 7
- Views: 5791
Point Of Sale Software
Hi, I would like to use Livecode to create an open-source Point of sale system for restaurants. Basically there would be a main application possibly running on server(?) that the chef/owners could enter all relevant information about products (ingredients, allergy information, etc) The servers would...
- Tue Jul 02, 2013 8:20 pm
- Forum: Games
- Topic: Update screen
- Replies: 5
- Views: 7931
Re: Update screen
Hey, It looks to me like i left some of the code out, so here is the full update screen script: local sStartUpdateTime local sFrameRate local sUpdateMessageId on preOpenStack set the acceleratedRendering of this stack to true startUpdatingTheScreen 50 end preOpenStack on activateScreenUpdates pFrame...
- Mon Jul 01, 2013 7:20 pm
- Forum: Games
- Topic: Update screen
- Replies: 5
- Views: 7931
Re: Update screen
correct script with variables declared two comments down.\/
- Thu Jun 13, 2013 8:51 pm
- Forum: User Groups and Events
- Topic: User Groups or livecoders in the Hudson Valley,NY?
- Replies: 0
- Views: 9918
User Groups or livecoders in the Hudson Valley,NY?
Wondering if any exist.
- Fri May 31, 2013 11:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Question about a simple user databse
- Replies: 10
- Views: 6791
Re: Question about a simple user databse
Thanks so much for the tutorial. I now understand quite a bit more about it. It is much appreciated.
- Sun May 26, 2013 10:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Question about a simple user databse
- Replies: 10
- Views: 6791
Re: Question about a simple user databse
Thank you for the replies! I should point out that I consider myself a hobbyist at best, so any tutorial you could link to would be great. I have checked out a few web services such as microsoft azure and caspio bridge, but I am pretty lost, I do not know anything about php, or sql in general for th...