Never mind, I just had to keep the index of top level node in my leaf node. Then when the user clicked on the leaf node in other list I had to call ...
121096
Faisal Abid
flex_abid
Aug 1, 2008 7:39 am
Is it possibile to make the cf/flex builder wizard be able to insert new data rather then just view and edit? if so how would i do it?...
121097
venkat eswar
cooleraga
Aug 1, 2008 8:39 am
can u provide the code for merapi. i am not getting from that site. ... From: Rick Winscot <rick.winscot@...> Subject: Re: [flexcoders] Integrate flex...
121098
kalsi374
Aug 1, 2008 9:59 am
If you are interested in triggering a java application from Flex Client side, one way I can think of is making a mini Java project, whose only purpose is to...
121099
kalsi374
Aug 1, 2008 10:09 am
Lets say you have two files; base.mxml, and popup.mxml. You can achieve this using Events. basically you write a function in your base.mxml, which is then...
121100
cesarerocchi
Aug 1, 2008 10:36 am
Hi, I have a canvas containing text. When I fadeout the canvas, via mxml fade effect, the canvas fades out but the text does not. How can I fade out the canvas...
121101
Laurent Cozic
pogopixels
Aug 1, 2008 10:42 am
Hi, You need to use an embedded font in order for the fade effect to work. Simply create a new style for your text, then tick the "Embed this font" check box...
121102
Amy
droponrcll
Aug 1, 2008 12:01 pm
... renderer ... the ... better ... If I just built that into the renderer, wouldn't I wind up with a bunch of stacked TileLists that only knew about one item?...
121103
Amy
droponrcll
Aug 1, 2008 12:02 pm
... renderers, ... How ... Well, ideally I'd show all of them, since this is for navigation in a program...anything that's not shown is something you can't get...
121104
Tom Chiverton
tom.chiverton
Aug 1, 2008 12:05 pm
... Eww. That is so hard to read. Either use a labelFunction or just fix PrepForDisplay.format(). -- Tom Chiverton ...
121105
cox.blair
Aug 1, 2008 12:18 pm
Using Flex 3, is there any way to have a validator error message appear automatically without forcing the user to hover the mouse over a form entry which has...
121106
Claudiu Ursica
the_braniak
Aug 1, 2008 12:36 pm
Hi, I have a List, whose dataprovider is loaded from a server. The list is using a custom itemRenderer to render data. The renderer has amongst other things 2...
121107
Amy
droponrcll
Aug 1, 2008 12:49 pm
... your ... don't know ... I'd think you could use a data function on the lineSeries to force it to use the axis of the bar series. Just a thought; Amy...
121108
Amy
droponrcll
Aug 1, 2008 12:51 pm
... time. ... false, I ... boolean ... Use a filterFunction on the dataprovider. HTH; Amy...
121109
Amy
droponrcll
Aug 1, 2008 12:54 pm
... true); ... You may also want to consider this: http://flexdiary.blogspot.com/2008/07/musings-on-advanceddatagrid-part- 5_03.html...
121110
RAMANA
golamudi_ramana
Aug 1, 2008 1:03 pm
Hello All, Can you please help me by giving me a clue for including a scollbar for a canvas, where the scroll bar should contain the left and right navigation...
121111
Manu Dhanda
manuraj.dhanda
Aug 1, 2008 1:33 pm
Yeah Amy.. thnkz for the tip. I tried the same thing and it worked. Manu. ... -- View this message in context:...
121112
dbronk
Aug 1, 2008 1:34 pm
I generally write a simply utility that has a setAppBusy(flag:Boolean) function. When true I set the application mouseChildren=false and then do...
121113
artur_desig2dev
Aug 1, 2008 1:38 pm
greetings, Can a Flex 3 app be specially engineered to work with a Application Server cluster? we are using WebOrb 3.0 for php. any links, advice would be...
121114
cox.blair
Aug 1, 2008 1:39 pm
I have a dynamically populated combobox that I would like to provide an initial label instead of the first item in the array. It would be impossible to create...
121115
Ryan Gravener
ryangravener
Aug 1, 2008 2:12 pm
Set the prompt property. ... -- Ryan Gravener http://twitter.com/ryangravener...
121116
Blair Cox
cox.blair
Aug 1, 2008 2:12 pm
For the other newbies... Use the Prompt property. -- Blair From: "cox.blair" <blair.cox@...> Reply-To: <flexcoders@yahoogroups.com> Date: Fri, 01...
121117
Blair Cox
cox.blair
Aug 1, 2008 2:13 pm
Cheers Ryan! Found the answer only moments before your email came in. -- Blair From: Ryan Gravener <ryan@...> Reply-To:...
121118
Adrian Williams
stickman_amw
Aug 1, 2008 2:24 pm
Hi All, Have a weird one here...I need to know if it's possible to have an input field on an alert box? For example, when a user attempts to remove a person...
121119
Simon Bailey
simon927546
Aug 1, 2008 2:34 pm
Hi, I am using the ModuleManager and IModuleInterface for loading and unloading Modules in Flex. My question is regarding effective garbage collecting on...
121120
cesarerocchi
Aug 1, 2008 2:50 pm
... new style for your text, then tick the "Embed this font" check box in the style properties. Thanks for the quick reply. A follow up question. What if I am...
121121
Dimitrios Gianninas
angelone197555
Aug 1, 2008 2:52 pm
You cannot modify the standard Alert class...well you could, but that is not the solution here. What you want to do is make your confirmation window with a...
121122
Ali Anil SINACI
sinacianil
Aug 1, 2008 2:52 pm
Hello All, Is there any way to listen a port in an air application? Thanks, // i think it is not possible, but i wanted to ask anyway. ANIL...
121123
chigwell23
Aug 1, 2008 2:59 pm
Hi Amy, both the column series and the line series use the same horizontal axis <mx:horizontalAxis> <mx:CategoryAxis id="hAxis" categoryField="mfg"/> ...
121124
Laurent Cozic
pogopixels
Aug 1, 2008 3:06 pm
Actually it doesn't really matter what the defautl font is or if it's installed on the user's system or not. If you want to change the alpha, rotation or, in...