Re: Line numbers for soft-wrapped styled text?

2017-03-27 Thread hh via use-livecode
The solution of Alex T. was the first example I saw of a useful usage of the styledText array. TMHO this is the way to go for the future of more and more complicated styled text. As was said elsewhere, there could be a considerable speed up if first the visible range of lines, say numbers L1 to

Re: [DIRECT-L] Director Replacement Suggestions & LiveCode with 3D Plugin

2017-03-27 Thread Matt Maier via use-livecode
I'm interested in 3D in Livecode. I have no idea what any of the other proper nouns in the message mean. On Mon, Mar 27, 2017 at 8:41 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Folks: > This, from Paradigma. What do you think? Anybody interested in 3D in >

Fwd: [DIRECT-L] Director Replacement Suggestions & LiveCode with 3D Plugin

2017-03-27 Thread William Prothero via use-livecode
Folks: This, from Paradigma. What do you think? Anybody interested in 3D in LiveCode? Bill > Begin forwarded message: > > From: Lynn Fredricks > Subject: Re: [DIRECT-L] Director Replacement Suggestions & LiveCode with 3D > Plugin > Date: March 27, 2017 at 4:54:34

Re: Object Selection Handles

2017-03-27 Thread Craig Newman via use-livecode
A lesson should be taken from any CAD program worth its salt. Handles are ALWAYS rectangles for objects, and always within the bounds of the object in question. That said, a group might be an exception, since handles would overlie the controls at the extreme corners of a group, and that

Re: Retroactive background behavior

2017-03-27 Thread Dr. Hawkins via use-livecode
On Mon, Mar 27, 2017 at 9:23 AM, Jim Hurley via use-livecode < use-livecode@lists.runrev.com> wrote: > As I recall there is a method of retroactively creating a button with > background behavior, this is appears on all existing cards. > My understanding is that only a group can do that, not a

Re: Line numbers for soft-wrapped styled text?

2017-03-27 Thread Alex Tweedly via use-livecode
What a cool idea ! In fact, could you not simply do set the liststyle of line 1 to -1 of fld "mytextfield" to "decimal" and then unset the liststyle whenever needed (e.g. when the field is subject to copy, save, etc.) -- Alex. On 27/03/2017 20:32, Richard Gaskin via use-livecode wrote:

Blowfish digest , how to create in Livecode

2017-03-27 Thread Matthias Rebbe via use-livecode
Hi, i have a MySQL DB which uses passwords created with php crypt function using blowfish the php code looks like this for example $salt='$2a$08$NWy7XidPPL2XEsouCG3dy’; $digest= crypt(‘myPassword01’,$salt); how can i do this in Livecode server? I find SHA1digest and MD5digest functions in

Re: Is there a Macintosh equivalent to relaunch on Windows?

2017-03-27 Thread Bill Vlahos via use-livecode
Here is the code I use on Windows on relaunch vOne, vTwo revGoURL "https://we bpage.com/search/searchresults.nl?searchtype=Case=T_Entity_PHONE= blahblah" & vOne end relaunch

Re: Overlaying on video

2017-03-27 Thread hh via use-livecode
> Roger E. wrote > Will there be a similar capability to allow objects (buttons and fields) > to overlay a browser widget, which might also be displaying a video? > I believe there is a need to make this possible for any situation. As I'm currentl refershing my 'web-knowledge' I made a demo. An

Re: just some cool stuff

2017-03-27 Thread Dr. Hawkins via use-livecode
On Sun, Mar 26, 2017 at 6:15 PM, Stephen Barncard via use-livecode < use-livecode@lists.runrev.com> wrote: > my gmail spam filters caught it first time. But gmail let them both through for me . . . -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: Is there a Macintosh equivalent to relaunch on Windows?

2017-03-27 Thread Mark Schonewille via use-livecode
Yes, just put $0, $1 etc. Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: http://livecodebeginner.economy-x-talk.com Op 27-Mar-17 om 21:53 schreef Bill Vlahos via use-livecode: I use relaunch on

Re: LC & OS X 10.12.4

2017-03-27 Thread Jim Lambert via use-livecode
Klaus wrote: > no problems with LC 8.1.3 and 9 dp6 on macOS 10.12.4! Klaus, thanks for checking. Problem must be mine. I can’t launch any version of LC from 5.5.5 through Business 9 dp 6. Guess I’ll start trashing preference files! Jim Lambert

