|
From: iiley <iil...@gm...> - 2005-06-07 06:38:42
|
>If you're NOT using the Flash IDE - or if you just plain want to see
>the output somewhere else...
I am using FAME, and with PHPEclipse plugin, i can view AsUnit Ui in
my eclipse window.
> There is a checkbox in the lower left area of the UI that says, "show
> Sys.println".
>=20
> You should be able to select that checkbox and all of your Sys.println
> statements should then appear in the newly introduced text area. If
> that doesn't work for you - please let us know as that would then be a
> bug!
I did selected the checkbox:), my meaning is that, it can't show
string with xml tags, i think this is because the AsUnit Ui's output
text field are enable to view html, so that xml strings will be
considered a wrong html, then nothing we can see on the output text
field if we just print a xml string.(for example:
Sys.println("<Seeme/>")). Am i right? i think this may puzzle many
people, they print some thing, but can't see them, like me, it puzzled
me very much today:).
|