Re: Cross Platform Font Layout - current workarounds

2020-08-26 Thread J. Landman Gay via use-livecode
On August 25, 2020 7:47:00 PM "Sean Cole \(Pi\) via use-livecode" wrote: The projects deadline was Monday morning, which was completed. It doesn't take away from the fact that next time I will face it all again because LC won't fix the fundamentals. They don't live up to their promises.

Re: Adding items to a group

2020-08-26 Thread Mark Waddingham via use-livecode
On 2020-08-26 10:06, Jimmieson, Phil via use-livecode wrote: One thing I’m considering is having a set of dummy hidden items already in the group and making one of those look like the word the user just dragged in - thus it’s already a member of the group and can be scrolled etc with the rest.

Adding items to a group

2020-08-26 Thread Jimmieson, Phil via use-livecode
Hi folks, The app I’m currently working on features a poem presented as a series of fields (each containing one word of the poem) all grouped together, so that the poem can be scrolled vertically by the user. I need to be able to add extra words to the poem as the user drags them in from a set

Re: Cross Platform Font Layout - current workarounds

2020-08-26 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > Any bugs you found are certainly based in fact, as you've shown. That an anomaly is evident is known. The cause and possible remedies, however, remain open questions. Though I briefly dabbled in sending hand-written Postscript to my laser printer back in the day (who

Re: Basic question about behaviors

2020-08-26 Thread Mike Kerner via use-livecode
On Tue, Aug 25, 2020 at 12:41 PM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > I LOVE 'this me'. This extraordinary use of coding language is truly where > LC shines and why I love it so much, - sometimes. [sigh] > > Sean > and that's why your fonts break - because

Re: Basic question about behaviors

2020-08-26 Thread Paul Pystcat via use-livecode
ROFL THAT was gouda! (I know, I know! I broke one of the rules… no politics, no religion and no cheese) > On Aug 26, 2020, at 9:09 AM, Mike Kerner via use-livecode > wrote: > > On Tue, Aug 25, 2020 at 12:41 PM Sean Cole (Pi) via use-livecode < > use-livecode@lists.runrev.com> wrote: > >>

Re: Basic question about behaviors

