Search found 13 matches

by Duncan
Thu Jul 30, 2009 3:27 pm
Forum: Mac OS
Topic: UK Date script
Replies: 14
Views: 10930

According to the dictionary Month/Day/Year is the English form: A long English date looks like this: Thursday, June 22, 2000 An abbreviated English date looks like this: Thu, Jan 22, 2000 A short English date looks like this: 1/22/00 put the system date into the field uses the D/M/Y version on my UK...
by Duncan
Thu Jul 30, 2009 2:47 pm
Forum: Mac OS
Topic: UK Date script
Replies: 14
Views: 10930

I think you need English rather than British.
by Duncan
Sat Jul 25, 2009 9:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Known Issues - (ALPHA) Web Plugin
Replies: 24
Views: 16013

I have had no success with FireFox at all on my Mac but it seems to work with Safari, Opera and Stainless browsers. I managed to bypass the whole disk access warning box by selecting the customisation option when building the revlet but then not choosing any of the options. As someone else observed ...
by Duncan
Thu May 28, 2009 8:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: First Tutorial (Calendar): where's the script?
Replies: 8
Views: 4985

Playing hunt the script is a fun game for us newbies ;-)

Right click on the green background from the menu select Card & Stack and from the sub menu select Edit Stack Script. I am guessing that is what you are looking for.
by Duncan
Fri Mar 27, 2009 8:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tidying script indentations
Replies: 2
Views: 2392

Synchronicity! :o

Ah! The user guide does indeed say "When typing press tab to manually format the script." It seems that you need to hit tab inside each handler rather than it reformatting the whole script but that will do for me. Thanks.
by Duncan
Fri Mar 27, 2009 7:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tidying script indentations
Replies: 2
Views: 2392

Tidying script indentations

My constant experimentation (random cutting and pasting :wink: ) leaves my scripts looking rather ragged - particularly with several nested levels of indentation. Is there anyway to force all the on/end, if/end if etc. pairings to match up neatly?
by Duncan
Fri Mar 27, 2009 7:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clickable URL link from a field
Replies: 2
Views: 2146

Thanks. I thought I was straying away from some obvious solution.
by Duncan
Tue Mar 24, 2009 10:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clickable URL link from a field
Replies: 2
Views: 2146

Clickable URL link from a field

Have been experimenting with creating a clickable link from text in a field. Using if mouseText () ="clickable" then launch url "http://w.... which works. I also tried using clickText but I did not manage to make that work. If this is the way to do this I am left with a couple of questions: The text...
by Duncan
Wed Mar 11, 2009 10:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The slider/thumbPosition problem
Replies: 7
Views: 5133

Thanks for all your thoughts. It is not a deal breaker; indeed I have purchased a copy of Revolution having seen some great things created with it. I shall keep in mind that tick boxes (as in the slider's inspector) labelled "showValue" should be read as "Show some arbitrary rounded number which is ...
by Duncan
Wed Mar 11, 2009 9:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The slider/thumbPosition problem
Replies: 7
Views: 5133

Once it was apparent what was going on the Rounding solution was obvious but my question is/are.... Why is it like this? What is the point of setting the Number Format in the Property Inspector if that is only being used in a cosmetic way? How are you supposed to figure out what is going on when the...
by Duncan
Tue Mar 10, 2009 8:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The slider/thumbPosition problem
Replies: 7
Views: 5133

The slider/thumbPosition problem

Thanks for the previous comments . I am still troubled by the slider's value. A script in a slider like... on mousedown put "Find 56.2" into the field "fieldTxt" end mousedown on mouseup put the thumbposition of me into the field "field1" put the thumbposition of me + 1 into the field "field2" put t...
by Duncan
Tue Mar 10, 2009 2:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to format text from field to RTF document
Replies: 10
Views: 6131

I am new here so do not believe anything I say :lol: but....

I think lineDelimiter is what you are looking for.

set the lineDelimiter to numToChar(13)
put field "fldAddress" into mrgAddress

will pick up a Return character at the end of a line and separate your output.
by Duncan
Wed Feb 25, 2009 4:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Slider Bug? Revolution buggy in general?
Replies: 4
Views: 3228

Slider Bug? Revolution buggy in general?

Firstly - Hi and thanks to all the contributors to this forum. I have been trawling all the Newbie type questions and have learnt a lot. But.... After a couple of days trying to get a simple If... Then check to work (and when you are down to the last couple of days of your thirty day trial you canno...

Go to advanced search