Search the web
Sign In
New User? Sign Up
openLingo · openLingo Code Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 514 - 543 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
514
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...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 10, 2003
5:54 am
515
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...
fantastichien2002
fantastichie...
Offline Send Email
Jun 12, 2003
11:01 pm
516
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' ...
Christoffer Enedahl
Enedahl
Offline Send Email
Jun 13, 2003
5:55 am
517
Hiyas, I've been writing a shortish article about Model-View-Controller Design pattern in lingo... in particular, focusing on techniques for decoupling the...
Luke
lukewigl
Offline Send Email
Jun 16, 2003
7:30 am
518
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...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
9:15 am
519
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...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
9:33 am
520
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 ...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
12:03 pm
521
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 ...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
3:08 pm
522
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...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
7:35 pm
523
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...
Stephen Guerin
stephengueri...
Offline Send Email
Jun 16, 2003
8:02 pm
524
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,...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
9:00 pm
525
<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...
lucas_gba@...
algemeenid
Offline Send Email
Jun 16, 2003
9:39 pm
526
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...
Luke
lukewigl
Offline Send Email
Jun 17, 2003
3:12 am
527
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...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
6:29 am
528
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...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 17, 2003
6:59 am
529
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,...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
8:46 am
530
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...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 17, 2003
10:16 am
531
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....
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
6:00 pm
532
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...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 17, 2003
6:26 pm
533
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...
Mathew Ray
mrayinteractive
Online Now Send Email
Jun 17, 2003
10:11 pm
534
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...
Robert Tweed
robert_tweed
Offline Send Email
Jun 17, 2003
11:18 pm
535
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...
Luke
lukewigl
Offline Send Email
Jun 18, 2003
1:19 am
536
... 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...
Luke
lukewigl
Offline Send Email
Jun 18, 2003
1:40 am
537
... (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...
Luke
lukewigl
Offline Send Email
Jun 18, 2003
2:06 am
538
... From: "Luke" <lukewigl@...> ... look and ... Yes, the main difficulty is getting an API that is easy to deal with, and also an object hierarchy...
Robert Tweed
robert_tweed
Offline Send Email
Jun 18, 2003
2:46 am
539
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...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 20, 2003
9:14 am
540
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...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 23, 2003
9:38 am
541
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...
Send Email
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...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 23, 2003
1:59 pm
543
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...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 23, 2003
8:21 pm
Messages 514 - 543 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help