I'm surprised at the lack of reaction for this on this list. I'm impressed - looks to be quite useful; just need to add it into my workflow. The examples are...
hi all, I have an Active MQ server which will publish messages ( STOCK.NYSE.GOOG, STOCK.NYSE.IBM.....) and in Flex (using LCDS) i have to dynamically subscribe...
Use the dataChange event. Even if the data changes, the renderer is not re-created and creationComplete will not run again. ... -- Jeffry Houser, Technical...
Hello, I'd like to develop an AIR application which allows users to make audio recordings on their PC with a USB microphone, then either store the audio files...
A quick Googling: http://www.download3k.com/System-Utilities/Automation-Tools/Download-bcWebCam-Read-Barcode-with-Web-Cam.html That means that yes, you can...
Using flash.printing.PrintJob, after start() I check to see whether the user has set the exact printing parameters needed for a successful print, and if not,...
I'm not sure of complete specifics, but I thought Ribbit supported something like this Wasn't sure if they support computer mics or you have to use a phone. ...
I use Flash make a Flex skin. Everythins is fine, but only the closeButtonSkin style can't apply to the Titlewindow component. I import the Flex skin swc into...
j2me_soul
j2me_soul@...
Jul 1, 2009 12:52 pm
144910
I'm glad you found an easy way to get the functionality you wanted. According to the docs, mouseEnabled defaults to true. I wonder why the ADGGIR constructor...
Are you accounting for the 2 pixel border of the textfield? - Daniel Freiman...
Daniel Freiman
FreimanCQ@...
Jul 1, 2009 2:25 pm
144914
Maybe there is someone from Adobe on the list that can answer this question ? On the change log of Livecycle it was listed as a known bug, is there a solution,...
Besite - Bart
bart@...
Jul 1, 2009 2:46 pm
144915
Hi there, I got an urgent situation. I have developed a flex app accessing the data through webservices developed in C# .NET. webservices and my flex app...
I'm putting together a prototype of an app and I have a ViewStack that is being controlled by a button toolbar. In each of these views there is a video...
I'm including the Flex framework as a linked RSL, and also have another library that I'm including as a linked RSL. The custom library contains a defaults.css...
Are you using embedded fonts? When you embed a font they will display 1 pixel higher than a non embedded font. There are a couple work arounds if this is the...
If the web service box is not available to the outside public, then the Flash player running on the clients machine won't be able to load the WSDL. Either open...
I think you would find it better to do the calculation on the database itself. All database have a lot of date/time diff functions which you can use. That way,...
Try the following as a starting point... <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> ...
Digimix was acquired, and though I'm not 100% sure, I think it was Aviary that made the acquisition. It did what you're lookin to do, but without the FMS and...
Error 1009 is "Cannot access a property or method of a null object reference.". Try calling event.fault.getStackTrace() in the fault handler to see what the...
Sorry, I think I put you wrong there. If you have the Flex Builder license then when you deploy the SWF file you do NOT need a license to distribute with it....
You could also look at using the Flex Date Utils on RIAForge. But you'll still need to turn the strings into valid date objects first. -- Thanks, Tom Tom...