Re: ImageStatistics_v100

2018-08-28 Thread Alejandro Tejada via use-livecode
Hermann, Many Thanks for publishing your work! Klaus Major, Wilhelm Sanke, Bernd Niggeman and you are outstanding role models for German developers. Out of curiosity, Have you implemented in LC an image processing algorithm that segment images in background and foreground? For example:

Re: Best way to store videos

2018-08-28 Thread J. Landman Gay via use-livecode
On 8/27/18 9:02 PM, BNig via use-livecode wrote: That baffles me because Tiny Dictionary only "knows" the path to the documentation folder of the currently running LC. Even when running multiple versions of LC concurrently it will only ever use the path to the documentation folder of that

Re: For those who do not know lcTasklist

2018-08-28 Thread Sannyasin Brahmanathaswami via use-livecode
hmmm I'm not getting external behaviors /modules look.livecode # which has this behavior assigned: behavior_look.livecodescript #NOTE ??? REVIEW etc. do not appear and the indexing does not happen whether I set to "Main Stacks" and "Open Stacks" On

Re: ImageStatistics_v100

2018-08-28 Thread Tom Glod via use-livecode
thanks for this. On Tue, Aug 28, 2018 at 10:08 AM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > ImageStatistics_v100 is a very fast computation of the color-values > distribution of an image for each of the R/G/B-channels and the > 'mean channel' (= grayscaled image). > > You get

Re: Datagrid substack question

2018-08-28 Thread Knapp Martin via use-livecode
Thanks zryip - I’ll give that a try! Marty > On Aug 28, 2018, at 12:31 AM, zryip theSlug via use-livecode > wrote: > > Marty, > > You have to change the row template property of your datagrid to point it > to the template group located in your renamed substack. > > set the dgProps["row

ImageStatistics_v100

2018-08-28 Thread hh via use-livecode
ImageStatistics_v100 is a very fast computation of the color-values distribution of an image for each of the R/G/B-channels and the 'mean channel' (= grayscaled image). You get the raw data and select for the display the number of bins (one of 2, 4, 8, 16, 32, 64, 128, 256) for the values range

Re: For those who do not know lcTasklist

2018-08-28 Thread Matthias Rebbe via use-livecode
> Am 28.08.2018 um 06:58 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > Looks like I need this, so on everyone's recommendation I bought it. > > > 2) Can you make "ignore" the Datagrid templates after they been > instantiated? One get many "Note" from every instance? There are

Re: For those who do not know lcTasklist

2018-08-28 Thread Matthias Rebbe via use-livecode
I am working with lcTasklist and LC 9 (now 9.01RC2) for months w/o problems here on Mac OS X. Matthias > Am 28.08.2018 um 08:07 schrieb Peter Bogdanoff via use-livecode > : > > There’s a help icon at the bottom of the window that explains everything. > > However, with Livecode 9 I was

Re: Datagrid substack question

2018-08-28 Thread zryip theSlug via use-livecode
Marty, You have to change the row template property of your datagrid to point it to the template group located in your renamed substack. set the dgProps["row template"] of grp "myDatagrid" to the long id of grp "myGrpTemplate" of cd "myCardTemplate" of stack "myTemplateStack" On Tue, Aug 28,

Re: For those who do not know lcTasklist

2018-08-28 Thread Peter Bogdanoff via use-livecode
There’s a help icon at the bottom of the window that explains everything. However, with Livecode 9 I was finding that lcTasklist seemed to be causing strange things in the script editor when editing an existing script—the new completion features were misfiring and scrambling things. I had to go