Re: LC & OS X 10.12.4

2017-03-27 Thread Klaus major-k via use-livecode
Hi Jim, > Am 27.03.2017 um 21:52 schrieb Jim Lambert via use-livecode > : > > Anyone else unable to launch LC on mac OS X 10.12.4? no problems with LC 8.1.3 and 9 dp6 on macOS 10.12.4! > Jim Lambert Best Klaus -- Klaus Major http://www.major-k.de

Is there a Macintosh equivalent to relaunch on Windows?

2017-03-27 Thread Bill Vlahos via use-livecode
I use relaunch on Windows standalone to accept command line arguments. Is there an equivalent for a Macintosh standalone to do this? Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

LC & OS X 10.12.4

2017-03-27 Thread Jim Lambert via use-livecode
Anyone else unable to launch LC on mac OS X 10.12.4? Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Object Selection Handles

2017-03-27 Thread Richard Gaskin via use-livecode
Dan Friedman wrote: > Is there a property to change the shape of the selection handles when > using the selection tool? In LC 9 (and 8), they are round circles > that protrude outside the edge of the control. In previous versions, > they were squares that remained within the rect of the

Re: Line numbers for soft-wrapped styled text?

2017-03-27 Thread Richard Gaskin via use-livecode
When I first started down this road I went for getting max values from the styledText array, similar (though far less efficiently) to how Alex Tweedly solved this so well in his post the other day: http://lists.runrev.com/pipermail/use-livecode/2017-March/235688.html Great work as usual from

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread J. Landman Gay via use-livecode
I think that's right, Apple enforces this rule. The standalone builder will move files to a Resources folder when it builds the app. For backward compatibility, scripts that reference the engine folder are redirected to the Resources folder automatically. On 3/27/17 1:22 PM, Bob Sneidar via

Object Selection Handles

2017-03-27 Thread Dan Friedman via use-livecode
Greetings! Is there a property to change the shape of the selection handles when using the selection tool? In LC 9 (and 8), they are round circles that protrude outside the edge of the control. In previous versions, they were squares that remained within the rect of the control. These

Re: Overlaying on video

2017-03-27 Thread Rick Harrison via use-livecode
Hi Ben, The movie that didn’t work for me was: 640 × 360, AAC, H.264 as a .mov quicktime movie. Let me know what you learn and discover! Thanks, Rick > On Mar 27, 2017, at 8:35 AM, Ben Rubinstein via use-livecode > wrote: > > Hi Rick > > Thanks for your

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread Bob Sneidar via use-livecode
To my understanding, it's a requirement in accordance with Apple's sandboxing policies, if you want an executable to be able to make changes to files inside the executable bundle. The way it's supposed to work, no application is allowed to write or modify anything in the old location where the

Re: Retroactive background behavior

2017-03-27 Thread Craig Newman via use-livecode
Hi. You cannot make a button with backGround behavior, only a group. And even with a group, you would have to place it on all cards explicitly if you had not created that backGround group at the beginning. The automatic placement of a group on new cards has to be in place before those new

Re: Line numbers for soft-wrapped styled text?

2017-03-27 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > Yeah I was thinking the same thing. textChanged triggers a handler > that reformats the text every time. In essence, you are doing what > a word processor would do. The textChanged message is only sent when changes are made to the text of a field. Changes to styling

AW: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread Tiemo Hollmann TB via use-livecode
Hello, "Apple requires" - Is this only a "best practise" guideline or what will happen if you don't care? I have an old application just migrated to LC 8, where I am running an independent stack file in that old dir("Contents/MacOS"), and it is running fine on MacOS 10.12.3 Is there any Apple

OT: SpamAssassin settings

2017-03-27 Thread Mark Wieder via use-livecode
On 03/27/2017 09:25 AM, J. Landman Gay via use-livecode wrote: It was one of those no-salutation, no-message, no-signature emails containing nothing but a link. My spam assassin let all four through but I have it set to a fairly liberal level. What's yours set to? Maybe I should change mine.

Re: just some cool stuff

