Tom
Initiate
Hello,
I'm working on a LBR custom server and i was wondering if it was possible to use the AOS propertie gump that appear on "mouseover" in that expansion for only one item (might be 2 or 3 later) without touching the core.
I tried to override the "onclick" on the item and set the ForceShowProperties but without result.
So i looked into the CurrentExpansion.cs adding this lines :
ObjectPropertyList.Enabled = true;
PacketHandlers.SingleClickProps = true;
but even this 2 lines don t make the properties gump appear on any item.
I'm probably missing something obvious but i can't figure out what it is.
Thank you for your help.
I'm working on a LBR custom server and i was wondering if it was possible to use the AOS propertie gump that appear on "mouseover" in that expansion for only one item (might be 2 or 3 later) without touching the core.
I tried to override the "onclick" on the item and set the ForceShowProperties but without result.
So i looked into the CurrentExpansion.cs adding this lines :
ObjectPropertyList.Enabled = true;
PacketHandlers.SingleClickProps = true;
but even this 2 lines don t make the properties gump appear on any item.
I'm probably missing something obvious but i can't figure out what it is.
Thank you for your help.