LucaMs Expert Licensed User Longtime User Apr 13, 2021 #1 Same SwiftButton: B4A B4J Attachments SwiftButtonTest.zip 14.7 KB · Views: 214
TILogistic Expert Licensed User Longtime User Apr 14, 2021 #2 background color is not a property in design view. I use this code. SwiftButton1.mBase.Color = xui.Color_Transparent Click to expand... Upvote 0
background color is not a property in design view. I use this code. SwiftButton1.mBase.Color = xui.Color_Transparent Click to expand...
LucaMs Expert Licensed User Longtime User Apr 14, 2021 #4 Yes, but I wasn't looking for a solution; I shouldn't do anything, copying a view from one platform to another or setting the same properties, the result should be the same. Last edited: Apr 14, 2021 Upvote 0
Yes, but I wasn't looking for a solution; I shouldn't do anything, copying a view from one platform to another or setting the same properties, the result should be the same.
Sandman Expert Licensed User Longtime User Apr 14, 2021 #5 In that case it sounds like you need to post a Wish. Upvote 0
LucaMs Expert Licensed User Longtime User Apr 14, 2021 #6 Sandman said: In that case it sounds like you need to post a Wish. Click to expand... I know I should have reported it as bug, but I didn't want to do it Last edited: Apr 14, 2021 Upvote 0
Sandman said: In that case it sounds like you need to post a Wish. Click to expand... I know I should have reported it as bug, but I didn't want to do it
LucaMs Expert Licensed User Longtime User Apr 14, 2021 #7 LucaMs said: I know I should have reported it as bug, but I didn't want to do it Click to expand... I actually chose badly; next time i will open a thread to report the bug. If I remember correctly, the same thing happens with B4XImageView and maybe other custom views. Upvote 0
LucaMs said: I know I should have reported it as bug, but I didn't want to do it Click to expand... I actually chose badly; next time i will open a thread to report the bug. If I remember correctly, the same thing happens with B4XImageView and maybe other custom views.
LucaMs Expert Licensed User Longtime User Apr 14, 2021 #8 BTW, neither action worked. B4X: SwiftButton1.mBase.Color = xui.Color_Transparent Attachments SwiftButtonTest2.zip 14.7 KB · Views: 196 Upvote 0
TILogistic Expert Licensed User Longtime User Apr 14, 2021 #9 the problem is in the border property Upvote 0
TILogistic Expert Licensed User Longtime User Apr 14, 2021 #10 Yes. There should be a thread with the problems with the XUI views Sample. when the sub click is not defined and press click Last edited: Apr 14, 2021 Upvote 0
Yes. There should be a thread with the problems with the XUI views Sample. when the sub click is not defined and press click