Alex Prinias asked 2016-05-26 19:38:52 UTC
Hi,
I'm trying to go through the exercise mentioned in another thread of converting a Visual Webgui solution to Wisej. The change of namespaces and references is the easy part. Wrapped third party controls (like CrystalReportViewer, DayPilot Calendar ...) and customized own UserControls implementing VWG Controls are the bigger problem. Also the conversion for menus/toolstrips etc is not that straightforward.
During this exercise I came across some missing items which are listed below:
-
Form.ShowPopup is missing, although there is a FormShowType.AsPopup in the enumeration
-
How is DataGridView paging handled? How do we calculate items per page?
-
In Treeview DragDrop there is nothing like GetNode(x, y)
-
In Treeview there is no toggling for checkbox visibility at node level
-
MonthCalendar is missing a Value or Date property
-
There is no ContextMenu.Hide method
-
No Separator item for contextmenu (and for menu for that matter)
Best regards,
Alex
Alex Prinias asked 2016-05-26 19:38:52 UTC
Hi,
I'm trying to go through the exercise mentioned in another thread of converting a Visual Webgui solution to Wisej. The change of namespaces and references is the easy part. Wrapped third party controls (like CrystalReportViewer, DayPilot Calendar ...) and customized own UserControls implementing VWG Controls are the bigger problem. Also the conversion for menus/toolstrips etc is not that straightforward.
During this exercise I came across some missing items which are listed below:
Form.ShowPopup is missing, although there is a FormShowType.AsPopup in the enumeration
How is DataGridView paging handled? How do we calculate items per page?
In Treeview DragDrop there is nothing like GetNode(x, y)
In Treeview there is no toggling for checkbox visibility at node level
MonthCalendar is missing a Value or Date property
There is no ContextMenu.Hide method
No Separator item for contextmenu (and for menu for that matter)
Best regards,
Alex