R rkmoray Active Member Licensed User Longtime User Dec 26, 2010 #1 How do you access the menu system of android using basic4android?
Erel B4X founder Staff member Licensed User Longtime User Dec 26, 2010 #2 What do you mean with menu system? Do you want to add menu items to your application? Upvote 0
R rkmoray Active Member Licensed User Longtime User Dec 26, 2010 #3 Erel said: What do you mean with menu system? Do you want to add menu items to your application? Click to expand... yes, I would like to add a android menu system Upvote 0
Erel said: What do you mean with menu system? Do you want to add menu items to your application? Click to expand... yes, I would like to add a android menu system
S susu Well-Known Member Licensed User Longtime User Dec 26, 2010 #4 In IDE just type: Activity.AddMenuItem and view live help Upvote 0
R rkmoray Active Member Licensed User Longtime User Dec 26, 2010 #5 Thanks...but I cant do anything until I get the licence file at the moment Upvote 0
S susu Well-Known Member Licensed User Longtime User Dec 26, 2010 #6 You can use B4A demo in 30 days. But you should buy it because B4A is great! Upvote 0
R rkmoray Active Member Licensed User Longtime User Dec 26, 2010 #7 I bought it and I now have the licence, thank you. I don't understand where I add the AddMenuItem, and what "live help" is. I hit f1, but it did not do anything. Does anyone have a sample of an email program? Upvote 0
I bought it and I now have the licence, thank you. I don't understand where I add the AddMenuItem, and what "live help" is. I hit f1, but it did not do anything. Does anyone have a sample of an email program?
Erel B4X founder Staff member Licensed User Longtime User Dec 26, 2010 #8 See the "IDE tips" tutorial: Basic4android - Android programming with Gui designer You can send an email with the phone library: Basic4android - Phone Upvote 0
See the "IDE tips" tutorial: Basic4android - Android programming with Gui designer You can send an email with the phone library: Basic4android - Phone
R rkmoray Active Member Licensed User Longtime User Dec 26, 2010 #9 I don't see anything about adding a menu Upvote 0
tremara1 Active Member Licensed User Longtime User Dec 26, 2010 #10 XML Help viewer Try agraham's xml help viewer and look at Activity.addMenuItem Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 27, 2010 #11 See the Activity documentation: Basic4android - Views (Core) Upvote 0