Page 1 of 1

Label not accepting properties properly

Posted: Fri Aug 16, 2013 7:32 am
by Jeff Givens

I've got a label that WILL NOT display properly. It is from a custom component, and for whatever reason on this particular page in my app, it won't display properly. I have other pages using the same exact component and it displays fine. There's just something with this one that's causing issues.

I checked to see if it's being modified in the program at any point, and it doesn't appear to be. Any thoughts? I can provide any links you deem necessary to resolve this.

At first, it was the color of the font. I finally fixed that by changing the name and adding a new label. Unfortunately now, it is the size of the font. Even though it is the same as other font labels in the custom widget (size 22), it is continuing to display larger than the other labels using the same custom component.


Label not accepting properties properly

Posted: Fri Aug 16, 2013 7:52 am
by Maryna Brodina

Hello! Could you give us your public app link and tell where we can see that label?


Label not accepting properties properly

Posted: Fri Aug 16, 2013 8:48 am
by Maryna Brodina

Try to rename that label on Profile page to pageTitleNewName for example and save project. Please let us know about result.


Label not accepting properties properly

Posted: Fri Aug 16, 2013 5:56 pm
by Jeff Givens

That worked, Marina. Thanks so much. As always, excellent support. For others reading in on this, the issue was that I had 2 labels with the same 'name' property. By renaming one of the two, the issue was solved.