Re: Can't add column behavior

2019-03-12 Thread JJS via use-livecode
That's a smart idea. Thanks for mentioning it Bob. Regards, Jerry Op 12-3-2019 om 16:56 schreef Bob Sneidar via use-livecode: When I have encountered DG wierdness, that is what I do. In fact I have a script that backs up the important settings of a datagrid (column names, labels, widths etc

Re: Can't add column behavior

2019-03-12 Thread Bob Sneidar via use-livecode
When I have encountered DG wierdness, that is what I do. In fact I have a script that backs up the important settings of a datagrid (column names, labels, widths etc.) as a property of the card it's on, then another script that creates a new one and restores the settings. Bob S > On Mar 9, 2

Re: Can't add column behavior

2019-03-09 Thread JJS via use-livecode
Well, i deleted the DG (saving the internal scripts first). Then copied the working one and adjusted it. (it's in the same stack so no copy issues) Regards. Op 8-3-2019 om 21:44 schreef JJS via use-livecode: Hi, on one DG i can't add a column behavior, the + button is not responsive. (lc9

Can't add column behavior

2019-03-08 Thread JJS via use-livecode
Hi, on one DG i can't add a column behavior, the + button is not responsive. (lc903rc1/win10) I noticed with another DG in the same stack it can take a few seconds, but this one does not respond at all. Does anyone know a quick fix? Thanks a lot! Jerry ___