I forgot mentioning that in fact the background alertdialog has a big (also transparent) button on all its surface to handle mouse events. I checked the styles and only the DialogButton has the blue color in it, so it is possible that I have to change that. If I understand I have to create a new style with a different color or without text and then assign to that button? Thanks
Il giorno domenica 14 marzo 2021 alle 04:08:15 UTC+1 Shai Almog ha scritto: > It's probably related to the title UIID of the dialog. This is what the > Component Inspector is for. Start changing styles in the hierarchy until > you find the style that triggers that. > > On Saturday, March 13, 2021 at 12:41:10 PM UTC+2 P5music wrote: > >> My CodenameApp features a subclassed AlertDialog that has another >> transparent AlertDialog as background. >> >> When such a Dialog is displayed I see a blu line on the top of the user >> interface, like it is a top border. (see attached image) >> I think it is from the background AlertDialog, that is shown with this >> instruction: >> >> backgroundInteractionDialog.show(0,0,0,0); >> >> It appears on the simulator with Android skin and on the Android device >> or the emulator. >> According to the which controls are displayed, the line can also cut the >> controls on the top. (see attache image, you have to magnify it to see). >> >> The line seems to be white on a iOS skin of the simulator, so it is hard >> to see, it depends on what it is above. >> >> How can I get rid of it? >> Thanks in advance >> >> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/9f76fb98-8a71-4e90-b48e-48b1b3e0b687n%40googlegroups.com.
