B4A Library SD: Menu (with Animation)

jemajuca

Member
Licensed User
About the library and the examples, why are the examples a Demo? When I run them they tell me: Demo: Remain 4 DAY.

The library is full operational or a demo?

Thanks for the info.
 

Star-Dust

Expert
Licensed User
Longtime User
Which version of the library do you use?
Up to version 0.05 I released limited version to encourage donations.
Version 0.06 released by about a week is complete. But I still like donations
 

Star-Dust

Expert
Licensed User
Longtime User
To be sure which version you are using you should open b4a and look in the libraries click. Next to the name of the library, the version is indicated

Obviously the library must be clicked / selected
 

jemajuca

Member
Licensed User
Today I downloaded again the library thats the reason for the previous image.

This is from the b4a now

 

Star-Dust

Expert
Licensed User
Longtime User
If you are not sure, Comes the person you find attached at the beginning of this thread.

The files that you find inside the compressed folder should be copied to your Library folder

If you still have problems, tell me, in the late morning I can check your problem
 

Star-Dust

Expert
Licensed User
Longtime User
I attacked full version. Bye
 

Carlos marin

Active Member
Licensed User
Longtime User
hello, is it possible to make an animation for a customlistview? For example, change the size in execution time, expand it in the whole screen?
 

Star-Dust

Expert
Licensed User
Longtime User
Yes, is possible.
but you have to ask this question by opening a new thread in the android questions forum
 

hanyelmehy

Active Member
Licensed User
Longtime User
i use SideMenu ,when go to other activity from (Click) event ,menu freeze ,so when go back to first activity ,its still there freezing
Note :use sleep before call other activity solve this issue ,but this solution is not practical
 

UlisesM

New Member
Hi, I'm using the library for the MenuTree, but it doesn't respect the color change in the BackGround. How can I change the background color of the menu and submenu?
 

Star-Dust

Expert
Licensed User
Longtime User
Hi, I'm using the library for the MenuTree, but it doesn't respect the color change in the BackGround. How can I change the background color of the menu and submenu?
BackGroundColor is a variable, not a property. So it only serves to read the work, but when you change it it does not generate a change in the view.

To change the background color you have to do it by design.

Or like this:
B4X:
MenuTree1.GetBase.Background=Colors.Red

Keep in mind that it is the second library that I created when I met B4A. So it has some flaws.

You will find useful changes from version 0.07 onwards
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
i use SideMenu ,when go to other activity from (Click) event ,menu freeze ,so when go back to first activity ,its still there freezing
Note :use sleep before call other activity solve this issue ,but this solution is not practical
I only read your question now.
Give an example of your problem with a short code.

Keep in mind that the bookcase is 3 years old and I didn't use sleeps at the time.

It may be that the activity takes some time to complete the animation. At the moment without an example I cannot study the problem.
 

UlisesM

New Member
Thanks
 

Guenter Becker

Active Member
Licensed User
Hello,
I used the MenuTree and it works fine. Bute the background is always gray and the texcolor is black. If I changed the cust prop in the designer it is ignored?
Any Idea whats going wrong or how to set the tre menu color?

MenuTree1.GetBase.Background=Colors.Red <<<<<<<<<<<<<<<< This is not working because it awaits no integer it awaits a drawable.

Best regards Guenter
 

Star-Dust

Expert
Licensed User
Longtime User
Hi,
set the colors from the Design. download latest version. Use XUI colors.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…