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

2017-03-28 Thread Mark Waddingham via use-livecode
On 2017-03-27 14:39, Mark Waddingham via use-livecode wrote: In regards to your specific requirements, I had a thought on that last night. I think essentially what you want is a way to treat a sequence of codepoints in a field as a sequence of glyph indicies into the current font. So rather than

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

2017-03-28 Thread Richmond via use-livecode
In 1996 I bought a copy of Fontographer, having previously developed several bitmap fonts for Macintosh with Fontastic (for Anglo-Saxon and Old Slavic). At that time (1996) it was possible to use Fontographer to make fonts with about 4000 characters which one could access through Mac Keyboard la

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
Instead of declaring that this is how it should be, it's much better to provide examples and justification. I just checked, and every application I have on this computer does selection handles with the center of the handle on the boundary of the object. On Tue, Mar 28, 2017 at 3:04 AM Craig Newman

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

2017-03-28 Thread Mark Waddingham via use-livecode
On 2017-03-28 10:30, Richmond via use-livecode wrote: In 1996 I bought a copy of Fontographer, having previously developed several bitmap fonts for Macintosh with Fontastic (for Anglo-Saxon and Old Slavic). At that time (1996) it was possible to use Fontographer to make fonts with about 4000 char

Text formatting in LC HTML5 apps?

2017-03-28 Thread Terry Judd via use-livecode
Is there any way to display styled text in HTML5 apps? There only seems to be one font supported and I can change the colour and size but nothing else sticks (LC Community 9.0.0 dp5). Terry... ___ use-livecode mailing list use-livecode@lists.runrev.com

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

2017-03-28 Thread Richmond via use-livecode
On 28/03/17 12:17, Mark Waddingham via use-livecode wrote: On 2017-03-28 10:30, Richmond via use-livecode wrote: In 1996 I bought a copy of Fontographer, having previously developed several bitmap fonts for Macintosh with Fontastic (for Anglo-Saxon and Old Slavic). At that time (1996) it was p

Re: Text formatting in LC HTML5 apps?

2017-03-28 Thread Peter TB Brett via use-livecode
On 28/03/2017 10:32, Terry Judd via use-livecode wrote: Is there any way to display styled text in HTML5 apps? There only seems to be one font supported and I can change the colour and size but nothing else sticks (LC Community 9.0.0 dp5). You can add any additional fonts you like by putting

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread Peter TB Brett via use-livecode
On 28/03/2017 00:29, Matthias Rebbe via use-livecode wrote: 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 Li

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

2017-03-28 Thread Tiemo Hollmann TB via use-livecode
Creating a standalone on MacOS 10.12 with LC 8.1.3, LiveCode puts the file "revsecurity.dylib" into "my.app/Contents/MacOS/" As you say, this would be against the rules of Apple. Is this a bug? Or is it still arbitrary, where to put your files? Tiemo -Ursprüngliche Nachricht- Von: use-liv

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread Matthias Rebbe via use-livecode
Hi Peter, > Am 28.03.2017 um 14:58 schrieb Peter TB Brett via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > > > Hi Matthias, > > Quick note that you may be affected by this PHP security vulnerability: > > http://www.php.net/security/crypt_blowfish.php >

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

2017-03-28 Thread Bob Sneidar via use-livecode
Is it a library that will not be edited programmatically at runtime? If not, then that is the place it belongs. Bob S > On Mar 28, 2017, at 06:07 , Tiemo Hollmann TB via use-livecode > wrote: > > Creating a standalone on MacOS 10.12 with LC 8.1.3, LiveCode puts the file > "revsecurity.dylib

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

2017-03-28 Thread Dr. Hawkins via use-livecode
On Tue, Mar 28, 2017 at 2:17 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > Not necessarily - I believe system 7.5 was pretty advanced when it came to > text and fonts. Introduced in 7.0. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread J. Landman Gay via use-livecode
I thought the encrypt /decrypt commands supported blowfish. (Not at my Mac to check.) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 28, 2017 9:33:31 AM Matthias Rebbe via use-livecode wrote: Hi

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread Dave Kilroy via use-livecode
Mathias I use blowfish from within LiveCode … but no blowfishdigest that I know of: encrypt pPayload using "bf" with password tPassword at 128 bit put it into tPayload Dave ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Object Selection Handles

2017-03-28 Thread Richard Gaskin via use-livecode
Ali Lloyd wrote: > Instead of declaring that this is how it should be, it's much better > to provide examples and justification. I just checked, and every > application I have on this computer does selection handles with the > center of the handle on the boundary of the object. Centering the han

Re: Object Selection Handles

2017-03-28 Thread dunbarx via use-livecode
Ali. I was presumptuous. But having handles fully within their object makes them easy to grab without possibly selecting a near neighbor instead. I have this issue all the time, aligning and adjusting closely spaced controls. I often just select a control, nudge it a few times with an arrowKey to

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
The code hit-detects as if the handles were square, so the hit-detection area is actually bigger than it used to be. On Tue, Mar 28, 2017 at 4:51 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Ali Lloyd wrote: > > > Instead of declaring that this is how it should be

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
> So do you see any advantage to having handles outboard? Yes, it is impossible to resize an object's width or height to zero (or within (size of handle) of zero) when the handles are inside the object. Also, you could not previously make a line straight using the selection handles inside an objec

