[flexcoders] Re: Simulating a printed page

2008-01-13 Thread John Nagle
;m extremely comfortable with ActionScript 3, slightly less so with Flex. I've written several games and apps in AS3. I would definitely be interested in seeing your source if you're willing to share it. And any other suggestions you might have would be greatly appreciated as well.

[flexcoders] Simulating a printed page

2008-01-13 Thread John Nagle
Hello, I'm trying to figure out the best way to simulate a printed page. I want to display text on a "page" (currently a canvas), such that it has the look and feel of printed type on paper. I will have arrows at the bottom of the page to switch to the next page, where hopefully the same sou

[flexcoders] Re: The most strange behavior I've seen with Flex...

2006-12-03 Thread John Nagle
Thanks Matt, I seem to have found a way to make it work, and maybe this will provide a clue for your engineers. I had initiated the send on the "activate" event for a viewstack, but when I change the send to trigger on the "show" event it seems to work. I'll need to do more testing to see if

[flexcoders] The most strange behavior I've seen with Flex...

2006-12-02 Thread John Nagle
I've uncovered some really odd behavior with my project, and I'm hoping someone here can shed some light as to why it could be happening. I've developed a game in AS3 and then I built a Flex interface to select a game map to play. It's a very simple HTTPService call to a standard XML file, whic