Ricky D Well-Known Member Licensed User Longtime User Oct 3, 2012 #1 On my Samsung Galaxy s2 on android 4.0.3 and with 2.2 bata installed my menus are screwed up if I have this B4X: Activity.AddMenuItem("Add New", "Menu") Activity.AddMenuItem("Delete", "Menu") Activity.AddMenuItem("Save Exit", "Menu") then the first 2 items appear on the top bar but the 3rd one is only accesible if I press the menu key on my phone. How do I go back to having my menu key trap the menu items instead of them being up top? I hate the new look. regards, Ricky
On my Samsung Galaxy s2 on android 4.0.3 and with 2.2 bata installed my menus are screwed up if I have this B4X: Activity.AddMenuItem("Add New", "Menu") Activity.AddMenuItem("Delete", "Menu") Activity.AddMenuItem("Save Exit", "Menu") then the first 2 items appear on the top bar but the 3rd one is only accesible if I press the menu key on my phone. How do I go back to having my menu key trap the menu items instead of them being up top? I hate the new look. regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Oct 3, 2012 #2 Remove android:targetSdkVersion="14" from the manifest editor. I guess that you started a new project. The targetSdkVersion attribute will not be added automatically to existing projects. Upvote 0
Remove android:targetSdkVersion="14" from the manifest editor. I guess that you started a new project. The targetSdkVersion attribute will not be added automatically to existing projects.
Ricky D Well-Known Member Licensed User Longtime User Oct 3, 2012 #3 Thanks Erel. :sign0188: That worked. Yes I did start a new project to test out the beta. regards, Ricky P.S I've just got out of hospital with a quadruple heart bypass. I'm recovering a bit each day. Upvote 0
Thanks Erel. :sign0188: That worked. Yes I did start a new project to test out the beta. regards, Ricky P.S I've just got out of hospital with a quadruple heart bypass. I'm recovering a bit each day.
Informatix Expert Licensed User Longtime User Oct 3, 2012 #4 Ricky D said: P.S I've just got out of hospital with a quadruple heart bypass. I'm recovering a bit each day. Click to expand... I wish you a good recovery. Upvote 0
Ricky D said: P.S I've just got out of hospital with a quadruple heart bypass. I'm recovering a bit each day. Click to expand... I wish you a good recovery.
Erel B4X founder Staff member Licensed User Longtime User Oct 3, 2012 #5 I wish you a good recovery. Click to expand... +1 Upvote 0
Ricky D Well-Known Member Licensed User Longtime User Oct 3, 2012 #6 thank you. regards, Ricky Upvote 0