[flexcoders] Re: Default width of horizontal spark list

2010-01-13 Thread r_woess
If I set the width to a fix value (eg 300px), the width of the list is fix, no matter how many items are in the list. --- In flexcoders@yahoogroups.com, Tim Statler wrote: > > Have you tried setting 'width' on the List? e.g., > > > > Tim >

[flexcoders] Default width of horizontal spark list

2010-01-11 Thread r_woess
Hi, here you can see a simple example with a horizontal list. after adding text into the textinput and pressing enter, new items will be added to the list. the with of the list automatically grows, if you add more items. but i can't find a way, to set the with correctly, if the width is lower t

[flexcoders] Multilingual Messages in Validators

2005-11-02 Thread r_woess
Hi, my Application is multilingual. So I tried to set errormessages in all validators by databinding. Here you can see a simple example. ... var tooShortErrorMessage:String="Test Message"; ... ... ... If the tooShortError occurs, I always get the Message "This string is shorter than the minim

[flexcoders] Problems with vScrollPolicy in TabNavigator

2005-10-24 Thread r_woess
Hi, I have some problems with the following example http://www.macromedia.com/2003/mxml"; xmlns="*" width="100%" height="100%"> If I set the vScrollPolicy i

[flexcoders] Adding Icons with Actionscript

2005-10-13 Thread r_woess
Hi, I want to add an icon to a button at runtime. I watched the generated as-File and the button was generated to this code: new mx.core.UIObjectDescriptor({ type: mx.controls.Button, id: Button7", _properties: function() { return { icon: "__Resources.0967270563.Palfinger_Rhino_2_jpg" }; }}),

[flexcoders] Validator, Styles, ...

2005-10-05 Thread r_woess
Hi, I've two questions: 1. How can I change the thickness of die red-border of a textinput-box, if the input is not valid? 2. Is there a possibility to show the errermessages tooltip without moving the mouse over the invalid textinput-box? best regards reini Yahoo!

[flexcoders] Re: Repeater doesn't work

2005-08-17 Thread r_woess
st 17, 2005 9:01 PM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Repeater doesn't work > > I don't see an import statement for the TestData class. > > Rob Rusher > > RIA Consultant > Macromedia Certified Flex Instructor > e:[EMAIL PRO

[flexcoders] Re: Problems with LocalConnection

2005-08-17 Thread r_woess
unfortunatly this was only a copy-paste failure. it also doesn't work with "()". Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12hfi8osu/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124289768/A=2894321/R=0/SIG=11d

[flexcoders] Problems with LocalConnection

2005-08-17 Thread r_woess
Hi, I want to use LocalConnection to send Data between to Flex-Windows. I tried it with these two Files: listener.mxml http://www.macromedia.com/2003/mxml"; creationComplete="CC();"> --

[flexcoders] Repeater doesn't work

2005-08-17 Thread r_woess
Hi, I tried tu use a Repeater like you can see in the code below. Can anybody tell me, why no data will be shown? http://www.macromedia.com/2003/mxml"; creationComplete="CreationComplete();">

[flexcoders] Re: Set/Get labelWidth in mx:Form

2005-07-03 Thread r_woess
Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of r_woess > Sent: Friday, July 01, 2005 3:17 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Set/Get labelWidth in mx:Form > > Hallo, > > I tried to get the labe

[flexcoders] Set/Get labelWidth in mx:Form

2005-07-01 Thread r_woess
Hallo, I tried to get the labelWidth-Property in a mx:Form. I tried it directly with formID.labelWidth and with formID.getStyle("label-width"). But I don't get any values. Does anybody know, how I can solve the problem? Best regards Reini -- Flexcoders Mailing List FAQ: http://groups.yahoo.c

[flexcoders] Re: Adding and removing Components at runtime

2005-06-17 Thread r_woess
Hope that helps. > > -abdul > > ##components.mxml## > > > http://www.macromedia.com/2003/mxml"; > xmlns="*"> > > > > > > > > > > > > > > -Origina

[flexcoders] Adding and removing Components at runtime

2005-06-17 Thread r_woess
Hi, I've a problem, after removing and adding components at runtime. After that, I can't see the content of TextInput-Fields, ... I wrote a short example: components.mxml http://www.macromedia.com/2003/mxml"; xmlns="*">

[flexcoders] Problems with headerRenderer in DataGrids

2005-06-02 Thread r_woess
Hi, I need a headerRenderer in my DataGrid, to show headlines in two lines. For this I wrote an actionscript-class "MultiLineRenderer.as" and included this class into the headerRenderer-Attribute. But this doesn't work. Only if I included the same class into the cellRenderer, the MuliLineRenderer