Docs for IDE hooks

2017-06-23 Thread Richard Gaskin via use-livecode
I wanted to pass along some tips to a budding plugins developer on how to use the new IDE APIs, but had a difficult time finding that documentation in the v8 or v9 installs. After poking around a bit on the web I was able to find this handy blog post:

Re: First 1000 characters without loop?

2017-06-23 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: > On 2017-06-22 23:18, Richard Gaskin wrote: >> With many chunk expressions, I would imagine it does. With line >> chunks, for example, the engine needs to walk through the string, >> comparing each character to CR, counting the found CRs as it goes. > > Yes - essentially

Re: First 1000 characters without loop?

2017-06-23 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: > On 2017-06-23 03:19, Richard Gaskin via use-livecode wrote: >> Seems murky. I'd much rather at least have something like a byteLen >> function, which returns the number of bytes for a given string. With >> that I can maintain byte offsets into a file with good

Re: ListMagic still available?

2017-06-23 Thread Bob Sneidar via use-livecode
It does not appear that developer's email addresses are visible from livecodeshare.runrev.com. Might be an issue with the web page or maybe some devs opt not to post it. Bob S > On Jun 23, 2017, at 16:50 , Bob Sneidar via use-livecode > wrote: > > Thanks

Re: Set the imagesource of a character to a built in graphic

2017-06-23 Thread Bob Sneidar via use-livecode
That should read put the clickChar into tChar if tTchar is not space... Doesn't affect the problem tho Bob S > On Jun 23, 2017, at 16:48 , Bob Sneidar via use-livecode > wrote: > > put the clickChar into tChar

Re: ListMagic still available?

2017-06-23 Thread Bob Sneidar via use-livecode
Thanks Matthias. I was hoping someone picked it up. It really is a nice piece of work. I will research to see if Jim is still able to be contacted. Bob S > On Jun 23, 2017, at 16:26 , Matthias Rebbe via use-livecode > wrote: > > Eric Chatonet, the author of

Re: Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
On Fri, Jun 23, 2017 at 6:09 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor: > This looks like a wonderful resource. However, I got stuck following the > “Make Installer” tutorial because I couldn’t read the text on the yml file, > where you modified added

Re: Set the imagesource of a character to a built in graphic

2017-06-23 Thread Bob Sneidar via use-livecode
Okay so here is an odd thing. Given that the imageSource of char 1 of eack line of a scrolling field is set to a graphic (A plus sign in this case): on selectionChanged put the clickChar into tChar if tText is not space then exit selectionChanged put word 2 of the clickLine into tLine

Re: ListMagic still available?

2017-06-23 Thread Matthias Rebbe via use-livecode
Eric Chatonet, the author of ListMagic, passed away in January 2009. Jim Bufalini, a business partner of Eric, if i remember right, sold and supported the product for some time to support Eric´s family. But i am afraid it is not sold anymore. The last post of Jim Bufalini to this list was

Re: Set the imagesource of a character to a built in graphic

2017-06-23 Thread Bob Sneidar via use-livecode
NVM I figured it out. Bob S > On Jun 23, 2017, at 16:19 , Bob Sneidar via use-livecode > wrote: > > I am trying this: > > set the imageSource of char 1 of line 1 of field "Scrolling List Field" to > image ID 200086 > > No workie. How do I refer to a built

Set the imagesource of a character to a built in graphic

2017-06-23 Thread Bob Sneidar via use-livecode
I am trying this: set the imageSource of char 1 of line 1 of field "Scrolling List Field" to image ID 200086 No workie. How do I refer to a built in graphic? I use this to refer to imported graphics. Bob S ___ use-livecode mailing list

Re: Creating installers when packaging a Levure application

2017-06-23 Thread William Prothero via use-livecode
Trevor: This looks like a wonderful resource. However, I got stuck following the “Make Installer” tutorial because I couldn’t read the text on the yml file, where you modified added the installer-related directives. The text was too blurry. Best, Bill > On Jun 23, 2017, at 1:00 PM, Trevor

ListMagic still available?

2017-06-23 Thread Bob Sneidar via use-livecode
I hesitate to ask but, I found a demo of ListMagic I'd like to use but it won't run and I'd like to purchase it. Is it still available? It was published by SoSmartSoftware, but that web site no longer exists. Bob S ___ use-livecode mailing list

Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
Hey list, If you attended my session on Levure at LiveCode Global Jam you may have heard me mention that installers couldn’t be automated yet. Well, now they can. Levure 0.9.1 was pushed out today and it adds some features to “helpers” that allow the creation of installers during the packaging

Re: First 1000 characters without loop?

2017-06-23 Thread Jerry Jensen via use-livecode
I like it when Mark Does A Mark. > On Jun 23, 2017, at 12:29 PM, J. Landman Gay via use-livecode > wrote: > > "Do a Mark" :-) That will become a part of our vocabulary here. > > > > On June 23, 2017 8:15:31 AM Mike Kerner via use-livecode >

Re: First 1000 characters without loop?

2017-06-23 Thread J. Landman Gay via use-livecode
"Do a Mark" :-) That will become a part of our vocabulary here. On June 23, 2017 8:15:31 AM Mike Kerner via use-livecode wrote: Oh. Now I know why I kept getting beaten up during class as a kid - because I'd ask some question and then the teacher would do a

Re: Exploring A Single File Deploy on Windows

2017-06-23 Thread Bob Sneidar via use-livecode
I've got a really, really bad feeling about this... Bob S > On Jun 23, 2017, at 10:56 , Dan Friedman via use-livecode > wrote: > > I second this motion! PLEASE! We must have some way to work BEFORE the > eternals are loaded. Furthermore, we should be able

