Hi...
I'm trying to set the style of a textInput component.
i'm following the Flash 8 documentation exactly but it doesn't work.
I'm using:
What am I doing wrong?Code:_global.styles.TextArea.setStyle("color", 0x#006699);
Hi...
I'm trying to set the style of a textInput component.
i'm following the Flash 8 documentation exactly but it doesn't work.
I'm using:
What am I doing wrong?Code:_global.styles.TextArea.setStyle("color", 0x#006699);
Last edited by V1SHAL; 02-15-2007 at 07:28 PM.
Instead of deleting the post, can you explain what you did so that others coming behind with the same question can get the right answer as well?
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Sorry....
My fix wasn't actually related to code as I initially thought, rather I forgot to set the "editable" param of the textInput field to "true".
So, if anyone else is having this issue. Make sure the "editable" param is set to true.![]()
Now see? That is good information to have!
Thanks!
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
You're welcome.
Bookmarks