[flexcoders] Bindable query

2011-08-04 Thread jitendra jain
Hi Guys, Please let me know Difference between    [Bindable]     [Bindable(event="modelUpdated")]     public function get model():RuleModel{     }    VS   [Bindable(event="modelUpdated")]    public function get model():RuleModel{     }   Thanks, with Regards, Jitendra Jain Software

Re: [flexcoders] Fw: Two way binding and stric mode compiler options

2011-08-04 Thread jitendra jain
Well ,  in data grid of spark component we have selectedItem:Object and in other spark components like List we have selectedItem:*, whenever my compiler runs in strict mode it throws the compiler error 1118: Implicit coercion of a value with static type Object to a possibly unrelated type com.o

[flexcoders] How to suppress empty datatips in spark datagrid

2011-08-04 Thread Chris Velevitch
If I set showDataTips="true" for a GridColumn and if some rows in the column are empty, the data tip still shows but it's shown empty. How do I suppress those empty dataTips? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Use

[flexcoders] Re: tree multiple select problem

2011-08-04 Thread steveroger_flex
I am having list of nodes in array. My problem is how should I use seletedItems with list of node id array.? Data provider of tree component. Node id Array=(2,4,5). I wanna select Node 1.1, Node 1.2.1 & Node 1.2.2 by clicking on button. tree.selectedItems = array; is not w

Re: [flexcoders] Determine the framerate of a display object, Alex

2011-08-04 Thread Robert VanCuren Jr
You can determine the frame rate of the swf as a whole but individual display objects do not have their own frame rate. One slow display object slows the whole movie down. So in the case you described below both would produce the same frame rate. If you want to find out which display objects are

[flexcoders] Determine the framerate of a display object, Alex

2011-08-04 Thread dorkie dork from dorktown
Is there way to determine the frame rate of a specific Flex component or display object? For example, if I have a display object that is using a heavy amount of graphics drawing commands and another visual element next to it that is not would adding listeners on each for the render event produce d

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
Howdy Alex- I am MORE than happy to send you my FXP if you need it. I have played around with quite a few things and it appears to remain a problem with EmbeddedFontRegistry and its call (at 469) to SystemManager.callInContext (at 1912) by the autogenerated class. I have dug through the vari

[flexcoders] Re: loading socket policy files from port 80.

