I am using a ValuesManager with great success. It helps me translate a JSON string and populate checkboxes and other controls spread over a number of forms.
My xml code has the VM constructed as part of a window. That works just fine. Unfortunately, when I make changes in VB and SAVE, the xml that is generated includes code that doesn't make sense.
To me, or VB, as it turns out, when it is read back.
I can repair it and VB is happy again.
I am still using VB to build my app. I have more windows and forms to create, and plenty of string function code to tuck into events. So, this is of great annoyance.
Thanks,
Rick
P.S. I am running SmartClient Version: v8.2p_2012-07-19/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
My xml code has the VM constructed as part of a window. That works just fine. Unfortunately, when I make changes in VB and SAVE, the xml that is generated includes code that doesn't make sense.
To me, or VB, as it turns out, when it is read back.
Code:
<valuesManager constructor="ValuesManager"> <ID>meetingTypeVM</ID> <function Object() { [native code] }>ValuesManager</function Object() { [native code] }> <constructor></constructor> </valuesManager>
Code:
<valuesManager constructor="ValuesManager"> <ID>meetingTypeVM</ID> </valuesManager>
Thanks,
Rick
P.S. I am running SmartClient Version: v8.2p_2012-07-19/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
Comment