I want some code which lists days in order:
on mouseUp
put empty into fld test
put "10/31/12" into temp
repeat with zz=1 to 6
convert temp to seconds
add 86400 to temp
convert temp to short date
put temp into line zz of fld test
end repeat
end mouseUp
But the thing hangs on 11/4/12 and ...
Search found 8 matches
- Mon Mar 19, 2012 10:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Frozen on November Fourth
- Replies: 3
- Views: 3401
- Thu Mar 05, 2009 10:42 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
- Thu Mar 05, 2009 9:31 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
- Thu Mar 05, 2009 8:52 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
- Thu Mar 05, 2009 7:47 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
- Thu Mar 05, 2009 8:01 am
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
- Wed Mar 04, 2009 10:15 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 9651
centuryCutoff
Is there a way to disable the centuryCutoff property?
Focusable
In the fld inspector there is a click box named 'focusable'. How does one change that box through code?
set the xx of fld 1 to true/false
What is xx? What property is 'focusable' alluding to?
NZN
set the xx of fld 1 to true/false
What is xx? What property is 'focusable' alluding to?
NZN