Will this course help me in gettnig my app done?
https://livecode. com/store/training/livecode-cloud-academy/
Search found 4 matches
- Thu Dec 18, 2014 11:34 am
- Forum: iOS Deployment
- Topic: Photo libary upload to NAS app
- Replies: 2
- Views: 2329
- Thu Dec 18, 2014 8:02 am
- Forum: iOS Deployment
- Topic: Photo libary upload to NAS app
- Replies: 2
- Views: 2329
Photo libary upload to NAS app
Hi everyone I'm new to the Lice code community however I have a wish to create an app that lets me look within the photo library checking for new photos. Whenever a new photo is detected it should be uploaded to a specific folder on a NAS. I guess I need something like this mobilePickPhoto "library"...
- Wed Mar 19, 2014 6:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: A simple calculation
- Replies: 3
- Views: 2002
Re: A simple calculation
Hi Klaus and thanks you sooooooo much for that detailed explanation of how to do that simple calculation. That really helped me alot. I thought functions (the calculation function) should be written in the stack and not in the button. But this makes it much simpler. Thanks a million :-) It it possib...
- Tue Mar 18, 2014 12:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: A simple calculation
- Replies: 3
- Views: 2002
A simple calculation
How do I implement the following: A label called currency, an input field, a checkbox for up and a check box for down, and a calculated field. I then want to input a value, check either up or down checkbox and based on the selected checkbox I want to add (if up selected) 0.00112 to the entered value...