You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same problem as this guy did about a year ago. I just finished my map which his a little bit of text in it on the walls. I exported it as 'CreateObject()' and then I moved it to my import folder and imported it to see if everything was working right.
The text either didn't load, or the object that the text was placed on loaded but the text didn't. I've got no idea how to fix it and all I want is my map to load the same way I had it designed before.
You are setting both the Back Color and Font Color to 0x00000000 which is black with 100% transparency. Thus, your text is transparent most likely. It looks as if the lines of code produces are absolutely normal otherwise. Just try changing the font color to "0xFF000000". Colors are in ARGB format so the FF is completely opaque.
I'm having the same problem as this guy did about a year ago. I just finished my map which his a little bit of text in it on the walls. I exported it as 'CreateObject()' and then I moved it to my import folder and imported it to see if everything was working right.
The text either didn't load, or the object that the text was placed on loaded but the text didn't. I've got no idea how to fix it and all I want is my map to load the same way I had it designed before.
Here's my map in CreateObject():
RX Medical Group.txt
Please let me know what I can to do fix it.
Thanks,
Roy
The text was updated successfully, but these errors were encountered: