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: 2824
Frozen on November Fourth
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 repeats that ...
- Thu Mar 05, 2009 10:42 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
I'm also getting "Monday, March 6, 2169" on my computer (mac, osX 10.5). What kind of machine are you on, and what do you get if you try the following script? local temp put the long date into temp convert temp to seconds convert temp to internet date answer temp maybe the long date or the dateForm...
- Thu Mar 05, 2009 9:31 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
- Thu Mar 05, 2009 8:52 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
You might want to provide just a little bit more info to enable me and others to help you. If this handler produced the correct date everything would be fine: on mouseUp put the long date into temp convert temp to seconds repeat 100 add 1.6*365.25*86400 to temp end repeat convert temp to long date ...
- Thu Mar 05, 2009 7:47 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
- Thu Mar 05, 2009 8:01 am
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
- Wed Mar 04, 2009 10:15 pm
- Forum: Talking LiveCode
- Topic: centuryCutoff
- Replies: 10
- Views: 7887
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