Hi,
After messsing around with the sdk ui examples, i managed to join the grid example with the sub menu item sample. Compiling this mixture was ok and the form appeared in sap after clicking the menu.
The problem is that after creating the installer and installing it, the menu item appears but the form doesn't.
Am i doing something wrong?
i'm calling the form by creating a new form object
"GridSample oGrid = new GridSample();
oGrid.CreateForm();"
inside "SBO_Application_MenuEvent()" of AddingMenuItems.cs
The samples i'm using are the "AddingMenuItems" (example 05) and "Grid" (example 19).