Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 133482 - 133512 of 149627   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
133482
It just goes to show you can't generalise about these things. We have an inspiron 8200 still going strong and my son was skeptical that the ipod classic that...
Paul Andrews
pauland2513
Offline Send Email
Jan 1, 2009
12:37 pm
133483
There are actually 3 parts to this question. I have found a solution to each. The first part is how to create a new simulation given the data for a ...
weezee49
Online Now Send Email
Jan 1, 2009
1:33 pm
133484
For some unknown reason my code snippet above didn't show the key line correctly. The important line is the next to last line in the snippet...
weezee49
Online Now Send Email
Jan 1, 2009
1:38 pm
133485
I want to use a ComboBox as an itemRenderer and itemEditor. here is the <mx:DataGridColumn headerText="Route" dataField="med_route_oidCol" editable="true"...
Mike Oliver
mikeoliveraz
Offline Send Email
Jan 1, 2009
5:43 pm
133486
I have a flex 3 app talking to CF8 over RemoteObject calling CFC's. Whenever I send a VO as an argument to a cfc function CF throws an error saying it can't...
Derrick Anderson
andersonwebs...
Offline Send Email
Jan 1, 2009
6:21 pm
133487
... Try 'exactFit'. See the docs for StageScaleMode for the difference. Manish -- http://manishjethani.com...
Manish Jethani
manish_jethani
Offline Send Email
Jan 1, 2009
10:20 pm
133488
it looks to me like it is better to use a label function to render the display value and leave the combo box for itemEditor. That still leaves the question on...
Mike Oliver
mikeoliveraz
Offline Send Email
Jan 1, 2009
10:29 pm
133489
... The ComboBox won't select the item based on the value of the 'text' property, so you'll have to do the selection for it, by overriding the data setter. ...
Manish Jethani
manish_jethani
Offline Send Email
Jan 1, 2009
10:49 pm
133490
... [snip] I'm not sure I understand where your problem is. When are you calling removeLoadingOverlay? I would use PopUpManager to add and remove the overlay...
Manish Jethani
manish_jethani
Offline Send Email
Jan 1, 2009
11:00 pm
133491
... 'click' is a bubbling event. The three phases: (1) capture, (2) target, (3) bubble. http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-flow Manish...
Manish Jethani
manish_jethani
Offline Send Email
Jan 1, 2009
11:03 pm
133492
... The only way to do that is to remove the child from the TabNavigator (and add it back later). You can disable the tab though by setting 'enabled' to false...
Manish Jethani
manish_jethani
Offline Send Email
Jan 1, 2009
11:17 pm
133493
... Well, it seems the DataGrid just overwrites your 'styleName' setting with its own. It sets the styleName of the renderer to point to the DataGridColumn...
Manish Jethani
manish_jethani
Offline Send Email
Jan 2, 2009
12:29 am
133494
Thanks, so this script would go within the <mx:ComboBox...> </mx:ComboBox> Right? ... -- View this message in context:...
Mike Oliver
mikeoliveraz
Offline Send Email
Jan 2, 2009
12:39 am
133495
... Yes. Manish -- http://manishjethani.com...
Manish Jethani
manish_jethani
Offline Send Email
Jan 2, 2009
12:48 am
133496
I have a ComboBox as a ItemEditor and a listener dataGrid.addEventListener(DataGridEvent.ITEM_EDIT_END, editCellEnd); I was using ...
Mike Oliver
mikeoliveraz
Offline Send Email
Jan 2, 2009
1:19 am
133498
To see what I am talking about... look at - http://www.andrewthorp.com/flexsmoothing/...
tchredeemed
Offline Send Email
Jan 2, 2009
7:11 am
133499
you need to set the wmode to transparent: varflashvars ={}; varparams={wmode:"transparent"}; varattributes ={}; ...
li wenzhi
lwz7512
Offline Send Email
Jan 2, 2009
11:18 am
133500
editing the display list is a way, or simply trying to set the tabNav children visible to true/false is also a goal you can create your UI with a method, and...
Mario Vieira
flexsystemdev
Offline Send Email
Jan 2, 2009
11:48 am
133501
Thanks for the reply Li, but that does not work. I think the trasnparent mode was for popups or something if I recall For completeness of Flex Coders search,...
Rick Schmitty
ckovey
Offline Send Email
Jan 2, 2009
12:16 pm
133502
You are expecting an argument of type DecisionBlockVO but the error says it can't find a type of DecisionFileVO. Are you sure you have the same types set up in...
valdhor
Offline Send Email
Jan 2, 2009
2:24 pm
133503
How does the ASDoc utility tool handle unsupported tags ? The reason for me to think about this is that I wish to have an easily followable standard for TODO,...
dopenhagen
Offline Send Email
Jan 2, 2009
2:27 pm
133504
i'm sorry, i'm getting this error in a few places and the error i pasted didn't match the code i copied - however the 2 types do match up in the case of the...
Derrick Anderson
andersonwebs...
Offline Send Email
Jan 2, 2009
3:09 pm
133505
Arghh.. I should have never said anything - daughter drops ipod and it's now rather unhappy - three weeks out of warranty... :-( ... From: Paul Andrews To:...
Paul Andrews
pauland2513
Offline Send Email
Jan 2, 2009
3:20 pm
133506
... are you sure? the error's fairly specific. mapped CFC dir? if so did you set the flex config xml file to follow cf mappings?...
Paul Hastings
coldfusionpaul
Offline Send Email
Jan 2, 2009
3:28 pm
133507
Hi, Is there any quick way to run a function after someone hits enter after editing a datagrid cell. Ideally I want it to move to the next field if tabbed and...
blissweb
Offline Send Email
Jan 2, 2009
3:56 pm
133508
After fp debug version update 10 player displays his interface (interesting for me: trace window and error messages) in language of my non-english OS. Is it...
Robert Was
riasol8
Offline Send Email
Jan 2, 2009
3:56 pm
133509
I have a flex client from which I would like to make RemoteObject calls through LCDS to a J2EE server. Is it possible for my swf to be on a different server...
lb100lb
Offline Send Email
Jan 2, 2009
3:56 pm
133510
... Yes, it works. Thank you Manish! :)...
vincy8080
Offline Send Email
Jan 2, 2009
3:56 pm
133511
Hello, This is my first post here and the first time i use yahoo groups. I have searched for something similar on the boards but haven't found it. Anyway I am...
ocslhk
Offline Send Email
Jan 2, 2009
3:56 pm
133512
Hello people, I have the following Address Class: package com.jherrington { public class Address { private var _first:String = ''; public function set...
jason1701e
Offline Send Email
Jan 2, 2009
3:56 pm
Messages 133482 - 133512 of 149627   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help