MenuItem Nor Visible

milmen

New Member
Licensed User
Longtime User
In my App , I want to add 3 menu items.
So, in Activity_Create Subroutine , I put these thre lines of code
Activity.AddMenuItem("MENU1","hndlMnu1")
Activity.AddMenuItem("MENU2","hndlMnu2")
Activity.AddMenuItem("MENU3","hndlMnu3")

After compilation my app works fine, but the menu items are invisible...!
The problem exists on both cases, either working on emulator or on my physical device (ARNOVA G390)

What's going wrong ?

I am new to Basic4ppc environment

PS. I have the same problem running the example "USERINTERFACEMENU"
(SourceCode exmples)

Thanks in advanced...
 
Top