2011-08-04 Thread nagaofthesea
Howdy- I have only had success using a handler for the preinitialize event: protected final function setUpTrust(e:Event):void { Security.allowDomain("domain.com/crossdomain.xml"); Security.loadPolicyFile("http://domain.com/crossdomain.xml";); var urlRequest:URLRequest = new URLR

Re: [flexcoders] Re: urgent: socket communications at port 443?

2011-08-04 Thread grimmwerks
Yes set it to be false: OK: Root-level SWF loaded: http://mix.investlab.com/demo/MixClient.swf OK: Searching for in policy files to authorize data loading from resource at xmlsocket://mix.investlab.com:443 by requestor from http://mix.investlab.com/demo/MixClient.swf Warning: Ignoring 'secure'

[flexcoders] Re: How do I capture the click of an Image placed in a Tab Bar Button Skin?

2011-08-04 Thread djbalias
I have tried for way too long now and am throwing in the towel. Working with skins and skin classes can be enormously frustrating, in my opinion. I see no possible way to do this with skins, because you can only override functions of the parent skin class, it never gets back to the object whic

[flexcoders] Blur all text in Application

2011-08-04 Thread georgemeng2011
Hello, We build an AIR application to show business information using Flash Builder 4.1 and AIR 2.6. Sometimes user wants to take screenshot of Application, but because it contains some sensitive information, user want us add a button to blur all text objects: including legend, Axis label, tex

[flexcoders] Re: urgent: socket communications at port 443?

2011-08-04 Thread nagaofthesea
Howdy- A pure shot in the dark: Have you tried also explicitly setting the secure attribute to what you it to be? Cheers, Naga --- In flexcoders@yahoogroups.com, grimmwerks wrote: > > > Is it possible to use a normal socket at 443 (apache not binding the port) > while loading a crossdomain

[flexcoders] urgent: socket communications at port 443?

2011-08-04 Thread grimmwerks
Is it possible to use a normal socket at 443 (apache not binding the port) while loading a crossdomain at 80 such as this: We can't seem to get a connection: grimmwerks Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://mix.investlab.com/demo/MixC

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
Hi Alex- Just checked. Yes, I do -Naga --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > If you use the default adobe skins do you have the same problem? > > > On 8/4/11 11:35 AM, "nagaofthesea" wrote: > > > > > > > > > Hi Alex- > > Thanks for looking at this. I chopped

Re: [flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread Alex Harui
If you use the default adobe skins do you have the same problem? On 8/4/11 11:35 AM, "nagaofthesea" wrote: Hi Alex- Thanks for looking at this. I chopped the dump because it looked like a call from Timer.tick(). Here is the whole dump: August 4, 2011 11:33 AMclick here to add tags T

Re: [flexcoders] tree multiple select problem

2011-08-04 Thread Alex Harui
Use selectedItems On 8/4/11 5:08 AM, "steveroger_flex" wrote: Hello Friends, I am facing a problem and can't getting any idea to solve this. Problem is, I wanna select one or more tree nodes using actionscript. I have set allowMultipleSelection="true" property of tree component. I succee

[flexcoders] loading socket policy files from port 80.

2011-08-04 Thread grimmwerks
Ok - slight modification to original question. Can I load a socket policy file (usually served on port 843) via port 80? ie Security.loadPolicyFile("http:domain.com/crossdomain.xml"); And this will allow connectivity to ports 61613 Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.

Re: [flexcoders] Form Item Multiline

2011-08-04 Thread Tandon, Rishi
Isabeelle, here you go: Use [ ] for new line and [L ] for tab. Regards, Rishi From: Isabelle Loyer Perso To: flexcoders@yahoogroups.com Cc: yang chen Sent: Thursday, August 4, 2011 11:33 AM Subject: Re: [flexcoders] Form Item Multiline   By label, I m

Re: [flexcoders] Several HTTP request in the same component

2011-08-04 Thread Tandon, Rishi
You can set the result format of the HTTP to "Object". When you receive the request from the HTTP, you can store in the individual data collections. And then you can bind those variables to the data providers of your comboboxes. Usually we do use some MVC framework to handle data, events and view

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
Hi Alex- Thanks for looking at this. I chopped the dump because it looked like a call from Timer.tick(). Here is the whole dump: August 4, 2011 11:33 AMclick here to add tags Tags: [SWF] iForesee.swf - 250,192 bytes after decompression TypeError: Error #1009: Cannot access a property o

[flexcoders] question regarding ports and crossdomain / security

2011-08-04 Thread grimmwerks
Ok - so far we've had an application that uses stomp for messaging over port 61616 -- with a crossdomain being served at 843 as it should because the socket connection was in the higher range; now we want to shift it so that we use stomp over 443 (https) because some companies block the upper p

[flexcoders] tree multiple select problem

2011-08-04 Thread steveroger_flex
Hello Friends, I am facing a problem and can't getting any idea to solve this. Problem is, I wanna select one or more tree nodes using actionscript. I have set allowMultipleSelection="true" property of tree component. I succeed in selecting one node. But can't in multiple. I had used tree.selecte

[flexcoders] Re: Flex Image display problem

2011-08-04 Thread steveroger_flex
is there a any way to handle this view from flex? because we can't know, which browser is used by our clients. --- In flexcoders@yahoogroups.com, "steveroger_flex" wrote: > > great geckko :) > > thanks a lot. > its really helpful to me. > > --- In flexcoders@yahoogroups.com, geckko wrote: >

[flexcoders] Re: Flex Image display problem

2011-08-04 Thread steveroger_flex
great geckko :) thanks a lot. its really helpful to me. --- In flexcoders@yahoogroups.com, geckko wrote: > > I search in google for something like this and find this > > http://www.technotaste.com/blog/that-damned-microsoft-bias/ > > Perhaps it'll helps > > > El 27/07/2011 15:39, steveroger_

[flexcoders] Several HTTP request in the same component

2011-08-04 Thread Isabelle Loyer Perso
Dear Flexer, In my case, I'd like to populate textinput and combox witch data who are storing in mySQL databata. Today I use httpService to do a request in one table and the result is in e4x format. But actually, I need to do some request to populate several combobox. Can you explain how to d

Re: [flexcoders] URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread Alex Harui
CreateChildren is the end of the stack trace? That doesn’t make sense. When does it really get called? On 8/3/11 9:26 PM, "nagaofthesea" wrote: Howdy Alex (or anyone else)- SCENARIO: Flex 4.5.1 mobile application targeting Android and iOS (no pad) only. Works flawlessly on desktop em