D Deleted member 103 Guest Apr 23, 2016 #1 Hi, it is a mistake, or why should a button, which is invisible in a panel, be visible? Attachments B4aTest.zip 7.8 KB · Views: 178
DonManfred Expert Licensed User Longtime User Apr 23, 2016 #2 Filippo said: which is invisible in a panel Click to expand... MAybe i did not understand. None of your buttons are set to invisible!? What did you exprect to look it like?
Filippo said: which is invisible in a panel Click to expand... MAybe i did not understand. None of your buttons are set to invisible!? What did you exprect to look it like?
D Deleted member 103 Guest Apr 23, 2016 #3 DonManfred said: MAybe i did not understand. None of your buttons are set to invisible!? What did you exprect to look it like? Click to expand... Click "Button from Panel-2", and then you'll see what I mean.
DonManfred said: MAybe i did not understand. None of your buttons are set to invisible!? What did you exprect to look it like? Click to expand... Click "Button from Panel-2", and then you'll see what I mean.
D Deleted member 103 Guest Apr 23, 2016 #4 In panel-1 has a label and a button when panel-2 is visible should the views of panel-1 to be invisible. The fact is that only the label is invisible when panel-2 is visible.
In panel-1 has a label and a button when panel-2 is visible should the views of panel-1 to be invisible. The fact is that only the label is invisible when panel-2 is visible.
klaus Expert Licensed User Longtime User Apr 23, 2016 #5 Bei mir funktionierte wie es soll. Nach dem Start: > Bild1 Button2 gedrückt: > Bild2 Button1 gedrückt: > Bild1 Attachments Bild1.png 18.1 KB · Views: 165 Bild2.png 16 KB · Views: 170
Bei mir funktionierte wie es soll. Nach dem Start: > Bild1 Button2 gedrückt: > Bild2 Button1 gedrückt: > Bild1
D Deleted member 103 Guest Apr 23, 2016 #6 Danke Klaus! Was für Android Version hast du auf dein Handy? Ab Version 5.01 sollte so aussen wie bei mir.
Danke Klaus! Was für Android Version hast du auf dein Handy? Ab Version 5.01 sollte so aussen wie bei mir.
DonManfred Expert Licensed User Longtime User Apr 23, 2016 #7 Filippo said: Ab Version 5.01 sollte so aussen wie bei mir. Click to expand... Setze die Elevation von panel2 auf 1 (panel 1 hat 0) dann sieht´s auch unter 5+ so aus wie bei Klaus. Getestet mit Android 6 auf Samsung S7
Filippo said: Ab Version 5.01 sollte so aussen wie bei mir. Click to expand... Setze die Elevation von panel2 auf 1 (panel 1 hat 0) dann sieht´s auch unter 5+ so aus wie bei Klaus. Getestet mit Android 6 auf Samsung S7
klaus Expert Licensed User Longtime User Apr 23, 2016 #8 Die Version auf meindm Handy ist 5.1.1. Ich habe das Program entzipped und geladen und es funktioniert wie in meinem Post beschrieben. Last edited: Apr 23, 2016
Die Version auf meindm Handy ist 5.1.1. Ich habe das Program entzipped und geladen und es funktioniert wie in meinem Post beschrieben.
DonManfred Expert Licensed User Longtime User Apr 23, 2016 #9 Bei mir, Android 6 funktionierte sie nicht wie beschieben (habe aber auch Android V23 jar aktiv)
D Deleted member 103 Guest Apr 23, 2016 #10 Ich denke hier geht es um ein Bug. "Button from Panel-1" ist sichtbar aber Label1 nicht, warum? Keine Änderung auch mit Elevation = 1 . Test mit Android 6.01 und "..\platforms\android-22\android.jar". Attachments B4aTest_1.zip 7.8 KB · Views: 157
Ich denke hier geht es um ein Bug. "Button from Panel-1" ist sichtbar aber Label1 nicht, warum? Keine Änderung auch mit Elevation = 1 . Test mit Android 6.01 und "..\platforms\android-22\android.jar".
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2016 #12 Don't use the old theme. Buttons have a default elevation of 2dip. Set the inner panel elevation to 2 or more and you will not see the button. Last edited: Apr 24, 2016
Don't use the old theme. Buttons have a default elevation of 2dip. Set the inner panel elevation to 2 or more and you will not see the button.
D Deleted member 103 Guest Apr 24, 2016 #13 Setze die Elevation von panel2 auf 1 (panel 1 hat 0) dann sieht´s auch unter 5+ so aus wie bei Klaus. Getestet mit Android 6 auf Samsung S7 Click to expand... In mein Fall muss ich Panel2 auf Elevation=2 setzen und dann funktioniert es auch. In my case, I have set Panel2 to Elevation = 2 and then it works. Danke Manfred!
Setze die Elevation von panel2 auf 1 (panel 1 hat 0) dann sieht´s auch unter 5+ so aus wie bei Klaus. Getestet mit Android 6 auf Samsung S7 Click to expand... In mein Fall muss ich Panel2 auf Elevation=2 setzen und dann funktioniert es auch. In my case, I have set Panel2 to Elevation = 2 and then it works. Danke Manfred!
D Deleted member 103 Guest Apr 24, 2016 #14 Erel said: Don't use the old theme. Button have a default elevation of 2dip. Set the inner panel elevation to 2 or more and you will not see the button. Click to expand... Thank Erel, but you come 5 minutes late.
Erel said: Don't use the old theme. Button have a default elevation of 2dip. Set the inner panel elevation to 2 or more and you will not see the button. Click to expand... Thank Erel, but you come 5 minutes late.