Re: [codenameone-discussions] Re: Codescan cn1lib vs iOS build

2017-01-18 Thread Ivan Ilavsky
right, there is no other settings except these I've sent you What should cause the compilation problem? Dňa 19.1.2017 5:48 používateľ "Shai Almog" napísal: > You are not sending an iphone_old build or something like that by any > chance right? > > -- > You received this

[codenameone-discussions] using Painter

2017-01-18 Thread Bryan Buchanan
I'm using a Painter to display a validation hint, similar to the example in the API docs. This is the code that actually paints the image: private void paintMe(Graphics g, Component comp) { int xpos = comp.getAbsoluteX(); int ypos = comp.getAbsoluteY(); float width

[codenameone-discussions] Re: Can't seem to build for iOS

2017-01-18 Thread james . h
I did all that, no special characters, files in the correct directory. I solved the mystery. It was defaulting to enabling push. Even if I go to Codename One Settings and uncheck it and save, it wouldn't actually turn off push. I went in the properties file and set it to false, and now I can

[codenameone-discussions] Re: Codescan cn1lib vs iOS build

2017-01-18 Thread Shai Almog
You are not sending an iphone_old build or something like that by any chance right? -- 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

[codenameone-discussions] Re: Repaint dialog inconsistent

2017-01-18 Thread Jérémy MARQUER
You can reproduce the problem with this (project with business theme) : > > > Dialog hi = new Dialog("Welcome"); > Label lblDraggable = new Label("DRAGGABLE"); > lblDraggable.setDraggable(true); > > Container cntSrc = new Container(); > cntSrc.setDropTarget(true); > cntSrc.setUIID("ComboBox"); >

[codenameone-discussions] Re: Repaint dialog inconsistent

2017-01-18 Thread Jérémy MARQUER
Hi, I can't take screenshot since it occurs during less a second ! I will take a video... For informations : problem is dialog content pane become transparent when the drop occurs. On Friday, December 23, 2016 at 6:38:57 AM UTC+1, Shai Almog wrote: > > Hi, > I would not do that sort of thing