Re: Memory leaks

2019-02-06 Thread Brian Milby via use-livecode
I only ran the test on a Mac.  Once I get my computer unpacked I plan on working up an additional test and trying on Linux and Windows. Thanks, Brian On Feb 6, 2019, 11:01 PM -0500, hh via use-livecode , wrote: > > > hh wrote: > > > ... the browser widget is still memory leaking when using JS >

Memory leaks

2019-02-06 Thread hh via use-livecode
>> hh wrote: >> ... the browser widget is still memory leaking when using JS > > Brian M. wrote: > I don’t think that leak is browser widget specific. I was able to reproduce > the effect of increasing memory usage with the tree view widget, but much > more slowly. Very interesting, so it may

Re: Widget TurnImage89_v100

2019-02-06 Thread hh via use-livecode
I tested now more intensive the widget with LC 9.0.2 on Win 7-10 and linux (Xubuntu 1604). It works as it should but I changed the (only partially working) sample stack: I had to rewrite the video grabbing loop so that the browser widget has no problems on windows and linux. Especially on Xubuntu

Re: Widget TurnImage89_v100

2019-02-06 Thread Brian Milby via use-livecode
I don’t think that leak is browser widget specific.  I was able to reproduce the effect of increasing memory usage with the tree view widget, but much more slowly. Thanks, Brian On Feb 6, 2019, 9:22 PM -0500, hh via use-livecode , wrote: > > BR wrote: > > Now, if I could only figure out how to

Re: Widget TurnImage89_v100

2019-02-06 Thread hh via use-livecode
> BR wrote: > Now, if I could only figure out how to use a series of images > instead of just two? You can set new images at any time, even during rotation. Setting an image needs at about 10 millisecs (the widget has to adjust its size). See the help at topright of the sample stack. The video gra

Mac Desktop App - No Longer Save to the Engine/Resourses Folder?

2019-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
I have to update some in house production app for Mac. To 64 bit... Used to Be: I could create a standalone, like a little "splash" engine and copy a separate stack to the engine location for it boot and save that stack. Now the stack is store in the app package to /Contents/Resources/_Mac

Re: Widget TurnImage89_v100

2019-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
Fantastic Herman! Thanks for the contributions. Now, if I could only figure out how to use a series of images instead of just two? I am digging through the scripts to see what I can find. But it is good to know that LCB can do "smooth" transitions/animation (well, the video was a bit jerky b

Re: editing data grid column via scrip

2019-02-06 Thread Hershel F via use-livecode
Thanks, i did something very similar.work fine a bit funky but it does the job for now. Thank you. HerhelF > On Feb 6, 2019, at 12:11 PM, Bob Sneidar via use-livecode > wrote: > > Not sure what you mean here. In the data grid tab of the properties window > there is an option to Allow Edit

Re: editing data grid column via scrip

2019-02-06 Thread Hershel F via use-livecode
Hi and thanks, i’ll try to be a clearer. all editing is done only via option menu scripts. as mentioned earlier, an option menu in the company column and product column. now a mouseDown in the OM collects all company names then on menuPick the selected company is chosen at the same time the com

Re: Widget TurnImage89_v100

2019-02-06 Thread prothero--- via use-livecode
Hermann, Your contributions are really awesome! Thank you very much for your cutting edge work. Best, Bill William Prothero http://es.earthednet.org On Feb 6, 2019, at 10:04 AM, hh via use-livecode wrote: >> Rick H. wrote: >> A YouTube type video showing the effects, and some instructional >

Re: Widget TurnImage89_v100

2019-02-06 Thread hh via use-livecode
> Rick H. wrote: > A YouTube type video showing the effects, and some instructional > examples of how to use the widget would be helpful. The SAMPLE STACK (which works after installing the widget and then restarting LiveCode) has a few lines of help and ++ one ordinary widget (the Tiger) for use

Re: editing data grid column via scrip

2019-02-06 Thread Bob Sneidar via use-livecode
Not sure what you mean here. In the data grid tab of the properties window there is an option to Allow Editing. Double clicking the cell with this option set will allow you to edit the value. This seems klunky to me. What I do is I create a field for each editable value in the datagrid, then h

Re: How to tell if a field is "closed"?

2019-02-06 Thread Bob Sneidar via use-livecode
The problem with using closeField in this instance is that it only gets triggered when you exit the field AND changes have been made. That means you can trap once for the bad data, but if the user does not correct the bad data and clicks Import again, since the data did NOT change the second tim

Re: How to tell if a field is "closed"?

2019-02-06 Thread Bob Sneidar via use-livecode
You beat me to it Mark! :-) Bob S > On Feb 5, 2019, at 11:53 , Mark Waddingham via use-livecode > wrote: > > Then in your import button do: > > on mouseUp >focus on nothing ___ use-livecode mailing list use-livecode@lists.runrev.com Please v

Re: Widget TurnImage89_v100

2019-02-06 Thread Rick Harrison via use-livecode
Hi hh, A YouTube type video showing the effects, and some instructional examples of how to use the widget would be helpful. Thanks, Rick > On Feb 6, 2019, at 12:35 AM, hh via use-livecode > wrote: > > TurnImage is a pure LiveCode Builder widget, there is no essential > script access and no

Re: AW: AW: weird video screenshot problem

2019-02-06 Thread Mark Waddingham via use-livecode
On 2019-02-06 10:41, Tiemo Hollmann TB via use-livecode wrote: Hi Mark, I can reproduce it in the LC 9 IDE with the pure stack (no standalone) on my computer with the same LC 9 version. So neither "Enable Hi-DPI Scaling" or a relation between windows and an App setting can be taken into accou

AW: AW: weird video screenshot problem

2019-02-06 Thread Tiemo Hollmann TB via use-livecode
Hi Mark, I can reproduce it in the LC 9 IDE with the pure stack (no standalone) on my computer with the same LC 9 version. So neither "Enable Hi-DPI Scaling" or a relation between windows and an App setting can be taken into account. But I have made some more tests. The stack, where the screensho

AW: AW: weird video screenshot problem

2019-02-06 Thread Tiemo Hollmann TB via use-livecode
Hi Jacque, no difference setting both quality parameters to max or not. Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay via use-livecode Gesendet: Dienstag, 5. Februar 2019 17:47 An: How to use LiveCod

Re: Widget TurnImage89_v100

2019-02-06 Thread scott--- via use-livecode
Hermann, that is simply awesome! — Scott Morrow > On Feb 5, 2019, at 9:35 PM, hh via use-livecode > wrote: > > TurnImage is a pure LiveCode Builder widget, there is no essential > script access and no use of JavaScript. > > The widgets lets you > = turn an image horizontally or vertically with

Widget TurnImage89_v100

2019-02-06 Thread Alejandro Tejada via use-livecode
Hi Hermann, > TurnImage is a pure LiveCode Builder widget, > there is no essential script access and > no use of JavaScript. This a wonderful example of your developer prowess and LCB power. :-) The rotating movie is a real surprise. Brings me memories from the Commodore Amiga days. Congratulat