Hi all,
I was able to add a menu item in the system menu that was created in the resource file at runtime.
My next task requires to add a pulldown menu at runtime.
Is it posible? How?
Many thanks!
Hi all,
I was able to add a menu item in the system menu that was created in the resource file at runtime.
My next task requires to add a pulldown menu at runtime.
Is it posible? How?
Many thanks!
Have a look at TMenu:Add() or TMenu:Insert() methods.
EMG
Got it.
Regards!