2020-08-26 Thread Devin Asay via use-livecode
Only cheese puns. > On Aug 26, 2020, at 8:20 AM, Martin Koob via use-livecode > wrote: > > Is there a rule regarding puns? > > Martin > >> On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode >> wrote: >> >> ROFL >> >> THAT was gouda! >> >> (I know, I know! I broke one of the

Re: Big Sur issues

2020-08-26 Thread Richmond via use-livecode
I am running Lc 9.6.1 on macOS 11 beta 5 without a backward glance, happy to say. On 26.08.20 5:54, Marty Knapp via use-livecode wrote: I haven’t tried the LC development environment on Big Sur yet, just ran an already-built app. As far as the tabbed button, the issue is that the highlighted

Re: Basic question about behaviors

2020-08-26 Thread Keith Clarke via use-livecode
Certainly best to avoid any made backwards. > On 26 Aug 2020, at 15:20, Martin Koob via use-livecode > wrote: > > Is there a rule regarding puns? > > Martin > >> On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode >> wrote: >> >> ROFL >> >> THAT was gouda! >> >> (I know, I know!

RE: Cross Platform Font Layout - current workarounds

2020-08-26 Thread J. Landman Gay via use-livecode
The problem was the lack of any mouseUp message at all when swiping horizontally, making it impossible to swipe for navigation over a scroller. We used a kludgy workaround, but the problem has been fixed now, so the next update can be completely cross platform without any diversions. --

Re: Adding items to a group

2020-08-26 Thread Bernard Devlin via use-livecode
Whilst Mark provided what Phil needed, I too cannot believe how easy and reliable Geoff's Navigator is. I use it for everything. When I need an Inspector a double-click on a line in Navigator brings it up. I love it. On Wed, Aug 26, 2020 at 7:14 PM Bob Sneidar via use-livecode <

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread matthias rebbe via use-livecode
There are also free MySQL Connectors/ODBC available for different operating systems. The current ones are for Server 8.0,5.7 and 5.6. https://dev.mysql.com/downloads/connector/odbc/ They connectors can be downloaded without the need to be logged in. So no need for an account registration at

Re: Adding items to a group

2020-08-26 Thread Bob Sneidar via use-livecode
Also, Geoff Canyon wrote a GREAT utility called Navigator, which among other things, allows you to drag objects around in a hierarchical list. If you drag an object in a group to somewhere outside that group, into another group let’s say, it does all the relaying for you. I cannot tell you how

RE: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread Heriberto Torrado via use-livecode
Hi Panagiotis, It makes sense, I'm going to try it. Thank you very much for your recommendations. I would like to say that this list is great. Best, Hery -Original Message- From: use-livecode On Behalf Of panagiotis merakos via use-livecode Sent: Wednesday, August 26, 2020 10:09 AM

RE: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread Heriberto Torrado via use-livecode
Hi Matthias, Do you mean connecting to MySQL using ODBC instead of the built-in LiveCode MySQL client? Best, Hery -Original Message- From: use-livecode On Behalf Of matthias rebbe via use-livecode Sent: Wednesday, August 26, 2020 10:42 AM To: How to use LiveCode Cc:

Re: Big Sur issues

2020-08-26 Thread Dev via use-livecode
I tried to build a stand alone to my desktop under Big Sur, but my Mac would not let me because of permissions or provisions or some other such new restriction (I haven’t paid my $99, so I’m not a real Dev as far as Apple is concerned) so I went back to Catalina and everything worked. Sent

RE: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread Heriberto Torrado via use-livecode
Hi Bob, It worked from Linux, Mac, and Windows. Your idea sounds really good, but to be honest, I'm pretty busy these days and I wouldn't like to deal with making middleware. I just looking for a quick fix. Maybe in the future, I’ll have to do it. Best, Hery -Original Message-

Re: Basic question about behaviors

2020-08-26 Thread William Prothero via use-livecode
Thanks, Paul. That worked. Bill William A. Prothero https://earthlearningsolutions.org > On Aug 25, 2020, at 8:03 PM, Paul Hibbert via use-livecode > wrote: > > Bill, try this in the behaviour button script: > > on mouseUp > put the long name of this me into theName —theName will contain

DataGrid 2 swipe actions

2020-08-26 Thread Andrew at MidWest Coast Media via use-livecode
I was inspired by today’s Lockdown Learning Series presentation and looked at adding swipe gestures to a current project. This whole process made WAY more sense after re-watching Michael’s presentation (I saw it live too, but was over my head last year). I’m struggling with a large DG. I’ve got

RE: Cross Platform Font Layout - current workarounds

2020-08-26 Thread Ralph DiMola via use-livecode
J, I take it you referring to the premature mouse "down/up"s you get with Android while perusing in a native scroller. This is not a problem for me in iOS. I put in a simple timer and it does not adversely affect iOS(or affect it in any way) but does make the scrolling in Android work as

Re: Adding items to a group

2020-08-26 Thread Jimmieson, Phil via use-livecode
Thanks very much Mark, the relayer command is exactly what I needed. relayer field “xx” to the front of group “thePoem” —adds the field to the poem group at the top of the group relayer field “xx” after group “thePoem” —removes the field from the poem group and leaves it in front of the group

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread panagiotis merakos via use-livecode
Hello all, This is because MySQL 8 supports a stronger authentication method based on SHA256, and this method is used by default. LiveCode (as well as some other MySQL connectors/clients) do not support this authentication method yet. In this case, you could configure your MySQL installation to

Re: MySQL Client on

2020-08-26 Thread panagiotis merakos via use-livecode
Hello all, This is because MySQL 8 supports a stronger authentication method based on SHA256, and this method is used by default. LiveCode (as well as some other MySQL connectors/clients) do not support this authentication method yet. In this case, you could configure your MySQL installation to

Re: Basic question about behaviors

2020-08-26 Thread Martin Koob via use-livecode
Is there a rule regarding puns? Martin > On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode > wrote: > > ROFL > > THAT was gouda! > > (I know, I know! I broke one of the rules… no politics, no religion and no > cheese) > >> On Aug 26, 2020, at 9:09 AM, Mike Kerner via