Page 1 of 1

AddGadgetItem result for panel gadgets

Posted: Mon Jan 09, 2017 9:35 am
by netmaestro
Adding a panel tab item to a panel gadget currently returns no useful result. It would be helpful indeed if the return value were equal to the hwnd of the child tab item, similar to hwnd = openwindow(0, [..]). Currently the only way I know to get the hwnd (without resorting to PB internals) is EnumChildWindows_() on Windows and for the other OS's I have no idea. Is there a simple way to get this without my feature request?

Re: AddGadgetItem result for panel gadgets

Posted: Thu Jan 12, 2017 3:20 pm
by IdeasVacuum
+1 Would make it easier to keep track of Panel Tabs, especially if added by the User at run time.