Search found 12678 matches
- Mon May 23, 2022 8:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Stack "Answer Dialog"
- Replies: 7
- Views: 361
Re: Stack "Answer Dialog"
Hi Jeff, ... One puzzle: When building a standalone I've always selected the inclusions manually, and (despite recent name changes) identified the two -- for encryption and printing to pdf -- that are needed. However, I've found also that *not* selecting the (also renamed) Answer and Ask Dialog item...
- Sun May 22, 2022 3:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to "re-resize" Stack (elements)
- Replies: 15
- Views: 653
Re: How to "re-resize" Stack (elements)
From the dictionary, looks I had this not correctly in mind, so maybe my warning was a bit too much: ... The screen is locked while a resizeStack handler is running, so it is not necessary to use the lock screen command to prevent changes from being seen. (However, the lockScreen property is not set...
- Sun May 22, 2022 1:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Animation: A Moment of Panic
- Replies: 21
- Views: 1053
Re: Animation: A Moment of Panic
You know what I mean!
- Sun May 22, 2022 1:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Animation: A Moment of Panic
- Replies: 21
- Views: 1053
Re: Animation: A Moment of Panic
Richmond, some time ago you admitted that I had finally been able to convince you to use "mouseup" instead of "mousedown". Maybe I can also convince you to use "set the loc of xy to x,y"*** instead of "move xyz to x,y", what you ALWAYS use? 8) That will make everything much more "snappier"! Try it h...
- Sun May 22, 2022 10:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Stack "Answer Dialog"
- Replies: 7
- Views: 361
Re: Stack "Answer Dialog"
Hi Jeff, ... Apparently at some time in the past I'd inserted this in order to force the answer dialog to display over the black background, but my app does not include any such substack. Presumably, this snippet employed something internal to LC that I must've run across somewhere online. ... when ...
- Sun May 22, 2022 9:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to "re-resize" Stack (elements)
- Replies: 15
- Views: 653
Re: How to "re-resize" Stack (elements)
Important hint from LC:
Do NOT "lock screen" during a "resizestack" handler!
Do NOT "lock screen" during a "resizestack" handler!
- Thu May 19, 2022 3:15 pm
- Forum: Talking LiveCode
- Topic: mouseStillDown does not pass
- Replies: 6
- Views: 472
Re: mouseStillDown does not pass
See Craigs last posting!

...
The period between mouseStillDown messages is specified by the idleRate and idleTicks properties.
...
- Thu May 19, 2022 2:44 pm
- Forum: Android Deployment
- Topic: Deploy several stacks as an application to android
- Replies: 32
- Views: 1589
- Wed May 18, 2022 12:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sqlite - sequentially accessing the first row
- Replies: 23
- Views: 986
Re: Sqlite - sequentially accessing the first row
Hi stam,
ah yes, thanks for the hints with rev_isbof etc.!
Been a while I have been working with a DB in LC...
Best
Klaus
ah yes, thanks for the hints with rev_isbof etc.!
Been a while I have been working with a DB in LC...
Best
Klaus
- Wed May 18, 2022 12:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sqlite - sequentially accessing the first row
- Replies: 23
- Views: 986
Re: Sqlite - sequentially accessing the first row
Hi glenn, some hints: 1. VERY IMPORTANT! Get used to QUOTE names or this may get you into trouble when you least exspect it! ... put revDatabaseColumnNamed(cID, "Answer") into fld"Back" ## e.g. Answer is a reserved word in LC! ... 2. You need to check "the result" after moving in the db cursor, it w...
- Tue May 17, 2022 8:41 pm
- Forum: Talking LiveCode
- Topic: Need clean image
- Replies: 23
- Views: 932
Re: Need clean image
Hi Craig,
not sure I fullly understand your problem, but check the image property CenterRect in the dictionary.
This lets you define a region of the image which should be streched when resizing the image instead of streching the complete image.
Sounds like this could be a solution.
Best
Klaus
not sure I fullly understand your problem, but check the image property CenterRect in the dictionary.
This lets you define a region of the image which should be streched when resizing the image instead of streching the complete image.
Sounds like this could be a solution.
Best
Klaus
- Tue May 17, 2022 8:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sqlite - sequentially accessing the first row
- Replies: 23
- Views: 986
Re: Sqlite - sequentially accessing the first row
Hi Glenn,
well, to access the first record, just omit -> ... & CR & "LIMIT 1 OFFSET '"&tRecordNumber&"'", which will skip the records up to tRecordnumber!
Best
Klaus
well, to access the first record, just omit -> ... & CR & "LIMIT 1 OFFSET '"&tRecordNumber&"'", which will skip the records up to tRecordnumber!

Best
Klaus
- Sat May 14, 2022 3:50 pm
- Forum: Raspberry Pi
- Topic: Easy math for LC users
- Replies: 18
- Views: 12643
Re: Easy math for LC users
Great, so now it is not neccessary anymore and both of us are quite content. 

- Sat May 14, 2022 3:06 pm
- Forum: Raspberry Pi
- Topic: Easy math for LC users
- Replies: 18
- Views: 12643
Re: Easy math for LC users
I deleted it, it was spam!
Posting a completely meaningless response to a several years old thread is always spam!
Posting a completely meaningless response to a several years old thread is always spam!

- Sat May 14, 2022 8:50 am
- Forum: Talking LiveCode
- Topic: Something to remember when scripting substacks
- Replies: 13
- Views: 875
Re: Something to remember when scripting substacks
OK, you are probably right: force of habit... 
