[flexcoders] Load XML file from different location?

2010-06-08 Thread Bob
Hi All, I've been going through an exercise by Karl Matthews to load XML data into an AIR App: http://www.adobe.com/devnet/air/flex/articles/xml_viewer_on_air.html but I would like to change where the XML file used in the project is retrieved from. Currently the XML file is loaded

[flexcoders] Unicode Characters

2010-06-08 Thread Christophe
Hello, How to display unicode characters (for Japanese language , ...) in a flex application ? Thank you, Christophe

Re: [flexcoders] Re: Flex 4 RichText clickable hyperlinks + maxDisplayedLines

2010-06-08 Thread Andriy Panas
Hi, You should study the source code of RichText and RichEditableText and then create a new component that extends from TextBase to support maxDisplayedLines property that will accept LinkElements in TextFlow

Re: [flexcoders] Re: flash 4 and flex 3

2010-06-08 Thread Tom Chiverton
On Wednesday 02 Jun 2010 16:41:24 Brendan Meutzner wrote: http://bugs.adobe.com/jira/browse/FB-26842 the process does not technically fail, all the deliverables are produced So it's just a mis-placed warning dialogue. Flex Builder is producing the release build as requested ? -- Tom Chiverton

Re: [flexcoders] Unicode Characters

2010-06-08 Thread Andriy Panas
Use embedded fonts with unicodeRange set only to Japanese characters to reduce the overall file size. The comprehensive list of Japanese characters is listed in flash-unicode-table.xml file included into Flex SDK -- Best regards, Andriy Panas On 8 June 2010 11:44, Christophe

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

Re: [flexcoders] out of office

2010-06-08 Thread Ignacio Romero Colomo
Hope you come back soon On 8 June 2010 10:29, m...@thewebforge.co.uk wrote: I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

Re: [flexcoders] out of office

2010-06-08 Thread Pete
Lol - real soon! I've put you in my blocked list for now! Pete On 08/06/10 10:33, Ignacio Romero Colomo wrote: Hope you come back soon On 8 June 2010 10:29, m...@thewebforge.co.uk mailto:m...@thewebforge.co.uk wrote: I will be running a training course on 8 June and will have no

[flexcoders] out of office

2010-06-08 Thread matt
I will be running a training course on 8 June and will have no email access. Please accept my apologies for any slow response. Many thanks Matt Wicks

[flexcoders] Cold Fusion

2010-06-08 Thread Dan Pride
Everything on Dice to do with Flex seems to be expanding EXCEPT the combination of Flex and ColdFusion. (and of course I am trying to add ColdFusion as a cert right now :(). Curious if anybody knows why? I assumed it would be a good direction for skills development since adobe was linking the

[flexcoders] Update Datagrid

2010-06-08 Thread Stephen
I have two tables a contract table and a client table. I have one view of the contract joined to the client table. I display the view in a data grid and I provied a detail area for client I then try to update the table and and refresh the datagrid. Fields in the dataGrid from the client do not

[flexcoders] Re: dispatchEvent import

2010-06-08 Thread valdhor
Ooops, my bad. I didn't look at the example extensively and didn't note which component he was trying to use. --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: Hey Steve, The component that Marco is referring to is not a UIComponent, so it doesn't have a dispatchEvent()

[flexcoders] Re: Is it ok to load in a sub-application using a swfloader?

2010-06-08 Thread valdhor
If it were me, I would create an application stub with no display objects and a module loader to load in different modules as required. On application complete event, load in the initial module. Then, if the user wants to continue, load in the main module. If you break up your application into

[flexcoders] Re: How to populate itemeditor with popup value

2010-06-08 Thread valdhor
You will need to create an event listener on the System Manager to trigger on the window close event (Will probably have to be at the application level). once the event triggers, grab the data that you need and inject it into the component that needs it. NB. System Manager handles all window

Re: [flexcoders] Cold Fusion

2010-06-08 Thread Brendan Meutzner
If I had to guess, I would think it was in part because there is simply very little support and documentation out there for the cf/flex workflow compared to java. I am a flex cf developer today, but am pretty certain I will become a flex java developer within 2 yrs time. I'm trying to develop

Re: [flexcoders] Re: Easiest Way To Decrease Font Size in Flex App

2010-06-08 Thread Angelo Anolin
Thanks a lot. Was able to do this via global flex css settings global { fontSize: 9; } thanks again. From: armantic101 amil...@openbaseinteractive.com To: flexcoders@yahoogroups.com Sent: Mon, 7 June, 2010 19:28:37 Subject: [flexcoders] Re: Easiest Way To

[flexcoders] Re: dispatchEvent import

2010-06-08 Thread turbo_vb
Actually, you weren't wrong. It seems that if you use [Bindable], the compiler will allow dispatchEvent() in any class; in a black-box manner. -TH --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Ooops, my bad. I didn't look at the example extensively and didn't note

[flexcoders] Lcds Clustering problem with Flex session.

2010-06-08 Thread sanjitcs
I am working on LCDS clustering. My application uses RTMP endpoint for server communication. I am storing user information in flex session. But FlexSession is not clustered aware so I am not getting user information from FlexSession on second server in case of first Server failure. Because New

RE: [flexcoders] out of office

2010-06-08 Thread Glenn Williams
Lol so I take it Matt is out of the office then J From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Pete Sent: 08 June 2010 10:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] out of office Lol - real soon! I've put you in my blocked list

