Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
Did I say "depo"? REPO ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
Stuff we need to do for this project: 1) Decide on the structure when you hit git. I think that we should have the routines be separate depos because it will be easier for everyone to subproject what they want. 2) Extract and format the docs for each piece 3) Build the wiki for it that will

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
YO, HAWKINS! Are you going to write the rest of the routine and make it cross-platform, already? You're holding up a library contribution! On Sat, Mar 25, 2017 at 9:02 AM, Mike Kerner wrote: > Did I say "depo"? REPO > -- On the first day, God created the heavens

Unicode 0x1cf6 and so on

2017-03-25 Thread Richmond Mathewson via use-livecode
It seems impossible to do this: put numToCodepoint(0x1cf7) into fld "fff" (LC 8.1.3) all one gets is a horrible little square (which one should not): http://www.unicode.org/charts/PDF/Unicode-10.0/U100-1CD0.pdf if one does this sort of thing: put numToCodepoint(0x1cf7) & numToCodepoint(123)

Re: iOS SDK Question

2017-03-25 Thread James Hale via use-livecode
On the "pricing" page of the Livecode site, towards the bottom, there is an FAQ. The first question there is indeed what you are asking. The answer given is: "To build closed source apps you must have a valid current Indy, Business or other commercial license. If you do not renew this license

Re: Unicode 0x1cf6 and so on

2017-03-25 Thread Richmond Mathewson via use-livecode
I have a "funny feeling" this is some problem with kerning rules for the characters 1CF5, 1CF6 and 1CF7 only. On 3/25/17 4:54 pm, Richmond Mathewson wrote: It seems impossible to do this: put numToCodepoint(0x1cf7) into fld "fff" (LC 8.1.3) all one gets is a horrible little square (which one

Line numbers for soft-wrapped styled text?

2017-03-25 Thread Richard Gaskin via use-livecode
I have an app that allows the user to write styled text, in which any portion of that text may have a variety of styles and sizes, and may be long enough to soft-wrap. I'd like to add a line-number field next to it, but I haven't come up with an efficient way of setting up those line numbers

Re: Unicode 0x1cf6 and so on

2017-03-25 Thread Richmond Mathewson via use-livecode
NOPE: this would seem to be a LiveCode-specific problem as I just entered those 3 characters (which are present in my Devawriter.ttf) font into a LibreOffice Writer document (Mac OS) without a backward glance. Bug 19471 Richmond. On 3/25/17 5:35 pm, Richmond Mathewson wrote: I have a "funny

Re: iOS SDK Question

2017-03-25 Thread Glen Bojsza via use-livecode
Hi James, thanks for pointing this to me. I guess my earlier licenses that I had which do not fall into this category would be fine though the versions would be quite old. For example version 4.6 I should be able to do closed source apps still since the license that came with it at the time did

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread Mark Wieder via use-livecode
On 03/25/2017 08:36 AM, Richard Gaskin via use-livecode wrote: I have an app that allows the user to write styled text, in which any portion of that text may have a variety of styles and sizes, and may be long enough to soft-wrap. I'd like to add a line-number field next to it, but I haven't

Re: Libraries To Contribute

2017-03-25 Thread Dr. Hawkins via use-livecode
On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Are you going to write the rest of the routine and make it cross-platform, > already? You're holding up a library contribution! > switch thePlatform case win32 put someCopyCommand && tgt &&

Determining if orientation locked on Android?

2017-03-25 Thread Richard Gaskin via use-livecode
On my Android phone I have orientation locked to Portrait, yet the LC app I'm building ignores this and rotates the with the device. I see that I can handle orientations internally, but I don't see how I can determine if the user has locked their device to one specific orientation. Any

Re: D3 LiveCode Chart Examples

2017-03-25 Thread Todd Fabacher via use-livecode
Hello LiveCoders, This was our prototype for charting, but unfortunately we have become so consumed with projects that we can not focus on this right now. We also coded the D3.js scripts so that we could use it in React. Just an FYI, some of the projects we have been working on in

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread Mark Wieder via use-livecode
On 03/25/2017 04:00 PM, Alex Tweedly via use-livecode wrote: Never done it, but I had a quick play Hmmm... nice approach. And clever use of spacebelow. If you have a way of determining which line(s) are being changed, then you could run this only from that line onward to save some time

Re: Extra Title Bar in All Stacks

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
Further testing: This is only occurring on stacks with "resize" set to true.. if I uncheck that the second title bar disappears. My gut says it has something to do with the "decorations" property of stacks being corrupted. On 3/25/17, 3:20 PM, "use-livecode on behalf of Sannyasin

Re: Extra Title Bar in All Stacks

2017-03-25 Thread Colin Holgate via use-livecode
It’s a standard Sierra feature that LiveCode doesn’t fully support yet. The View menu is supposed to have a Show Tab Bar menu item, which would hide the tab bar part of the window. The option is there sometimes, so if you’re lucky enough to see it you can deselect it. If the tab bar is showing

Re: Extra Title Bar in All Stacks

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
confirmed. Create new stack (leave it untitled) … I am getting a second "tab bar" under the *real* title bar of the new stack Create second new stack Hmmm, yes, fascinating, I can drag the title bar slowly onto the first stack and let go Now I have Untitled 2

Re: Determining if orientation locked on Android?

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
I'm not sure about how to test for lock orientation, but there are a number of related but reports, most recently http://quality.livecode.com/show_bug.cgi?id=19465 Elanor has an interesting test stack there. I suspect it is the same bug. in my case I want the "game" like screens/stacks to

Re: Colour Manipulation

2017-03-25 Thread hh via use-livecode
Hi all. Today I implemented this as part of LCImageToolBox89: Basics. Get it _from LC 8/9_ via "Sample Stacks" of the LC-Toolbar or http://livecodeshare.runrev.com/stack/826/LC-ImageToolBox89%3A-Basics Uses Canvas2D (no webGL because of issues with some graphic cards) in a hidden browser

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread dunbarx via use-livecode
Hi. Make two small fields, both with lineWrap set to "false". Line up the two field horizontally. Put some wrapped text into vld 1. Put this in a button somewhere: on mouseUp lock screen put fld 1 into storage replace return with return & numToChar(208) in fld 1 put fld 1 into

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
thanks, I was hoping it would be complete so I could just copy/paste it... On Sat, Mar 25, 2017 at 4:15 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Are you

Re: iOS SDK Question

2017-03-25 Thread Glen Bojsza via use-livecode
Hi James, Well I saw this in my account...but the license file and online activation won't work? So is this telling me I still have valid license for the following versions but the system won't allow me to install them? I have tried both the license file which ends up a zero bytes or automatic

Re: D3 LiveCode Chart Examples

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
Ditta what Trevor said. Our new app has both binary and livecodescript stacks. In the beginning I was "sloppy" and named some of the script only stacks (libraries, models, behaviors) with extension only ".livecode" in short order there is massive confusion a) about what can and cannot be

