Ah I think I cracked it, I was missing the acceptChanges() call after loading the rows again. I think it works now.
Thanks for your interest Denis! Here’s a simplified version of the script. To recreate the error, simply sort the column, and then edit the text. Thi…
There;s a fair bit on the subject here : But it doesn’t, as far as I can tell, provide a means to either get the subanimname from the property name,…
Thanks Lo, Great to see such efficient code
Yup, XML it is then! Thanks for confirming I wasn’t going crazy.
Yup, thanks again Lo. Here’s a script to demonstrate the issue. : no = 1000 inipath = “c:\ est.ini” for i = 1 to no do ( keystr = “keyval” + (i as…
The problem is, that the script won’t know which entries exist in the INI till it gets the catchall array. The parameters stored may vary on a scene b…
Hah, great input people! So if that memory limit is for a single entry, and the mem limit for the entire returned array is huge, then there shouldn’t …
Hi Pete, Thanks for chiming in. I’m good thanks, and thanks for all the dotnet info you’ve posted on your blog… very handy! I’ll check out those ui c…
Ah, brilliant. I’ll try that out. I’m surprised there isn’t a more direct connection between a dataGridView and its datasource; ie direct addressing o…