Re: lcb missing manual

2022-09-02 Thread Geoff Canyon via use-livecode
On Thu, Sep 1, 2022 at 10:08 AM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Its much faster than C but slower than Script. Should that be "much slower than C but faster than Script"? In which case, what happened to the "faster than script" part?

Re: Stylistic question.

2022-09-02 Thread Geoff Canyon via use-livecode
On Thu, Sep 1, 2022 at 10:32 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I will however ask for just one enhancement: If I am filtering the list > and have an item or items selected, and then I clear the filter, it also > clears the selection. It would be great if the

Re: Text to speech

2022-09-02 Thread panagiotis m via use-livecode
Hello all, Yes, we discussed this topic in August's Problem Solving session. The stack presented supports text-to-speech in all platforms (including Linux and Web). Kind regards, Panos -- On Fri, 2 Sept 2022 at 00:36, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I thin

Re: lcb missing manual

2022-09-02 Thread Bob Sneidar via use-livecode
Or slower than both? As I understand it, LCB has the capability to call C externals which themselves would be faster than anything, but on it's own it is slower than both. Bob S On Sep 2, 2022, at 01:00 , Geoff Canyon via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: On Thu, Sep

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
I read a blog some years back why it is so difficult to get nything on Windows to look like it does on the Mac. It is true that Windows renders fonts differently that Mac, so "exactly the same" remains the realm of the imagined. But you can get close. My big issue was that using Arial, labels th

Re: Standardize Font Appearance

2022-09-02 Thread Richmond Mathewson via use-livecode
For what it's worth, ever since my Master's thesis with LiveCode/RunRev, I have always set up buttons with fonts the way I want them on whatever platform, imported snapshots of those buttons, and used those images as buttons. No stress, No mess! On Fri, 2 Sept 2022, 18:00 Bob Sneidar via use-live

Re: lcb missing manual

2022-09-02 Thread Mike Kerner via use-livecode
I wonder why the polygrid is so much faster than the datagrid at rendering, then, in the demo On Fri, Sep 2, 2022 at 10:54 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Or slower than both? As I understand it, LCB has the capability to call C > externals which themselv

Re: Text to speech

2022-09-02 Thread J. Landman Gay via use-livecode
Fantastic, thank you both. You've saved me hours of time. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 2, 2022 3:26:38 AM panagiotis m via use-livecode wrote: Hello all, Yes, we discussed this topic in August's Problem

Re: Livecode / Github

2022-09-02 Thread Mark Wieder via use-livecode
On 9/1/22 18:47, Brian Milby via use-livecode wrote: Mark, this is the same bug that you already filed: https://quality.livecode.com/show_bug.cgi?id=23910 Hah! Forgot about that one. Same root cause but different symptoms, since it also results in a complete failure of the Plugins feature wit

Re: Standardize Font Appearance

2022-09-02 Thread Tom Glod via use-livecode
Bob, if you really wanna think about the user, check out resource such as this: https://www.vandelaydesign.com/google-font-pairings/ On Fri, Sep 2, 2022 at 11:10 AM Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > For what it's worth, ever since my Master's thesis wi

Re: lcb missing manual

2022-09-02 Thread Jacques Clavel via use-livecode
As a typed language, LCB should be more efficient than LCS. Writing programs in LCB is more difficult and time consuming (bogs...) than using higher level language (LCS) You can write exactly the same functions, commands in LCB than in LCS JC Le ven. 2 sept. 2022 à 17:13, Mike Kerner via use-livec

Re: lcb missing manual

2022-09-02 Thread Mark Wieder via use-livecode
On 9/2/22 10:43, Jacques Clavel via use-livecode wrote: You can write exactly the same functions, commands in LCB than in LCS Um, no. There are quite a few pain points trying to determine the differences in what is supported and what is different. -- Mark Wieder ahsoftw...@gmail.com

Re: lcb missing manual

