LC 9.6.7 export snapshot from a player object seems to fail on Windows (10)

2022-04-27 Thread Paul Dupuis via use-livecode
I am executing the following 2 lines of code:   export snapshot from rect tRect of player "mediaConvert" of stack "libHrAPI" to tImage as PNG   put tImage into img "imageConvert" of stack "libHrAPI" Prior to the export the player has a video load and has the

ANN: PowerTools 2.2.0

2022-04-27 Thread Mark Wieder via use-livecode
Hi- It's been some four years since a major new release of PowerTools, and with the 2022 LiveCode conference out of the way for now, I think it's time to release PowerTools 2.2. What's in PowerTools: * Logical separation of tools from objects * Double-click to minimize/restore size *

You're invited: LC DevCon After-Party

2022-04-27 Thread Richard Gaskin via use-livecode
The LC DevCon is so much fun it seems fitting to add one more session off-schedule and completely informal: a Zoom after-party. Come and hang out anytime today (Weed, 27 April) from 6:00 PM EDT until 6:40 PM EDT. That gives us an hour after the close of the last session to take a moment

Re: Curved text possible?

2022-04-27 Thread doc hawk via use-livecode
I looked at this some years ago. I forget why I wanted to do it (a logo, perhaps?). My conclusion was that the best way would be to write it as either eps or postscript. This gives you something that can be trivially rotated without loss, but the catch is that you have to then feed it to

Re: Curved text possible?

2022-04-27 Thread Craig Newman via use-livecode
The polyLine character substitution will be a simple. Creation will be a bear, but only once. If you had “Hello World” and wanted to “curve” it, you would simply pull the appropriate curved chars, “H”,, “e’, “l, etc. and string them together. Uh oh, what about kerning? I hope this is a

Re: Single Window LC IDE?

2022-04-27 Thread Bob Sneidar via use-livecode
I watched the keynote by Kevin, and I think all your concerns are slated to be addressed. Bob S > On Apr 27, 2022, at 09:24 , Paul Dupuis via use-livecode > wrote: > > On 4/27/2022 11:58 AM, J. Landman Gay via use-livecode wrote: >> I like the new look very much, but most of us old timers

Re: Curved text possible?

2022-04-27 Thread ELS Prothero via use-livecode
Folks, I made a vertically oriented y axis text label for a data plot once. The text was written in a field with a transparent background, then a screen capture of the text field area, then rotating the captured image 90 degrees. It worked great. Obvious limitation was that the background was

Re: Single Window LC IDE?

2022-04-27 Thread Paul Dupuis via use-livecode
On 4/27/2022 11:58 AM, J. Landman Gay via use-livecode wrote: I like the new look very much, but most of us old timers have specific requirements which LC agrees they want to accommodate. I'm fine with the IDE being either multi-window or single-window. I've worked with both in the past and

Re: Single Window LC IDE?

2022-04-27 Thread J. Landman Gay via use-livecode
In a later session they said it was just a mock up at this point. When asked about supporting multiple monitors they said it would, and they'd need to consider tear-off windows. I like the new look very much, but most of us old timers have specific requirements which LC agrees they want to

Re: Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
Hi Paul, It will be an iOS app. groeten, William Op wo 27 apr. 2022 om 17:45 schreef Paul Dupuis via use-livecode < use-livecode@lists.runrev.com>: > There is not a native way to do this in LiveCode. > > An approach might be to use the shell() function (see Dictionary) to > pass the text

Re: Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
Hi Craig, The text will mostly be names at start (but could also be more words in the future). Draw with polyLines. Didn't think of that. A lot of coding I think. Then I could also use SVG files to replace the text of the field. Maybe easier to enlarge, rotate a bit and give another

Re: Single Window LC IDE?

2022-04-27 Thread Paul Dupuis via use-livecode
On 4/27/2022 10:06 AM, David V Glasgow via use-livecode wrote: On 27 Apr 2022, at 2:17 pm, Mike Kerner via use-livecode wrote: they not only discussed it, but they demo'd it … and referred to it as a “new ‘dock windows’ capability”.Which sounds like it will still be each to his/her

Re: Curved text possible?

2022-04-27 Thread Paul Dupuis via use-livecode
There is not a native way to do this in LiveCode. An approach might be to use the shell() function (see Dictionary) to pass the text to some external graphics utility that renders and image of it curved and then import the image back into Livecode. There may be other work-arounds. On

Re: Curved text possible?

2022-04-27 Thread Craig Newman via use-livecode
How large is this curved text? You could certainly create an entire alphabet with polyLines, and insert them as needed to replace a body of text. But if you need 12 point size, those graphics are going to be, er, difficult to do nicely. Craig > On Apr 27, 2022, at 11:12 AM, William de Smet

Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
Hi There, I am in the need for curved text. User input via a text field need to have a copied curved text output. Is this even possible in Livecode? I was thinking of text to the points of a path? Something like that? Greetings William ___

Re: Single Window LC IDE?

2022-04-27 Thread David V Glasgow via use-livecode
> On 27 Apr 2022, at 2:17 pm, Mike Kerner via use-livecode > wrote: > > they not only discussed it, but they demo'd it … and referred to it as a “new ‘dock windows’ capability”.Which sounds like it will still be each to his/her own. Cheers David G

Re: Single Window LC IDE?

2022-04-27 Thread Mike Kerner via use-livecode
yeah, well, they not only discussed it, but they demo'd it, and seemed to be amped about it, so i'm concerned. On Tue, Apr 26, 2022 at 5:59 PM doc hawk via use-livecode < use-livecode@lists.runrev.com> wrote: > tom tumbled, > > >I wouldn't worry that they will pigeon-hole the ide in that way. >