Re: Datagrid internal error

2022-08-08 Thread Paul Dupuis via use-livecode
On 8/8/2022 12:26 PM, Paul Dupuis via use-livecode wrote: A customer encountered the following execution error (below) in our app (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the scrips for the Datagrid itself, rather than our code. At the end, it is one of our handler,

Datagrid internal error

2022-08-08 Thread Paul Dupuis via use-livecode
A customer encountered the following execution error (below) in our app (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the scrips for the Datagrid itself, rather than our code. At the end, it is one of our handler, "populateMe", where line 139 is where the error starts. Line

RE: Datagrid internal error

2022-08-08 Thread Ralph DiMola via use-livecode
Paul, The max height of a field is 32,767 pixels. This can be hard to quantify especially on mobile with the cornucopia of screen resolutions. I would imagine that this limit also applies to groups as well. I got bit on this when the app worked in the IDE but failed on some devices. Ralph DiMola

Code Signing Certificates: Where to put?

2022-08-08 Thread Bob Sneidar via use-livecode
I went through the process of creating the 2 certs needed to sign, notarize and staple an app bundle. I imported the certs into my Keychain in System (login didn't seem like the place to put it) and now MrSign'n'Notarize Helper V3 is generating an error which seems to indicate it cannot find

Re: Livecode Builder developer wanted

2022-08-08 Thread Paul McClernan via use-livecode
I would say go ahead and jump in yourself, I’d be willing to help if I can (I’m rather busy myself), if you post questions in the LCB forum section, if you get stuck. I’m sure Trevor has left a nice starting base (I’ve looked at all of his LCB work). You could likely get the lib binary for macOS

Re: Datagrid internal error

2022-08-08 Thread Bob Sneidar via use-livecode
Nope I take that back it's lines. I remember now wondering why that was. Bob S > On Aug 8, 2022, at 16:53 , Bob Sneidar wrote: > > I believe dgProp ["columns"] is a comma delimited list. > > Bob S > > >> On Aug 8, 2022, at 09:26 , Paul Dupuis via use-livecode >> wrote: >> >> A

Re: Datagrid internal error

2022-08-08 Thread Bob Sneidar via use-livecode
I believe dgProp ["columns"] is a comma delimited list. Bob S > On Aug 8, 2022, at 09:26 , Paul Dupuis via use-livecode > wrote: > > A customer encountered the following execution error (below) in our app > (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the scrips > for