Page 1 of 1

Wanted for PanelGadget

Posted: Mon Feb 28, 2005 6:24 pm
by Polo
A way to have the Gadget handle of a specified item of the panel, i know there's a windows trick to get it but it would be better to have a command for that (and on linux too if possible :))

Re: Wanted for PanelGadget

Posted: Thu Mar 03, 2005 12:28 pm
by PB
What's wrong with the GadgetID() command?

Posted: Thu Mar 03, 2005 1:00 pm
by Fred
if you want the handle it's to deal with the API or I miss something ?

Posted: Thu Mar 03, 2005 4:28 pm
by Tranquil
AddGadgetItem returns the handle of the Item added.
At the moment there is no way to get the handle of an item after it's creation without the use of the windows API.

I think he would like to see a command like:
handle=GetGadgetItemID(GadgetID,Item)

Right?

Posted: Thu Mar 03, 2005 6:48 pm
by Polo
yes, Tranquil, you're right ;)