flex

Flex DownloadProgressBar preloader override

I'm watching this video, which is pretty good http://www.gotoandlearn.com/play?id=108 It shows how to inherit from DownloadProgressBar to create a customer preloader for your flex app. The DownloadProgressBar class has an overridable getter for the property 'preloader.' Isn't this poor design? What does a property called preloader have a...

problem to genrate swf file.

hello friend I have created one flex Air application where I have created the one authentication actionscript class. and one mxml file.This complete application using webservice and google map API. but when I am building application it is not genrating the SWF file in bin-debug folder. that is changes not reflecting in our application. ...

flex tabnavigator skin flicker

I am try to skin my tabnavigator with PNG byextend with TabSkin.as and SelectedTabSkin.as, however, when I tried to mouseover the tab buttons, it will caused a flicker into black and load the tab image which I define. What can I do to avoid flicker? TabSkin.as same as SelectedTabSkin.as but different image package { import mx.controls...

<mx:HTML/> content looks crusty when resized

I've got HTML component as part of a datagroup itemrenderer which I need to resize the content of (there are lots of them). This works quite well but the content looks really crusty. No font antialiasing. Even at 50% looks crusty. I've considered generating thumbnails bitmaps on load 'complete', but that would be my last resort. <mx:...

OSS Flex Plugin for Eclipse ? [Experience Survey]

Hi, Could you please post your experience with any existing open source flex plugins for eclipse ? (anything other than flex builder). Thanks, -A ...

Flex Datagrid.tooltip with different text styles

Hi I have a tooltip for each datagrid row. Which is fine. I also can style it with with mx:Style which is great. However, I desire to have multiple styles ie a header and the rest of the text in the tooltip. Is this possible? Or to have htmlText for input? ...

FLEX: can I completely remove buttons effects ?

hi, how can I completely remove button effects from a Button component in Flex ? Background, Fill and border are completely white. But still I've a black shadow around the button (see picture bloew): http://dl.dropbox.com/u/72686/button.png thanks Button { fillAlphas: 1.0, 1.0, 1.0, 1.0; fillColors: #FFFFFF, #FFFFFF; th...

how to auto select the first index in a sparks List control in flex4

hi i have a spark List control. it has a dataProvider that shows reply from twitter search. i have created a function for change handler like this: protected function list_changeHandler(event:IndexChangeEvent):void { ta.text = coverflow.selectedItem.title; } so, whenever i select each of the it...

FLEX: thickness of slider track

How can I make the slider track a bit thicker with CSS ? ...

FLEX: how can I remove this space ?

hi, how can I remove the space between my video and control bar... I tried to change margin and padding to all element without success. There is still a thin white space above the controls. http://dl.dropbox.com/u/72686/hSliderMargin.png thanks <mx:VideoDisplay id="videoD" autoPlay="{autoPlayOption}" source="{videoPath}" playheadUpda...

HTML + CSS dynamic render in flash?

I have HTML + CSS text. I need some lib with simple function like "Render String Var conteining HTML" So no external files (like in flash lib called HTMLwraper you just have to play your SWF on top of HTML). dinamic! I give it string it renders It into some conteiner (not as a bitmab but as if it was real HTML dynamically rendered in fl...

How to create Particles structure from text in AS3?

I want to take any Text sting and form from it text formed by particles in actionscript 3 (In flash \ flex) I see I need some lib for this. but all libs Ive seen do not have such functionalyty by default... So I want to get something like this So Is there any sych lib? or way of doing it with some lib? It should be Free and Opens...

Is there a negative for Courier new font?

I want to make a text highlight in flex textArea but its htmlText doesn't support <font bgcolor='#FFFF00'> part of my text </font> so I'm searching for a font witch is the opposite of Courier new, when I embed it in flash, and write with that color I get highlight effect for that part of my text , as I type <font family="negativeOfCouri...

Flex remoting and progress events?

Is there a way to monitor the loading progress (percent progress bar style) when using Flex remoting? I'm trying out Flash Builder 4 with it's new data services features, but I can't find any pgrogress event stuff somewhere. This article by Robert Taylor http://www.roboncode.com/articles/144 indicates that it might not be possible... ...

How do you share a stylesheet between Flex projects?

I'm developing two Flex applications that need to have the same look-and-feel. Is there a way to define the stylesheet in only one place and use it in both projects, for example, by adding it to an SWC? ...

flash game lags every 20 seg

My game has delta time for frame independent movement, at 250 fps run perfectly smooth, but if i limit the fps to 60, the game slow down for a 2-4 seg every 20 seg aprox, even in small programs i have this same problem. no memory is created or released i comment everything i can and the problem persist thanks and sorry for my englis...

actionscript number is between():Boolean

Does Actionscript have a built-in function that accepts a number and can return a Boolean if this number is between 2 numbers. For example 3 is between 2 and 6 //returns true 5 is between 10 and 20 //returns false ...

Flash: prevent the user from draging one thumb of a HSlider

Hi, I'm using Flash HSlider component. I used a slider with several thumbs. I'd like to prevent the user from draging just the middle thumb, but can drag other thumbs. I don't know how to do it. Could any one can give me some tips? Thanks. Yuan ...

Is there any Flex dataGrid implementation which has features similar to XtraGrid?

I am looking for a Flex datagrid component that has features like grouping, sorting, master/detail display, etc. I am having an application in C# that uses XtraGrid suite to achieve the required datagrid features. I am planning to migrate this application to Flex. If there is no flex component readily available with XtraGrid features, th...

Spring Security Issue: Controller, Anonymous Requests...

Hey guys, I have an app that uses Spring security and BlazeDS. Flex 3.2 is used for the client app. Generally client app makes service calls using RemoteObjects. However, for certain cases client app is sending a request to a URL. We're using Annotated Controllers for URL mapping. Here's where the "Access is denied" exception comes up:...