RE: workaround for cut-off text in native scroller?

2021-06-02 Thread Ralph DiMola via use-livecode
native scroller? I add 20 to the bottom of the "contentrect". This has worked fine for me in various apps. Your mileage may vary. On resizing... JLM answered me on my "LiveCode day 1(4.x)" use list request and informed me that I have to roll my own so I spent the next 2-3 months making a genera

Re: LC 9.6.2 release change...

2021-06-02 Thread J. Landman Gay via use-livecode
On June 2, 2021 11:28:58 AM Mark Wieder via use-livecode wrote: You'll see the "put..." message if the handler can't be found in the current message path. You may need to change the target stack in the message box from the pulldown menu - my guess is that you're ending up targeting the wrong

Re: Which Android build?

2021-06-02 Thread Tom Glod via use-livecode
THank you Jacqueline. On Tue, Jun 1, 2021 at 11:06 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I usually just build for the two arm architectures. When I was looking > into > it, there are no X-86 devices made any more and those that are still > around > are very

Re: workaround for cut-off text in native scroller?

2021-06-02 Thread Mark Wieder via use-livecode
On 6/2/21 4:42 AM, Alex Tweedly via use-livecode wrote: I can tell you mine - they work for me , but whether they work for you, or anyone else, is a different matter. Thanks for the pointers. 1. NEVER lock message just to handle resizing.   If you need to do that, you're already in a h

Re: LC 9.6.2 release change...

2021-06-02 Thread Mark Wieder via use-livecode
On 6/2/21 9:17 AM, Paul Dupuis via use-livecode wrote: In every rc candidate of 9.6.2 up until the STABLE release version, if I have a command handler in the stack script of my mainstack (called say "prepForBuild") I could open the message box and just type in "prepForBuild" and press return to

LC 9.6.2 release change...

2021-06-02 Thread Paul Dupuis via use-livecode
In every rc candidate of 9.6.2 up until the STABLE release version, if I have a command handler in the stack script of my mainstack (called say "prepForBuild") I could open the message box and just type in "prepForBuild" and press return to execute it. No in LC9.6.2 STABLE, if I just type in "

Re: workaround for cut-off text in native scroller?

2021-06-02 Thread Alex Tweedly via use-livecode
On 02/06/2021 04:18, Mark Wieder via use-livecode wrote: I do ok on resizing routines until it comes to groups. Then I always end up reinventing things: when and where to lock messages, how to get things resized in the right order so as not to undo what I just did... If there are any rules