Open GoogleCodeExporter opened 9 years ago
Sorry.. My screenshot got lost in the original post.
Original comment by gospelb...@gmail.com
on 11 Jun 2009 at 8:03
Attachments:
Hello
do you mind posting the entire class ? (or email it to me)
And yes, the proprocessor can spit out the results into the as directory.
the ASPATH variable in the makefile (line 85, 96 or 107 depending on whether
you say
'make release', 'make profile' or 'make debug') specifies what directory it all
goes
into.
I would recommend using 'make debug' when you are still developing your app, as
that
means debug stuff is enabled....
....
Original comment by delfick...@gmail.com
on 12 Jun 2009 at 4:05
Here is the class and its super class. I also attached a sample node. It is the
a web
service response from Drupal AMFPHP, but you could just paste in values as
constants
if you are wanting to try the class out somehow.
The instance of DefaultScreenDisplay is created in a factory class and then
added to
a canvas in the main application mxml.
Original comment by gospelb...@gmail.com
on 12 Jun 2009 at 6:32
Attachments:
hmmm, I can get it to work for me.
I've attached the files I've used.
Unzip them somewhere and run "mxmlc -use-network=false main.xml"
(the -use-network=false is so that it has permission to acess the css files. I'm
going to assume you're aware of alternative ways of giving flash this
permission, if
not feel free to ask :))
Then run the resulting .swf and see if it works.
I've attached a screenshot of what I get.
Original comment by delfick...@gmail.com
on 13 Jun 2009 at 5:38
Attachments:
OK.. your example worked for me as well... I guess I've got some work to do to
figure
out why my app is munging things somehow.
Original comment by gospelb...@gmail.com
on 16 Jun 2009 at 8:51
ok then.
good luck :)
Original comment by delfick...@gmail.com
on 17 Jun 2009 at 2:25
I've tried to check out the code using RapidSVN, but I am unable to. I either
get
Error: Error while performing action: URL 'http://flex-
htmlfilter.googlecode.com/svn/trunk/flex-htmlfilter-read-only' doesn't exist
or
Error: Error while performing action: Server sent unexpected return value (403
Forbidden) in response to PROPFIND request for '/svn/trunk/base/com/htmlFilter'
if I try to use what looks like a valid url based on browsing the repository.
Please help. Thank you!
Original comment by dstew...@gmcps.com
on 11 Aug 2009 at 6:53
svn works for me.
I suggest emailing google about the problem.
Original comment by delfick...@gmail.com
on 12 Aug 2009 at 7:24
am I required to have a cssFile defined in <htmlText>?? I thought I can just
use the default values defined in that class.... But when I run the
application, the HTML text I passed to the component shows up as blank with a
verticle scrollbar on the right.
Original comment by LazerWon...@gmail.com
on 13 Apr 2011 at 3:46
It should work. Does it work if you do have a cssFile?
Original comment by delfick...@gmail.com
on 13 Apr 2011 at 5:05
Original issue reported on code.google.com by
gospelb...@gmail.com
on 11 Jun 2009 at 8:01