Hi there,
I have a RadioBtnGroup with (8) RBtn, and also One ‘NumericStepper’ which uses the change property to address a ‘changeHandler’, and to count appropriate values up or down.
At the moment I can only select the first RBtn and the ‘changHandler' associated with it, but now I’m trying to find a way to use the change property of t...
Hi All,
I am new Web App development using Flex Builder 3 and currently I am facing the following problem:
Attached is a code snippet from the mxml file:
<mx:Script>
<![CDATA[
import com.bx.Char10;
import com.bx.A;
[Bindable] private var inputParam:A = new A()
inputParam.CustNumber.char10 ...
I'm currently developing the backend of a flex application using Zend_Amf_Server and the decision has been made to to move a lot of the textual assets from the db and into some xml config files. The application is being rolled out to a 10k+ intranet user base, so in my eyes, the less db interaction going on the better, however one of the...
I am trying to extend the flex datagrid component so that I can have an "add new row" row like MS Access but I can't get it to work. I have tried a few different methods but I can't get anything to actually work.
By extend I really mean alter the Adobe code as some of the private vars I needed to do something else but I should be able t...
I have a flex form which has two httpservice.one which accesses data from the servlet and one which stores data into another servlet.
Firstly when im accessing the data from the servlet that is working and the storing part is also working..so when i again call the access servlet im not getting the updated display..the access servlet is n...
I want to make an application which involves technologies like Flex, Java, Hibernate, BlazeDS and the server is Apache Tomact 6.0. Can anybody help me in how to link the various files I have. I'm using Eclipse Europa currently. I want to know where to deploy the .mxml and .class files and where BlazeDS will come into all this.
...
I'm trying to figure out how to dynamically place numbers around a circle (similar to a clock face) but dynamically so if the number of numbers around the circle is 5 or 27.. they would space out correctly.
I found some code (below) that looked like it might help but I'm having trouble implementing it. I don't know how I actually tie ...
Hi,
How do we save file locally in Flash (ActionScript 3) without displaying dialog.
I know we can use the following code to save file locally but it prompts Save dialog. I don't want this dialog while saving file locally.
var fs: FileReference = New FileReference();
fs.save(data,filename);
Please tell me the solution.
Many Thanks in...
I have a datagrid that is bound to some data fetched via a webservice request.
Is possible to autofit the column widths to the data within them?
...
How do I retrieve the locale-specific date format string in Flex / ActionScript 3? I am unable to find a method to return the actual format string (that which specifies the date format) based on the current locale. I am asking this question because I was hoping to find a way to convert a String to a Date based on the current SHORT date...
Hi guys,
I am starting to use FDT3, and added an existing Flex project, from what I was using previously,Flex Builder, setting core library to default as3 library I suppose. I however do not have the ability to either (a) get live syntax checking or more importantly (b) predictive syntax completion.
I think somewhere it said i should c...
Hi,
I am using a datagrid in flex and need to render each cell with a different style.
What could be the best way to set a style to a perticular cell in datagrid/advanced datagrid (flex)?
I think one possible option can be extend the datagrid and override the drawRowBackgroungd function. Apart from this can i use some custom item render...
Hi Friends,
I have an application with several modules. Without RSL's they are working fine, only issue being it becomes slow and thus loss in terms of time performance. With RSL's size gets reduced and also the performance improves but some modules don't get loaded. Any idea over this ? Can't we use RSL in an application with multiple ...
Hi,
I have a Advanced DataGrid requirement. But i do not have idea how to create it.
Please help me on this. I am attaching the Jpeg file.
Thanks,
Ravi.
...
I'm trying to populate a mx:tree component with values that I'm getting from BlazeDS. The returned data from BlazeDS is fine - it's an ArrayCollection of Folder value objects.
I've been instructed to use Cairngorm for this project. I'm pretty new to Flex and Cairngorm. According to the limited documentation that I've read online I shoul...
Hello Everyone,
I have been trying to get a Repeater to work since yesterday. It works the first time it has been loaded with data but the second time, it is loaded, the following error results with the debugger higlighting a row with the statement isHandlingEvent = false; in the watcherFired method of the Binding class. This happens ...
I am trying to use fx2Ant to make a build file for my project. My project consists of several modules in different projects in flex builder. Is it possible to generate a build file that builds all of the modules from the subprojects into the main project? FX2Ant can make a build file for each project but can it make one for the whole app...
I have used Flash to make skins, which I import and apply to Flex components.
But how can I create a component in Flash, with properties and methods. And make it able to be added to the displayList in a Flex app?
I installed the Flex component kit for flash. Created my component in flash (it extends MovieClip). Did Command->Convert to ...
Want to change up and down arrow style into left and right arrow style in NumericStepper in flex 3
...
There is an example on Adobe livedocs for using states:
<!-- Define one view state, in addition to the base state.-->
<mx:states>
<mx:State name="Register">
<mx:AddChild relativeTo="{loginForm}" position="lastChild">
<mx:target>
<mx:FormItem id="confirm" label="Confirm:">
...