Re: MVC in Rev?

2006-03-24 Thread Wouter

On 24 Mar 2006, at 06:08, Mark Wieder wrote:


thierry-

Thursday, March 23, 2006, 3:08:56 AM, you wrote:


 http://atomicobject.com/media/files/PresenterFirst.pdf


...that file is damaged and cannot be repaired...



Not sure, it opens up nicely in Safari.



--
-Mark Wieder
 [EMAIL PROTECTED]



Greetings,
Wouter
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MVC in Rev?

2006-03-24 Thread thierry

i did open it with Firefox without any problem too
and Acrobat 7.0 and the link is allright :-(

i can send you the file in zip, if you like ?

Regards,
thierry


Wouter a écrit :

On 24 Mar 2006, at 06:08, Mark Wieder wrote:

thierry-

Thursday, March 23, 2006, 3:08:56 AM, you wrote:

 http://atomicobject.com/media/files/PresenterFirst.pdf

...that file is damaged and cannot be repaired...

Not sure, it opens up nicely in Safari.


-Mark Wieder
 [EMAIL PROTECTED]


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MVC in Rev?

2006-03-23 Thread thierry

Hi Richard ,


may be you would find *interesting* this article based on
a variant of the MVC model.

http://atomicobject.com/media/files/PresenterFirst.pdf

HTH,
thierry



I've been reworking my framework and its data management engine to 
explore ways it can shorten my development time even more.  Since MVC 
is the buzzword du jour, I've been looking into ways of implementing 
MVC in Rev.


[...]
 Richard Gaskin
 Managing Editor, revJournal


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MVC in Rev?

2006-03-23 Thread Graham Samuel

On Wed, 22 Mar 2006 20:17:20 EST, [EMAIL PROTECTED] wrote:

to my fellow ludites also not familiar with that particular  
acronym ...


http://en.wikipedia.org/wiki/Model-view-controller

Looks like great fun! I can't wait to buy one.


Thanks for the much-needed enlightenment.

I may not be a luddite but I guess I'm a troglodyte - anyway a lot  
goes on in the world that I don't see. My real question is, does  
Gaskin ever sleep?


Graham



Graham Samuel / The Living Fossil Co. / UK and France

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


MVC in Rev?

2006-03-22 Thread Richard Gaskin


I've been reworking my framework and its data management engine to 
explore ways it can shorten my development time even more.  Since MVC is 
the buzzword du jour, I've been looking into ways of implementing MVC in 
Rev.


Factoring code, data, and presentation is generally easy in Rev, and 
with getProp and setProp it's not hard to establish triggers for 
updating UI elements.  But as for MVC per se, I'm not yet certain that 
particular OOP pattern is a good fit for Transcript.


With Cocoa it makes a lot of sense, mostly because Cocoa is inherently 
OOP and the MVC classes are built in from the ground up.  There it fits 
like a glove; in fact, it *is* the glove.


But if we step back from the specifics of MVC implementations in other 
languages and look instead to the goals it serves and the benefits it 
provides, I'm left wondering:


Are there simpler ways to get the same productivity benefits in Rev 
without adhering to formal definitions of MVC for other languages?


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MVC in Rev?

2006-03-22 Thread HyperChris
to my fellow ludites also not familiar with that particular acronym ...

http://en.wikipedia.org/wiki/Model-view-controller

Looks like great fun! I can't wait to buy one.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution