Hi All,
How can I skip selecting the non editable datagrid columns while moving with arrow keys. While moving between the datagrid cells, if a datagrid column is non editable I need to skip the selection to next editable column.
Please help.
Thanks,
Rejeev.
...
Hi,
I've got a Flex 3 question about using includeInLayout with a component instance.
So, to access the instance of my component, I used something like this:
var _myCard:Card = this["card"+cardNum];
I wanted to "turn-off" the datagrid in the component, so I used bindings on "includeInLayout" and "visible":
if(myArray.length == 0){...
Hi ,
I need a Date custom component which is date should be disable when selected the calender icon.
If any one have pls share me.
thanks,
Ravi
...
Hi,
i cant find a way to horizontal alignment of the data grid rows, although it has a vertical alignment parameter.
...
hi,
i have a tree of nodes that i dont want some type of nodes to appear in the tree, i can check the data on tree item renderer for each specific node type, so i have one type that i dont want it to be shown as tree node, like it doesn't exist.
if(this.data.type == TypeEnum.id){
this.visible=false;
this.height ...
hi all,
i have a text input box for entering the currency. it shud allow user to enter numbers from [0-9] and a . operator tht i did it.
now it shud allow 1 to 3(1 or 2 or 3) digits before decimal and 2digits after decimal.
the range is betweem 0.00 to 999.99 how can i achieve this in flex3. if user entered 3 digits he shud not b able...
Hi,
How can I get back the focus to the column after editing datagrid by Keypress.Enter, so that I can move to another column using arrow keys. Now its stuck in the edited cell and I cant move to another column.
Thanks,
Rej
...
Dear friends,
I have downloaded 'Adobe Flash builder for Force.com' from Salesforce site and trying to get some hands on. If any one has tried it before request you to please share your experience. Rt now I am referring to Salesforce documentations available at 'http://developer.force.com/flashbuilder' which is pretty good. But, if ther...
I'm struggling to get around an error that is constantly thrown in my application when I press the tab key.
I have a modal dialog box that contains a form with 3 form items. Whenever I press the tab button flex throws an error saying
"ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller."
I've tried se...
Hi,
In my web based flex app I have a HSlider to which 'change' event listener is binded. Inside the event listener function I have the following.
trace('slider click target: '+e.clickTarget);
I am changing the slider value from a timer (say every second). At this time, in the console I see that traget is being printed as null every...
Hi,
I want to fix the error when am using "nativeProcess" class it giving error, How to resolve the error.Any air installation failed?
...
Hi,
I had installed flex builder 3 plug-in in Eclispe 3.4. Now the license is expired. So i need to add another license into the same. But i could not able to change the license key because the option is disabled.
So please any have idea how to change the license key in eclipse with flex builder plug-in 3.
Thanks,
Ravi
...
Hi,
I'm trying to load a module into a flex 4 application (the module was compiled using SDK4 as well) but I got this error (I'm migrating this app from Flex 3 to Flex 4):
VerifyError: Error #1014: Class mx.core::LayoutContainer could not be found.
at flash.display::MovieClip/nextFrame()
at mx.core::FlexModuleFactory/deferredNextFrame...
I have an app where a user puts in the required info into text inputs inside a titlewindow pop up and it sends the data entered into a datagrid. This first time when I call for the popup and enter info it works fine. Here's the problem: the next time I call the component pop up and click anywhere on the popup, including textInputs, the f...
Hi,
I am developing a Flex + AIR application. While debugging using Flash Builder sometimes I get runtime errors dialog with 'continue' & 'dismiss all' buttons. But when I release a build(.air) & run the application after installing. Then I don't get the same dialog in the release build.
I need to track these types of runtime errors f...
Dear Friends,
I need to have custom rendering of each row in ny data grid. It is column based by default is there some way to achieve this ?
If any one has tried this before or has any idea in this regard then please share.
Thanks in advance.
Ashine.
...
Guys,
I've spend hours searching for a way to put one paragraph of text in one tree node in Adobe flex. How can I do it? I created a simple tree view but the text is cut after the right border.
So I tried to create a tree renderer. In the renderer I specified width=100 and the text wrapped. But the height of the nodes was not being cal...
hi
Through nc.call("sendMessage",null,str,boo);
i would like to pass both str is a string variable and boo is a boolean variable parameters to red5 and from there i would llike to get both the values in flex application. i can send one parameter and can retrieve it, but 2nd parameter if i m passing wat will be the server side code and ho...
I have a menu, each time you click on an item it opens up a screen (a new flex component), when I click back on to the screen I want to dispose of that particular instance, is there an easy way to do this?
...
hi all,
i am facing one font problem, my website is to operate in five languages, one of them is german, so few characters like ü etc.are not getting displayed properly.
so for example, in english, i have one word "unhappy", in german it has to be displayed as "unglücklich",
actually i m still using Flex3.0, so when i receive this va...