Jim
2008-11-22 22:46 UTC
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
Kerry Brown
2008-11-22 23:24 UTC
Jim,
Can you post sample LSP code and a sample ODCL to demonstrate.
Jim
2008-11-23 00:53 UTC
Yes! Tomorrow early.
Thanks
Jim
Jim
2008-11-23 16:05 UTC
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
2008-11-23 21:31 UTC
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"
Thanks,
Jim
Jim
2008-11-23 22:13 UTC
(entmakex dataList) is failing inside check box event call
odcl project attached.
Works fine otherwise.
Thanks for any workarounds.
Jim
owenwengerd
2008-11-24 00:26 UTC
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.