Search found 170 matches
- Fri Aug 06, 2021 10:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hidden fields
- Replies: 4
- Views: 2361
Re: Hidden fields
Yep. All good. My bad. I have to use the Project Browser to make an object invisible though. Selecting View>Show Invisible Objects seems to have no effect if the invisible object is part of a group.
- Fri Aug 06, 2021 5:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hidden fields
- Replies: 4
- Views: 2361
Hidden fields
Can't seem to find an answer to this. Is there a workaround so that hidden fields can form part of a group including visible fields?
Re: CPU usgae
Thanks. I suspected it was something of a terminally ill nature. I guess that means that any 'for sale' Mac apps should be labelled with a "do not use on MacOS Big Sur". The compiled app I have developed runs like a dog.
CPU usgae
I have just upgraded to LC 9.6.3 (rc1) on the following system Screen Shot 2021-07-12 at 12.18.04 pm.png but when I open a project and run it, the CPU goes nuts and everything slows to a crawl. Screen Shot 2021-07-12 at 12.12.30 pm.png This seems to be an ongoing issue (LC+BigSur) .. unfortunately, ...
- Thu Jun 03, 2021 5:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Building a music player
- Replies: 9
- Views: 5189
Re: Building a music player
Screen Shot 2021-06-03 at 2.01.01 pm.png This might help, depending on how you get the files into your app in the first place. This is a little thing that will let you import from your HD into a scrolling list field then put the selected file into the player: On select files for import: on mouseUp ...
- Thu Feb 11, 2021 11:55 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Universal Import/Export Business (not James Bond Related)
- Replies: 5
- Views: 3777
Re: Universal Import/Export Business (not James Bond Related)
No rest for the wicked, eh? Thanks to everyone who contributed to this. I'll work through this over the weekend and report back. The more I think about it, the more I think it might be worthy of an LC dedicated lesson. After all, opening an app, then working on an output from that app, then saving t...
- Thu Feb 11, 2021 4:56 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Universal Import/Export Business (not James Bond Related)
- Replies: 5
- Views: 3777
Universal Import/Export Business (not James Bond Related)
Can someone please point me to a resource that succinctly explains how to export text field and button data to a file then import (load) that data back into a LC standalone app? In the standalone app settings there is a setting for the LC 'document' file icon, with Document type & Document extension...
- Fri Feb 05, 2021 6:22 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mouse trap
- Replies: 7
- Views: 3922
Re: Mouse trap
Coming from a button. Great advice, I'll try tonight.
- Fri Feb 05, 2021 6:10 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mouse trap
- Replies: 7
- Views: 3922
Re: Mouse trap
Thanks for that .. playWithin actually works but it sets up a repeat loop that triggers the sound in a very fast loop, too fast for a user to control if several sounds are to be played. However (my edit) mouseEnter works just like I want so many thanks for the tip!!
- Fri Feb 05, 2021 5:22 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mouse trap
- Replies: 7
- Views: 3922
Mouse trap
Howdy .. can anyone confirm that mouseOver can't be used to play a sound (.aif) that has been imported to the stack? MouseDown works a treat but I'm trying to create an environment where a user can mouse over buttons that are coded to play a sound without having to click. MouseOver is silent in this...
- Tue Feb 02, 2021 5:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Here's how to drag-reorder lines in a list field
- Replies: 16
- Views: 11037
Re: Here's how to drag-reorder lines in a list field
Thanks so much! And now to figure it out!
- Tue Feb 02, 2021 5:40 am
- Forum: Windows
- Topic: Double the fun
- Replies: 2
- Views: 2895
Re: Double the fun
Thanks Richard. Much appreciated. So much to learn, so little time.
- Tue Feb 02, 2021 3:30 am
- Forum: Windows
- Topic: Double the fun
- Replies: 2
- Views: 2895
Double the fun
Can anyone replicate a situation where, using Parallels on a Mac (or not) double-clicking the Windows .exe of your app opens your file as expected, but double-clicking the .exe of your app again opens another instance of your app ie. two windows?
- Mon Feb 01, 2021 9:18 am
- Forum: iOS Deployment
- Topic: Problem with iPad test
- Replies: 1
- Views: 2237
Problem with iPad test
LC 9.6.2.RC2 - XCode 12.1 - OSX 11.1
Selecting iPad from the development menu and hitting the 'Test' button launches the iPhone simulator. Variously, it also throws an error message (see attached).
Selecting iPad from the development menu and hitting the 'Test' button launches the iPhone simulator. Variously, it also throws an error message (see attached).
- Mon Feb 01, 2021 5:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Here's how to drag-reorder lines in a list field
- Replies: 16
- Views: 11037
Re: Here's how to drag-reorder lines in a list field
I came across this code the other day (see the first post in this thread) and while it works on a Mac in a scrolling list field, it's throwing an error in a Windows standalone, stalling as per the screenshot. Any ideas would be most welcome. None of the terms eg. 'lastPosition' are in the dictionary...