please help me! this makes no sense
- VirusN
-
VirusN
- Member since: Sep. 20, 2007
- Offline.
-
- Forum Stats
- Member
- Level 23
- Audiophile
i'm working on a game and in the 2nd frame of it i want it to ask your name.
i inserted a text input field with the var "playername" (without " ")
i write, for example Nick..
and in the next frame i put a dinamic text box with the "playername" (without " ")
and it sez "<TEXTFORMAT LEADING=\"2\"><P ALIGN=\"CENTER\"><FONT FACE=\"_sans\" SIZE=\"15\" COLOR=\"#000000\" LETTERSPACING=\"0\" KERNING=\"0\">gf </FONT></P></TEXTFORMAT>"
WTF??? i dont get it...
sorry for engrish
- knugen
-
knugen
- Member since: Feb. 7, 2005
- Offline.
-
- Forum Stats
- Member
- Level 42
- Programmer
Perhaps you've activated "Render text as HTML" for the text field? The button for it is in the properties panel and it looks like this: < >
- VirusN
-
VirusN
- Member since: Sep. 20, 2007
- Offline.
-
- Forum Stats
- Member
- Level 23
- Audiophile
At 2/9/09 10:21 PM, knugen wrote: Perhaps you've activated "Render text as HTML" for the text field? The button for it is in the properties panel and it looks like this: < >
I know, but nope... this is really weird... i've been programming for a year or so...
- knugen
-
knugen
- Member since: Feb. 7, 2005
- Offline.
-
- Forum Stats
- Member
- Level 42
- Programmer
At 2/9/09 10:24 PM, VirusN wrote: I know, but nope... this is really weird... i've been programming for a year or so...
Alright. Did you try to simply delete the text fields and make new ones?
If that doesn't help than there might be some code that causes this?
- VirusN
-
VirusN
- Member since: Sep. 20, 2007
- Offline.
-
- Forum Stats
- Member
- Level 23
- Audiophile
At 2/9/09 10:33 PM, knugen wrote:At 2/9/09 10:24 PM, VirusN wrote: I know, but nope... this is really weird... i've been programming for a year or so...Alright. Did you try to simply delete the text fields and make new ones?
If that doesn't help than there might be some code that causes this?
tried deleting... nutting
looked at code... nothing
i'm lost
- LostVoices
-
LostVoices
- Member since: Mar. 9, 2006
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
you dynamic text box is DEFIENTLY rendering html thats the only thing that will make it do it
awww
- Denvish
-
Denvish
- Member since: Apr. 25, 2003
- Offline.
-
- Send Private Message
- Browse All Posts (15,977)
- Block
-
- Forum Stats
- Member
- Level 46
- Blank Slate
At 2/9/09 11:52 PM, LostVoices wrote: you dynamic text box is DEFIENTLY rendering html thats the only thing that will make it do it
Actually, it's the input text box being set as html, and the dynamic textbox NOT being set as html, that will cause this


