[flexcoders] can't get Tooltips and Drag and Drop to play nice

2012-01-19 Thread Pruitt, Byron S
When I perform a Drag n Drop on one of my components I get my tool tip. I have implemented a custom tooltip using Adobe's example (the one with the Panel). Using the DragManager.isDragging in a couple of spots I can prevent the creation of my custom tool tip, but it defaults to creating the

[flexcoders] quick XML question

2009-11-17 Thread Pruitt, Byron S
I have a variable named report set to an xml document. var report : XML = dls-configurationsystem/system./dls-configuration var n1 : XML = report.system as XML; var n2 : XML = report.children()[0]; n1 = null n2 = the system node I have accessed nodes many times like I do for n1 and not

RE: [flexcoders] quick XML question

2009-11-17 Thread Pruitt, Byron S
-configuration is the issue. There is a solution for this but i cannot remember where i read about it. Do some google-ing... C From: Pruitt, Byron S steve.pru...@hp.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, November 17, 2009 8:29:22 PM Subject

[flexcoders] HttpService headers

2009-02-12 Thread Pruitt, Byron S
This seems to be an age-old issue. I need to set the Authorization header for GET requests. I have no cross-domain issues. Everything is sent to the same server. I found the following adobe TechNote: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403184sliceId=1 appears to