2022-09-02 Thread Brian Milby via use-livecode
Look no further than comparing the JSON library written in LCB and LCS (PhotonJSON). I’m thinking that the LCS is probably faster. Probably worth a shot to actually test in more detail. I tried to import the smartcrumbs output with the external, LCB and LCS and only the LCS even was successfu

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
That's great for buttons. I'd like to implement something for all objects. My goal is to be able to offer the end user a way to change their "motif" with a single click. Imagine being able to set the properties of an object designated as a "class object", the object then getting a propertyChange

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
Oooh thanks Tom. Bob S > On Sep 2, 2022, at 09:40 , Tom Glod via use-livecode > wrote: > > Bob, if you really wanna think about the user, check out resource such as > this: > > https://www.vandelaydesign.com/google-font-pairings/ > > On Fri, Sep 2, 2022 at 11:10 AM Richmond Mathewson via u

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
See, this is the exact reason why I would love to be able to employ an OOP style system. Simply changing the font, size and style of a few "Master Class" objects could change the entire project's look and feel in a matter of a second or two. As it is, it took me almost an entire day futzing arou

Re: Standardize Font Appearance

2022-09-02 Thread Neville Smythe via use-livecode
Consulting the dictionary would have helped me (in this case!): measureText(text,field,bounds) should give me what I need to make precise comparisons of how the various operating (iterating?!!!) systems will render my fonts. I will report back Interesting idea, Richard, to use images for all

Re: lcb missing manual

2022-09-02 Thread Brian Milby via use-livecode
Did a simple test with 819kb json file: - JSON Library / LCB 5400 ms - PhotonJSON / LCS 400 ms - mergJSON / extension 250 ms Brian Milby br...@milby7.com > On Sep 2, 2022, at 4:27 PM, Brian Milby wrote: > > Look no further than comparing the JSON library written in LCB and LCS > (PhotonJSON).

Re: lcb missing manual

2022-09-02 Thread Mark Wieder via use-livecode
On 9/2/22 16:54, Brian Milby via use-livecode wrote: Did a simple test with 819kb json file: - JSON Library / LCB 5400 ms - PhotonJSON / LCS 400 ms - mergJSON / extension 250 ms That's impressive. Monte's external is written in C, so that's as close to bare metal as we're gonna get. -- Mark

Re: Standardize Font Appearance

2022-09-02 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > See, this is the exact reason why I would love to be able to employ > an OOP style system. Simply changing the font, size and style of a > few "Master Class" objects could change the entire project's look > and feel in a matter of a second or two. As it is, it took me almost

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
Like any other OOP system. By providing a way to instance an object from the class, and then modify the parameters if necessary. Not saying it wouldn’t take code. But the code would not be difficult to implement. Sent from my iPhone > On Sep 2, 2022, at 19:13, Richard Gaskin via use-livecode

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
Imagine right-clicking on the card, getting. Menu, field, button, grid, widget. Next level, named instance of a predefined class. Code drops the field then registers the object with the class object. Now the class object knows which objects to modify. Sent from my iPhone > On Sep 2, 2022, at

Re: Standardize Font Appearance

2022-09-02 Thread Bob Sneidar via use-livecode
Should read, drops the object on the card… Sent from my iPhone > On Sep 2, 2022, at 19:31, Bob Sneidar wrote: > > Imagine right-clicking on the card, getting. Menu, field, button, grid, > widget. Next level, named instance of a predefined class. Code drops the > field then registers the obje

Excel Lib fail

2022-09-02 Thread Mark Wieder via use-livecode
/sigh Got all excited about using the Excel Library for a new spreadsheet project and then discovered it doesn't work on linux, *only* works with actual Excel, not LibreOffice. Yes, I do realize it says "Excel" and not "spreadsheet". So it's off to python to do my spreadsheet automation. Shee

Re: Excel Lib fail

2022-09-02 Thread Bob Sneidar via use-livecode
Ya I think it uses a Microsoft API. Mac side, probably Applescript. Sent from my iPhone > On Sep 2, 2022, at 19:51, Mark Wieder via use-livecode > wrote: > > /sigh > Got all excited about using the Excel Library for a new spreadsheet project > and then discovered it doesn't work on linux, *

Re: Excel Lib fail

2022-09-02 Thread Mark Wieder via use-livecode
On 9/2/22 20:12, Bob Sneidar via use-livecode wrote: Ya I think it uses a Microsoft API. Mac side, probably Applescript. Yep. Fortunately LibreOffice is pretty easy to automate from python. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mail