[codenameone-discussions] Re: Constraint check for null returns true (erroneously)

2016-08-24 Thread Shai Almog
You shouldn't change a constraint after it was added. You should create a new constraint and remove/re-add the component. -- 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

[codenameone-discussions] Toast notifications - text size

2016-08-24 Thread mcellinpaul
Hi - is there any way to change the size of text on toast notiications? in pad devices in particular the text seems very small. For example is there a UIID that can be set? Thanks, Paul -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Re: Set Font for MultiList item

2016-08-24 Thread shakya
Hi Shai, , Thank you for your quick reply.I have changed font with the help of the docs that you provided and it's working fine. Also I changed MultiList to InfiniteContainer as you suggested.that also working smooth.Thank you. On Tuesday, August 23, 2016 at 10:57:30 AM UTC+5:30, Shai Almog

[codenameone-discussions] Constraint check for null returns true (erroneously)

2016-08-24 Thread Gareth Murfin
Constraint c = (Constraint)((TableLayout)CENTRE.getLayout()).getComponentConstraint(TOPBIT); if (c==null); { _("constraint is null cant adjust it!"); } c.setHeightPercentage(100); Somehow in this snippet I see the message telling me c is null,