Write to Dictionary inside Event fails

Started by Jim Short, November 22, 2008, 02:46:54 PM

Previous topic - Next topic

Jim Short

Beta 5.0.1.3

Can not make a dictionary entry of any kind inside checkbox callback event.

Got this error a few times.

Jim
Jim Short

Kerry

Jim,
Can you post sample LSP code and a sample ODCL to demonstrate.
Perfection is not optional.
My other home is TheSwamp

Jim Short

Jim Short

Jim Short

I have made a change to the dictionary routine and now I am not sure why its working inside of event call.
More testing need before next post.

Thanks,
Jim
Jim Short

Jim Short

I tested the following but wonder if frailty may be introduced by
using the characters shown in a Dict or key name.

Dictionary names may not include : * = | ? < > , / `
May include  ! @ # $ % ^ & - _ + { } [ ] .

I am using "word{word" and "word[word]"

Thanks,
Jim
Jim Short

Jim Short

(entmakex dataList) is failing inside check box event call

odcl project attached.

Works fine otherwise.

Thanks for any workarounds.
Jim
Jim Short

owenwengerd

I'm not sure why your (entmakex) call would be failing, but you could try changing the checkbox control's EventInvoke property to 'Asynchronous' to see if anything changes.