Though I can get FileReference.upload() talking to my server to get files uploaded, what I'd like to do is get some sort of token returned by the server that...
Hi, My company is looking at developing a Single Instance Multi-Tenant application that we would host at an ISP. We're anticipating that there will be up to...
Can anyone lead me in the direction to changing the width and height of the slider thumb without reskinning it? I tried following Manish's suggestion in this...
Hey, everyone, I'm developing an open-source local application which requires file access (browse, load, save). Are there any open-source / free projectors I ...
Does anyone experience this? Thank you. ... How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. Does anyone experience this? Thank...
Quickly navigating the code is very important for me. That's why i love the F3 key to jump to the source of a class. If the class is an interface, jumping to...
Hi all. Before you all tell me "It's not supported", I know. However I'm using HibernateTools which requires it, so I've been giving it a try. I read on the...
Does anyone have any quick code for setting Accessibility Keys. In truth all I want to do is listen for certain keys and fire certain events based off those...
Hi. I have a flex app that loads a swf (created in Flash 8) using SWFLoader. When the swf is playing it automaiticaly expands size, beyond the size of the...
Greetings - I'm trying to get data out of a dataProvider (the 'orientation39; field) used by a tileList, on rollover, not on selection. But, as there's no...
I have been using <mx:RemoteObject> to obtain data via a cfc with returntype query The result comes back as result = mx.collections.ArrayCollection with a...
We have the boxed version of FlexBuilder 2 on back-order; Adobe tells us they're out of stock. Adobe's website won't take our corporate credit cards, so we...
Dearest Adobe Flex Engineers, Our application uses the Tree control's multiple selection quite heavily. At first, we thought it was a bug in the final release...
Hello All, If I have a web service operation that populates a datagrid and an operation in the same web service that inserts a record, what would be the best...
I've got a dataGrid, and I want to add an icon to a particular cell when I doubleclick on it. I know how to capture the doubleclick event, etc.. but how do I...
I'm having some difficulties returning my variables from my CFC to Flex. I ... <cfinvoke component="Giving.components.cfgenerated.managers.Auth" method="login"...
I'm wanting to add toolTip for dataGrid headers, where a tool tip is displayed when hovering over a header of a data grid that displays more information about...
I'm looking for a way to load a configuration file in flex that is in the folder on runtime. It can be any type of text file I just want to load it then...
Hi, Can someone explain to me that since you've caught the exception in your code, then how does the fault event handler in flex gets called? Generally...
I have been developing and testing on one machine that is both client and server. In other words, my tomcat installation is at localhost, not some remote...
My xml stream is as follows, and I want to programmatically determine if it contains the <cpData> tag. How can I do this via the XMLList.contains() method? ...