TypedSDK GUI problems
Created a test mdi app in VO and xPorted it first using standard VOGUI and then XGUI. Differences between the two in a datawindow containing many controls:
Main issues when using XGUI are:
-
When opening the window (File/BigWindow), an exception is thrown: System.InvalidCastException: Unable to cast object of type 'XSharp.VO.SDK.IPAddress' to type 'XSharp.VO.SDK.Edit'. at XSharp.VO.SDK.VOTextBox.get_oEdit() at XSharp.VO.SDK.VOTextBox.OnTextChanged(EventArgs e)
-
The VOGUI version shows a DateTimePicker control showing time, while the XGUI version shows date
-
ListView column sizes are different
-
FixedText control does not appear with border
-
Background color of tab page is different
-
When pressing the X button to close the window, it looks like it "closes" the first tabpage (controls are removed from it). It requires another press of the X button to close the window.