Search found 29 matches

by garmeister
Tue May 11, 2021 10:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "Behave like a background" doesn't work
Replies: 19
Views: 14214

Re: "Behave like a background" doesn't work

Hate to trudge up a post from years ago, but I'm running into the same issue in the year 2021. I have a very simple stack with three cards, the first card contains two buttons that are grouped. In my case, the "Behave like a background" remains checked but the grouped buttons are not applied to the ...
by garmeister
Tue May 04, 2021 11:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Running an app on the web
Replies: 15
Views: 8156

Re: Running an app on the web

Very cool service (LiveCloud) you've created there Mark! The NurseNotes in the apps Showcase really left an impression on me since I'm health professional myself.

Cheers,

Gary
by garmeister
Tue May 04, 2021 7:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LEN command
Replies: 6
Views: 3382

Re: LEN command

So, 'len' is a synonym of 'length' afterall. Good to know :D
by garmeister
Tue May 04, 2021 2:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why is my Project Browser full of files with a new Stack?
Replies: 8
Views: 4184

Re: Why is my Project Browser full of files with a new Stack?

It appears to be relegated to my Mac. When I open the same project on Windows, it's normal.
by garmeister
Tue May 04, 2021 12:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LEN command
Replies: 6
Views: 3382

Re: LEN command

I'm not sure if this is what you're trying to do or if there is a better way. I'm learning LC myself.

I wrote this bit of code and it works :D

Code: Select all

on mouseUp pButtonNumber
   ask "Enter some text"
   put it into aWord
   answer "Your text has " & length(aWord) & " letters in it."
end mouseUp
by garmeister
Tue May 04, 2021 12:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LEN command
Replies: 6
Views: 3382

Re: LEN command

isn't 'len' a Python method? I believe LiveCode uses 'length'

Example: the length of "ABC" -- returns 3
by garmeister
Tue May 04, 2021 12:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why is my Project Browser full of files with a new Stack?
Replies: 8
Views: 4184

Why is my Project Browser full of files with a new Stack?

Every tutorial I read or watch shows just the files associated with a particular stack, but mine shows a very long list of libraries even with a new stack. What am I doing wrong?

Thanks,

Gary

MacBookPro 2019, macOS Big Sur 11,3, XCode 12,5
by garmeister
Mon May 03, 2021 9:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode not seeing ios 14,1 SDK?
Replies: 3
Views: 2087

Re: LiveCode not seeing ios 14,1 SDK?

Thank you Klaus. The Android SDK was a bit of a challenge since the SDK is installed in a hidden Library folder. I could see it in the Finder, but not from within the LiveCode ... finally just dragged the folder from the finder to the LiveCode's finder and it worked. :)
by garmeister
Mon May 03, 2021 6:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode not seeing ios 14,1 SDK?
Replies: 3
Views: 2087

Re: LiveCode not seeing ios 14,1 SDK?

I believe I found the answer in this thread "Is there going to be any LC support for Xcode beyond 12,1?" :?

EDIT: Installed XCode 12,1 and LiveCode recognized it ... now onto Android :shock:
by garmeister
Mon May 03, 2021 6:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode not seeing ios 14,1 SDK?
Replies: 3
Views: 2087

LiveCode not seeing ios 14,1 SDK?

I'm in the process of adding Mobile Support via preferences. I have only one version of XCode in my applications folder, the latest. LiveCode states it needs ios 14,1 SDK (among others) So I load the 14,1 SDK within XCode, but LiveCode still does not recognize it. Any hints? MacBookPro 2019, macOS B...
by garmeister
Mon May 03, 2021 5:21 pm
Forum: Off-Topic
Topic: Comparison with Xojo . . .
Replies: 42
Views: 26565

Re: Comparison with Xojo . . .

Very cool SteveFi programming for the ZX Spectrum! Mikey, it will be interesting to see how Xojo (RealBasic) handles Android. Erel (B4X) has been rather successful using his version of Basic as a wrapper for Java for the Android platform.
by garmeister
Sat Apr 10, 2021 8:37 pm
Forum: Off-Topic
Topic: Comparison with Xojo . . .
Replies: 42
Views: 26565

Re: Comparison with Xojo . . .

@chikega how did your experience compare with LiveCode? You know Revolution evolved into LiveCode, right? Did you try the Revolution examples from the book? Yes, Sparkout, I'm aware. :D - see attached pic. I worked through all the exercises in the book - C++, Liberty Basic, Revolution(Live Code) an...

Go to advanced search