[flexcoders] Any official known issue for flashplayer 9 running playerglobal.swc 10?

2009-10-07 Thread yldleung
Hi Flexperts! I am trying to figure out whether there is any known issues or protential problem by running a Flex 3 application compiled with playerglobal.swc in the player10 folder to be run on FlashPlayer 9? Does anyone have any idea, can someone share about it, please? Thanks Regards,

[flexcoders] advancedDataGridColumn.styleFunction question

2009-10-07 Thread MicC
private function formatSummary(data:Object, col:AdvancedDataGridColumn):Object { if (data.hasOwnProperty(summary)) { return { color:0xFF, fontWeight:bold, textAlign:right }; } return {}; } mx:AdvancedDataGridColumn headerText = PI

[flexcoders] change decimal separator to comma on input field

2009-10-07 Thread awesome
Hi, I am banging my head for a couple of hours with this problem and i'm drawing a blank. Please anyone for some help on this subject.. I have a form which is updating mysql table with one of the columns named 'price' with data type decimal(5,2). In flex i used php service generator to create

Re: [flexcoders] Adobe Flex Dashboard

2009-10-07 Thread Angelo Anolin
Hi Paul, I looked at the StateManager.as file and in the line which Vivian pointed out, this is it: private static var sharedObject:SharedObject = SharedObject.getLocal(com.esria.sample.dashboard); So, how do I know which file is the line above pointing to? Pardon my lack of understanding

Re: [flexcoders] Adobe Flex Dashboard

2009-10-07 Thread Paul Andrews
Angelo Anolin wrote: Hi Paul, I looked at the StateManager.as file and in the line which Vivian pointed out, this is it: private static var sharedObject:SharedObject = SharedObject.getLocal(com.esria.sample.dashboard); So, how do I know which file is the line above pointing to?

[flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
Hi, I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955. When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the project compiles but fails with the following when I try to run it: VerifyError: Error #1053: Illegal override of FlexModuleFactory

[flexcoders] Persitent/interactive tooltip

2009-10-07 Thread Kevin Bowers
Hi, I'm trying to find some examples of tooltips that remain visible and allow the user to interact with them, click on a link within the tip for example. Does anyone know of any good sources Many thanks, Kev

[flexcoders] Stylesheets and swcs.

2009-10-07 Thread Florian
I'm currently stuck and i hope somebody can give me a hint. I'm trying to compile a swc with applied component styles, so i can use the components on the fly without referencing a theme or using a CSS file when compiling the application. I thought the -include-stylesheet compiler option would

[flexcoders] Re: Loading Font Files at Runtime

2009-10-07 Thread cheran425
Well finally getting some idea abt it but can anyone pls say me how to generate a module with the uploaded font.

[flexcoders] Re: Persitent/interactive tooltip

2009-10-07 Thread mrcaraion
Hi, look at ToolTipManager class, it has a createToolTip() method, this class also provides a destroyToolTip() method which allows you to manage the creation and disposal of your tool tips, also you can set the toolTipClass property with the class you want to use for you tool tip:

[flexcoders] Data Grid as itemRenderer not getting mouse events

2009-10-07 Thread Nick Middleweek
Hello, I have an Adv Data Grid and Column 1's itemRenderer is set to an MXML component that has a DataGrid in it. This (sub) DataGrid is shown when a button is clicked in another column. Works great, but... I'm trying to resize the columns of the sub DataGrid but the mouse events don't seem to

[flexcoders] Module to Module custom Events

2009-10-07 Thread Kevin Bowers
I think that this one has been asked before, but I not able to find the answer. Hopefully someone will be able to help. I'm trying to dispatch a custom event from a module to a listener in another module, but I'm not able to get it to work. Can anyone point me in the direction of an example

[flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread artur_desig2dev
we are having the same issue but with applying styles to Interstate Light: but we're trying to get this to work in AS3 ..and not FLEX.. first we tried doing it this way.. [Embed(source=../fonts/Interstate-Light.ttf, fontName=Interstate-Light, mimeType=application/x-font-truetype)] public static

[flexcoders] Key Return for button

2009-10-07 Thread Christophe
Hello, I have a button on a page of a flex application. I want that a press on the key Return has the same effect as a click on the button. How to do that ? Thank you, Christophe,

RE: [flexcoders] Key Return for button

2009-10-07 Thread Jake Churchill
defaultButton Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Wednesday, October 07, 2009 8:25 AM To:

[flexcoders] Re: change decimal separator to comma on input field

2009-10-07 Thread seanmcmonahan
Try listening for TextInput's valueCommit event. In you event handler do the number formatting. --- In flexcoders@yahoogroups.com, awesome cubesp...@... wrote: Hi, I am banging my head for a couple of hours with this problem and i'm drawing a blank. Please anyone for some help on this

[flexcoders] .Net Web Services Polling Question

2009-10-07 Thread cjsteury2
Let me re-phrase my prior inquiry... If Using .net with SQL db and web services to communicate with FLEX front end components Charting and Datagrid... my questions is this... What is best way to get the components to 'auto-update'... with no page refresh... the pages are in a .Net framework.

[flexcoders] Re: Is it a Bug?

2009-10-07 Thread GeorgeB
Hi Alex. Following your description of that behaviour, I resolved the case doing as you said, by handling menuEvent.MENU_HIDE for the menuBar control to disable processing itemEditBegin for the ADG. Everything is now looking normal. Thanks for the advice. BTW is there a published list of

RE: [flexcoders] Data Grid as itemRenderer not getting mouse events

2009-10-07 Thread Alex Harui
Maybe try DG in DG just to see if it also blocks events. Then we'll know where to start looking. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nick

RE: [flexcoders] Re: Is it a Bug?

2009-10-07 Thread Alex Harui
I'm sure there is but I don't know where it is. Try release notes or there may be a list in JIRA (the bug system) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] Any official known issue for flashplayer 9 running playerglobal.swc 10?

2009-10-07 Thread Alex Harui
Some API calls will not work. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yldleung Sent: Tuesday, October 06, 2009 11:25 PM To:

RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Both the module and app that loads it must be on the same version of the SDK. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dima Gutzeit Sent: Wednesday,

Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
The problem is that I do not load any modules Using datavisualization loads a module behind the scenes ? Thanks in advance. Regards, Dima Gutzeit. From: Alex Harui Sent: Wednesday, October 07, 2009 5:39 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] VerifyError: Error

RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Are you using 3rd party SWCs? All SWCs must be on the same version and must match the compiler version. If you are using RSLs, the RSLs must be the correct version. CSS SWFs and Resource Modules have the same restriction. The console should show that SWFs are being loaded. Alex Harui Flex

[flexcoders] any good effects for initial loading of a datagrid with text?

2009-10-07 Thread luvfotography
Hi are there any good effects for loading a datagrid with text? Like having the text float in from all directions? thanks,

[flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Baz
Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I am thinking of storing that subset in a second array, but that is not mandatory - performance is key in this piece of

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Found this about embedding font families and how using the Embed tag might not be seen by CSS: http://www.kirupa.com/forum/archive/index.php/t-257913.html On Oct 7, 2009, at 9:04 AM, artur_desig2dev wrote: we are having the same issue but with applying styles to Interstate Light: but

Re: [flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Paul Andrews
Baz wrote: Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I am thinking of storing that subset in a second array, but that is not mandatory - performance is

[flexcoders] Conditional compilation of CSS

2009-10-07 Thread Richard Rodseth
Is there any way to compile different CSS files based on a compile-time flag? For better or worse, I'm trying to avoid the build/deploy complexity of multiple SWF artifacts. I can't use the following because I get the error Data binding expressions not supported with attributes processed at

Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
Is this a new restriction that was introduced in 3.4.0.9271 ? I never had this problem when changing the SDK version before. Its kind of hard to make sure all the 3rd party SWC are updated to the specific SDK version ... Regards, Dima Gutzeit. From: Alex Harui Sent: Wednesday, October 07,

Re: [flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Baz
Great, thank you! On Wed, Oct 7, 2009 at 11:13 AM, Paul Andrews p...@ipauland.com wrote: Baz wrote: Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I

RE: [flexcoders] Conditional compilation of CSS

2009-10-07 Thread Alex Harui
You could have conditional code that loads different style modules. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Wednesday,

Re: [flexcoders] Conditional compilation of CSS

2009-10-07 Thread Richard Rodseth
But then I still have separate SWFs, right (or can modules be embedded) ? On Wed, Oct 7, 2009 at 1:36 PM, Alex Harui aha...@adobe.com wrote: You could have conditional code that loads different style modules. Alex Harui Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/

RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Flex SDK policy is that it is ok to make changes to class signatures in order to fix bugs and provide new features. The only cross-versioning support we have is known as the Marshall Plan. You can read about on the open source site. I think your problem may be compiler version or RSL

[flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-07 Thread Baz
I currently have an expensive process that I am pseudo-threading by processing part of it, then using callLater to process the rest. This lets me update the view after each batch is processed, giving the user feedback during the process. Also, it gives the user a window to 'interrupt' the process

Re: [flexcoders] Adobe Flex Dashboard

2009-10-07 Thread Vivian Richard
Angelo - comment out the definition and wherever you see the bug, that means it is used in those files. Personally speaking I never did use it before so will not be able to explain you how it is used. Regards.. On Wed, Oct 7, 2009 at 1:16 AM, Paul Andrews p...@ipauland.com wrote:

Re: [flexcoders] change decimal separator to comma on input field

2009-10-07 Thread awesome
Thank you, that helped me a lot. On the end I used number formatting in update button click handler just before the update part happens. I tried valuecommit event but its firing all the time because the same input gets populated from database when item in datagrid is selected. seanmcmonahan

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Has *no one* got any information on how to embed a font that is not a regular style? I'm actually now opening up this font in FontLab and attempting to save it as it's own .ttf -- but it still thinks there's no 'normal' font for this type even though I'm saving it as such. *REALLY*

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Spoke too soon - converting the font to .ttf and then embedding it did the trick: [Embed(source=styles/assets/InterRegCom.ttf, fontName=EmbeddedFont, mimeType=application/x-font)] private var EmbeddedFont:Class; On

[flexcoders] Resources for compiling with asc.jar

2009-10-07 Thread dorkie dork from dorktown
I'm working on a project that is compiled using asc.jar. I know zero about asc.jar. I don't even know how to compile / setup or run asc.jar. I'm a Flex developer. Can someone send me links to resources or advice on where to go to learn more? Thanks, DDFD

[flexcoders] calling array names dinamically

2009-10-07 Thread David Pariente
Hi to all, I'm sorry I had no idea how to name this subject. I have 2 arrayCollections (actually more than 2), menu_e and menu_d, [Bindable] public var menu_e:ArrayCollection=new ArrayCollection([HOME,COLLECTION,STORES,ABOUT,NEWS,CONTACT]); [Bindable] public var menu_d:ArrayCollection=new

[flexcoders] Re: Any official known issue for flashplayer 9 running playerglobal.swc 10?

2009-10-07 Thread yldleung
Thanks Alex, Is it only those network service API? It's sound it isn't wise to upgrade to player 10 playerglobal if we are to say supporting player 9 users, right? Dan --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Some API calls will not work. Alex Harui Flex SDK

Re: [flexcoders] Flex with .Net

2009-10-07 Thread David Pariente
I was searching for the same short ago, so i can tell you that the adobe flex page has plenty of examples, videos and articles on how to connect Flex with .Net. At least it has enough to start with. Did you google it or checked adobe flex website? Ramkumar wrote: Hi All, We have the

[flexcoders] Re: any good effects for initial loading of a datagrid with text?

2009-10-07 Thread droponrcll
--- In flexcoders@yahoogroups.com, luvfotography ygro...@... wrote: Hi are there any good effects for loading a datagrid with text? Like having the text float in from all directions? thanks, You could probably look at List and TileList and extend Datagrid to do something like this:

Re: [flexcoders] calling array names dinamically

2009-10-07 Thread David Pariente
Hello again, I found the solutioncan't believe i never heard of it before :O {this['menu_e']}is the same as{menu_e} that really solves it, i wanted to share solution with you ;) Thank you! David Pariente wrote: Hi to all, I'm sorry I had no idea how to name this subject.

RE: [flexcoders] .Net Web Services Polling Question

2009-10-07 Thread Tracy Spratt
I have used polling with WebService and HTTPService and there is no significant difference. Be aware of BlazeDS, which provide push technology. I don't understand #3. Use a function to invoke send() and use result handler to handle the result. Do not bind directly to lastResult. Tracy

RE: [SPAM] Re: [flexcoders] calling array names dinamically

2009-10-07 Thread Tracy Spratt
Note that bracket notation works on both sides of an = assignment. So if you have a dynamic object, you can do: myObject['myPropertyName'] = someValue; Not directly bearing on your case, but a good think to know. Tracy Spratt, Lariat Services, development services available _

[flexcoders] Last character truncate in the Flex Printing

2009-10-07 Thread cap
Hi Flexpert, I have faced an issue on Printing in Flex.i used the Flex for printing simple report. The report may included different country character (Chinese, French , English , Japanese). I found in the printout, some of the last character (mainly English or Number) will partly

RE: [flexcoders] Re: Any official known issue for flashplayer 9 running playerglobal.swc 10?

2009-10-07 Thread Alex Harui
I wouldn't. If you become dependent on any of the new APIs (like 3d as well) then it won't run on 9. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

RE: [flexcoders] Conditional compilation of CSS

2009-10-07 Thread Alex Harui
Yes. You might be able to embed the style modules as byte arrays Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Wednesday, October

RE: [flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-07 Thread Alex Harui
Calllater is just using enterFrame and render events. If you have any Flex code in the app, you can use Application.application.callLater Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com