Re: Need to populate array into datagrid

2021-08-11 Thread Bob Sneidar via use-livecode
I have seen this sort of thing before. Try setting the dgData to empty, and also the dgText. Further, make sure that the column names of the datagrid match the keys of each record in the array. Sent from my iPhone > On Aug 11, 2021, at 12:52, Mark Smith via use-livecode > wrote: > > Skip,

Re: Need to populate array into datagrid

2021-08-11 Thread Mark Smith via use-livecode
Skip, are you putting this into a form style or table style datagrid? Mark > On Aug 11, 2021, at 8:18 PM, Skip Kimpel wrote: > > So yes, I have tried this method but I am only getting the first element to > appear in the data grid ("1,2") in each row > None of the other details appear in the

Re: Need to populate array into datagrid

2021-08-11 Thread Skip Kimpel via use-livecode
So yes, I have tried this method but I am only getting the first element to appear in the data grid ("1,2") in each row None of the other details appear in the datagrid. SKIP On Tue, Aug 10, 2021 at 3:24 PM Mark Smith wrote: > Hi Skip, I’m not sure if this is what you are looking for but if you

Re: Good math/code lesson from HMS Queen Elizabeth

2021-08-11 Thread Bob Sneidar via use-livecode
Curious, what kind of neurotoxin? We get stingrays on our beaches during warm days and calm surf. They come in close to shore to rest and to hide from predators. If you get hit by their stinger, they have a toxin which is an enzyme catalyst, which will keep eating away at your flesh. There is no

Re: List fields question...

2021-08-11 Thread Bob Sneidar via use-livecode
Amazing stuff Richard. It's always an inspiration to me, and I hope others also to see how creative and useful we can be with Livecode. Bob S > On Aug 10, 2021, at 19:01 , Richard Gaskin via use-livecode > wrote: > > Paul Dupuis wrote: > > > Using the message watcher is practically useles

Good math/code lesson from HMS Queen Elizabeth

2021-08-11 Thread Curry Kenworthy via use-livecode
Only 1 post this week; typing hurts. (Downtime after a neurotoxin exposure.) Big fan of the F-35 stealth fighter. So naturally, the HMS Queen Elizabeth too! Great journey this year with US and UK jets. Also a TV show about the ship, "Supercarrier." One episode had a good math (or code) lesson:

Re: AW: List fields question...

2021-08-11 Thread Paul Dupuis via use-livecode
Thanks for the info! On 8/10/2021 10:01 PM, Richard Gaskin via use-livecode wrote: Paul Dupuis wrote: >  Using the message watcher is practically useless unless I took the >  time to filter out all the existing messages I am not looking for. How about in addition to filtering by message name