Hi,
I have some problem using a form saved in the XML format.
1. When my form appears within a SBO screen, it has left, top, width and height coordinates that are different from coordinates set in the XML string. Probably, LoadBatchActions uses its own form coordinates to animate form appearance. I have to handle et_FORM_ACTIVATE event to replace my form. Is there any way to force SBO to use coordinates from XML?
2. Non-english captions of form items are displayed incorrectly, but they become correct when I change them in my form event handle. I didn't find any language settings in the XML form definition. Does anybody meet with such problem?
Thanks,