2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Flex Solutions: 801 - 825 of 838
 
Which is better for desktop apps, Zinc 3 or Adobe AIR?  I've used Zinc 2.5 in the past tied to a mdb and SQLite db but haven't yet upgraded to Zinc 3.  I'm developing an online app in Flex 3 a...
I have a chart and datagrid using two different bindable cars. Every time I sort the datagrid, it changes my chart example here http://maurerproductions.net/tortoise/ I just want to be ...
Is there a way to make my AIR application to start automatically on boot (both for Mac and Windows)?
I have created a custom class to handle http requests in flex 3. The problem i am having is that the data being changed in the class instance does not seem to be accessible. Please see the cod...
How do i use the Transition Manager class in Flex ?
In Flex what is the difference between 'flash' package and the 'mx' package classes ? For example :      import flash.utils.Timer;      import mx.events.*;
I am creating a headerRenderer for a datagrid, and the code works as expected, however I need to find the x,y coordinates of the content in the renderer. I have tried tips/hints online, but...
Lets say you want to set the background color of your application to this Application.application.setStyle("backgroundColor",0xFFFFFF); what what i want to do is also set the background ...
I have developed the project on my local desktop (which has CF 7 server ). Now I want to deploy it to the test server. All my calls to the cfcs are working fine. Now I did the Export Release...
Hi Genius, I am newbie to flex. and i got struck at one palace. i have a requirenment of strikethrough a row in datagrid on click of delete button and delete the record from grid after click ...
private function navigatePage(event:ItemClickEvent):void                   {                             var lb:String = event.item.label;                                                      if (event.l...
I am using the TelnetSocket example from Adobe to connect to a server which I am using to monitoring the events of an application. The TelenetSocket example takes the received data from the te...
I have a problem with a script that I am modifying, I am taking a star rating script and converting it to a volume control for a media player I am creating. I have link to script below so code...
Is there a way to capture keypresses when there's no control such as a button or a textbox in focus? Basically, I have some images on screen which user can select and drag and rotate etc. ...
I have a user admin component that does basic CRUD functions. This admin site has dynamic checkboxes (that represent "services" they have access too) that are generated from an array using the...
I have a basic CRUD application. I am able to get all the data and display it in a data grid. When I click on a row, it displays all the user data in a form. Everything updates properly, excep...
I am working on an asset database and when a user adds an asset they have the chance to create a list of software installed on that asset. Im fine writing things to databases but i need to sto...
does anyone know how to make a image drag only on one access example x axis, and I need to cap the distance of it being dragged.
Hi, I am making a RemoteObject call to a ColdFusion CFC.  On the remote object, I have set "showBusyCursor='true'"  This works fine but when the RPC call is being made the window is not mod...
I have a repeater that has a check box and text box with all data populating these fields from the database. I would like to make each label a hyperlink, and when that link is clicked, a funct...
Hi...I got an application, let say "APP". APP contains a custom ModuleLoader component, let say "ML". There are two more modules called by "ML", let say "A" and "B". When "A" finish dispatch a...
Hello, First question here - so an easy one to start out! I need zoomPercentage to be a private var in the class myCanvas for encapsulation. I also need to expose it's value as a source ...
Hello FIRST, rename the attached file to danse.SWF -it is a FLASH file, not a BMP, but EE does not allow uploading SWF files! Here is a Flash10 files which includes BONES in RUNTIME. (open...
Hello! Please somebody show me how to sort special characters like (üäöÜÄÖß) in a DataGrid. I have get a working solution from Jones911 an Hobbit to sort the DataGrid, but without a functi...
I can't figure out why the initial values of my ComboBox is not right. I thought I had this working correctly at one point. If I assign the same value to a Text field it is correct. Than...