Re: Chart widget and axes which are time values.

2022-02-22 Thread Mark Wieder via use-livecode
On 2/22/22 18:31, scott--- via use-livecode wrote: Okay, that totally didn’t work… including all the strike-out text. (sigh) Let me just say that I’m really liking the Cart widget, even if I can’t quite getting working for me yet. Yeah. I haven't yet gotten the hang of it, and it crashes my

Re: resetall?

2022-02-22 Thread Mark Wieder via use-livecode
On 2/22/22 00:52, Mark Waddingham via use-livecode wrote: Can you clarify what you mean by the 'socket seems to not be responding'? Sure. Here you go. I'm communicating between a standalone and a stack in the IDE. I've tried this with 9.6.3, 9.6.6, and 10.0.0-rc2 with the same results, so I

Re: Chart widget and axes which are time values.

2022-02-22 Thread scott--- via use-livecode
Okay, that totally didn’t work… including all the strike-out text. (sigh) Let me just say that I’m really liking the Cart widget, even if I can’t quite getting working for me yet. — Scott > On Feb 22, 2022, at 6:23 PM, scott--- via use-livecode > wrote: > > Alex, I’m replying off list

Re: Chart widget and axes which are time values.

2022-02-22 Thread scott--- via use-livecode
Alex, I’m replying off list because my ulterior motive is to ask you a question. Argh. I see, after re-reading your post, that my remarks are useless. I’ve been spending a bit of time trying to replace my old chartsEngine library with the new chart widget. I haven’t tried any of the commands

Re: Loading a LONG list with images

2022-02-22 Thread Dan Friedman via use-livecode
Tom, Ok... I finally figured out the setting of dgNumberOfRecords and adding a GetDataForLine command. So, the data is now loading. And, I am doing the check in FillInData to see if the image is loaded or not. If it's not, I call getAndCachePreview with in turn does the download of the

Re: [ANN] Release 10.0.0 DP-2

2022-02-22 Thread doc hawk via use-livecode
martin mumbled, > The term “Multi-finder” rung a bell but not very loudly. I knew it was a Mac > thing but I wasn’t quite sure what anymore. It was downright amazing. Most importantly it saved the time of sequentially quitting and loading applications, letting you cut and paste from one to

Re: [ANN] Release 10.0.0 DP-2

2022-02-22 Thread Martin Koob via use-livecode
The term “Multi-finder” rung a bell but not very loudly. I knew it was a Mac thing but I wasn’t quite sure what anymore. I realized my loss of memory around this is probably an age thing when I looked it up and found the date that it debuted... way back in 1987.

Re: [ANN] Release 10.0.0 DP-2

2022-02-22 Thread Bob Sneidar via use-livecode
Ever heard of a thing called, "Multi-Finder?" Bob S > On Feb 21, 2022, at 12:23 , Richard Gaskin via use-livecode > wrote: > > Pi Digital wrote: > > > It’s so frustrating because I just spent the last week making my own > > widget to make bar and pi charts. LOL! Now it feels like a futile

Re: Property mapper and a s script database

2022-02-22 Thread Bob Sneidar via use-livecode
Whatever you do, DO NOT google Quordle. Bob S > On Feb 19, 2022, at 02:41 , Neville Smythe via use-livecode > wrote: > > OT: All this would have been ready days ago if I hadn’t been diverted by the > wordle craze - it’s all too tempting to use LC to quickly cobble together > versions

Re: How Do I Get "revNewScripEditor 1"

2022-02-22 Thread Bob Sneidar via use-livecode
If you want to save changes, use CMD-S on Apple and Ctrl-S on Win. Bob S > On Feb 18, 2022, at 11:59 , Sannyasin Brahmanathaswami via use-livecode > wrote: > > Everytime I edit a script using "revNewScripEditor 1", it comes up with a > top left “arrows” of red, yellow, green. I can’t get

Re: Standalone build under Big Sur on M1 Airbook

2022-02-22 Thread Mike Kerner via use-livecode
i'm not sure what an airbook is, but i'm using a 2021 m1max mbp On Tue, Feb 22, 2022 at 4:24 PM Mike Kerner wrote: > i am not having any trouble building using 6.8.5 on osx 12.2.1 > > On Tue, Feb 22, 2022 at 3:05 PM Paul Dupuis via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> I

