TextObject my_text "Here is some text."
DisplayObject show_text
Color white
AddObject my_text
AddFontDirectory \windows\Fonts
There are two possible changes you can make to this line that users have found to found to solve the problem. Try the first suggested change, and if that does not work, you can try the second one.
1) Add 'C:\' at the beginning of the path, i.e.,
AddFontDirectory C:\windows\Fonts
2) Place the character '#' at the beginning of this line, i.e.,
#AddFontDirectory \windows\Fonts
Note that the second option will prevent FLXLab from using any fonts other than those distributed with the FLXLab program. The development team is working on a better solution to this problem.
VISTA SPECIFIC ISSUES: