Hi, I have a problem with a combined move and rotate (3D) with a spark component. When the effects are played reverse the component is displaced when the...
I'm trying to get these X's to appear in a circle and not having much lock with it. The array seems to work when I trace it but nothing appears on the screen....
Hi, Â Â Â Â I have TitleWindow with some fields like combobox.textinput and buttons.On click of Button Alert box opens which is NonModal ,because of Nonmodal...
simple question... is it possible? I have a horrible feeling Flex may only support HTTP and RPC but would love to be wrong. If my suspicions are correct are...
I'm using LocalConnection.domain to get the current domain - however I ran into a problem when the domain name has special characters (in my case moteklær.no...
Hi all, I've recently been using Flex Builder 3 for ArcGIS API for Flex. and I am trying to export data both from a variable or datagrid to a text or csv or...
Hello, I am using IFRAME to display html html pages in my application, i have my coutom scroll bars for my flex application.Is it possible to have coustom...
Okay... i have finally figured out how to write a custom itemrenderer for HOLC Chart Series Item... And the secret is posted below (about 99% of the way)......
Hi Devs, I downloaded Catalyst b2 version yesterday. It installs fine up to the point where it asks for the serial number. One option is the serial number and ...
Is there any reason that itemDoubleClick would not produce an event ? I'm trying this itemDoubleClick="evtHandler(event)", but the function doesn't get called....
Hello, Can anyone provide my useful links for tutorials to inetgrate AIR with database using .net. Thanks Prince From cricket scores to your friends. Try the...
I have a database driven Flex datagrid.(using PHP and Flash builder 4). A field in the datagrid is a URL for a web page. I would like to allow the user to...
Hello, I am new to flex and I make lot of mistakes by calling a method or field in an object which does not exist. But flex builder 3 doesn't seem to throw a...
I have a problem with soap and flex 3. I have created a webservice through the import webservice menu in Flex Builder. If I use the service as is I get a...
Hey flexers, I've been researching the various ways that one can delay a function's execution. A few ways I've found/used are: (1) Use a Timer object with 0...
Hello Everyone, This is my first time, please be gentle. I've used this code before to bring in other text: var varName:String; var paramObj:Object =...
Hi, I have a subclass of ByteArray (let's call it ByteArrayPlus), which I want to write to a SharedObject. I can store it fine, but when I read it back, it...
Hi All, Label1|url1|label2Explorer|url2|Label3|url3 how can I parse this string in flex and get the label1|url1 , label2|url2, label3|url3 seperately , Please...
So I posted a question about Ant build scripts for AIR a few weeks ago and got some great answers, so here's another one. I have an Ant build script that I'm...
Hi, I have a custom component with root as <mx:HBox>. I am trying to give it a background image but it's not working with style. I have a style definition for...
when I try to call the getFileSize with the param: {data.filesize}, it does not work ? I am quite new in Flex Technology... Can somebody tell me what is wrong...
I have developed the dashboard in my application using flex 3.0. For this I have used JSP wrapper around the flex application. My application runs on JBoss...
Hello, I have a Flex app embedded like this: body tag, then a div tag with min-height: 600px, min-width: 800px; and overflow: auto; the application tag from...
...and if yes, what protocol are you using for communication between clients? Traditional wisdom for this scenario is UDP, but the Flex socket classes don't...