Re: Standalone build under Big Sur on M1 Airbook

2022-02-22 Thread Mike Kerner via use-livecode
i am not having any trouble building using 6.8.5 on osx 12.2.1 On Tue, Feb 22, 2022 at 3:05 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I was just building an app under Big Sur on a new M1 Airbook when during > the build process with the build dialog showing

Re: [ANN] Circling Balls Illusion

2022-02-22 Thread Bob Sneidar via use-livecode
Galileo would have been banned from this list a long time ago. ;-) Bob S > On Feb 3, 2022, at 10:32 , Roger Guay via use-livecode > wrote: > > Galileo: "Mathematics is the language with which God wrote the universe.” > > Roger > >> On Feb 3, 2022, at 10:43 AM, Rick Harrison via

Re: ios redraws just stop

2022-02-22 Thread Mikey via use-livecode
nope. sigh. On Tue, Feb 22, 2022 at 1:46 PM Mikey wrote: > h that's interesting. > thanks, jg i'll try that > > On Tue, Feb 22, 2022 at 1:02 PM J. Landman Gay via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> An old standby from Panos: >> >> set the backcolor of this card to

Standalone build under Big Sur on M1 Airbook

2022-02-22 Thread Paul Dupuis via use-livecode
I was just building an app under Big Sur on a new M1 Airbook when during the build process with the build dialog showing "Copying files..." the macOS told me the command 'lipo' was not installed and did I want to download it. Has anyone else seen this? I mean I already get a whole pile of

Re: ios redraws just stop

2022-02-22 Thread Mikey via use-livecode
h that's interesting. thanks, jg i'll try that On Tue, Feb 22, 2022 at 1:02 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > An old standby from Panos: > > set the backcolor of this card to the backcolor of this card > > -- > Jacqueline Landman Gay |

Re: Loading a LONG list with images

2022-02-22 Thread Dan Friedman via use-livecode
Mark, >> i.e. make sure the datagrid is only creating rows on demand, rather than >> up front, and then requesting images and updating them when they arrive How do you do that? What property do I set, or method is used to only load the displayed rows? Tom's code snippet is a WONDERFUL start

Re: ios redraws just stop

2022-02-22 Thread J. Landman Gay via use-livecode
An old standby from Panos: set the backcolor of this card to the backcolor of this card -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 22, 2022 9:37:39 AM Mike Kerner via use-livecode wrote: is there a way to force lc to

Re: ios redraws just stop

2022-02-22 Thread Mike Kerner via use-livecode
even better, card transitions are happening. controls that i can't see are responding. On Tue, Feb 22, 2022 at 10:34 AM Mike Kerner wrote: > is there a way to force lc to redraw on ios? iphonesetredrawinterval 1 > doesn't do it. > it seems that i have managed to find a way to make lc stop

ios redraws just stop

2022-02-22 Thread Mike Kerner via use-livecode
is there a way to force lc to redraw on ios? iphonesetredrawinterval 1 doesn't do it. it seems that i have managed to find a way to make lc stop redrawing. it's difficult to test without forcing a redraw ___ use-livecode mailing list

Chart widget and axes which are time values.

2022-02-22 Thread Alex Tweedly via use-livecode
I've been trying to use the new chart widget, but no success yet. All the charts I want to do have times (or dates) along the X axis. I can see that any options which have not been wrapped in LC can be set by doing something like:    put the chartJSONOptions of widget "mine" into tA    put

Re: resetall?

2022-02-22 Thread Mark Waddingham via use-livecode
On 2022-02-21 20:17, Mark Wieder via use-livecode wrote: On 2/21/22 10:37, Mark Waddingham via use-livecode wrote: Put another way - if you have done 'close socket i', then it is then it should be logically impossible for i to be in the openSockets immediately afterwards. Ah. Sorry - after

Re: Loading a LONG list with images

2022-02-22 Thread Mark Waddingham via use-livecode
On 2022-02-21 23:47, Tom Glod via use-livecode wrote: This is how i did it . I hope this helps. First to use the "numberofrecords" way of setting the datagrid data. This is key, that way you only ever trigger loading of visible rows. So I've not got much to add to Tom's method i.e. make