Hi,
I have a scenario like, Advanced DataGrid have a checkBox and if i select the header checkBox all the field checkBoxes has to be selected that means multi-select checkBox.
If any one having the sample code, please send me.
Thanks,
Ravi
...
The html-template portion of Flex Builder is currently only limited to 1 template. This works fine when you only have 1 application, but I have several applications in one project, each of which takes different flashParams.
I was wondering if anyone thought of a clever way of using 1 template to be used by multiple apps. So far, the onl...
Hi,
What is RSL and what is the use of RSL?
Have any sample example , Please shared me,.
Thanks,
Ravi
...
I have seen applications capable of sending information to Logitech LCD panels and played with that a bit a few years ago. Currently, I have four small LCD panels. Two are CrystalFontz 633s, one came from a 1U EMC data storage box and one was taken from an old ethernet-based KVM, so I've no idea what it's capabilities are. Using eithe...
Hi Friends ,
I am getting an error in subclipse installation in flexs builder 3 professional
"No Features found on the selected site. Choose a different site or site category."
In past also, I have successfully installed sunclipse on FB3 taking help from links like 'http://markstar.co.uk/blog/2009/flashplatform/installing-and-using-s...
My flex application, processes user request and makes an HTTP request to the backend, for data processing, and renders the data on the UI. (typical HTTP request-response based application).
I need to do a performance analysis on the whole system, in order to identify and resolve bottlenecks, hence need to measure the time-split of the w...
We are developing our app in flash/flex builder for the front end hitting .NET backend webservices. There is one section of the old app that will not be initially converted, so we need have it appear in an iFrame.
So far all that works fine.
We shrink the size of the SWF in the host page to just be the menu/nav area. And underneat th...
Hi All,
Can anybody help me with the default port number used for CVS repository.
regards,
PK
...
Hi,
I am in the middle of a project and I am building this look-book kid of thing such that each page is a set of 3 images. So when I press next it displays the next in the set. I am modifying the imageRail image gallery component. Now what I want is that the border of the page to fade in as the user goes from one set of pages to the ne...
Hi guys,
I am using FDT for Flex development and when I compile, and it tries to access a flv file, I get the error "cannot access local file". This is obviously a security sandbox thing.
Now I tried adding crossdomain.xml to the root and it still makes the same error. I know somehow I need to add to my project use-network=false, but i...
An existing (though incomplete) FLEX3 project was given to us to finish (always a nightmare).
It is quite small but highly abstracted (contains well over 150 files to support only about 10 page views). I'm attempting to trace a single mouseclick event through this maze.
Is there a way to print out an actionscript trace and/or componen...
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 ...
Hi,
For some reason code completion/intellisense has stopped working for new properties in
our projects.
These are the symptoms:
Add a new property to a class
If you go to a different class, and you try to use that property, the intellisense dropdown doesn't show the new property. It does show the already existing ones.
If you build...
When debugging some container sizes (namely, HBox) in Flex (v. 3.5), I noticed a variable "$height" in the Variables list.
Does anyone know what this variable is? It's marked as protected, but I don't believe I can access it in a child class.
I've noticed it sometimes gets a different value than "height" and "_height". Does anyone kn...
Using Flex Builder 3, I do not have an option to export a release build for my SWC. Is there such a concept - "release" versus "debug" versions for a SWC?
...
Hi,
I have a problem with mask image scaling.
How to scale mask image without scaling the masked image in a
container of actionscript custom component using object handles.
I am using this code to stop resizing the child image(masked image).
var current: Matrix =image.parent.transform.matrix;
current.invert();
current.tx=current.ty...
Using Flex Builder 3 :
I have been getting this problem in every single debug launch for past few hours.
I used to get this earlier too, but once in a while, not with every debug launch.
I found out that flex debugger uses a certain 7395 port but I can't figure out
how to change it?
...
I've noticed that, recently, builds in FlexBuilder have been taking much, much longer than they used to (30 or 40 seconds, as opposed to 3 or 4). What is the simplest way of profiling these builds to figure out what is taking so much time?
...
Hi
In stacked barchart in DataTip we can see the y-value ,y-Percentage, total, etc.
How can i show the above info in the datalabels on the stacked barchart , specifically y-percentage value?
Thanx
Sunit.
...