Page 1 of 1

[Implemented] Another ID Command

Posted: Tue Jul 27, 2004 9:02 pm
by Paul
WindowID() is for getting handle of Window
GadgetID() is for getting handle of Gadget

How about StatusBarID() for getting handle of statusbar ??

Thanks.

Posted: Tue Jul 27, 2004 9:43 pm
by GPI
And

MenuID([#menu])
ToolBarID([#Toolbar])
And ScreenID()

Posted: Mon Aug 01, 2005 1:16 pm
by eddy
vote

ToolBarID([#Toolbar])

Posted: Mon Aug 01, 2005 1:23 pm
by Gansta93
And what about FileID(), SoundID(), SystrayIconID()? EverythingID() would be cool :-) but FileID() would be very helpful.

Posted: Mon Aug 01, 2005 1:30 pm
by techjunkie
Why not just "GetID()"?!?! :wink:

Posted: Mon Aug 01, 2005 4:49 pm
by fsw
techjunkie wrote:Why not just "GetID()"?!?! :wink:
Because it's too easy to remember :shock:

Posted: Mon Aug 01, 2005 5:33 pm
by yashaa

Code: Select all

screenid=GetID(#PB_ITEM_SCREEN,1) ;gets screen 1 id
menuid=GetID(#PB_ITEM_MENU,0) ; gets menu 0 id
Great! :idea: