Search found 13559 matches

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: 15
Views: 402

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: 15
Views: 402

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

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

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

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

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

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

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

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

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

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

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
by Klaus
Wed May 08, 2024 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Integrate external APIs. Any video tutorials available?
Replies: 1
Views: 144

Re: How to Integrate external APIs. Any video tutorials available?

Hi MrFantastic,

welcome to the forum!

No idea if there are any Livecode videos about this on Youtube, but here is a lesson from the mothership:
https://lessons.livecode.com/m/4071/l/1 ... a-rest-api

Best

Klaus
by Klaus
Wed May 08, 2024 12:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Properties and nested arrays
Replies: 6
Views: 279

Re: Custom Properties and nested arrays

Sorry, in a hurry right now, will check this later today...

Go to advanced search