Page 1 of 1
UITextInput Multiline not opaque
Posted: Thu May 07, 2015 4:12 am
by quailcreek
Has anyone else run into this. The miltiline UITextInput control is not and will not go opaque. Is there a mobileControlSet for this? I tried "opaque",'"false" but noj-oy.
Re: UITextInput Multiline not opaque
Posted: Thu May 07, 2015 12:49 pm
by Klaus
Hi Tom,
hm, I found the answer in the DICTIONARY in 5 seconds!
...
mobilecontrolset tControlName,"alpha",255
...
Best
Klaus
Re: UITextInput Multiline not opaque
Posted: Thu May 07, 2015 3:47 pm
by quailcreek
Ooppss,
Sorry. I printed out the part of the mobileComtrolSet in the DICTIONARY that talks about Text Input Specific Properties and I was looking at that. I see what you're talking about, Klaus. My bad!
Re: UITextInput Multiline not opaque
Posted: Thu May 07, 2015 3:53 pm
by Klaus
Hi Tom,
don't worry, I wouldn't have >7000 postings otherwise!
Best
Klaus
Re: UITextInput Multiline not opaque
Posted: Thu May 07, 2015 4:58 pm
by quailcreek
Just to follow up. I'm not totally sure what "alpha" does. It seems to set an intensity. Anyway, I had to set the backgroundColor of the control to match the object behind to get things to look right. Thanks again, Klaus