Re: Object Selection Handles

2017-03-28 Thread Richard Gaskin via use-livecode
Ali Lloyd wrote: > The code hit-detects as if the handles were square, so the > hit-detection area is actually bigger than it used to be. And there's the difference between engineering and user experience: It may be bigger, but if it's visually ambiguous user's won't be able to know that. A

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

2017-03-28 Thread Richmond Mathewson via use-livecode
I came to the Macintosh party late (even if the kilt I wear is always Hunting Macintosh, from my Grandfather Richmond McIntosh) in 1993 with an LC 475 running system 7.1. Richmond On 3/28/17 6:05 pm, Dr. Hawkins via use-livecode wrote: On Tue, Mar 28, 2017 at 2:17 AM, Mark Waddingham via use-l

Re: Object Selection Handles

2017-03-28 Thread Sannyasin Brahmanathaswami via use-livecode
Ditto what Dan, Richard, Craig said (letting off just a little steam here too) Ali: "provide examples" Adobe illustrator see: http://wiki.hindu.org/uploads/square-small-selection-handles.jpg Ali: "justification" -- I've been ranting for 2 decades about how LC IDE needs to be optimized for

Re: Object Selection Handles

2017-03-28 Thread Richmond Mathewson via use-livecode
That's why I do 95% of my graphic design "elsewhere" (Gimp, Inkscape, and so on). Doing the "application dance" seems to take up an awful lot of time, and that along with the eternal import-export-import thing can get a wee bit tedious. If all the graphic stuff could be done on-board things wou

Re: Object Selection Handles

2017-03-28 Thread J. Landman Gay via use-livecode
Just a general agreement here, I also have some issues with the new design for selections. The circular handles look strange to me but it's an adjustment I can deal with. The dotted outline bothers me more because it is harder to see the edges of the object, though I suspect it was implemented

Re: Line numbers for soft-wrapped styled text?

2017-03-28 Thread Alex Tweedly via use-livecode
There is a bit of a problem I encountered trying to code this up. I'm not 100% sure yet if it's a bug, though I think it must be. Comments anyone ? If I set the 'spacebelow' of the last (Nth) line of a field, and get the formattedheight of the field, that includes the spacebelow value just s

Re: Text formatting in LC HTML5 apps?

2017-03-28 Thread Terry Judd via use-livecode
OK, thanks Peter – I’ve got it displaying a different font now. Still struggling with styles but I’m sure I’ll get there. Terry... On 28/03/2017 11:50 pm, "use-livecode on behalf of Peter TB Brett via use-livecode" wrote: On 28/03/2017 10:32, Terry Judd via use-livecode wrote:

Re: Line numbers for soft-wrapped styled text?

2017-03-28 Thread hh via use-livecode
Hi Alex, below you will find a tested binary search for the visible lines which uses item 4 of the formattedRect for the topLine and item 2 of the formattedRect for the bottomLine. TMHO your method is so fast for visible lines of a field on usual screensizes only that you could do that for each si

Re: Text formatting in LC HTML5 apps?

2017-03-28 Thread Terry Judd via use-livecode
Well, perhaps not so sure now. I’d like to get different styles within the one field (normal and bold) but if I include both normal and bold versions of a font in the standalone then the bold one seems to take precedence and all text in the app is bold. Terry... On 29/03/2017 7:42 am, "use-liv

RE: Line numbers for soft-wrapped styled text?

2017-03-28 Thread Ralph DiMola via use-livecode
I remember once had a problem like something like this. I solved it by including char 1 to -1 or was it adding the effective keyword? Don't remember and I don't have time to try at this moment. If you do this do you get the expected results? the formattedheight of char 1 to -1 of line N of fld or

Xcode version for iOS 10.2.1 and LC 9.0.0 dp6

2017-03-28 Thread William Prothero via use-livecode
The list doesn’t specify which XCode version is required for this configuration. I’m on Mac OS 10.11.6 Help? Bill William A. Prothero http://earthlearningsolution.org/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Set Layer bug?

2017-03-28 Thread Dan Friedman via use-livecode
Is this a bug or am I losing my mind? Can anyone confirm? Using LC 9.0.0 DP-6, set the layer of any object to anything and it always get’s set to the topmost layer. To repeat, put three buttons on a card: “button1”, “button2” and “button3”. The, put this in the stack script: on mouseUp se

Re: Set Layer bug?

2017-03-28 Thread Terry Judd via use-livecode
Have you tried the relayer command? It has a number of useful options. Terry... On 29/03/2017 9:28 am, "use-livecode on behalf of Dan Friedman via use-livecode" wrote: Is this a bug or am I losing my mind? Can anyone confirm? Using LC 9.0.0 DP-6, set the layer of any object to a

Re: Xcode version for iOS 10.2.1 and LC 9.0.0 dp6

