[flexcoders] Am I crazy?

2006-05-05 Thread Doug Hughes
Am I crazy, or does it take forever for new messages to be posted to this mailing list? I sent in a message last night and I have yet to see it appear in the mailing list. I suppose if this one either doesnt appear or takes a long that that my question is answered. Doug

Re: [flexcoders] Am I crazy?

2006-05-05 Thread Manish Jethani
On 5/5/06, Doug Hughes [EMAIL PROTECTED] wrote: Am I crazy, or does it take forever for new messages to be posted to this mailing list? I sent in a message last night and I have yet to see it appear in the mailing list. Are you a first-time poster? I think first-time posters are moderated.

RE: [flexcoders] Am I crazy?

2006-05-05 Thread Steven Webster
Manish is correct - first time posters are moderated. In some circumstances however, the list seems to think that some invididuals are *always* first time posters. If *all* of your emails have a lag of appearing, drop me a note off-list, and I'll check your yahoogroups settings (Doug, I'm

Re: [flexcoders] Am I crazy?

2006-05-05 Thread Michael Schmalle
Weird, I didn't get any emails for 8 hours, that is why I said what I said. Peace, MikeOn 5/5/06, Steven Webster [EMAIL PROTECTED] wrote: Manish is correct - first time posters are moderated. In some circumstances however, the list seems to think that some invididuals are *always* first time

[flexcoders] Fully expand a Tree (Flex 2 Beta 2)

2006-05-05 Thread pk_wasp
Is there a property or method to fully expand a tree after its been created? can't find anything in the docs, apart from using setIsOpen which I guess means walking through the whole tree? cheers -- Flexcoders Mailing List FAQ:

[flexcoders] Best practice for building AS components for Flex

2006-05-05 Thread leo4beer
Hi, I need to make a number of features to be included in a Flex 1.5 application. These features are relatively complicated and therefore should no be coded in MXML. for instance on of the features is a fully functional gahnt chart, users may be able set session and events using that chart. I

[flexcoders] Re: Fully expand a Tree (Flex 2 Beta 2)

2006-05-05 Thread pk_wasp
cool thanks, it worked. --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: Some code on Jeff's blog to open all nodes on a tree... http://jeff.mxdj.com/disabling_a_tree_node_in_a_flex_tree_control.htm On 5/5/06, pk_wasp [EMAIL PROTECTED] wrote: Is there a

[flexcoders] Validation framework and changing the way tooltips get triggered (F2B2)

2006-05-05 Thread pk_wasp
At the moment the validators will highlight a field in error and if you mouse over it, it will display the error message. Is it possible (this could be a feature request if its not too late :) ), to select the way this is triggered?. Rather then just only having the mouseOver event

[flexcoders] Measure multiline text

2006-05-05 Thread sergio_trejo_r
Is there a way in Flash to measure the height of multiline text assuming that the width is fixed. I need a procedure to autosize a TextArea control where the width of the control is fixed but the height is resized to fit the contents. I read about the measureText method but it is documented to

[flexcoders] Flickr App in Beta 2?

2006-05-05 Thread Faisal Abid
I have sucessfully got the webservice running and it is displaying but i cannot render the objects to images using Thumbnail.mxml because Thumbnail was written in Beta 1 and i dont know what to change? BTW this is follwing Sho's Instructions on how to make an app in 15 min. --

Re: [flexcoders] Flickr App in Beta 2?

2006-05-05 Thread Mike Chambers
Not looking at the code, you may need to change: {dataObject} to {data} within Thumbnail.mxml. mike chambers [EMAIL PROTECTED] Faisal Abid wrote: I have sucessfully got the webservice running and it is displaying but i cannot render the objects to images using Thumbnail.mxml because