M mhc Member Licensed User Longtime User Jan 24, 2011 #1 Hallo agraham, you postet here http://www.b4x.com/forum/beta/6722-label-woes.html some problems with the behaviour of coloring labels. Maybe I'm also stupid :sign0137: - what was your solution you founded? regards mhc
Hallo agraham, you postet here http://www.b4x.com/forum/beta/6722-label-woes.html some problems with the behaviour of coloring labels. Maybe I'm also stupid :sign0137: - what was your solution you founded? regards mhc
agraham Expert Licensed User Longtime User Jan 24, 2011 #2 I can't remember but it was my problem doing something wrong. Upvote 0
derez Expert Licensed User Longtime User Jan 24, 2011 #3 I'm not sure if this was the problem but the default alfa for labels is 0 so so they are transparent ! Upvote 0
I'm not sure if this was the problem but the default alfa for labels is 0 so so they are transparent !
M mhc Member Licensed User Longtime User Jan 24, 2011 #4 Thanks to all. Sometimes we are so ...:BangHead: I've forgotten to load the layout. That's all: B4X: Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("test.bal") End Sub regards mhc Upvote 0
Thanks to all. Sometimes we are so ...:BangHead: I've forgotten to load the layout. That's all: B4X: Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("test.bal") End Sub regards mhc