Re: D3 LiveCode Chart Examples

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
Do you mean to say "We do NOT even use pre-built UI cards any more" ?? Wow… that's amazing. And you are not seeing any performance issues? BR On 3/25/17, 10:41 AM, "use-livecode on behalf of Todd Fabacher via use-livecode"

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread Alex Tweedly via use-livecode
Never done it, but I had a quick play and found a way to do it - but whether it would count as "efficiently" or not is debatable :-( It does about 4 lines of text per millisecond on my elderly MacBook Pro (with LC 9.0.0 DP6) If you have a way of determining which line(s) are being

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread Richard Gaskin via use-livecode
Nicely done, Alex - thanks! -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.comhttp://www.FourthWorld.com

Re: Widget usage examples

2017-03-25 Thread hh via use-livecode
Widget usage example #2: LC-ImageToolBox89_Basics http://forums.livecode.com/viewtopic.php?p=152723#p152723 You will be astonished how close the core of the javascripts is to the handling of imagedata in LCScript. There are a lot among you who will add and change effects without knowing

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread Alex Tweedly via use-livecode
Hi. That works for "simple" fields which may contain soft-wrapped lines - but it doesn't account for styled text (e.g. where different lines may be different font sizes (or even mixed sizes), or where paragraph spacing has been set, or all the complex kinds of text we can now do. but

just some cool stuff

2017-03-25 Thread LiveCode Developer List via use-livecode
Dear, Do you want to take a look at the coolest things ever? Here is the link http://6url.ru/mdUU Warmest, LiveCode Developer List ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: iOS SDK Question

2017-03-25 Thread James Hale via use-livecode
The other way to be sure about your particular case is to visit your account page on the LiveCode site. The login link is in the upper right of the page. When I visit mine I see all my licenses and can tell from the version pop-up associated with each one what is actually licensed. I have 4

Re: Line numbers for soft-wrapped styled text?

2017-03-25 Thread dunbarx via use-livecode
Sannyasin. I know. I offer it just because I saw right away when I read the OP's post how to harvest soft-wrapped lines, and just wanted to play with the idea. I find it just a bit ugly to be required to "pollute", as I said, the source field in order to "find" the hard wraps.. So, just lock

Extra Title Bar in All Stacks

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
Something bizarre started happening this afternoon Mac OSx 10.12.3 Sierra LC 9DP5 Stack are opening with a second title bar underneath the *real* title bar. see http://wiki.hindu.org/uploads/extra-title-var.jpg I deleted my settings, removed all plug-ins, deleted settings again, rebooted…