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/a437e8ca-a554-44bd-aaf9-4962cb52d682n%40googlegroups.com.
