Search found 11294 matches
- Thu Nov 14, 2019 10:16 pm
- Forum: Mac OS
- Topic: Finding folder/files in the application folder
- Replies: 20
- Views: 986
Re: Finding folder/files in the application folder
Hi Jeff, if you add your Audifiles folder and whatnot via the "Copy files" in the "Standalone Application Settings" you will find everything in the resulting standalone here -> specialfolderpath("resources") On EVERY platform, and even in the IDE! ! In the IDE it points to the folder where the curre...
- Thu Nov 14, 2019 8:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: answer file with type
- Replies: 4
- Views: 208
Re: answer file with type
Well, there ARE some differences between the platforms.
On my Mac I only see the PROMPT, but not the title.
So don't worry, this correct behaviour!
On my Mac I only see the PROMPT, but not the title.

So don't worry, this correct behaviour!
- Thu Nov 14, 2019 7:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Cant open *.livecode
- Replies: 22
- Views: 872
Re: Cant open *.livecode
You should also check THE RESULT, maybe this will give you a clue:
Code: Select all
...
answer file "Select your stack file:"
go stack it
##!!
answer the result
...
- Thu Nov 14, 2019 7:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: answer file with type
- Replies: 4
- Views: 208
Re: answer file with type
Hi dntknwjck, this is how it should work: ... answer file "The PROMPT is a message for the user! :-)" with specialFolderPath("resources") with type "QFX|qfx|" titled "Open OFX File" ... Works as exspected here on my Mac. If your Linux is case-sensitive you may need to supply teh filetyp in capitals,...
- Thu Nov 14, 2019 5:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Latency on playing sounds to external bluetooth speaker
- Replies: 16
- Views: 722
Re: Latency on playing sounds to external bluetooth speaker
The LC "player" is OK, it is the "bluetooth" protocol itself which causes the latency!
Check the net with Google for an explanation.
Check the net with Google for an explanation.
- Thu Nov 14, 2019 2:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Flash Player error with Browser widget
- Replies: 14
- Views: 634
Re: Flash Player error with Browser widget
Hm, sorry, no idea if "lock error dialogs" will work for the browser widget.
- Thu Nov 14, 2019 1:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Flash Player error with Browser widget
- Replies: 14
- Views: 634
Re: Flash Player error with Browser widget
Hi Zax,
do you see the dialog(s) also when you go to these webites with e.g. "Safari"?
If yes, then you cannot do anything against this.
Best
Klaus
do you see the dialog(s) also when you go to these webites with e.g. "Safari"?
If yes, then you cannot do anything against this.
Best
Klaus
- Wed Nov 13, 2019 5:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to add a scrollbar to a card? Set size of card?
- Replies: 4
- Views: 194
Re: How to add a scrollbar to a card? Set size of card?
Mr. Felker,
I'm still waiting for the remaining 400,- US $ from my invoice from october 2018!
I'm still waiting for the remaining 400,- US $ from my invoice from october 2018!
- Wed Nov 13, 2019 1:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Browser inclusions needed in standalone?
- Replies: 2
- Views: 162
Re: Browser inclusions needed in standalone?
Hi Zax,
use "Browser" (with a world icon).
Best
Klaus
use "Browser" (with a world icon).
Best
Klaus
- Fri Nov 08, 2019 1:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 635
Re: Replacing scroll bar question
Maybe you mean something like this:
http://lessons.livecode.com/m/4069/l/94 ... ll-a-field
http://lessons.livecode.com/m/4069/l/94 ... ll-a-field
- Thu Nov 07, 2019 5:55 pm
- Forum: Off-Topic
- Topic: Strange Fruit
- Replies: 16
- Views: 1461
Re: Strange Fruit
No, we weren't. 

- Thu Nov 07, 2019 10:45 am
- Forum: Off-Topic
- Topic: Strange Fruit
- Replies: 16
- Views: 1461
Re: Strange Fruit
For anyone missing the context, the band in the movie is named "Strange Fruit".
I can really recommend the movie, very very funny!
Trailer: https://www.youtube.com/watch?v=FADiGMfYuBI
I can really recommend the movie, very very funny!

Trailer: https://www.youtube.com/watch?v=FADiGMfYuBI
- Tue Nov 05, 2019 2:22 pm
- Forum: Talking LiveCode
- Topic: Create Card does not take in account groups with BackgroundBehavior set to true
- Replies: 7
- Views: 446
Re: Create Card does not take in account groups with BackgroundBehavior set to true
A question: is it possible to see the difference between clicking the right or left mouse button. I could not get that to work in the Tree View? Just made a quick test, and I'm afraid this widget, and others, does not react on any MOUSEXXX at all. Too bad that widgets do not support these basic han...
- Tue Nov 05, 2019 12:00 pm
- Forum: Talking LiveCode
- Topic: Create Card does not take in account groups with BackgroundBehavior set to true
- Replies: 7
- Views: 446
Re: Create Card does not take in account groups with BackgroundBehavior set to true
Hi Paul, tested and works as exspected! I ended with these cards in the stack and the group including treeveiw was on every newly created card: Sub AA Sub CA Menuitem with no subitems Sub BA The project browser however insisted that the new cards were EMPTY, until I closed and reopened that li'l suc...
- Mon Nov 04, 2019 9:24 pm
- Forum: Talking LiveCode
- Topic: Create Card does not take in account groups with BackgroundBehavior set to true
- Replies: 7
- Views: 446
Re: Create Card does not take in account groups with BackgroundBehavior set to true
Hi Paul, just created a group (backgroundbehavior set to TRUE) with a TREE VIEW widget, a button and a radiobutton. The button has a mouseup handler with: create card Everytime I click the button a new card is created WITH this group on it. So I cannot reproduce what you are experiencing, LC 9.5, ma...