2017-03-28 Thread Dave Kilroy via use-livecode
Bill the following is from the Release Notes for LiveCode 8.1.3 (located inside the ‘Guide’ bit of the new dictionary) Dave iOS iOS deployment is possible when running LiveCode IDE on a Mac, and provided Xcode is installed and has been set in LiveCode Preferences (in the Mobile Support pane).

Re: Set Layer bug?

2017-03-28 Thread Klaus major-k via use-livecode
Hi Dan, > Am 29.03.2017 um 00:28 schrieb Dan Friedman via use-livecode > : > > Is this a bug or am I losing my mind? Can anyone confirm? > > Using LC 9.0.0 DP-6, set the layer of any object to anything and it always > get’s set to the topmost layer. To repeat, put three buttons on a card:

Re: Xcode version for iOS 10.2.1 and LC 9.0.0 dp6

2017-03-28 Thread William Prothero via use-livecode
Thanks, Dave. Bill > On Mar 28, 2017, at 3:35 PM, Dave Kilroy via use-livecode > wrote: > > Bill the following is from the Release Notes for LiveCode 8.1.3 (located > inside the ‘Guide’ bit of the new dictionary) > > Dave > > > iOS > iOS deployment is possible when running LiveCode IDE on

Re: Set Layer bug?

2017-03-28 Thread Richard Gaskin via use-livecode
Dan Friedman wwrote: > Is this a bug or am I losing my mind? Can anyone confirm? > > Using LC 9.0.0 DP-6, set the layer of any object to anything and it > always get’s set to the topmost layer. To repeat, put three buttons > on a card: “button1”, “button2” and “button3”. The, put this in the

Re: Set Layer bug?

2017-03-28 Thread Mike Bonner via use-livecode
Confirmed on win10 If you set target to 1, it works. If you set it to > 1 it seems to always set it to the layer thats highest. I tested with this script. on mouseup set the layer of the target to 2 repeat with i = 1 to the number of buttons of this card set the label of button i to the laye

Re: Line numbers for soft-wrapped styled text?

2017-03-28 Thread Alex Tweedly via use-livecode
Thanks Ralph, but no, that doesn't make any difference. Usually the "char 1 to -1" addition helps where there is an implied trailing delimiter. In this case, the problem occurs even for the simplest chunk expression of just a single line (e.g. "line N") where the delimiter is never included.

Re: Line numbers for soft-wrapped styled text?

2017-03-28 Thread Alex Tweedly via use-livecode
On 28/03/2017 22:11, hh via use-livecode wrote: Hi Alex, below you will find a tested binary search for the visible lines which uses item 4 of the formattedRect for the topLine and item 2 of the formattedRect for the bottomLine. That's great - thank you. However, I do have a couple of questio

Hangs on "Configuring Simulator"

2017-03-28 Thread William Prothero via use-livecode
LC 8.1.3 INDY, XCode 8.2.1, OSX 10.11.6 My app was running the simulator, then I started messing with new versions of Xcode and the latest dp of v8 in livecode. Now when I test it on iOS, it compiles the app but hangs on “Configuring simulator….” I tried deleting the prefs. No joy. At least the

Re: Hangs on "Configuring Simulator"

2017-03-28 Thread William Prothero via use-livecode
Never mind….. I deleted all versions of Xcode, downloaded 8.2, and it worked. Whew! Bill > On Mar 28, 2017, at 4:44 PM, William Prothero via use-livecode > wrote: > > LC 8.1.3 INDY, XCode 8.2.1, OSX 10.11.6 > > My app was running the simulator, then I started messing with new versions of > Xc

Re: Line numbers for soft-wrapped styled text?

2017-03-28 Thread hh via use-livecode
I see, you are optimizing this. Will become perfect. The current search is part of a script that has to work also for non-wrapped text (with possibly horizontal scrollbar) and is a first step for calculating the visible "chars" (incl. whitespace). In sum: you are right, the search for the lines c

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread Bob Sneidar via use-livecode
This in message box: put "this is a test" into pPayload;encrypt pPayload using "bf" with password "testing" at 128 bit;put pPayload produces: this is a test No Bueno. Bob S > On Mar 28, 2017, at 08:21 , Dave Kilroy via use-livecode > wrote: > > encrypt pPayload using "bf" with password tPa

Re: Blowfish digest , how to create in Livecode

2017-03-28 Thread Bob Sneidar via use-livecode
NVM I know, it's "put it" Bob S > On Mar 28, 2017, at 19:27 , Bob Sneidar wrote: > > This in message box: > put "this is a test" into pPayload;encrypt pPayload using "bf" with password > "testing" at 128 bit;put pPayload > produces: > this is a test > > No Bueno. > > Bob S > > >> On Mar

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

2017-03-28 Thread Bob Sneidar via use-livecode
What is an LC 475? Do you mean an Apple Performa? Bob S > On Mar 28, 2017, at 10:41 , Richmond Mathewson via use-livecode > wrote: > > LC 475 running system 7.1. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Object Selection Handles

2017-03-28 Thread Bob Sneidar via use-livecode
The software should allow you to select the handle of the foreground object if only one is selected, and if multiple objects are selected, the nearest neighbor to your click point. If anchors are so close as to conflict, you should be able to zoom in. I think this is a non-issue. Bob S > On