I've sent a request to the sales team and someone will hopefully contact you soon. Matt ... From: b.devis@... [mailto:b.devis@...] Sent: Tuesday,...
3338
Matt Chotin
m_chotin
Aug 31, 2004 4:50 pm
This is the labelFunction ASDoc: User-supplied function to run on each item to determine its label. By default the list will look for a property named label on...
3339
Joey Lott
fredfredfredf13
Aug 31, 2004 4:55 pm
A simpler option than writing another class is to do the following: var dt:Date = new Date(obj.getTime()); Thanks, Joey...
3340
Matt Chotin
m_chotin
Aug 31, 2004 4:57 pm
Instantiating the HTTPService from ActionScript is not supported. It's really meant to only be created via a tag. With that said, imagine that my email...
3341
Steve Pruitt
st_pruitt
Aug 31, 2004 4:58 pm
That would be the Macromedia Flex 1.0 documentation. p.205 This is the labelFunction ASDoc: User-supplied function to run on each item to determine its label....
3342
Matt Chotin
m_chotin
Aug 31, 2004 4:59 pm
I think it really depends how big your details are. If they take a lot of space then getting all the details in advance might be real pricey. If they're not...
3343
Lucian Beebe
lucianbeebe
Aug 31, 2004 5:35 pm
Flexcoders: Macromedia is looking for beta testers for future releases of Flex. It would be great to include you all so you can receive early versions to test...
3344
extensive_systems
extensive_sy...
Aug 31, 2004 6:03 pm
To flexcoders Owner: It'd be nice if all posts to the group could be archived in a list at www.mail-archive.com (because this Yahoo group search function only...
3345
Marco Casario
mcasario@...
Aug 31, 2004 6:04 pm
Hi all, it was an old annoyig issue for me... http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1041 Have you tried if we have the same resul with List...
3346
Alistair McLeod
alimcleod
Aug 31, 2004 6:57 pm
Hi, mail-archive.com does not support Yahoo Groups - if there's another mail archiver let me know and I'll look to add this group. Regards, Ali ... From:...
3347
Tracy Spratt
nts333rd
Aug 31, 2004 7:13 pm
Maybe you have an old doc? Mine, on page 206: Using a label function You can pass a label function to the List control to provide logic that determines the...
3348
Steve Pruitt
st_pruitt
Aug 31, 2004 8:18 pm
Its the 1.0 doc, but I think you are right. I found the paragraph below on livedocs.macromedia.com -S Maybe you have an old doc? Mine, on page 206: Using a...
3349
scott_oppliger
Aug 31, 2004 8:25 pm
Matt: I did end up with two separate methods - one to get summary and one to get details. However, my motivation probably wasn't correct! Previously, I had one...
3350
extensive_systems
extensive_sy...
Aug 31, 2004 8:28 pm
One further observation, FWIW: I see that reloading my Flex app, by pressing my browser's Reload button, causes the following Flex servlets to communicate with...
3351
Steve Pruitt
st_pruitt
Aug 31, 2004 8:40 pm
After accessing the correct doc version... I have the labelFunction for a DataGridColumn compiling. But the item argument passed into my labelFunction is...
3352
scott_oppliger
Aug 31, 2004 8:43 pm
I agree that the Yahoo search is practically useless. However, I believe that if you go to "Home" and search from that page your search will encompass the...
3353
Tracy Spratt
nts333rd
Aug 31, 2004 11:49 pm
Try taking columnName="jurisdiction" out of the DataGridColumn. I don't see a "jurisdiction" field anywhere in your model, and it may be conflicting with the...
3354
Tracy Spratt
nts333rd
Aug 31, 2004 11:58 pm
I think there is an error in the current doc. Under the DataGridColumn syntax heading I found this description of the labelFunction: Specifies a function that...
3355
Tracy Spratt
nts333rd
Sep 1, 2004 12:07 am
Hmm, jurisdiction is probably under jusridictions...and the doc says the columnName is required... In your label function, what does the second trace show? ...
3356
Clint Modien
johny_bravo_78
Sep 1, 2004 1:38 am
Are there any plans to change this syntax in the future? If not... is there any place I can go to log it has a change/feature request? _____ From: Matt Chotin...
3357
Clint Modien
johny_bravo_78
Sep 1, 2004 1:39 am
Worked great... thanks _____ From: Joey Lott [mailto:joey@...] Sent: Tuesday, August 31, 2004 10:56 AM To: flexcoders@yahoogroups.com Subject: Re:...
3358
extensive_systems
extensive_sy...
Sep 1, 2004 3:32 am
Hello, Macromedia, here are a couple of features I'd like to see in Flex: 1. The MenuBar control currently does not dispatch an event for a toplevel menuitem....
3359
extensive_systems
extensive_sy...
Sep 1, 2004 3:35 am
Note that, in point (1), I mean "a toplevel menuitem without any subordinate menuitems" (i.e., a "submenu")....
3360
Matt Chotin
m_chotin
Sep 1, 2004 3:49 am
Hi Chris, If you could file those requests here: http://www.macromedia.com/support/email/wishform/main.cgi ...
3361
Gemma Yung
gemmay@...
Sep 1, 2004 4:00 am
What about feature request for Flex Builder? The form only has Flex in the list but not Flex Builder....
3362
Matt Chotin
m_chotin
Sep 1, 2004 4:05 am
Feel free to use the Flex category for now and just say it's for Flex Builder. We'll get it to the right place :-) Matt ... From: Gemma Yung...
3363
Lucian Beebe
lucianbeebe
Sep 1, 2004 4:07 am
For now, you can enter them as Flex features. We are updating that form as soon as we can to include Flex Builder. Thank you Lucian _____ From: Gemma Yung...
3364
Matt Chotin
m_chotin
Sep 1, 2004 4:24 am
Are you saying that you were returning an array where some entries were summaries and some entries are details, therefore you needed the filter? Otherwise I'm...
3365
Matt Chotin
m_chotin
Sep 1, 2004 4:43 am
Can you try using a List with a labelFunction and see if it works in that context? The list would only show the column that you care about. I'm not sure why...