Search found 13558 matches

by Klaus
Sun Apr 21, 2024 1:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Saving as LiveCodeScript
Replies: 16
Views: 817

Re: Saving as LiveCodeScript

I don't think this is possible this way.
The only way seem to save the actual stack script as a script-only stack
by Klaus
Sun Apr 21, 2024 12:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Saving as LiveCodeScript
Replies: 16
Views: 817

Re: Saving as LiveCodeScript

Yes, sorry, looks like I misunderstood your question.

Well, a script-only stack can of course create another stack with lots of controls, if that is what you mean.
by Klaus
Sun Apr 21, 2024 11:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Saving as LiveCodeScript
Replies: 16
Views: 817

Re: Saving as LiveCodeScript

In LC 9.6.11 (and probably in versions below) we have a menuitem for that. Bildschirmfoto 2024-04-21 um 12.00.34.png However a "script-only" stack is exactly what the name says, so this: but one of the difficulties about that is if one wants the script-only stack to generate a full stack that is vis...
by Klaus
Thu Apr 18, 2024 6:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing Image as a control
Replies: 8
Views: 517

Re: Importing Image as a control

boermanm wrote:
Thu Apr 18, 2024 6:15 pm
Yep, en ook een beetje Vlaams (and also a little bit Flamish).
Dat is niet slecht, Meneer. :-D
by Klaus
Thu Apr 18, 2024 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing Image as a control
Replies: 8
Views: 517

Re: Importing Image as a control

"Rinus Boerman" sounds dutch to me, ben je Nederlands? :-)
by Klaus
Thu Apr 18, 2024 11:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing Image as a control
Replies: 8
Views: 517

Re: Importing Image as a control

Hi boermanm, welcome to the forum! What Craig said. In the system dialog only images of type GIF, JPG or PNG will be selectable! "*.livecode" is the suffix of your Livecode documents a.k.a. stacks. Personal note: A little "Hello" or something would not have hurt for the very first posting. @Craig No...
by Klaus
Thu Apr 11, 2024 8:54 am
Forum: iOS Deployment
Topic: Auto Focus On Edit Field
Replies: 8
Views: 656

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: 482

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: 482

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: 482

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: 228

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: 462

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: 538

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

Go to advanced search