Some issues Version 0.90.2

klaus

Expert
Licensed User
Longtime User
Some more issues, I'm using Version 0.90.2

1)Trying to change the Parent Parameter of a View
Example 1 :
- EditText1 current Parent = Activity
- Want to change Parent = Panel1, not possible, the only possibility is Activity
Example 2 :
- EditText1 current Parent = Panel1
- Change to Parent = Activity OK the only choices are Panel1 and Activity
- Changing back to Panel1 is not possible

2) Button with Enable Drawable ColorDrawable and Radius
For the same Button there are no Radiuses for Disabled Drawable and Pressed Drawable.
Button with Enable Drawable GradientDrawable and Radius.
For the same Button there is no Radius for Disabled Drawable.
I suggest to set the Radius only for Enable Drawable and have the same Radius for all 3 states? Or at least having the same Radius by default.

3) Generate Members is a very useful function.
I think that it would be interesting to see the Events already defined.
Trying to define a same event once more is already checked !

4) As already mentioned by derez, the 'AutoSave' for the layout file would be very useful, too often I (we) forget to save it after changes before running the program. Could be a setup parameter like in the IDE.

5) Like agraham I don't like PI_NUMBER and E_NUMBER either.
I will define other global variables when I need them, cPi and cE were fine.

Best regads.
 

derez

Expert
Licensed User
Longtime User
Like agraham I don't like PI_NUMBER and E_NUMBER either.
I will define other global variables when I need them, cPi and cE were fine.

I join and support. Erel - its a mutiny already !
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Button with Enable Drawable ColorDrawable and Radius
For the same Button there are no Radiuses for Disabled Drawable and Pressed Drawable.
Button with Enable Drawable GradientDrawable and Radius.
For the same Button there is no Radius for Disabled Drawable.
I suggest to set the Radius only for Enable Drawable and have the same Radius for all 3 states? Or at least having the same Radius by default.


When you create a new button the three ColorDrawables corners radius are set to 5. Did you see different values?
 

Cor

Active Member
Licensed User
Longtime User
PI_number and E_number must be replaced by cPi and ce

from version 90.03

grCor
 
Top