Darron Schall
Darron Schall
Originally filed by guirreri on 2009-04-24T17:29:53 What steps will reproduce the problem? 1. JPGEncoder.encode() stalls an application until it has completed encoding. What is the expected output? What do you...
Originally filed by darron.schall on 2006-12-29T21:02:09 What steps will reproduce the problem? 1. trace( JSON.encode( ) ); What is the expected output? What do you see instead? Like Date instance...
Originally filed by snambi on 2009-04-20T21:18:10 This is not a bug. I have used maven to build the as3core lib. Maven makes it very easy to distribute as3core binaries to...
Originally filed by darron.schall on 2006-12-29T20:44:29 What steps will reproduce the problem? 1. trace( JSON.encode( new Date() ) ); What is the expected output? What do you see instead? The...
Originally filed by gae.local.test on 2010-07-12T05:40:26 _uri1 = new URI("example.txt"); _url2 = new URI("file://C:/path/to/aDifferentExample.txt"); _uri1.makeAbsoluteURI(_url2 ).toString() returns the string "file://c/path/toexample.txt" expected output --> string "file://c:/path/to/toexample.txt" (notice the colon in c:/)...
Originally filed by mohammedsaleem on 2008-09-29T17:47:00 It would be great if you could provide maven artifacts for these projects. Flex-mojos is a good starting point for mavenizing them.
Originally filed by marcinhow on 2007-09-04T12:50:55 What steps will reproduce the problem? 1. private var string: String = '[[{metadata:{fields: [{width:50,attrname:"NME_NIVEL_FORM",fieldtype:"string"}, {width:4,attrname:"ANO_FORM",fieldtype:"string"}]},rowdata: [["Doutorado","2006"]],version:2.0}]]'; 1. var obj: Object = JSON.decode(string); 2. Error:...
Originally filed by marko.kocic on 2009-02-12T16:03:24 It would be a great addition to json library if it could be used to decode String stream. It is usefull when you are...
Originally filed by ma.qianfan on 2007-07-13T04:31:20 What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product...
Originally filed by [email protected] on 2008-11-05T13:10:56 What steps will reproduce the problem? When trying to compile the swc library without the Flex builder but plain recent Flex 3 SDK and...