RE: [flexcoders] A bit too ambitious?

2006-07-07 Thread Tony Pujals
Ambitious, yes! Appropriate, absolutely! Fun, definitely! ;-)   I’m working on a Flex-based bliki front end myself (PHP on the back end). Good luck!   -Tony     tony pujals| senior engineer | Yahoo! Small Business p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals

RE: [flexcoders] Flex2 :: The time has come to ... Push the Button :: Released

2006-06-28 Thread Tony Pujals
Awesome! Congratulations to the entire Adobe team!   J   Tony     tony pujals| senior engineer | Yahoo! Small Business p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] Flash 8.5 Release -- Vote of Confidence

2006-04-13 Thread Tony Pujals
probably be roasted over coals…. So … if anyone has any reason to believe that I’m being way too optimistic (foolish), I’d really like to hear sooner than later.       From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tony Pujals Sent: Wednesday, April 12, 2006 11

[flexcoders] Flash 8.5 Release -- Vote of Confidence

2006-04-12 Thread Tony Pujals
alternative is to not use Flex at all if 8.5 won’t be available by June….   Thanks,   Tony   tony pujals| senior engineer | Yahoo! Webhosting p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals     -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

RE: [flexcoders] RE: ExternalInterface and IFrame

2006-03-28 Thread Tony Pujals
Jeff, that’s awesome! I’ll have to check to see if it works for Firefox. If it does, I’m going to be very happy.   -Tony     tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals     From: flexcoders

[flexcoders] RE: ExternalInterface and IFrame

2006-03-27 Thread Tony Pujals
onally display the iframe -- flickering like it's updating umpteen times per second. -Original Message- From: Tony Pujals Sent: Sunday, March 26, 2006 7:10 PM To: 'flexcoders@yahoogroups.com' Subject: ExternalInterface and IFrame I wanted to create an "dialog" a

[flexcoders] ExternalInterface and IFrame

2006-03-27 Thread Tony Pujals
om/2006/mxml"; layout="absolute"> ...after you load the app in the browser, you can enter this in the url bar: javascript:testIFrame("testFrame", "http://www.cnn.com";) ...and still get weird behavior. If Adobe provides robust iframe support, that w

RE: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-23 Thread Tony Pujals
our direction.   Best regards,   Tony       tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Basil Hosmer Sent: Thursday, March

[flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-22 Thread Tony Pujals
, but since this is different behavior, I’m curious …. Can you only extend mx components but not you’re own, or this only possible with ActionScript components and not mxml….?   Thanks,   Tony     tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc

RE: >< [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-20 Thread Tony Pujals
.   My 2 cents only….       tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc * com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richie Rich Sent: Monday, March 20, 2006 9:51 AM To

RE: [flexcoders] Re: Muliple flex apps on tomcat

2006-03-16 Thread Tony Pujals
I second Dave’s recommendation regarding pre-compilation. Our team ran into the same issues with OutOfMemoryErrors thrown on our linux servers (never on any of the Windows machines). The solution was to deploy pre-compiled SWFs.       tony pujals| senior engineer | Yahoo

RE: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-16 Thread Tony Pujals
Title: Re: [flexcoders] Flex 2 Style Explorer (beta) Awesome! Thanks!       tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc dot com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-15 Thread Tony Pujals
Title: Flex 2 Style Explorer (beta) I agree, very, very nice. And it would be even nicer if the source code were available as part of the download. Maybe if enough people post their comments on the download page to indicate interest..?   -Tony       tony pujals| senior engineer

RE: [flexcoders] Re: Capture events a la the underlying transparent window from PopUpManager

2006-03-15 Thread Tony Pujals
Great suggestion, I’ll definitely give it a shot on my end … much appreciated, thanks!       tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc dot com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Capture events a la the underlying transparent window from PopUpManager

2006-03-13 Thread Tony Pujals
….   -Tony     tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Monday, March 13, 2006 8:09 AM To: flexcoders

RE: [flexcoders] Actionscripting and dispatching Events

2006-02-16 Thread Tony Pujals
utils.Delegate.create(this, callbackFunc); controller.addEventListener("changeGroup", callbackDelegate); ... Controller.removeEventListener("changeGroup", callbackDelegate); Good luck. -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p.

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-16 Thread Tony Pujals
es in pursuing this direction, then thanks for the tip. -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
through" to the TextArea below it -- the toolbar buttons don't. As far as code, I'll create a streamlined example that should make it a little easier to see what I'm talking about Thanks again, Doug. tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
of MovieClip in the hope perhaps that this would prevent some superclass behavior which forwards the mouse events to further processing, but it didn't help Argh... tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yah

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
mmodate my toolbar weirdness I'm a little surprised this has turned out to be so challenging. Since I know various components provided by Macromedia (such as Button) do behave correctly, I guess that there is a 'standardized' way to implement this tony pujals| senior engi

RE: [flexcoders] Mouse Event Filtering

2006-02-15 Thread Tony Pujals
there is some other more appropriate way for iterating child components, I'd appreciate hearing about it). So Flash/Flex gurus ... what am I missing here...? Thanks! Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujal

RE: [flexcoders] Mouse Event Filtering

2006-02-15 Thread Tony Pujals
recommendation to which list I should post this question)?   Thanks, Matt – if you or anyone else has any other ideas, I’d really love to hear them   -Tony       tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals

[flexcoders] Mouse Event Filtering

2006-02-14 Thread Tony Pujals
bar doesn't get the event in this case. So something about a Button or its superclasses makes it special, but the difference isn't apparent to me in the AS source provided with Flex. Any insight is appreciated. Thanks! -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express

RE: [flexcoders] event bubbling Flex 1.5

2005-11-23 Thread Tony Pujals
chain Or something along these lines….   ;-)   Tony   tony pujals| senior engineer | Yahoo! SiteBuilder p. 408.349.6284 | e. [EMAIL PROTECTED] | y!id tonypujals   From: Tony Pujals Sent: Wednesday, November 23, 2005 11:06 AM To: 'flexcoders@yahoogroups.com' Su

RE: [flexcoders] event bubbling Flex 1.5

2005-11-23 Thread Tony Pujals
, current theme : page title scheme : new font style).   -Tony     tony pujals| senior engineer | Yahoo! SiteBuilder p. 408.349.6284 | e. [EMAIL PROTECTED] | y!id tonypujals   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Douglas Knudsen Sent

RE: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Tony Pujals
As Sjors recommended, just use their address:   6960 W. O'Bannon Drive Suite 110 Las Vegas, NV 89117   As far as email address, I used my personal yahoo account (with an underscore) and was able to register just fine. The process seems lame, but the Flex app was pretty polished looki

[flexcoders] Redeploying a Flex webapp on Tomcat - locks not released

2005-11-09 Thread Tony Pujals
lution for this until Flex 2.0, but I’d really like to know if that’s the case, or if anyone else has discovered a workaround for this issue.   Thanks!   Tony     tony pujals| senior engineer | Yahoo! small business publishing tools p. 408.349.6284 | e. [EMAIL PROTECTED] | y!id