Hi Is there an autocomplete text area that I can use? I have a text area and I want to provide the user with a list of words that may be the word the user has...
I don't know of one. Most (include our Flextras AutoCompleteComboBox) are based off of a single TextInput. ... -- Jeffry Houser, Technical Entrepreneur Adobe...
Hello all, I have a set of six images, and when a user mouses over, I need to scale and make sure the scaled image stays within the outer container. That...
Hi guys, If you work with Java/Google App Engine, you may find it useful. I just wanted to let you know that we released a version of WebORB which provides...
I am skinning a Spark Panel with a Flex 4 Skin MXML class, and using some bitmaps for fills. I have researched and seem to be doing it right, but the graphics...
161835
j2me_soul
j2me_soul@...
Apr 6, 2011 3:50 am
How can change the itemRenderer depth in a list ? For example I want to put one itemrenderer to the top of the list. The others deeper than that which user...
Anyone know about this? This seems pretty basic for skinning a Panel component for example. I have also tried exporting a skin design in Flash Pro with...
161838
Greg Hess
flexeffect@...
Apr 6, 2011 9:03 pm
Hi Folks, Have just added AirPlay support with our native iOS application and just love it... Would love it more if I could have support for AirPlay on our AIR...
Check out http://coenraets.org/blog/2010/01/cool-itemrenderers-made-easy-in-flex-4/...
161840
j2me_soul
j2me_soul@...
Apr 7, 2011 8:17 am
Put you code in theapplicationComplete event in the main <mx:Application /> tag instead of thecreationComplete event. TheapplicationComplete tag is called...
Given: [*Bindable*] *private* *var* dgLines:ArrayCollection; <mx:DataGrid id="dg" dataProvider="{dgLines}"> If I make a change to an object inside dgLines the...
ArrayCollection(dg.dataProvider).refresh() should do the trick. You can also look at the itemUpdated() method for ArrayCollection....
161843
j2me_soul
j2me_soul@...
Apr 7, 2011 8:37 am
I want to change the itemrenderer styles when user clicked one cell. But the style don't reflect to the itemrenderer automaticly. If I scoll down/up the...
161844
Johannes Nel
johannes.nel@...
Apr 7, 2011 8:58 am
i suspect this has to do when the flash object gets focus, but try to give the swf object focus by way of javascript and then try forcing fullscreen by ...
Hi all. Im running the latest FB4 Standard Edition. One of the problems i have had these past 2 weeks is that my SWCs dont update. What used to happen, was...
Hello, Since I have replaced my application in Flex Builder 3 by the adaptation in Flash builder, the number of connections is reduced by 2. What could be the...
161850
j2me_soul
j2me_soul@...
Apr 8, 2011 5:09 am
How to use Matrix class to up to enlarge a componet. I try to create a fish eye effect. But I use Matrix.scale method only can entrie scale component. But I...
Dear Flexer, I'd like to create a search field with different search option.You can see below, whitch look and feel I try to do. Can you help me to do that? ...
I have a rather large form that is going to require a vertical scrollbar on the container. I'd like to be able to put some links at the top that will allow...
In my flex clod there was an error message : type was not found or was not a compile time constant:PodLayoutManager what will be the reason for these error...
Hello In my flex code I cann't find any error...But while running the application the problem window shows following error. Description Resource Path Location...