Re: [flexcoders] Re: New Flex Mapping Framework

2010-08-24 Thread Tim Statler
+1 on that, very nice. On Tue, Aug 24, 2010 at 10:00 AM, Ariel J arielj...@yahoo.com wrote: Bravo, this is very nice. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, bryan.dresselhaus bryan.dresselh...@... wrote: Hey guys, Just wanted to let you know about a new

Re: [flexcoders] OpenResource in FlashBuilder 4

2010-08-21 Thread Tim Statler
Maybe try re-setting the shortcut in Preferences General Keys to what you want? Tim On Fri, Aug 20, 2010 at 12:50 PM, flexcodemonkey michael_reg...@dell.comwrote: Anyone know how to get the keyboard shortcut ctrl+shift+R for Open Resource to work in Flash Builder 4?!? Under the Navigate

Re: [flexcoders] DataProvider in AdvancedDataGrid itemRenderer

2010-08-06 Thread Tim Statler
Try {outerDocument.list} or {parentDocument.list} ? http://flextips.corank.com/tech/framed/using-parentdocument-or-outerdocument- Tim On Aug 6, 2010, at 10:44 AM, Davis Ford davisf...@zenoconsulting.biz wrote: Can someone tell me what's wrong with this code? It generates the error: 1120:

Re: [flexcoders] Flex 4 Spark HSlider ThumbSkin with ellipses?

2010-06-01 Thread Tim Statler
The thumb graphic is a Rect/ whose radiusX/radiusY settings make it appear circular, e.g.: s:Rect height=20 width=20 radiusX=10 radiusY=10 s:stroke s:SolidColorStroke caps=none color=#5380D0 / /s:stroke s:fill s:SolidColor color=#ff/ /s:fill /s:Rect The HSliderThumbSkin.mxml file contains

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread Tim Statler
baseColor was changed to chromeColor in the Flex 4 SDK. Tim On Tue, Mar 23, 2010 at 7:54 AM, Deane Venske de...@venske.net wrote: Hi Mark, I caught that one (it made 100% sense to me that change) my issue is that baseColor seems to not be a valid attribute on UI components that have

Re: [flexcoders] flexbuilder wierdness...

2010-03-17 Thread Tim Statler
You might look at mx:RadioButtonGroup as an example of a non-visual component that contains visual sub-components. http://livedocs.adobe.com/flex/3/langref/mx/controls/RadioButtonGroup.html Although after reading the API description it sounds like it might have a special relationship with the

Re: [flexcoders] Re: Capturing and Saving an image in Flex (BitmapData)

2010-03-05 Thread Tim Statler
You could then create a URLRequest object, which specifies the POST URL and the byte array of image data you want to send. (See http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequest.html#data).Youcan then pass the URLRequest object to a URLLoader to do the actual sending/loading etc. Tim

Re: [flexcoders] Re: Missing component in flexbuilder 3

2010-02-25 Thread Tim Statler
I think that's a reasonable expectation. I would file a bug at http://bugs.adobe.com/flex . But I also believe that if it RadioButtonGroup shows up in the component list a component that extends RadioButtonGroup should show up in the custom components list. Tim

Re: [flexcoders] Missing component in flexbuilder 3

2010-02-24 Thread Tim Statler
That typically means that the custom component doesn't extend UIComponent or another Flex component based on UIComponent. If it already extend one of those types, I'm not sure why else it wouldn't show up. What SDK/Builder version are you using? Tim On Wed, Feb 24, 2010 at 1:46 PM, aceoohay

Re: [flexcoders] Default width of horizontal spark list

2010-01-12 Thread Tim Statler
Have you tried setting 'width' on the List? e.g., s:List width=300 dataProvider={this.items} Tim On Mon, Jan 11, 2010 at 10:49 AM, r_woess r_wo...@yahoo.de wrote: Hi, here you can see a simple example with a horizontal list. after adding text into the textinput and pressing enter, new