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 d
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
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 becaus
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 t
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 image.
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
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. https://en.wikipedia.org/wiki/
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
>
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 for
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
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 wa
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 "Copying
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 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 t
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 "Do
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 | jac...@hyperac
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 a
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
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 redraw
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
use-livecode@lists.ru
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 "t
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 i
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
23 matches
Mail list logo