Android Question Questions of NumPad

watesoft

Active Member
Licensed User
Longtime User
One: I want to set one of numpads enabled, it not work. also with code: Numpad1.getbase.enabled=false.

Two: I want to remove animation of numpads layout. In designer,I set animation duration 0 in every numpad view,but the animation still exists.
how to solve above quetions?
 

DonManfred

Expert
Licensed User
Longtime User
1) You are talking about what Numpad? A Library, a specific example?
2) Make sure to also set the activity animationduration to 0. It would be of help if you would upload a small project which shows the issue.
 
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
1) You are talking about what Numpad? A Library, a specific example?
2) Make sure to also set the activity animationduration to 0. It would be of help if you would upload a small project which shows the issue.

Hi DonManfred, thank you, It's a customview,you cad see it:https://www.b4x.com/android/forum/threads/customview-numpad.64191/#content
I have uploaded the project. there are many NumPad views on my layout, when activity LoadLayout, NumPad views come out one by one like animations,I don't like this.
 
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
I dont see any animation here.
The View is popping up at the edit which is active. I don´t see a problem here.

Hi DonManfred,Maybe I am not clear enough about the problem. It's not the popping numpad but the CustomView named Numpad1,Numpad2...,
There is another problem,how to set one of numpads CustomView enabled false?
 
Upvote 0
Top