Hi list, Lately, I have been looking at formally documenting the code I write for my projects. After dabbling with UML for a while, I find it a bit overkill...
I am including a script that normally works. It basically loads an external swf file into a cast member and the puppets a sprite and inserts the member. Here...
You might have forgotten to mark up a parent script with the tag: -- @type parent and that would have made it a moviescript, thereby overriding the 'new' ...
Hiyas, I've been writing a shortish article about Model-View-Controller Design pattern in lingo... in particular, focusing on techniques for decoupling the...
Hi Luke, This is a very interesting quiestion. Since I moved from Java to Director/Lingo at christmas I have probably tried most things! I wrote some Table...
It sounds like you're on the right track. My understanding of MVC is that the responsibility for displaying state changes in the model is encapsulated in the...
Hi Ben, I like your your design ideas, but it sounds like you are still working out the how's and why's of Director, so I thought I would jump in and offer my ...
Thanks Jerry, You are right in thinking that I am still working out the hows and whys of Director. I think sometimes I am guilty of avoiding puppeting sprites ...
Hi Ben, You are right, MVC is not always the best solution to every problem, and I wasn't really trying to suggest that, but the focus of the discussion is...
We tend to use MVC in a lot of our projects. Our Model objects all have an "Observable" parent script somewhere in its ancestor chain. The Observable object...
Hi Jerry, I broadly agree with everything you say, but before you go quiet... just answer 1 (plus supplementary) question: When should you abandon the stage,...
<delurk> Hey everyone, ... I'd say when you start to work on anything that is not a mockup, a quick prototype. IMHO anything needs to be built upon does wisely...
Hi - and thanks for the feedback. I guess the fundamental issue I am interested in is the practical techniques for decoupling the view (and controller, if they...
Hi Luke, ... popup ... model. ... Makes sense, a popup should know how to pop-up on it's own and there's no reason this couldn't be handled by a sprite...
Since about six months now, I've been using the following model in the apps I develop. ... Controls ... Interfaces ... Components ... 1. The controls layer is...
I think I'm beginning to see a 'pattern' here ; ) What people are describing sounds like what is known as the PAC pattern (Presentation, Abstraction,...
There's been an idea germinating in my mind since a while to create a GUI library for Director using pure Lingo. I had tried a few sprite based prototypes a...
Excellent idea. Are you familiar with the Java Swing framework? It's a large collection of UI control classes that can be imported at runtime as a library....
My Swing book says that Swing is not pure MVC but "makes use of a simplified variant of the MVC design called the model-delegate. This view conbines the view...
Hi all, First post, but the topic is great... I have a meager understanding of the coding behind Flash Components, but I believe they used Swing components as...
Note: I'm currently not 100% sure if the OP intended this to turn into a discussion about an abstract graphics toolkit, or a more general pattern. I've changed...
Hi Jerry, ... Essentially, the broadcast is to find (and register) with a controller. It seems preferable to specifying the controller by spriteNum or a named...
... You might be right ... perhaps a more interesting discussion is comparing MCV to PAC (since I am assuming that most lingo programmers are comfortable with...
... (The OP here) I'm always interested in talking about a general-pupose, 2D graphics library using imaging Lingo (especially in the context of their role in...
The recent MVC discussion prompted me to dust off some of my old OOP texts and one of them had a good chapter on, can you guess...? Yep. MVC. I was inspired...
I got a little inspired over the weekend and created a small sample movie to illustrate the MVC pattern. I've got it in Director 8 format on my hard drive, but...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openLingo group. File :...
openLingo@yahoogroups...
Jun 23, 2003 1:05 pm
542
Thanks Robert. The file is 97.4 K. Pretty small. There's a brief explanation that goes along with it. You could put it into a text file and paste it in the...
Interesting. I think you've done a good job of illustrating the basics, thanks for the taking the time to put together a project and share some code. The text...