Search found 13521 matches

by Klaus
Thu Apr 11, 2024 8:54 am
Forum: iOS Deployment
Topic: Auto Focus On Edit Field
Replies: 8
Views: 358

Re: Auto Focus On Edit Field

Hi willowherbrestroom,

welcome to the forum!

Try it with a little delay like:

Code: Select all

on openStack
  send "focus on nothing" to me in 10 
  ## if using a "naked" number LC presumes you mean TICKS
  ## 60 ticks = 1 second
end openStack
Best

Klaus
by Klaus
Wed Apr 10, 2024 2:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy backgroundPattern of a graphic ?
Replies: 9
Views: 252

Re: How to copy backgroundPattern of a graphic ?

richmond62 wrote:
Wed Apr 10, 2024 1:56 pm
Read the second bit of my posting. 8)
That came later than my posting, Sir! 8)
by Klaus
Wed Apr 10, 2024 1:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy backgroundPattern of a graphic ?
Replies: 9
Views: 252

Re: How to copy backgroundPattern of a graphic ?

richmond62 wrote:
Wed Apr 10, 2024 1:50 pm
Try this:

Code: Select all

on mouseUp
   set the backGroundPattern of grc "rp2" to the backGroundPattern of grc "rp1"
end mouseUp
We have been there already... 8)
by Klaus
Wed Apr 10, 2024 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy backgroundPattern of a graphic ?
Replies: 9
Views: 252

Re: How to copy backgroundPattern of a graphic ?

Bonjour Zax, this is not possible! It is just like the icon of a button, which is also the id of an image. If you delete the image, close the stack and reopen it, the icon of the button is gone! Same for a bgpattern, the image is neccessary for the pattern as some kind of "reference". Means no image...
by Klaus
Wed Apr 10, 2024 12:24 pm
Forum: Android Deployment
Topic: Android paths for apps data files
Replies: 1
Views: 106

Re: Android paths for apps data files

Hi cerebrumaggravated, welcome to the forum! On the mobile platform we have write permission here: specialfolderpath("documents") So all user data need to go there! Hint: This is very different from the Docs folder on a desktop machine, on mobile it is a special folder inside of the application pack...
by Klaus
Wed Apr 10, 2024 9:42 am
Forum: Off-Topic
Topic: A quick compliment for the livecode team
Replies: 8
Views: 252

Re: A quick compliment for the livecode team

Yes, Metacard got me hooked on X-talk!
I had HyperCard installed on my first Mac Lc in 1993, but did not yet "get" it at that time. :-)
by Klaus
Mon Apr 08, 2024 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Issue with with images in arrays
Replies: 8
Views: 351

Re: Issue with with images in arrays

Hi bryonenger,

what they said! :-)

And please get used to put QUOTES around names: image "sheep"!
With each new version the engine is less forgiving to "sloppy" coding,
so something like this might throw an error in future versions.


Best

Klaus
by Klaus
Fri Apr 05, 2024 7:06 pm
Forum: iOS Deployment
Topic: ITMS-91053: Missing API declaration
Replies: 2
Views: 392

Re: ITMS-91053: Missing API declaration

As far as I know, LC is already working on an update which will support these new requirements.
by Klaus
Fri Apr 05, 2024 11:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text fields not displaying entered text
Replies: 2
Views: 200

Re: Text fields not displaying entered text

Hi Laura, welcome to the forum! Some questions: 1. Where did you place the script that you posted above? 2. It is not clear where your user(s) need to enter their name! I would recommend something like this... Create a button "Enter your name" or something with this script: ## This will open a dialo...
by Klaus
Thu Apr 04, 2024 5:41 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 562

Re: An event trigger when data is added to a field

Hi Lance, not directly, but you can do something like this. Script of field: on closeField ## Sent when field is closed (left) and its content has changed. ## your stuff here.... end closeField Then force this behaviour of the field with: ... put "test data" into field "Data" send "closefield" to fl...
by Klaus
Mon Apr 01, 2024 6:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to replace the windows `beep` sound
Replies: 12
Views: 639

Re: How to replace the windows `beep` sound

Hi Glenn,

a bit late for the party, but did you take a look at the "beepsound" entry in the dictionary?
Sounds like this might be helpful, but maybe not... :-)


Best

Klaus
by Klaus
Fri Mar 22, 2024 9:34 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 1108

Re: AppLauncher - MacOS files launcher

Ah, sorry, looks like I probably misunderstood what was asked this time! :-)
by Klaus
Fri Mar 22, 2024 8:12 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 1108

Re: AppLauncher - MacOS files launcher

I think the shortcut is added by the operating system, no matter if we leave it out in our LC menu or not.
It is a macOS standard in the end.
by Klaus
Fri Mar 22, 2024 3:05 pm
Forum: Android Deployment
Topic: Android 9 TV Box: acting on remote control
Replies: 16
Views: 7997

Re: Android 9 TV Box: acting on remote control

I've checked the user, he/she already made some vaild postings a long time ago.
But I might repeat myself, I have an eye on everything here! :D

Go to advanced search