Re: [flexcoders] Bindable metadata tag event name

2010-05-02 Thread Richard Rodseth
Either I'm not following, or you have something else wrong. If a model object (or the MXML component itself) has a property with custom getter and setter as I showed, you can most certainly say mx:Text text = {model.txt}/ or mx:Text text = {this.txt} / Of course I'm referring to one-way

[flexcoders] Re: Bindable metadata tag event name

2010-05-02 Thread Amy
--- In flexcoders@yahoogroups.com, sasuke uzumaki.naruto...@... wrote: Hi, Yes, even I've done that. But my main gripe is that when you have a Bindable tag with your custom event name, is it not possible to use it directly with any custom/built-in flex control? [Bindable(myEvent)]

[flexcoders] Re: MS - The future of the web is HTML 5

2010-05-02 Thread mumakill_dev
The subject says: The future of the web is HTML 5. It´s not true! Html5 will be a good technologie, but will not be the only one. The future of the web, the future of the software, the future of the mobile, will not be a single technology, IS NOW AND WILL BE A FUTURE integration of different

[flexcoders] Swapping custom components within Viewstack Navigation container...

2010-05-02 Thread Joel
Dear Group, Somewhat of a newbie and trying to do something that I think should be possible. I have my application below, that when I press a button in the viewstack it changes the Skinnable container stuff within the given navigation container to my custom component defined. So that works

[flexcoders] Printing without the pop-up window...

2010-05-02 Thread Laurence
Is there a way to get a Flex program to send a print-job to the default printer without it popping up that window where you select the printer and click the print button? I'd really like to be able to do that. Is that even a function of Flash-player? Or is that built-in to the browser?

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Laurence
--- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, mitek17 mitek17@ wrote: --- In flexcoders@yahoogroups.com, Seth Caldwell wiz@ wrote: Steve is employing several tactics used by politicians. The iphone is not open.

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Guy Morton
Jeez...it's *three* devices, and you *do* have a choice... You're annoyed because you're being shut out of a market you want to be in, but your arguments as to why you should be allowed into that market are specious. If you buy an iPod/Pad/Phone, you buy it as is, knowing what it can and can't

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread mitek17
you must be kidding. Gnash is not ready for use in commercial projects. Looking at the latest readme.txt: -Key events are not handled - Resizing browser window when plugin is running , will crash browser. Since 2005 they have not figured it out? This puppy must be put to sleep. PS And yes,

[flexcoders] trace address of a object

2010-05-02 Thread mitek17
Is there a way to print out an address of an object? PS I know that debugger shows addresses, I need to trace it. Thanks!

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Oleg Sivokon
mitek17 Yeah, I know that... well, I didn't say it's usable for commercial purposes. That's true it isn't. What I said is that, if it would matter more to Adobe these project exist and continue to develop, it would be better, for the image at least. Well, you know, MS doesn't really support

[flexcoders] OAuth and AIR

2010-05-02 Thread anthony.cint...@rocketmail.com
Anyone know of a good solution for OAuth and AIR. I've seen oauth-as3 and am not to confident this is the right solution. I primarily feel this way due to the lack of external browser loading during token verification.

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Laurence
--- In flexcoders@yahoogroups.com, Guy Morton g...@... wrote: Jeez...it's *three* devices, and you *do* have a choice... It's gonna be a hell of a lot more than just 3 portable devices, when Jobs removes Flash from OSX. That's every Mac in the world. There are a LOT of Macs out there...

Re: [flexcoders] trace address of a object

2010-05-02 Thread Oleg Sivokon
Coerce it to something it surely isn't and parse the error message? That's only possible in debugger player btw. There's no way to get those errors in release player.

Re: [flexcoders] OAuth and AIR

2010-05-02 Thread Ryan Stewart
I think this ends up being kind of a philosophical debate with no right answer. I agree with you that the ideal solution is the external web browser loading the provider's page so that the user never types their credentials into a site or window that isn't the one that belongs to the service. But

[flexcoders] Scrollbars, mx:DataGrid, and non-Halo themes...

2010-05-02 Thread Laurence
If I have a non-Halo theme (for example, Cobalt) in my Flex 4 app, there are no longer any scroll-bars on my Data Grid. How do I re-enable the vertical scroll bar, in particular? Thanks, Laurence MacNeill Mableton, Georiga, USA

[flexcoders] Verticalscrollposition in flashbuilder?

2010-05-02 Thread Raymond Brown
Anyone know the equivalent of var scrollUpPropertyAction:AnimateProperty = new AnimateProperty(this); scrollUpPropertyAction.property = verticalScrollPosition; scrollUpPropertyAction.fromValue = this.verticalScrollPosition; in a panel for flash builder 4? In addition in flex you use to be

[flexcoders] A way to removeAllChildren in a panel in flash builder 4?

2010-05-02 Thread Raymond Brown
Is their a flash builder 4 equivalent of - public function set dataItems(dataItemsCollection:ListCollectionView):void { //trace(set DataItems); _dataItems = dataItemsCollection; removeAllChildren(); rowsArray = []; will removeAllElements() really achieve the same result - it just doesn't

[flexcoders] Slider as Item Renderer/Editor in an ADG

2010-05-02 Thread sk_acura
Hi All, I am trying to use a Slider as an Item Renderer Editor in an ADG. Here is the sample code i have and it doesn't display the values that are passed to tge grid and also the value changes i made using the slider are not getting stored in the selected Item.. [CODE]

[flexcoders] how to know swf flash version?

2010-05-02 Thread markflex2007
Hi, I use swfloader load a swf file and how to know the flash version for the swf file. Thanks Mark

Re: [flexcoders] trace address of a object

2010-05-02 Thread Alex Harui
There is no way. It isn’t necessarily its address anyway. You can use UIDUtil to give it a UID and track it that way. On 5/2/10 4:14 PM, mitek17 mite...@gmail.com wrote: Is there a way to print out an address of an object? PS I know that debugger shows addresses, I need to trace it.

Re: [flexcoders] Printing without the pop-up window...

2010-05-02 Thread Alex Harui
It is a security aspect of Flash. I think you might be able to do it in AIR 2.0, but I haven’t checked to be sure. I heard you will be able to do it soon in Flash, but I don’t know if that means 10.1, 10.x or 11. On 5/2/10 3:04 PM, Laurence lmacne...@comcast.net wrote: Is there a way

[flexcoders] Re: Scrollbars, mx:DataGrid, and non-Halo themes...

2010-05-02 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: If I have a non-Halo theme (for example, Cobalt) in my Flex 4 app, there are no longer any scroll-bars on my Data Grid. How do I re-enable the vertical scroll bar, in particular? Thanks, Laurence MacNeill Mableton,