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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 89081 - 89110 of 149634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
89081
I have data returned from a database into an arraycollection. Are there any examples around to help me use this with a tree component please? My googling (I...
candysmate
Offline Send Email
Oct 1, 2007
7:25 am
89082
... Hurrah! Just found Bruce Philips' excellent blog: ...
candysmate
Offline Send Email
Oct 1, 2007
7:38 am
89083
Matt, a few questions to you re Flex 3...... can you confirm something to us mere mortals ? Is it Flex 3 or Flex Builder 3 ? From what i understand, Flex...
Samuel Colak
samcolak
Online Now Send Email
Oct 1, 2007
8:14 am
89084
... package ... <MyClass xmlns="*" xmlns:mx="http://www.adobe.com/2006/mxml" ... </MyClass> Compiles fine with a recent Flex 3 SDK, but you do get a funny...
Tom Chiverton
tom.chiverton
Offline Send Email
Oct 1, 2007
8:44 am
89085
... Yes. There's a new version of the core Flex libraries (Flex version 3). There's a new version of the IDE (Flex Builder version 3). The SDK/core libraries...
Tom Chiverton
tom.chiverton
Offline Send Email
Oct 1, 2007
8:50 am
89086
... I thought that was FDS (Flex Data Services )? Matt...
Matt Wicks
matt@...
Send Email
Oct 1, 2007
9:33 am
89087
No, I do not have Real Player installed on my machine. ... breaking...
devenhariyani
Offline Send Email
Oct 1, 2007
9:54 am
89088
You could either use the data property every UIComponent has or subclass the LinkButton and add the additional property. Cheers r. ... -- Ralf Bokelberg...
Ralf Bokelberg
ralf.bokelberg@...
Send Email
Oct 1, 2007
10:34 am
89089
Thanks Ralf - I will give that a go.. I did get it working using the following but what you suggest sounds like a better solution private function...
Paul Steven
mediakitchen
Offline Send Email
Oct 1, 2007
10:47 am
89090
I managed to implemented the functionality by listening for itemEditBeginning events: I mananged got hold of my current row in my dataprovider by calling: var...
jacobvoneyben
Offline Send Email
Oct 1, 2007
10:51 am
89091
... Not true. Flash Media Server is still Flash Media Server. It is not in any way shape or form dead. Live Cycle Data Services (LCDS) is the new name for Flex...
hank williams
hank777williams
Offline Send Email
Oct 1, 2007
10:55 am
89092
Step 1. create "MyWebService" like below. public dynamic class MyWebService extends WebService Step 2. write MXML like below. <?xml version="1.0"...
Shigeru Nakagaki
sn197412
Offline Send Email
Oct 1, 2007
10:58 am
89093
Hi there, I know, there are tons of posts in the archive about numeric sort with Data Grids and an Array Collection as Data Provider. But I couldn't find an...
rleuthold
Offline Send Email
Oct 1, 2007
11:03 am
89094
I am playing around with all available ways to achieve this. It's a good time to ask - in order to deploy an application with cf flash remoting to a production...
George Georgiou
giorgoc
Offline Send Email
Oct 1, 2007
11:11 am
89095
... I'll never get the hang of Adobe's names... :-) -- Tom Chiverton Helping to administratively exploit professional mindshares on:...
Tom Chiverton
tom.chiverton
Offline Send Email
Oct 1, 2007
11:15 am
89096
Hi All, In my mxml page am using the SuperTabNavigator, can help me how to use the supertabnavigator that displays the tabs in the panel with closable option....
Tom Preet
tomtpreet@...
Send Email
Oct 1, 2007
11:46 am
89097
hi, I am using php for database connection. when i give an request to the server the following error comes up. [RPC Fault faultString="Error #1085: The element...
Mohammed
tariqkm21
Offline Send Email
Oct 1, 2007
12:38 pm
89098
hi, i am new to flex . i have two more components(canvas or panel or textarea ) in my single flex application. i have script inside multiple child dynamic...
kutti.kumar
Offline Send Email
Oct 1, 2007
12:38 pm
89099
I made some progress on my 'filtering hierarchical data' issue. Using a 'GroupingCollection' and calling 'refresh' on it whenever the text in the search box...
Paul Dale
pauldale11
Offline Send Email
Oct 1, 2007
12:38 pm
89100
hi, i am new to flex . i have two more components(canvas or panel or textarea ) in my single flex application. i have script inside multiple child dynamic...
kutti kumar
kutti.kumar
Offline Send Email
Oct 1, 2007
12:38 pm
89101
Hello all, how you doing ^^ I want to get the month we are by number. Can some one explain me why is flex saying the Month we are is 9 (Setpember) day 1 ? ...
hugocorept
Offline Send Email
Oct 1, 2007
12:50 pm
89102
Flex 3 is the SDK, core framework, overall initiative, etc. Flex Builder 3 is the IDE. Both are improved. We are now sim-shipping on both Mac and Win so they...
Matt Chotin
m_chotin
Offline Send Email
Oct 1, 2007
12:52 pm
89103
The docs on the date class <http://livedocs.adobe.com/flex/2/langref/Date.html#month> state that the month is zero based 0 = jan 1= feb ... 9=oct Scott...
Scott - FastLane
smelbyfastlane
Offline Send Email
Oct 1, 2007
12:59 pm
89104
because January is month 0. Nancy Gill Adobe Community Expert Author: Dreamweaver 8 e-book for the DMX Zone Co-Author: Dreamweaver MX: Instant Troubleshooter...
Nancy Gill
nancygill50
Offline Send Email
Oct 1, 2007
1:34 pm
89105
Paul, it looks like you hijacked this thread? That confuses some readers. One way to do what you want is to use getRepeaterItem. It is easier thatn...
Tracy Spratt
nts333rd
Offline Send Email
Oct 1, 2007
2:01 pm
89106
Thanks Tracy Sorry I didn't think I had hijacked any thread - I was under the impression I had started this thread. Perhaps there was an identical one going on...
Paul Steven
mediakitchen
Offline Send Email
Oct 1, 2007
2:08 pm
89107
It could just be yahoo, but the yahoo tree tacked this thread onto the end of "actionscript class in Flex project". But did you see my getRepeaterItem()...
Tracy Spratt
nts333rd
Offline Send Email
Oct 1, 2007
2:20 pm
89108
Your call is an update call, but is it returning someithig to Flex anyway? On all HTTPService calls, I have the backend wrap my data in a status node, and for...
Tracy Spratt
nts333rd
Offline Send Email
Oct 1, 2007
2:25 pm
89109
Hi Group! After installing the new Flex Builder 3 beta2 one of my projects can't compile anymore I use amfphp, described as in this tutorial ( ...
Morten Madsen
madsenmorten
Offline Send Email
Oct 1, 2007
2:29 pm
89110
Bump, i have the same problem! :( worked fine in previous versions too. regards, herculano ... ...
herklano
Offline Send Email
Oct 1, 2007
2:34 pm
Messages 89081 - 89110 of 149634   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