reForm
@reform
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 151
Reply
RE: Adding rows to dataTable bound to sorted datagridview problem

Ah I think I cracked it, I was missing the acceptChanges() call after loading the rows again. I think it works now.

11 years ago
Forum
Reply
RE: Adding rows to dataTable bound to sorted datagridview problem

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…

11 years ago
Forum
Reply
RE: Subanims and properties mismatch

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,…

11 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Topic
Forum
Replies: 0
Views: 4
Reply
RE: Is there a getINISetting Key count limitation

Thanks Lo, Great to see such efficient code

12 years ago
Forum
Reply
RE: Is there a getINISetting Key count limitation

Yup, XML it is then! Thanks for confirming I wasn’t going crazy.

12 years ago
Forum
Reply
RE: Is there a getINISetting Key count limitation

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…

12 years ago
Forum
Reply
RE: Is there a getINISetting Key count limitation

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…

12 years ago
Forum
Reply
RE: Is there a getINISetting Key count limitation

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 …

12 years ago
Forum
Topic
Forum
Replies: 17
Views: 48
Topic
Forum
Replies: 1
Views: 13
Reply
RE: dotnet get datasource key from sorted datagridview

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…

12 years ago
Forum
Reply
RE: dotnet get datasource key from sorted datagridview

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…

12 years ago
Forum
Page 5 / 14