Search found 14081 matches

by Klaus
Fri Nov 21, 2025 5:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Alphabeticising a word list?
Replies: 32
Views: 1194

Re: Alphabeticising a word list?

I also exspected something "highly exotic", but looks like this is just a sort of custom font:
http://www.myfont.de/fonts/charmap/2275-Ruritania.html
:D
by Klaus
Fri Nov 21, 2025 12:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Alphabeticising a word list?
Replies: 32
Views: 1194

Re: Alphabeticising a word list?

Please post your function "customSort"!

Maybe take a look at this:
https://lessons.livecode.com/m/2592/l/1 ... ing-a-list
8)
by Klaus
Mon Nov 17, 2025 5:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode Indy 9.0.5 can't be opened
Replies: 5
Views: 834

Re: LiveCode Indy 9.0.5 can't be opened

Hi Maynard, from the "Release Notes" of LC 9.0.5: ---------------------------------------------------- (System requirements) Mac The Mac engine supports: 10.9.x (Mavericks) 10.10.x (Yosemite) 10.11.x (El Capitan) 10.12.x (Sierra) 10.13.x (High Sierra) 10.14.x (Mojave) -------------------------------...
by Klaus
Tue Nov 11, 2025 9:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

Please read the filename aloud:
RichmondsDocument_1762639907.rtf.changeback to rtf filetype.zip

Then ONLY rename that file to something like:
RichmondsDocument_but_he_didnt_get_it.rtf

Et voila, it is in fact a NOT zipped RTF file! 8)
by Klaus
Tue Nov 11, 2025 9:46 am
Forum: Talking LiveCode
Topic: Slot Machine emulation
Replies: 22
Views: 17048

Re: Slot Machine emulation

Hi Mike,

I always use buttons with their icon set when I need to display one or more images more than once in my stack(s).


Best

Klaus
by Klaus
Mon Nov 10, 2025 7:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

richmond62 wrote:
Mon Nov 10, 2025 10:28 am
SShot 2025-11-10 at 11.27.32.png
The FILENAME reveals the secret!

HINT: It is NOT a ZIP file actually!
by Klaus
Sat Nov 08, 2025 5:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

Oops, sorry, did not scroll, so I didn't see the "footer".

OK, Wordsearchcreator can do it, but that does not help you, or does it?
Did you try with HTML text?
by Klaus
Sat Nov 08, 2025 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

Can't see any relation to your problem? :shock:
by Klaus
Sat Nov 08, 2025 3:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

Good idea!
As long as LCs thml implementation supports the "footer" tag.
by Klaus
Sat Nov 08, 2025 2:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

What si NOT so easy is to append a line of text in such a way that when an RTF document is exported it lands up at the bottom of the page.
Yep, exactly what I was thinking!
by Klaus
Sat Nov 08, 2025 1:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foot notes in exported documents?
Replies: 30
Views: 3713

Re: Foot notes in exported documents?

Hi Richmond,

I'm afraid this can only be done by manipulating the raw rtf text before exporting.

Best
Klaus
by Klaus
Sat Nov 08, 2025 10:24 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I get the current URL of the page loaded in the browser widget
Replies: 12
Views: 3644

Re: How do I get the current URL of the page loaded in the browser widget

Hi James,

this works for me:

Code: Select all

on browserDocumentLoadBegin tUrl
   put tUrl
end browserDocumentLoadBegin
However "browserDocumentLoadComplete" also worked for me, but only tested in the IDE.

Best

Klaus
by Klaus
Fri Nov 07, 2025 8:33 pm
Forum: Talking LiveCode
Topic: Slot Machine emulation
Replies: 22
Views: 17048

Re: Slot Machine emulation

Hi Mike, Hi, Klaus: In the LiveCode dictionary the statement "The effectRate property specifies how long a very slow visual effect takes." is a bit misleading since the rest of the entry doesn't limit it to the slow effect...so not knowing any better I just tried it and it seemed to work. go figure!...
by Klaus
Fri Nov 07, 2025 11:00 am
Forum: Talking LiveCode
Topic: Slot Machine emulation
Replies: 22
Views: 17048

Re: Slot Machine emulation

Hi Mike, very cool, chapeau! But I always thought, and the dictionary states so, the "the effectrate" will only affect to the "very slow" visual effect? In your stack you just use "unlock screen with visual effect push up" and it works with your effectrate of 150 (ms). Did the mothershipt lie to us?...