Search found 28 matches
- Sun Mar 24, 2013 11:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sort Cards
- Replies: 3
- Views: 3649
Re: Sort Cards
Perfect! Thanks. Is unlock screen necessary at the end of the handler?
- Sun Mar 24, 2013 10:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sort Cards
- Replies: 3
- Views: 3649
Sort Cards
Is it possible to sort the cards of a stack without automatically navigating to the first card? For example, sort cards of this stack by fld "Field" will navigate to card 1.
- Fri Jun 15, 2012 2:29 am
- Forum: iOS Deployment
- Topic: Read/Write/Restore Data
- Replies: 7
- Views: 6127
Re: Read/Write/Restore Data
Thanks! Can you help me with one more thing? :-)
Why would an openCard handler start before the actual screen transition has completed? This is the openStack Handler:
on openStack
if the environment is "mobile" then
set the defaultFolder to specialFolderPath("Documents")
play specialFolderPath ...
Why would an openCard handler start before the actual screen transition has completed? This is the openStack Handler:
on openStack
if the environment is "mobile" then
set the defaultFolder to specialFolderPath("Documents")
play specialFolderPath ...
- Thu Jun 14, 2012 7:05 pm
- Forum: iOS Deployment
- Topic: Read/Write/Restore Data
- Replies: 7
- Views: 6127
Re: Read/Write/Restore Data
Thanks for pointing out the Code button. BTW, <> doesn't return anything in the dictionary. Can you elaborate on it?
- Wed Jun 13, 2012 5:30 pm
- Forum: iOS Deployment
- Topic: Read/Write/Restore Data
- Replies: 7
- Views: 6127
Re: Read/Write/Restore Data
That was it! Thank you very much! You were also correct about the formatting. I can't believe I wrote it that way. I know that I was pasting lines, but I should have caught it.
- Sun Jun 10, 2012 11:18 pm
- Forum: iOS Deployment
- Topic: Read/Write/Restore Data
- Replies: 7
- Views: 6127
Read/Write/Restore Data
I am having difficulty saving user progress with an iOS app.There are 14 substest that can be administered. I have two fields set up to save the subtest data / progress. I am saving to these fields as the user progresses, and then writing them to a text file. The problem seems to be on shutdown and ...
- Sun Jun 10, 2012 7:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Getting a list of marked cards
- Replies: 3
- Views: 3814
Re: Getting a list of marked cards
Thank you all very much!
- Sun Jun 10, 2012 6:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Getting a list of marked cards
- Replies: 3
- Views: 3814
Getting a list of marked cards
What does this return a list of the marked cards separated by many, many returns in the field and how can I get the list of marked cards as a list without the empty lines between each?
on mouseUp
repeat with n = 1 to the number of cards in this stack
if the mark of card n is true then put the ...
on mouseUp
repeat with n = 1 to the number of cards in this stack
if the mark of card n is true then put the ...
- Fri Jun 01, 2012 3:46 am
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
Re: sequential sound play
I understand what you and Klaus are saying. Somehow it is reassuring to me to write in an exit to a script. So you are right on the compulsive part!
- Thu May 31, 2012 12:30 am
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
Re: sequential sound play
Thanks!
- Wed May 30, 2012 10:25 pm
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
Re: sequential sound play
So now the question is if there is a way to check for an uppercase letter, behind the scenes so the user still see's the "Correct" sentence format. I checked the dictionary and didn't see anything for Uppercase, capitol or even the textStyle.
- Wed May 30, 2012 10:18 pm
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
Re: sequential sound play
I think I have solved it. I have the first word getting capitalized, and the filename is case sensitive!
- Wed May 30, 2012 10:13 pm
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
Re: sequential sound play
Thanks Jean-Marc, but it still isn't working. If "She is eating an apple" is in the field, the only words played back are "is eating and apple". I have tried repeat for and using word 1 to -1 and the result is always the same; The first word is not played back. I know the sound file is OK because it ...
- Wed May 30, 2012 7:28 pm
- Forum: iOS Deployment
- Topic: sequential sound play
- Replies: 9
- Views: 7610
sequential sound play
I have spent hours on this and can't get it right, so I appreciate any and all help! I am working on an iPad app that has a sentence building section. The use clicks on a button to add a word (+ a space if it isn't the first word) to field "MWField". This script is used to have the field play back ...
- Mon Apr 16, 2012 12:39 am
- Forum: iOS Deployment
- Topic: mouse clicks
- Replies: 2
- Views: 2601
Re: mouse clicks
I was on a Mac using the iOS simulator today, but have had it happen using a Windows 7 Toshiba tablet.