2017-03-27 Thread J. Landman Gay via use-livecode
It was one of those no-salutation, no-message, no-signature emails containing nothing but a link. My spam assassin let all four through but I have it set to a fairly liberal level. What's yours set to? Maybe I should change mine. -- Jacqueline Landman Gay |

Retroactive background behavior

2017-03-27 Thread Jim Hurley via use-livecode
As I recall there is a method of retroactively creating a button with background behavior, this is appears on all existing cards. How is my recollection? Jim Hurley ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: just some cool stuff

2017-03-27 Thread Mark Wieder via use-livecode
On 03/27/2017 06:17 AM, Bob Sneidar via use-livecode wrote: My spam filter must have caught it because I have no idea what any of you are talking about. Bob S Same. Sonic.net did alert me that there were four messages in my spam filter, but their SpamAssassin did its job, and the emails

Re: Line numbers for soft-wrapped styled text?

2017-03-27 Thread Bob Sneidar via use-livecode
Yeah I was thinking the same thing. textChanged triggers a handler that reformats the text every time. In essence, you are doing what a word processor would do. Bob S > On Mar 25, 2017, at 09:07 , Mark Wieder via use-livecode > wrote: > > I looked into that

Re: just some cool stuff

2017-03-27 Thread Bob Sneidar via use-livecode
My spam filter must have caught it because I have no idea what any of you are talking about. Bob S > On Mar 26, 2017, at 18:15 , Stephen Barncard via use-livecode > wrote: > > my gmail spam filters caught it first time. > gmail rocks. > > -- > Stephen

Re: Overlaying on video

2017-03-27 Thread Roger Eller via use-livecode
Will there be a similar capability to allow objects (buttons and fields) to overlay a browser widget, which might also be displaying a video? I believe there is a need to make this possible for any situation. ~Roger On Mon, Mar 27, 2017 at 8:47 AM, panagiotis merakos via use-livecode <

Re: Overlaying on video

2017-03-27 Thread Ben Rubinstein via use-livecode
Aha! Thanks, Panos. So probably what made the difference for me wasn't the re-encoded movie, it was all the messing about I did in the process that at some point had the right effect... Ben On 27/03/2017 13:47, panagiotis merakos via use-livecode wrote: Hi all, Before LC 8.1.0, one could

Re: Overlaying on video

2017-03-27 Thread panagiotis merakos via use-livecode
Hi all, Before LC 8.1.0, one could put other objects on top of the player object, if alwaysBuffer==true. This has broken in LC 8.1.0+. A workaround is described in this bug report: http://quality.livecode.com/show_bug.cgi?id=19444 Best, Panos -- On Mon, Mar 27, 2017 at 1:35 PM, Ben Rubinstein

Re: Overlaying on video

2017-03-27 Thread Ben Rubinstein via use-livecode
Hi Rick Thanks for your reply. > I think once a movie starts playing other LC messages don’t > have time to be sent. The video just takes over because > it’s showing each frame quickly so your eye tells you > it’s a movie. I don't think that's it. I've had time codes displays running before,

Re: LiveCode's handling of Unicode glyphs being dependent on the underlying OS

2017-03-27 Thread Mark Waddingham via use-livecode
On 2017-03-27 13:56, Richmond via use-livecode wrote: "UnicodeChecker is being developed using the Objective-C programming language with the standard macOS developer tools, i.e. Xcode and the Cocoa frameworks. The display of Unicode characters uses the default system facilities of macOS. So

Re: LiveCode's handling of Unicode glyphs being dependent on the underlying OS

2017-03-27 Thread Richmond via use-livecode
Here is an interesting extract from the reply I got from the maker of Unicode Checker: "UnicodeChecker is being developed using the Objective-C programming language with the standard macOS developer tools, i.e. Xcode and the Cocoa frameworks. The display of Unicode characters uses the default

Re: LiveCode's handling of Unicode glyphs being dependent on the underlying OS

2017-03-27 Thread Mark Waddingham via use-livecode
On 2017-03-26 17:48, Richmond Mathewson via use-livecode wrote: Interestingly enough this FREE program for Macintosh: https://www.macupdate.com/app/mac/9752/unicodechecker Very successfully displays glyphs I have built into my Devawriter.ttf font in comformance with the Unicode version 10 Beta

[ANN] This Week in LiveCode 76

2017-03-27 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #76 here: https://goo.gl/9qbqH8 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around