RE: [flexcoders] Deeplinking and Flex

2009-08-31 Thread Alex Harui
Most examples use the creationComplete event to start listening for BROWSER_URL_CHANGE 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 smyrin Sent:

[flexcoders] mx:tree hand cursor on disclosure icons (the arrows next to folders) possible?

2009-08-31 Thread fotis.chatzinikos
Is there a way to set the hand cursor on the disclosure icons? (The little arrows next to the folders in the tree) Thanks, Fotis

[flexcoders] How to know that an application has createdCompleted ?

2009-08-31 Thread elextraana
Hi there, I built a little component that needs the application to be fully completed before it starts working itself. I.e: I need to listen to the application creationComplete event. Now, that works if the user adds my component in the first page...However when it is added in a state for

RE: [flexcoders] How to know that an application has createdCompleted ?

2009-08-31 Thread Scott
I would either add it into the component's creationcomplete (not the main components creationcomplete) or create a custom event to fire... sj From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of elextraana Sent: Monday, August

[flexcoders] BrowserManager crossdomain issues

2009-08-31 Thread david.keutgens
Hi All, I'm trying to host the html-template files provided by Flex Builder (including all necessary JavaScript) on one domain (www.mydomain.com) and the embedded SWF on another (swf.mydomain.com). Now, even though I call Security.allowDomain(*.mydomain.com) in my Flex app and

Re: [flexcoders] How to host my own flex application using LCDS or BlazeDS?

2009-08-31 Thread Wally Kolcz
I am going to go on a limb and say there is no hosted solutions for Blaze or LCDS. Reason being is that it would be too hard to manage everyone's entries in the services, messaging, etc XML documents. I went out and got my own virtual private host with vpsland.com. Just cost me $34 per month.

[flexcoders] Different Views | Same DataProvider

2009-08-31 Thread ilikeflex
Hi I have array collection as a data provider. I have two different views. User can do sorting in different views. But i want that the one view is not affected by another.I know i can keep two different copies of dataprovider for different views. Is there any other way. Actually my

Re: [flexcoders] Different Views | Same DataProvider