Re: Exploring A Single File Deploy on Windows

2017-06-23 Thread Dan Friedman via use-livecode
I second this motion! PLEASE! We must have some way to work BEFORE the eternals are loaded. Furthermore, we should be able to define where the externals will be saved and loaded. Requiring that externals must be in the same directory as the exe is far to limiting! New DataGrids and fancy

Re: DataGrid2 - Improved Graphics Means What - Exactly?

2017-06-23 Thread Sannyasin Brahmanathaswami via use-livecode
OK I'm all in .. will make a contribution. but so I can set all wonderment aside: Since learning about completely encapsulated responsive custom controls (aka "group") which contain not a single line of code I've started creating these "all over the place. I'm not clear on what "adornments"

Re: First 1000 characters without loop?

2017-06-23 Thread Bob Sneidar via use-livecode
Wouldn't it be cool if you could: repeat for each charChunk(1000) tChunk in tVar ... Just dreaming. Use case is minimal. Bob S > On Jun 23, 2017, at 08:15 , Bob Sneidar via use-livecode > wrote: > > For a loop you would do something like: > > repeat with i

Re: First 1000 characters without loop?

2017-06-23 Thread Mike Kerner via use-livecode
or, what monte was suggesting: put var1 into var2 delete char 1001 to -1 of var2 On Fri, Jun 23, 2017 at 11:15 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > For a loop you would do something like: > > repeat with i = 1 to the number of chars of tVar step 1000 > put

Re: First 1000 characters without loop?

2017-06-23 Thread Bob Sneidar via use-livecode
For a loop you would do something like: repeat with i = 1 to the number of chars of tVar step 1000 put char i to i+1000 of tVar into tVar2 -- do something with tVar2 end repeat bob s > On Jun 22, 2017, at 12:36 , Devin Asay via use-livecode > wrote: > > Hi

Re: put url tricks to copy files on windows

2017-06-23 Thread Bob Sneidar via use-livecode
Oooohhh... Bob S > On Jun 20, 2017, at 23:07 , Mark Waddingham via use-livecode > wrote: > > On an unrelated not you don't need to twiddle with the defaultfolder as > files() and folders() now take an optional argument for the path :) > > Mark

Re: Older version of LC vs Windows 10, app not responding

2017-06-23 Thread Bob Sneidar via use-livecode
For the record, we have problems scanning from copiers to file shares on Windows 10 Pro or Home (home is more of an issue). I had a user a couple days ago where the first scan worked fine, but the second scan wasn't accepted. This happened every time. I set the scan folder up in the

Re: First 1000 characters without loop?

2017-06-23 Thread Rick Harrison via use-livecode
Hi Mark, Thank you for your verbose answers to questions. That’s really really deep stuff! I’m so thankful that the engine takes care of all of this stuff so that the rest of us don’t have to! Cheers, Rick > On Jun 23, 2017, at 4:17 AM, Mark Waddingham via use-livecode >

Re: First 1000 characters without loop?

2017-06-23 Thread Mike Kerner via use-livecode
Oh. Now I know why I kept getting beaten up during class as a kid - because I'd ask some question and then the teacher would do a Mark - and then ALL of it would end up on the test. On Fri, Jun 23, 2017 at 5:09 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On

Re: Release 9.0.0 DP7 / SVG / The book of the film

2017-06-23 Thread Mark Waddingham via use-livecode
Hi Frans, On 2017-06-23 14:36, Frans Schoffelen via use-livecode wrote: Progress! But still not quite there yet. Picture link of screenshot : https://www.dropbox.com/s/b867mchlhyoornz/SVG.af-SVG-LC.png?dl=0 Can you share the SVG file which is generated by Affinity designer? Thanks, Mark.

Re: Release 9.0.0 DP7 / SVG / The book of the film

2017-06-23 Thread Frans Schoffelen via use-livecode
Hello all, I took Mark’s and Peter’s advice and tried Affinity Designer and recompiled for DP7. Color SVG widget works again. That is cool! And indeed the SGV churned out by Affinity works in the widget immediately . With a few problems remaining that I hope to be able to pin point with maybe

Re: First 1000 characters without loop?

2017-06-23 Thread Mark Waddingham via use-livecode
On 2017-06-23 03:07, Peter W A Wood via use-livecode wrote: Some Unicode characters, such as emojis, have to be represented by two codepoints in UTF-16 (known as surrogates) so they take four bytes not two. Additionally, the number of bytes for characters with accents will take either one

Re: First 1000 characters without loop?

2017-06-23 Thread Mark Waddingham via use-livecode
On 2017-06-23 03:19, Richard Gaskin via use-livecode wrote: Seems murky. I'd much rather at least have something like a byteLen function, which returns the number of bytes for a given string. With that I can maintain byte offsets into a file with good performance and no ambiguity. You do:

Re: First 1000 characters without loop?

2017-06-23 Thread Mark Waddingham via use-livecode
On 2017-06-22 23:18, Richard Gaskin via use-livecode wrote: With many chunk expressions, I would imagine it does. With line chunks, for example, the engine needs to walk through the string, comparing each character to CR, counting the found CRs as it goes. Yes - essentially that is the case

Re: DataGrid2 - Improved Graphics Means What - Exactly?

2017-06-23 Thread Mark Waddingham via use-livecode
On 2017-06-23 07:23, Sannyasin Brahmanathaswami via use-livecode wrote: What is the scope of the improved graphics rendering? Is It DataGrid only? No - the proposed engine addition (container layer mode) is not DataGrid only - it is a general feature usable by any custom control which wants