Thanks for the library.
Care to point me which XML file should be edit to change selected color in AHQuickAction3d, from Orange to red?
I think it's the ahqa_slider_btn_pressed.9.png and ahqa_slider_btn_selected.9.png images in drawable-mdpi and drawable-hdpi folders.
ac1.Initialize("AC")
Dear friends,
before some months I have tried this library and it worked perfect. Now when I am trying the same program I get this message:
android.content.res.Resources$NotFoundException: Resource ID #0x0
and it is for the row:
B4X:ac1.Initialize("AC")
Is it something with version of B4A?
Thank you
Best regards
p4ppc
Thank you very much CORWIN42 - SOLVED
Best regards,
p4ppc
' Set the attribute of all files within the "res" folder as "Read-Only".
#CustomBuildAction: 1, c:\windows\system32\attrib.exe, +r res\*.* /s
How do you link the pop up menu to the menu key?Awesome library
wow, this is such a great library, i'm loving b4android more and more, this is very awesome, i just added this library to the app i'm working on, i was using the addmenu function, but now that i added this library i can display a pop up menu when the menu key on my phone is pressed, i love it, thanks Erel!
:sign0098:
Hi, I have added a menu to an activity
Activity.AddMenuItem3("", "cmdOpenMenu", LoadBitmap(File.DirAssets, "menu25.png"), True)
On the cmdOpenMenu_Click method, I want to open the popup e.g. like
Sub cmdOpenMenu_Click
men.Show(Sender)
End Sub
but I get an error about [...view.view], anyone has an idea how to raise the popup from a menu button click?
set the sticky property of your action items to falseHello, I have found this library quite interesting.
I wonder if anybody knows some trick to close a AHPopupMenu via software.
I mean, after a menu has been shown with the Show(AnchorView) method, I would need a way to programmatically close it using some code inside a timer routine.
Thank you
set the sticky property of your action items to false
Hi ScanTech, did you find some solution to this problem?Update: It appears the horizontal scroll is not working. Any solution for this? I looked into the xml and there is nothing I can do to correct it.
Hi. Honestly, I do not remember. I stopped using this library.Hi ScanTech, did you find some solution to this problem?
I know that this library is deprecated.. but, It works very well for me!
Thanks!
I swapped out this library for StdActionBarHelper's PopupMenu some time ago, and I'm happy with the switch.What I meant was I need a way to close the menu via software (in other word without tapping the finger on the screen )
I can only open the menu with Show() but something like Hide() does't exist.
Maybe the reflection library could help here but I would need some hint about it...