Re: [flexcoders] Debug Flash Player 10.0.42.34 ?

2009-12-11 Thread flexcoders . list
On Thu, Dec 10, 2009 at 11:23:38 -0500, Rick Winscot wrote: Any ETA or information from Adobe-ites when we might expect to see debug packages? They are available here: http://www.adobe.com/support/flashplayer/downloads.html Look for the 12/8/2009 sections.

[flexcoders] AIR has different behaviour in XML.appendChild() vs Flex for String values?

2009-03-18 Thread flexcoders . list
Hello, has anyone else noticed that AIR's XML.appendChild() implementation differs in behaviour from the regular Flex/Flash Player? In particular, AIR appears to perform XML escaping of strings, while Flex/FP sort of expects already-escaped Strings? The following example yields different results

[flexcoders] E4X normalize() + CDATA = invalid XML, data loss

2008-11-11 Thread flexcoders . list
I'm getting some very strange results from E4X and normalize() when working with CDATA text nodes, especially when those text nodes may contain strings that, unescaped, represent CDATA end tags. Consider the following code:

[flexcoders] Using ampersand character in contextmenuitem label

2008-10-27 Thread flexcoders . list
Does anyone know if it's possible to use the ampersand () character in a contextmenuitem label? (i.e. as an entry in a custom right-click flash menu) It appears that the underlying GUI framework interprets the character in various ways depending on OS, most of the time causing the following

Re: [flexcoders] Re: Using ampersand character in contextmenuitem label

2008-10-27 Thread flexcoders . list
On Mon, Oct 27, 2008 at 19:05:11 -, diehlryan wrote: I haven't tried this, but try using the amp; in place of like you would have to do in MXML... menu.customItems.push(new ContextMenuItem('1Test amp; test')); Thanks for the suggestion, but unfortunately that doesn't work either. At

[flexcoders] Connecting to flexbuilder debugger from flash player without launching a new debug session?

2008-06-26 Thread flexcoders . list
(Resending since the first mail never showed up, sorry for any duplicates that may appear) Hello list, Is there a way to configure Flex Builder 3 to always be listening in the background for debugger connections from the Flash Player? In other words, I'd like to be able to right click in the

[flexcoders] Connecting to flexbuilder debugger from flash player without launching a new debug session?

2008-06-26 Thread flexcoders . list
Hello list, Is there a way to configure Flex Builder 3 to always be listening in the background for debugger connections from the Flash Player? In other words, I'd like to be able to right click in the flash player, choose Debugger.., click Connect and have Flex Builder enter debug mode on a SWF

Re: [flexcoders] Encoding Problem in linux

2008-06-19 Thread flexcoders . list
On Thu, Jun 19, 2008 at 09:30:01 -, Deniz Davutoglu wrote: Hello Guys, Today I switched completely to Ubuntu Linux. Last month I produced some CMS for our corporate website in FLEX. From Linux I tried to update some content but I experienced something wear. When I try to enter new data