Like I said, if your project is corrupt, it will not work ...nicolaus wrote:Hi gnozal and thanks for the example.
Now im a little bit confused.... your example works fine here but if i do this with my project it works only the first time.
If i save the project and reload it in PureFORM, the Fram3DGadget is not longer in the right item of the panel.
Open the pbf file with a text editor.
Here an example of your CORRUPT project.
The second field for each gadget is the gadget number (here -372 and -370 : this is not normal) and the 5th field is the parent gadget number (here -1 [none] for PanelGadget and -372 for Frame3D).
Code: Select all
PureFORM_Project_Begin
Project¶admin_conf_form
Window¶1¶#Window_0¶348651522¶#PB_Window_SystemMenu|#PB_Window_TitleBar|#PB_Window_WindowCentered¶Window_0¶272¶194¶522¶357¶0¶10¶10¶0¶5000¶5000¶0¶-1¶0¶¶¶
PanelGadget¶-372¶#admi_pan¶1¶-1¶-1¶3¶0¶19¶0¶0¶¶¶¶-1¶0¶¶¶0¶0¶1¶1¶4¶0¶0¶520¶355¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶Default·User·Programm¶0¶¶0¶0
Frame3DGadget¶-370¶#f3d_admpan_conf¶1¶-372¶19¶1¶0¶11¶0¶0¶¶Adminconfig¶¶-1¶0¶¶¶0¶0¶0¶0¶0¶0¶-20¶5¶5¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶¶0¶¶0¶0
PureFORM_Project_End
For example : 372 -> 0 and 370 -> 1. And here is the fixed form (I also fixed the Frame3D coordinates) :
Code: Select all
PureFORM_Project_Begin
Project¶admin_conf_form
Window¶1¶#Window_0¶348651522¶#PB_Window_SystemMenu|#PB_Window_TitleBar|#PB_Window_WindowCentered¶Window_0¶494¶222¶522¶357¶0¶10¶10¶0¶5000¶5000¶0¶-1¶0¶¶¶
PanelGadget¶0¶#admi_pan¶1¶-1¶-1¶3¶0¶19¶0¶0¶¶¶¶-1¶0¶¶¶0¶0¶1¶1¶4¶0¶0¶520¶355¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶Default·User·Programm¶0¶¶0¶0
Frame3DGadget¶1¶#f3d_admpan_conf¶1¶0¶19¶1¶0¶11¶0¶0¶¶Adminconfig¶¶-1¶0¶¶¶0¶0¶0¶0¶0¶13¶8¶495¶318¶0¶0¶0¶0¶0¶0¶0¶-1¶-1¶-1¶-1¶¶0¶¶0¶0
PureFORM_Project_End
Like any other gadget, there is nothing special : select the gadget class [right-click context menu or gadget bar] and draw your gadget on the PanelGadget client area (selection rectangle)nicolaus wrote:Please can you write the way where you add a Fram3DGadget to a item of a PanelGadget?
Cut/Paste or using gadget groups (for 2 or more items).nicolaus wrote:1. how i can move a gadget wat is insite a item of a PanelGadget to another item? Only Cut and Past?
Yes. It's a new gadget, so it has a new name (enumeration and text).nicolaus wrote:2. Is it normal that, if i cut a Gadget wat is inside a item of a Panelgadget and past it into another item, the name from the cut and past gadget is changed?