Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Multicore Version / BUILDING DOCS or RUNNING THE UNIT TESTS do NOT work on: September 10, 2012, 06:56:10
I am a PureMVC user since AS3. Recently I tried the JS version and feels it is as good as AS3 version. :)

But I failed to "BUILDING DOCS" or "RUNNING THE UNIT TESTS" with the tools in the build folder.

There is an obvious error at ./build/config/testdriver-compiled.conf, line 4,
- ../../bin/puremvc-1.0.1.min.js
this file is not available, I think it should be
- ../../bin/puremvc-1.1.min.js

So anyone can help to work out a working version to make it perfect? Thanks!
2  PureMVC Manifold / Demos and Utils / Re: TodoMVC - A PureMVC JS Demo on: September 10, 2012, 06:44:41
Yes, you are right. The problem is that IE doesn't support events.

I tested with jQuery and everything goes well.
3  PureMVC Manifold / Demos and Utils / Re: TodoMVC - A PureMVC JS Demo on: September 03, 2012, 07:52:59
Hi, good job. But it doesn't support IE6, 7, 8 too. :(

I am expecting a demo that can show us its compatibility with most browsers, taking the advantage of jQuery is preferable. Maybe that's a key point of a common framework.
Pages: [1]