Page 1 of 1
#PB_Any for MenuItem
Posted: Tue Jan 17, 2006 12:55 am
by Shannara
This was requested before but have not been replied to by anybody on the PB Team .. so here is a re-request. We have #PB_Any for almost everything else in PB which allows for dynamic code generation and not have to worry about artificially limiting the user.
I am only requesting the same is added for Menus

Posted: Tue Mar 21, 2006 7:41 pm
by Shannara
*bump*
Still requesting, basically requesting Fred to complete the #PB_ANY feature, as it is currently incomplete.
Posted: Tue Mar 21, 2006 7:58 pm
by Fred
It won't be added for menu items, as #PB_Any is only for main objects (menu here), not for subobjects which can be numbered as you wish, as there is no memory constraint. It's just an id. Also on Windows there is a limitation which 16 bits id, which would not work with the #PB_Any concept.
Posted: Tue Mar 21, 2006 8:18 pm
by Shannara
Thank you, Fred.