Hello
I am calling the function LoadMovableCtrlSettings which is giving an Error ie Invaild Control ID when i pass a handle which returned by NewPanel function.
Piece of Code:
first save the settings
SaveMovableCtrlSettings (ActivePanel, -1, "custctrl"); //Saved moveable control settings
then called
newpanelID = NewPanel(0,panelHandle,"Animation",50,50,700,1000) ;
DisplayPanel(newpanelID); //Works fine till here
cnt = LoadMovableCtrlSettings (newpanelID,2,"custctrl"); //Gives error: Invalid Control ID. Why???????????
Looking for help...
Thanks
Rakesh
//Also tried with DuplicatePanel,LoadPanel but same error.......