http://www.myfont.de/fonts/charmap/2275-Ruritania.html
Search found 14081 matches
- 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

http://www.myfont.de/fonts/charmap/2275-Ruritania.html
- 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

Maybe take a look at this:
https://lessons.livecode.com/m/2592/l/1 ... ing-a-list
- 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) -------------------------------...
- 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!
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!
- 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
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
- 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?
The FILENAME reveals the secret!
HINT: It is NOT a ZIP file actually!
- 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?
OK, Wordsearchcreator can do it, but that does not help you, or does it?
Did you try with HTML text?
- 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? 
- 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.
As long as LCs thml implementation supports the "footer" tag.
- 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?
Yep, exactly what I was thinking!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.
- 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
I'm afraid this can only be done by manipulating the raw rtf text before exporting.
Best
Klaus
- Sat Nov 08, 2025 1:07 pm
- 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
Yes, script was in the card.
- 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:
However "browserDocumentLoadComplete" also worked for me, but only tested in the IDE.
Best
Klaus
this works for me:
Code: Select all
on browserDocumentLoadBegin tUrl
put tUrl
end browserDocumentLoadBeginBest
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!...
- 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?...