Search found 148 matches

by Randy Hengst
Fri Mar 27, 2009 10:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DateItems to the nth
Replies: 15
Views: 9685

OK, so I obviously forgot to include the 11, 12, 13 in the .... reverse my ifs... if myDay = 11 then put "th" after myDay else put "st" after myDay end if break case 2 if myDay = 12 then put "th" after myDay else put "nd" after myDay end if break case 3 if myDay = 13 then put "th" after myDay else p...
by Randy Hengst
Fri Mar 27, 2009 9:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DateItems to the nth
Replies: 15
Views: 9685

Sorry I didn't pay attention 11, 12, 13..... What about this... on mouseUp switch the last char of myDay case 1 if myDay = 1 then put "st" after myDay else put "th" after myDay end if break case 2 if myDay = 2 then put "nd" after myDay else put "th" after myDay end if break case 3 if myDay = 3 then ...
by Randy Hengst
Fri Mar 27, 2009 8:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DateItems to the nth
Replies: 15
Views: 9685

How about something like this: on mouseUp switch the last char of myDay case 1 put "st" after myDay break case 2 put "nd" after myDay break case 3 put "rd" after myDay break case 4 case 5 case 6 case 7 case 8 case 9 case 0 put "th" after myDay break end switch end mouseUp
by Randy Hengst
Fri Mar 13, 2009 3:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: CAN ANYBODY HELP ????
Replies: 22
Views: 16169

Would using absolute value (abs) work for what you're trying to accomplish?
by Randy Hengst
Sat Mar 07, 2009 7:15 pm
Forum: Games
Topic: Gladiator Trials II - RTS/Sim/RPG - OSX Update
Replies: 21
Views: 34480

Hi Jeremy,

That is very generous. I'd love to see the code.

randy hengst
by Randy Hengst
Sun Feb 15, 2009 6:05 pm
Forum: Talking LiveCode
Topic: Can't find handler error
Replies: 9
Views: 6786

Can't find handler error

I don't see anything that jumps out as a problem with your scripts. I have some time next week and I'd be happy to look at the stack if you'd like to send it.

One more thought -- have you tried putting all your handlers in the stack script rather than the card -- then all cards can see the handlers.
by Randy Hengst
Wed Feb 04, 2009 10:20 pm
Forum: Talking LiveCode
Topic: Can't find handler error
Replies: 9
Views: 6786

Hello,

One observation -- you're missing an end if in the openCard handler, but that should not cause the error message you list.

One thought -- where in the message path hierarchy do you call DisplayWords when you get the error? Might it be "below" the actual defining of the handler itself?
by Randy Hengst
Fri Jan 16, 2009 2:26 am
Forum: Talking LiveCode
Topic: Using RevSpeak
Replies: 14
Views: 10665

This won't be much help, but your codes works as is for me on a PowerBook G4 OSX.4.11 using Studio 2.8.1, 2.9, and 3.0
by Randy Hengst
Sat Oct 11, 2008 3:07 pm
Forum: Research and Post Secondary
Topic: Developing cognitive tests/tasks for training
Replies: 3
Views: 12171

I have no guidance or specific information for you, but I'd be interested in exploring possibilities. Are there public domain descriptions of what the tests you reference contain? I assume the tests you've linked to as examples are under copyright.
by Randy Hengst
Sun Oct 05, 2008 2:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag and drop question.
Replies: 19
Views: 16632

Malte,

Very helpful. Thanks for taking the time to do this.

take care,
randy
by Randy Hengst
Sat Oct 04, 2008 12:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag and drop question.
Replies: 19
Views: 16632

Hi Malte,

Thanks for your willingness to do this. I'll look forward to seeing it, but there's no hurry. I, too, have plenty of family events this weekend.

take care,
randy
by Randy Hengst
Fri Oct 03, 2008 2:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag and drop question.
Replies: 19
Views: 16632

Hi Malte,

I've been following this tread and have AE, but haven't begun to work it. I'd be interested in seeing drag drop with AE.
by Randy Hengst
Sun Sep 14, 2008 5:05 pm
Forum: Off-Topic
Topic: Downloading older versions of runrev studio
Replies: 3
Views: 4329

Copy the link for the current 3.0 versions, then replace the appropriate information. So,

http://developer.runrev.com/components/ ... 00Full.dmg

becomes,

http://developer.runrev.com/components/ ... 90Full.dmg

Go to advanced search