On Thu, Aug 7, 2014 at 11:37 PM, Justin Mclean <jus...@classsoftware.com> wrote:
> Hi, > > > 1. As mentioned, it would be good to include Flex 4 stuff as well. > I'd welcome a hand with that - either we'll need to work on getting the > app in TourDeFlex (as opposed to TourDeFlex3) working or move over each > example. > > Hmm. Moving over each example should work as well. An ideal task for someone in the community to take over. Any volunteers? > > 2. We need a .zip file for windows users. The gz.tar files are not > easily > > used in Windows. > See what I can do. > > > 3. We are getting numerous instances of this warning during compilation > That was in the existing code - the idea is to get a parity-like release > not fix every single issue this time around. > > I am sure they did not appear in the original release. I believe the deprecation happened in between the original release and now. It feels weird to ship an examples app with these kind of warnings. > > 4. Everything builds fine, opening explorer.html with Chrome does not > work > > - nothing shows up. Opening it with IE and Firefox seems to work fine. > > That would be a Chrome bug then :-) Any idea what the issue is? > Just as I thought. Chrome by default disallows local files from loading other files on the hard disk. I ran it from a local server, it works fine on Chrome. The alternative is to open Chrome with the --allow-file-access-from-files flag set, although that does not seem to work for me locally. In any case, it will be good to add this to the README. Thanks, Om > > Thanks for the feedback. > > Justin