Re: Bug, feature, or just something I need to program around?

2021-05-13 Thread Alex Tweedly via use-livecode
On 13/05/2021 20:25, Jim Lambert via use-livecode wrote: In Notes if you are in one note then select a different note and execute Shift-Command-Right Arrow, you will see the same behavior. The insertion point moves to the end of the note without selecting any text. I don't see that. If I mov

Re: All new Kognition beta - LiveCode all-in Knowledgebase

2021-05-13 Thread Tom Glod via use-livecode
Hey Kevin .thanks for the demo and the food for thought. Looks interesting and could be quite useful. I will look more closely at this in the summer. On Thu, May 13, 2021 at 4:21 AM Kevin Miller via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Folks, > > > > As some of you may b

Re: navbar pre hiliteChanged

2021-05-13 Thread Mike Kerner via use-livecode
memo for the next person who discovers this thread: 1. as has been previously discussed in other threads, the navigation bar receives the hiliteChanged message even if the hilite does not change (which happens when the user taps on the currently hilited segment) 2. in my testing in 9.6.x, if you se

Re: Bug, feature, or just something I need to program around?

2021-05-13 Thread Jim Lambert via use-livecode
Hi Alex, > I don't follow you Jim. You wrote: > if I TAB into the field the cursor is initially at the start of the > field and the key sequence above will move the cursor to the end > *without* selecting the characters. In Notes if you are in one note then select a different note and execut

navbar pre hiliteChanged

2021-05-13 Thread Mike Kerner via use-livecode
How do you handle the situation where a user taps on the navBar but you want to intercept and cancel it? Example: User clicks on the navBar to switch cards, but there is an error on the existing card, so the navigation and the hilite changing should be stopped. _

Re: the systemversion shows wrong version # on Mac

2021-05-13 Thread Sean Cole (Pi) via use-livecode
On Thu, 13 May 2021 at 14:57, Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > Do we need a "detailed systemversion" ? > +1 Great idea. For Windows also this could return from ' systeminfo | findstr /B /C:"OS Name" /C:"OS Version" ' which would give the build number inste

Re: Bug, feature, or just something I need to program around?

2021-05-13 Thread Alex Tweedly via use-livecode
Thanks Jacque. 'autoTab' does indeed give a behaviour the same as I see in Apple's own apps (for single line fields, differs for multi-line fields), so I'll go with that for now. And when I've got this all sorted out, I'll submit the issues as bug reports (3 I think, so far) and report them

Re: the systemversion shows wrong version # on Mac

2021-05-13 Thread Ben Rubinstein via use-livecode
Do we need a "detailed systemversion" ? On 07/05/2021 18:07, panagiotis merakos via use-livecode wrote: Hello all, Yeap, what Phil said: function mySystemVersion get shell("sw_vers -productVersion") return it end mySystemVersion This will return 11.2.3 on a Mac running Big Sur 11.2.3

Re: Problems with text data fields pulling from SQL

2021-05-13 Thread Ben Rubinstein via use-livecode
This. NVARCHAR is for Unicode strings. You may be able to deal with it by modifying the ODBC DSN or the query to do a conversion before it reaches LiveCode. Otherwise, IIRC you need to use revDatabaseColumnNumbered and go row by row (rather than revDataFromQuery); taking the data and using te

All new Kognition beta - LiveCode all-in Knowledgebase

2021-05-13 Thread Kevin Miller via use-livecode
Hi Folks, As some of you may be aware, LiveCode has a stake in a start-up business, Kognition. Kognition have a very small team building an artificially intelligent way of working with information (using LiveCode). We have a beta/demo version which we thought could be interesting to share