Re: [flexcoders] out of office

2010-06-08 Thread Paul Andrews
On 08/06/2010 17:38, Glenn Williams wrote: Lol so I take it Matt is out of the office then J Yes, teaching Microsoft Outlook - Tips, Tricks and Best Practice ;-) *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Pete *Sent:* 08 June 2010 10:42 *To:*

RE: [flexcoders] Lcds Clustering problem with Flex session.

2010-06-08 Thread Gregor Kiddie
I believe it is, but you need to make sure your LCDS setup is correct for clustering, and that your load balancer is using sticky sessions for it to work.

RE: [flexcoders] Unicode Characters

2010-06-08 Thread Gordon Smith
But you don't HAVE to use embedded fonts. You could just specify some standard Japanese device font. What problem are you having with Japanese text? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Andriy Panas Sent: Tuesday,

[flexcoders] Flex Webservices

2010-06-08 Thread flexnewbie06
Hi group. I'm using flex data services (sdk 2.0) and wondering if anyone has ever tried to set up operation parameters pro grammatically? I can't seem to figure out how one would do so without specifically binding to some variable. for example here is the service operation.

[flexcoders] Re: html-template\ index.template.html

2010-06-08 Thread flexnewbie06
Thanks ...I'll give it try :)...I was looking here http://www.docsultant.com/site2/articles/flex_cmd.html for command line parameters. would you happen to have used -output filename alias -o the filename of the SWF movie to create ---

[flexcoders] Re: Combobox in ItemEditor

2010-06-08 Thread Goutham
Hi, the field specified by the column in dataprovider for the datagrid is same as the item in the dataprovider of the combobox heres an example dataprovider for datagird {name: sample project, status_type: progress} dataprovider for combobox {hold,progress, closed} the column field is

[flexcoders] Image Limitations Best Way to Display Lengthy Images

2010-06-08 Thread Doug - Gmail
I'm attempting to create an AIR app using Flash Builder 4 and I've hit a snag and I'm attempting to figure out the best way to proceed and I'm really hoping you guys can help me out. I'm trying to create an image scroller app which is simple enough. Currently, the app is loading one image

Re: [flexcoders] Flex Webservices

2010-06-08 Thread Hans Wichman
Hi Jenn, this might be related to something completely different, but if you import mx.rpc.soap.WebService and create it manually you can simply call the method on it with all the parameters you want without using mxml. Is that what you mean? regards Hans On Tue, Jun 8, 2010 at 7:34 PM,

Re: [flexcoders] Update Datagrid

2010-06-08 Thread Angelo Anolin
Maybe you are not refreshing or retrieving the latest values for the datagrid. Hard to tell without any codes to show. =) From: Stephen sd_br...@ntlworld.com To: flexcoders@yahoogroups.com Sent: Tue, 8 June, 2010 5:01:48 Subject: [flexcoders] Update Datagrid

[flexcoders] Flex3 vs Flash4 IDE.

2010-06-08 Thread vikrant
I have one small doubt.. I am using Flex Builder 3 for last 2 years. However some of new framework developed by different team are in Flex4. Is it possible to use the SDK only..not the IDE. I am not yet ready for upgrade my project and I want to use the others changes in compiled plugin

Re: [flexcoders] Flex3 vs Flash4 IDE.

2010-06-08 Thread cholid cholid
yes, but in sdk hasn't library for chart etc From: vikrant vikrantkumarchoudh...@yahoo.co.in To: flexcoders@yahoogroups.com Sent: Wed, June 9, 2010 10:52:03 AM Subject: [flexcoders] Flex3 vs Flash4 IDE. I have one small doubt.. I am using Flex Builder 3

Re: [flexcoders] Flex3 vs Flash4 IDE.

2010-06-08 Thread vikrant choudhary
Thanks Ridwan. As of now I am not looking for any charting facility. From: cholid cholid cholid_rid...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, 9 June, 2010 10:06:06 AM Subject: Re: [flexcoders] Flex3 vs Flash4 IDE. yes, but in sdk hasn't

[flexcoders] FlashBuilder 4 plug-in

2010-06-08 Thread Kerry Thompson
Apologies for the long post, but I've painted myself into a corner here. I've been using the demo version of FlashBuilder 4 for a couple of months, and my demo just timed out. No problem--I've already upgraded to CS5, which includes FB4 Standard. That's where things started going wrong. First,