LiveCode Advanced Application Architecture eBook price reduced

2020-12-29 Thread Andre Garzia via use-livecode
Hey Friends, I've reduced the price of my LiveCode eBook to £9.99. This book will teach you advanced techniques, and contains a ton tips and tricks from a seasoned LC developer. Get it from: https://andregarzia.com/books/livecode-advanced-application-architecture.html Kind regards Andre --

Re: How to set up a library?

2020-12-29 Thread Alex Tweedly via use-livecode
I'd make it a script-only stack, and then start using stack "..." (probably in an openstack handler - but could be anywhere you like for your own use). By far the easiest to share (and for others to accept when shared). Alex. P.S. And, should this library be useful in LCServer context, it

Re: Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
On 12/29/20 5:24 PM, Paul Dupuis via use-livecode wrote: On 12/29/2020 6:07 PM, J. Landman Gay via use-livecode wrote: Original text: Révéler l'archéologie LC urlEncoded string: R%8Ev%8Eler+l%27arch%8Eologie URLEncode(textEncode(,"UTF8")) -> gets you a properly URL encoded string where the

Re: How to set up a library?

2020-12-29 Thread Bob Sneidar via use-livecode
This is actually the only way. Besides Start Using a stack, which inserts the script of the target stack into back, if the script of a button is to be used as a library (or back/front script would be a better way to say it), insert into back or front is the way to do it. Otherwise setting the

Re: Encoding puzzle

2020-12-29 Thread Paul Dupuis via use-livecode
On 12/29/2020 6:07 PM, J. Landman Gay via use-livecode wrote: Original text: Révéler l'archéologie LC urlEncoded string: R%8Ev%8Eler+l%27arch%8Eologie URLEncode(textEncode(,"UTF8")) -> gets you a properly URL encoded string where the server is expecting UTF8

Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
I need to send a string in French to a server. The server expects one kind of encoding and LC's URL encoding is producing something different. Not only that, but after sending the LC encoded text, the server receives something unrelated. I can't identify why. Details: Original text: Révéler

How to set up a library?

2020-12-29 Thread Ben Rubinstein via use-livecode
What is the best way to structure a library these days? Currently I've got buttons with a script, and a 'mouseup' handler to 'insert the script of me into back' in my object library. But I don't think that's very modern. What's the right way to do it? Especially if I want to share it?

Re: new datagrid ONLY reorder

2020-12-29 Thread Klaus major-k via use-livecode
> Am 29.12.2020 um 19:44 schrieb Klaus major-k via use-livecode > : > Hi all, > ... > OK, so this is possible, but this: > --- > on mouseUp > set the dgProp["edit mode action control"] of group "Alphabet" to EMPTY > send "refreshlist" to grp

Re: new datagrid ONLY reorder

2020-12-29 Thread Klaus major-k via use-livecode
Hi all, > Am 29.12.2020 um 18:32 schrieb Klaus major-k via use-livecode > : > ... > > Setting either of these properties to empty will result in the control not > being displayed! > looks like I completely misunderstood the last line. 8-) OK, so this is possible, but this:

new datagrid ONLY reorder

2020-12-29 Thread Klaus major-k via use-livecode
Hi friends, I just took a look at the new DG features as shown in the lesson: After setting -> set the dgEditMode of group "xxx" to true we have an nice SVG on the left side to delete the row and a nice one