2009-08-31 Thread Beau Scott
The sorting is stored on the ListCollectionView dataProvider of each list control. If you set the list controls to share the same ListCollectionView, the sorting will be common. If you set the dataprovider to each control to be a non-ListCollectionView object (an array for example, instead of an

[flexcoders] Re: Simple chart data tip question

2009-08-31 Thread EddieBerman
You can add a callback function on your chart to return any text you'd like. Look into the dataTipFunction here: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayin\ gdata_08.html You%20can%20add%20a%20callback%20function%20on%20your%20chart%20to%20re\

[flexcoders] Why no event dispatched?

2009-08-31 Thread Wally Kolcz
Can anyone tell me what I am missing from this Class that not dispatch the LoginEvent.FAILED? package com.isavepets.rm.business { import com.isavepets.rm.events.LoginEvent; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import

[flexcoders] Manage a multi lingual application

2009-08-31 Thread christophe_jacquelin
Hello, What is the best system to manage with Flex a multi-lingual application ? Do you have source examples ? Thank you, Christopher,

[flexcoders] Store files on the customer PC

2009-08-31 Thread christophe_jacquelin
Hello, There is a solution to upload files from the customer PC to the server with Flex. Did there is the equivalent to put files from the server to the customer PC ? Thank you, Christopher,

[flexcoders] Popup Help Bubble?

2009-08-31 Thread dfalling
I could have sworn I saw a flex component to do this, but I can't find it. Is there a good component/method of showing multiple help popups all over the screen? I want a way to annotate numerous controls and buttons at the same time, to point out new features in an application.

Re: [flexcoders] Manage a multi lingual application

2009-08-31 Thread Beau Scott
Depends on your approach, really. If you're looking to release mutiple distributions, each specific to a language (which really is about the only feasible option when dealing with multi-directional language support), you should start here:

Re: [flexcoders] Store files on the customer PC

2009-08-31 Thread Beau Scott
Here's the help page for this: http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_7.html You're on your own for server side, as it's gonna vary depending on your server technologies. Here's kind of the how-to for PHP:

[flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread djhatrick
All of a sudden this happened again, to my modules, all my fonts are missing? I don't know how to restore my previous changes and see what simple change could have caused this. Other than replacing about 5 hours work and trying to re-add each change one at a time. On a scale of 1-10 for

[flexcoders] Text Effect: One Letter at a Time

2009-08-31 Thread Baz
Is it possible to apply an effect on a single letter in a textinput field? For example, when a letter gets typed (*change* effect), that letter expands and fades out. So if someone types a word, each letter of that word independently and sequentially expands and fades out as they are typed.

RE: [flexcoders] BrowserManager crossdomain issues

2009-08-31 Thread Alex Harui
Which browser? Might be an issue with HistoryFrame.html on IE? 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 david.keutgens Sent: Monday, August 31,

RE: [flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread Alex Harui
Most common scenario: you switched to using a bold font, but didn't embed the bold font, just the normal font. Second: The font didn't get embedded. Use -keep-generated-actionscript or -link-report to see if the font is really there Third: If fonts are in modules, make sure they are loaded

RE: [flexcoders] mx:tree hand cursor on disclosure icons (the arrows next to folders) possible?

2009-08-31 Thread Alex Harui
useHandCursor=true in a custom TreeItemRenderer? 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 fotis.chatzinikos Sent: Monday, August 31, 2009 1:53 AM

RE: [flexcoders] Popup Help Bubble?

2009-08-31 Thread Tracy Spratt
Tooltip? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of dfalling Sent: Monday, August 31, 2009 12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Popup Help Bubble?

RE: [flexcoders] Why no event dispatched?

2009-08-31 Thread Tracy Spratt
Your event is not set to bubble, so you listener must be: myLoginManagerInstance.addEventListener(); Is it? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wally Kolcz Sent: Monday,

RE: [flexcoders] Largest DataGrid

2009-08-31 Thread Tracy Spratt
Not a simple question. The issue with performance and datagrid is rendering. Poorly optimized item renderers are the primary problem. A large number of accesses of XML nodes has also been shown to be problematic. Understand that what matters is what is visible on screen. Beyond that,

RE: [flexcoders] Why no event dispatched?

2009-08-31 Thread Wally Kolcz
My Events: package com.isavepets.rm.events { import flash.events.Event; public class LoginEvent extends Event { public static const LOGIN:String = loginEvent; public static const LOGOUT:String = logoutEvent; public static const FAILED:String

[flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread Baz
Anyone know how to get the X/Y coordinates of a specific character/letter in a text field or text input? Thanks!

Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread Ian Thomas
Take a look at flash.text.TextField.getCharBoundaries() (and other TextField methods). HTH, Ian On Mon, Aug 31, 2009 at 8:53 PM, Bazli...@thinkloop.com wrote: Anyone know how to get the X/Y coordinates of a specific character/letter in a text field or text input? Thanks!

Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread Ian Thomas
Oh - sorry, should have said - you'll need to get at the .textField property of (for example) your mx.controls.Text object, which will give you back the raw flash.text.TextField for you to then call getCharBoundaries() on it. Unfortunately, .textField is a protected property of mx.controls.Text,

Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread Baz
Hey Thanks Ian, I was just looking at that actually but TextInput doesn't seem to have it (Flex 4). I read that you can use: import mx.core.mx_internal; use namespace mx_internal; to access TextField and then getCharBoundaries() but that doesn't seem to work in Flex 4. Any ideas? Thanks, Baz

[flexcoders] Re: Text Effect: One Letter at a Time

2009-08-31 Thread Baz
I am thinking that I need to isolate the position of the specific letter, then create a new text element with that letter to animate then destroy. What do you guys think, is that the way to go? Is there a more efficient way? Cheers, Baz On Mon, Aug 31, 2009 at 10:56 AM, Baz li...@thinkloop.com

Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread Ian Thomas
The mx.controls.TextInput component has the .textField property that I mentioned in my second email. Are you using spark.components.TextInput instead? In which case I don't know, I'm afraid - haven't delved that deep into Spark yet. Sorry! Ian On Mon, Aug 31, 2009 at 9:29 PM,

[flexcoders] Re: RegExpValidator Not working with code-behind - SOLVED

2009-08-31 Thread gtb104
The solution was to declare the regexp in the mxml, escaping the { and } characters. Once I did that, it worked as expected. mx:RegExpValidator id=ipValidator expression=/^(([01]?[0-9]\{1,2\}|2[0-4][0-9]|25[0-5])\.)\{3\}([01]?[0-9]\{1,2\}|2[0-4][0-9]|25[0-5])$/ source={tiIPAddress}

Re: [flexcoders] Largest DataGrid

2009-08-31 Thread Richard Rodseth
Here's an excellent resource: http://www.jamesward.com/census/ On Mon, Aug 31, 2009 at 10:31 AM, Tracy Spratt tr...@nts3rd.com wrote: Not a simple question. The issue with performance and datagrid is rendering. Poorly optimized item renderers are the primary problem. A large number of

[flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread djhatrick
Alex, My problem I think is because i accessed my modules model directly from one of my commands in my shell -- on accident... (using puremvc) Is kind of thing normal? Any reason to why this would make one of my fonts disappear. I want to prevent accidents like this in the future, Link

[flexcoders] CSV file: Coldfusion to Flex/Air

2009-08-31 Thread Scott
Has anyone created a dynamic query to csv through Coldfusion and been able to receive it through Flex or Air? When I was doing straight Coldfusion code I could create a CSV file on the fly without dumping it on the webserver first. I can't see anyway to pass that back through to Air, does

[flexcoders] Re: BrowserManager crossdomain issues

2009-08-31 Thread david.keutgens
Hi Alex, This is a SWF compiled with Flex SDK 3.3 running in Firefox 3.5. The BrowserManager code works fine when the HTML/JavaScript and SWF are hosted in the same domain, only separating them breaks it. Thanks, David --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Which

RE: [flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread Alex Harui
The rule for fonts in Flex is that whatever TextField or subclass of TextFIeld (like DataGridItemRenderer) is displaying the font must be created in the module containing the font. I haven't used pureMVC so I don't know how it could break that. Most Flex components use a lookup scheme to

RE: [flexcoders] Re: BrowserManager crossdomain issues

2009-08-31 Thread Alex Harui
Is one domain https and the other http? Are you calling setTitle in your code? Maybe debug through that to see what is going on. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Re: BrowserManager crossdomain issues

2009-08-31 Thread david.keutgens
Both domains are https. Yeah, I'll use the debugger but I get the impression that this is a Flash Player security restriction. -David --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Is one domain https and the other http? Are you calling setTitle in your code? Maybe debug

[flexcoders] Re: manual update of air by opening new version fails - but update framework works

2009-08-31 Thread arieljake
Basically, now, when we click to open a .air file that has a newer version, it only opens the existing app, like a shortcut. Doesn't this cause an update for others? --- In flexcoders@yahoogroups.com, arieljake arielj...@... wrote: We are able to use the update framework to update our apps,

Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field

2009-08-31 Thread cholid cholid
can any body know how to get x, y position of chart? --- On Mon, 8/31/09, Ian Thomas i...@eirias.net wrote: From: Ian Thomas i...@eirias.net Subject: Re: [flexcoders] How to get X, Y position/coordinates of a specific character/letter in a text field To: flexcoders@yahoogroups.com Date:

[flexcoders] - MXMLC -includes

2009-08-31 Thread Eduardo Dias
Hello Guys, I would like to force the flex compiler to include a set of class from a specific dir. I'm using ant to compile my project and i know that i can use the compiler option -includes to links one or more classes. However i don't want to everytime I create a new class have to add it at the

RE: [flexcoders] Re: BrowserManager crossdomain issues

2009-08-31 Thread Alex Harui
Smells like a JS/Flash security issue and maybe a JS side call will fix it. I'm not an expert in this area though. 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