Search found 13562 matches

by Klaus
Sat May 18, 2024 6:58 pm
Forum: Databases
Topic: Which database
Replies: 1
Views: 6

Re: Which database

LC comes with a build-in SQLite engine, so this might be the best option for a single user DB.
However LC supports MySQL, postgreSQL and many other database engines.
by Klaus
Sat May 18, 2024 6:55 pm
Forum: Talking LiveCode
Topic: Is a good idea?
Replies: 2
Views: 6

Re: Is a good idea?

And since this is definitvewly NOT off-topic, I will move this thread to the "Talking Livecode" forum.
by Klaus
Sat May 18, 2024 6:54 pm
Forum: Talking LiveCode
Topic: Is a good idea?
Replies: 2
Views: 6

Re: Is a good idea?

Hi Oliver,

welcome to the forum!

It is ALWAYS a good idea to learn Livecode. :-)
However that is the only programming language that I speak...

Best

Klaus
by Klaus
Tue May 14, 2024 5:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to print a line (row) of a dg table
Replies: 28
Views: 951

Re: how to print a line (row) of a dg table

dunbarx wrote:
Tue May 14, 2024 3:15 pm
Klaus, what are you trying to say here?
Set?
Craig
Take a look at CAsbas script which threw an error, and mine above!
by Klaus
Tue May 14, 2024 9:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to print a line (row) of a dg table
Replies: 28
Views: 951

Re: how to print a line (row) of a dg table

Hi all, I tried put the dgProp["column widths"] of group "DataGrid 3" to 53,100,40,40,50,200,103,40,40,40,20,50,50,50,50,50,50,40,40,40,40,40,10,40,40,40,100,50,16,50,20,20,40,50,40 hoping that the text in col 6, not exceeding a width of 200, would maintain column discipline, but I got an error mes...
by Klaus
Mon May 13, 2024 2:29 pm
Forum: Android Deployment
Topic: Hiding The Keyboard.
Replies: 9
Views: 404

Re: Hiding The Keyboard.

We are in the ANDROID forum, so we can presume this is a mobile problem. 8)
by Klaus
Mon May 13, 2024 12:26 pm
Forum: Android Deployment
Topic: Hiding The Keyboard.
Replies: 9
Views: 404

Re: Hiding The Keyboard.

dunbarx wrote:
Sun May 12, 2024 9:08 pm
...Klaus, In general, does "focus on nothing" hide a mobile keyboard?
Yes.
by Klaus
Sun May 12, 2024 3:55 pm
Forum: Android Deployment
Topic: Hiding The Keyboard.
Replies: 9
Views: 404

Re: Hiding The Keyboard.

Hi Matt,

Code: Select all

focus on nothing
should do the trick.

Best
Klaus
by Klaus
Fri May 10, 2024 8:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 26
Views: 1001

Re: Can You do this?

Craig, this is pure HTML code: <p>Do you like this band?</p> <p><img src="band"></p> See the second line, which refers to the image on the current card named "band" and this is the html tag which does the magic: <img src="band"> I was also very surprised that this actually works. :-) On the other ha...
by Klaus
Fri May 10, 2024 2:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 26
Views: 1001

Re: Can You do this?

Hi Craig, the dictionary only states: ... The prompt can be either formatted text (in the property's format) or plain text. If the prompt contains <p> or a start/end tag pair, the answer command assumes the text is in the same format as the property. Otherwise, the answer command assumes the text is...
by Klaus
Fri May 10, 2024 1:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 26
Views: 1001

Re: Can You do this?

The magic word is HTML, and LCs Answer dialog supports this.
See screenshot, the name of my image is "band" and the buttons script is just:

Code: Select all

on mouseUp
   put fld 1 into tAnswer
   answer tAnswer with "Yes" or "No"
end mouseUp
lc_html2.png
by Klaus
Fri May 10, 2024 1:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can You do this?
Replies: 26
Views: 1001

Re: Can You do this?

Yes, I can! :-D
lc_html.png
by Klaus
Fri May 10, 2024 1:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iOS certificates?
Replies: 6
Views: 336

Re: iOS certificates?

Hi David,

hm, that should work...

I had checked my profiles and the distribution and developer profiles for the same app do NOT end with the same ID number.
So that does not seem to be the problem.

Sorry, no brilliant idea in the moment.


Best

Klaus
by Klaus
Fri May 10, 2024 10:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iOS certificates?
Replies: 6
Views: 336

Re: iOS certificates?

Hi David,

I never cheked the IDs of my certificates, so I cannot tell if that is the case.
But to be sure, you did add the UDID of your iPhone/iPad to the Dev profile?


Best

Klaus
by Klaus
Thu May 09, 2024 8:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unusual Refresh Problems with Mac standalone
Replies: 21
Views: 1918

Re: Unusual Refresh Problems with Mac standalone

Hi Neville,
neville wrote:
Thu May 09, 2024 1:14 am
Klaus? Strange comment?
yes, sorry, it is like Sparkout says.

Best

Klaus

Go to advanced search