M Mike1970 Well-Known Member Licensed User Longtime User Mar 17, 2020 #1 hi everyone, I'm designing an app. Some can explain me why sometimes, with panels that have a part of transparent, this happens? A black box around them (sometime even light green) Thanks! this is not the only item affected, other panels in my design sometimes shows this glitch too
hi everyone, I'm designing an app. Some can explain me why sometimes, with panels that have a part of transparent, this happens? A black box around them (sometime even light green) Thanks! this is not the only item affected, other panels in my design sometimes shows this glitch too
Erel B4X founder Staff member Licensed User Longtime User Mar 17, 2020 #2 I'm familiar with such issue. It looks to me like an iOS bug. Are you enabling dark mode? Upvote 0
M Mike1970 Well-Known Member Licensed User Longtime User Mar 17, 2020 #3 Erel said: I'm familiar with such issue. It looks to me like an iOS bug. Are you enabling dark mode? Click to expand... actually I don't noticed if in that moment the Dark Mode was on :O I should disable it? Upvote 0
Erel said: I'm familiar with such issue. It looks to me like an iOS bug. Are you enabling dark mode? Click to expand... actually I don't noticed if in that moment the Dark Mode was on :O I should disable it?
Erel B4X founder Staff member Licensed User Longtime User Mar 18, 2020 #4 No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>--> Upvote 0
No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>-->
M Mike1970 Well-Known Member Licensed User Longtime User Mar 18, 2020 #5 Erel said: No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>--> Click to expand... Not when I did the screenshot, then while waiting you answer I tried to insert: B4X: #PlistExtra: <key>UIUserInterfaceStyle</key><string>Light</string> then I didn't noticed the problem again, but you know, its very sporadic Upvote 0
Erel said: No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>--> Click to expand... Not when I did the screenshot, then while waiting you answer I tried to insert: B4X: #PlistExtra: <key>UIUserInterfaceStyle</key><string>Light</string> then I didn't noticed the problem again, but you know, its very sporadic
M Mike1970 Well-Known Member Licensed User Longtime User Mar 20, 2020 #6 Erel said: No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>--> Click to expand... Ok it happened again, even with the Dark Mode disabled (and the plisextra) Upvote 0
Erel said: No. Don't disable it. You haven't added this line, right? B4X: #PlistExtra: <!--<key>UIUserInterfaceStyle</key>--> Click to expand... Ok it happened again, even with the Dark Mode disabled (and the plisextra)
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2020 #7 The plistextra actually enables dark mode. It is disabled by default. Though it is probably not related. Upvote 0
The plistextra actually enables dark mode. It is disabled by default. Though it is probably not related.
M Mike1970 Well-Known Member Licensed User Longtime User Mar 23, 2020 #8 Erel said: The plistextra actually enables dark mode. It is disabled by default. Though it is probably not related. Click to expand... mmm so bad looking when it happens ? Upvote 0
Erel said: The plistextra actually enables dark mode. It is disabled by default. Though it is probably not related. Click to expand... mmm so bad looking when it happens ?
Brandsum Well-Known Member Licensed User Mar 23, 2020 #9 Just because of this problem I had to update all my apps. You have to set the color to transparent from code. B4X: View.color = Colors.transparent Upvote 0
Just because of this problem I had to update all my apps. You have to set the color to transparent from code. B4X: View.color = Colors.transparent
M Mike1970 Well-Known Member Licensed User Longtime User Mar 23, 2020 #10 Brandsum said: Just because of this problem I had to update all my apps. You have to set the color to transparent from code. B4X: View.color = Colors.transparent Click to expand... you set transparent as background color, but in my case the panel it self is LightBlue with rounded corners.. so there is no view to set the transparent background to. The glitch happens in the part masked out by the rounded corners Upvote 0
Brandsum said: Just because of this problem I had to update all my apps. You have to set the color to transparent from code. B4X: View.color = Colors.transparent Click to expand... you set transparent as background color, but in my case the panel it self is LightBlue with rounded corners.. so there is no view to set the transparent background to. The glitch happens in the part masked out by the rounded corners
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2020 #11 If you are able to reproduce it in a small example then please do and upload it. Upvote 0
M Mike1970 Well-Known Member Licensed User Longtime User Mar 23, 2020 #12 Erel said: If you are able to reproduce it in a small example then please do and upload it. Click to expand... mm... actually no.. it happens randomly a time on 40 (just for example), and It happens with the minisearchview class Upvote 0
Erel said: If you are able to reproduce it in a small example then please do and upload it. Click to expand... mm... actually no.. it happens randomly a time on 40 (just for example), and It happens with the minisearchview class