RE: [flexcoders] RE: Reuse standard assets

2008-09-09 Thread Alban Soupper
standard assets I think assets.swf should be in the source. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alban Soupper Sent: Monday, September 08, 2008 7:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Reuse standard assets Hi all, How to use, in my

[flexcoders] Reuse standard assets

2008-09-08 Thread Alban Soupper
Hi all, How to use, in my own components the standard assets like those in the RichTextEditor: Ex: icon=@Embed('assets/icon_style_bold.png') Thanks by advance, Alban. This email and any files

[flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
Dear all, We have just discovered that the default text color in the RichTextEditor is 0x0B333C and not 0x00. Is there a way to change this? Thanks by advance, Alban. This email and any files

RE: [flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
: 19 December 2007 12:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RichTextEditor - Default color styles? On Dec 19, 2007 10:35 AM, Alban Soupper [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dear all, We have just discovered that the default text color

[flexcoders] RichTextEditor Problem

2007-10-16 Thread Alban Soupper
Hi all, I have a strange behavior in the RTE. Sometimes, it appends 3 empty lines at the end of my original text. When debugging, the set htmlText function received the correct text, but the RTE appends these 3 empty lines at the end? Any idea? Best regards, Alban.

[flexcoders] DFS refresh an item from a managed list

2007-10-05 Thread Alban Soupper
Hi All, In my application, I have a list of items managed by a java assembler. A client modifies an item of the list, But how other clients can refresh only the item changed without calling the fill method and transferring the entire list. I am looking for a method like

[flexcoders] DataGridColumn width

2007-09-11 Thread Alban Soupper
Hi All, I need to synchronize the width of some InputText with the columns of a DataGrid. ... mx:HBox width={dg.width} mx:TextInput id=filter1 ... width={column1.width}/ /mx:HBox ... This email and

[flexcoders] RE: DataGridColumn width

2007-09-11 Thread Alban Soupper
: Alban Soupper Sent: 11 September 2007 10:00 To: 'flexcoders@yahoogroups.com' Subject: DataGridColumn width Hi All, I need to synchronize the width of some InputText with the columns of a DataGrid. ... mx:HBox width={dg.width} mx:TextInput id=filter1 ... width={column1.width}/ /mx:HBox

RE: [flexcoders] RE: DataGridColumn width

2007-09-11 Thread Alban Soupper
solution. Stephen On 11 Sep 2007, at 09:06, Alban Soupper wrote: Sorry, the mail has been sent before I can complete it L ... mx:HBox width={dg.width} mx:TextInput id=filter1 ... width={column1.width}/ ... /mx:HBox ... mx:DataGrid id=dg mx:columns

RE: [flexcoders] FDS and Paging

2007-08-30 Thread Alban Soupper
all of the items. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alban Soupper Sent: Wednesday, August 29, 2007 7:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS and Paging Hi All, I need some help

[flexcoders] FlexBuilder distribution

2007-08-30 Thread Alban Soupper
Hi all, I have some trouble installing FlexBuilder 2.0.1 Hotfix 2 on my FlexBuilder 2.0.1 (ecplise plugin version, Hotfix 1 patched). The installer does not recognize my eclipse installation directory !?!?! Is there a distribution of FlexBuilder 2.0.1 patched hotfix 3? Thanks, Alban.

[flexcoders] Sequential calls to fill methods (FDS)

2007-08-30 Thread Alban Soupper
Hi all, Here is the situation: I have 2 destinations (using the Assembler strategy). Whenever I call both destinations, using responders Ie: Public function refreshAll():void{ dataServiceA.fill( dataRepositoryA ).addResponder( responderA ); // will fill a datagrid currently shown to

[flexcoders] FDS and Paging

2007-08-29 Thread Alban Soupper
Hi All, I need some help with FDS and the paging feature. Here is the situation: I have a DataGrid that display a list of managed objects - using DFS and the Assembler strategy. The number of objects is very large and is time consuming to load. I would want to use the paging feature to

[flexcoders] Re:Visual Source Safe plugin

2007-06-06 Thread Alban Soupper
Hi, The VSS plugin will not work directly on Flex Builder. You will need to install Flex Builder as a plugin on a real Eclipse installation. After, you will be able to install and use the VSS plugin. This is due to the fact that FlexBuilder does not provide the Eclipse standard

RE: [flexcoders] Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-06 Thread Alban Soupper
Hi all, These few days, I dig also in the debug sources of Flex 1.5 It's really what we can call very very bad code! Each lack of control of the MMC compiler is used. Damned! I never saw such bad programming style! Just an exemple from the Button code: -

[flexcoders] Setting the HTTP proxy in Flex2

2005-11-02 Thread Alban Soupper
Hi all, I just began to play/test Flex2, but I failed to find where to specify the HTTP proxy to access the Internet (we have a firewall in the company). I found this code in the documentation but I don't know where to put this... proxy-service external-proxy

[flexcoders] Object properties

2005-10-13 Thread Alban Soupper
Hi all, is there a way to get the property list and the type of an object? Best regards, Alban. *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or

[flexcoders] Accessing the root of a custom component

2005-10-10 Thread Alban Soupper
Hi all, is there a workaround to the fact that id is not allowed on root node? How can I access the root node of a custom component to change its property? Best regards, Alban. *** This email and any files

[flexcoders] Datagrid sort on float numbers problem

2005-10-07 Thread Alban Soupper
Hi all, I have the following service: mx:HTTPService id=search method=get url=/search.do showBusyCursor=true/ and this datagrid mx:DataGrid dataProvider={search.result.results.fund} width=100% mx:columns mx:Array mx:DataGridColumn headerText=Fund