Re: lingo-l ALERT

2001-08-02 Thread Luke Wigley

 MUI Xtra
 http://www.director-online.com/accessArticle.cfm?id=214
 
 Asking a Question with the MUI Xtra
 http://www.director-online.com/accessArticle.cfm?id=927
 
 Building your own dialog boxes with MUI Xtra
 http://www.director-online.com/accessArticle.cfm?id=888
 
 HTH


Another handy MUI link: [EMAIL PROTECTED]

The MUI Xtra could be one of the most useful Xtras available, except for the
stupid limitation/flaw that MUI callbacks cannot be addressed to individual
scripts or objects.

Luke


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Kafka's Daytime

You can't do it w/Lingo - you need an Xtra.

I use DirectOS from updateStage (updateStage.com).

Josie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Roman Pekarek
Sent: Wednesday, August 01, 2001 10:37 AM
To: [EMAIL PROTECTED]
Subject: lingo-l ALERT


I want to create an system-like prompt .. Something like lingo command
alert(message) , but its
only with OK button .. I need OK and Cancel. How to create in Director ? Is
there any lingo command
?

Pytkin


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Al Hospers

 I want to create an system-like prompt .. Something like
 lingo command alert(message) , but its
 only with OK button .. I need OK and Cancel. How to create in
 Director ? Is there any lingo command

Hi Roman,

Director comes with the MUI Dialog Xtra which will allow you to do
this kind of thing. I have personally used them a lot for all kinds of
projects. Lingo In A Nutshell has information about using them as does
the MM technotes. Some time ago, on Direct-L, I posted a handler that
makes creating the basic ones quite easy. You might search the
archives for the code. Go to the archives here:

  http://www.mcli.dist.maricopa.edu/cgi-bin/search_digest.pl

Search on:

 handling the window close box hospers

There is also a complete downloadable document for this functionality
here

  http://download.macromedia.com/pub/director/d7/win/mui.zip

There are three articles on DOUG addressing this same issue. Go here:

  http://www.director-online.com/

NOTE - the required Xtra is NOT Shockwave compatible. If you need SW
dialogs you will neet to roll your own as MIAW's.

That said there are some Utilities available that will make the
process a LOT easier, especially if you have a complex dialog to lay
out. The MUIMaker Utility from UpdateStage is one of these.

MUI Maker enables you to visually design a dialog and then generates
the Lingo code for the dialog you create. You can place, resize and
position your choice of buttons, dropdown menus, sliders, checkboxes,
text fields and labels. One click on the Generate button creates all
of the Lingo code necessary to run the dialog and copies it into the
clipboard, ready to paste into a Director script. MUI Maker runs on a
PC, but the Lingo code it generates works in Director movies on both
the Mac and the PC to display dialogs native to the platform the movie
is running on.

Price: $99.00
Platforms: 32-bit Windows
(Utility runs on PC. Generated Lingo code works in either Mac or PC
movies)
Director versions supported: Director 6,7,8,8.5
Author: Ravi Singh

For more information, view a short demo or to download an evaluation
version go here

  http://www.updatestage.com/xtras/muimaker.html.

HTH,

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Pekka Buttler

Or use BuddyAPI and it's baMsgBox command. BuddyAPI is free to up to two
functions.

Pekka


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Kafka's Daytime
 Sent: 1. elokuuta 2001 17:37
 To: [EMAIL PROTECTED]
 Subject: RE: lingo-l ALERT


 You can't do it w/Lingo - you need an Xtra.

 I use DirectOS from updateStage (updateStage.com).

 Josie

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Roman Pekarek
 Sent: Wednesday, August 01, 2001 10:37 AM
 To: [EMAIL PROTECTED]
 Subject: lingo-l ALERT


 I want to create an system-like prompt .. Something like lingo command
 alert(message) , but its
 only with OK button .. I need OK and Cancel. How to create in
 Director ? Is
 there any lingo command
 ?

 Pytkin


 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
 email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
 Lingo-L is for learning and helping with programming Lingo.  Thanks!]



 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
 email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
 Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread grimmwerks


You can also do this with buddy api xtra and the mui xtra.


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




Re: lingo-l ALERT

2001-08-01 Thread Kendall Anderson

Hey -

 I want to create an system-like prompt .. Something like lingo command 
alert(message) , but its
 only with OK button .. I need OK and Cancel. How to create in Director ? Is there 
any lingo command

You can do this within Director, but you'll need to learn how to use the
MUI Xtra (which comes with Director). 
Two drawbacks:
1. You'll need to understand lingo well enough and be comfortable with
figuring out the MUI xtra - documentation is plentiful on the Macromedia
Director Support website.
2. It won't work in shockwave.

Actually, you can probably find a tutorial on how to use it on the DOUG
(director-online.com) website as well if I remember correctly..


Kendall.

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Al Hospers

 You can't do it w/Lingo - you need an Xtra.

You can do it using the MUI Dialog Xtra which is included with
Director. See my other email on the subject.

 I use DirectOS from updateStage (updateStage.com).

The DirectOS Xtra is actually from DirectXtras. That said UpdateStage
is a great place to find info on ALL Xtras that are available.

Cheers,

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Cole Tierney

And don't forget Macromedia's MUI Xtra (also free.. well, sort of :)

put alert(new(xtramui),[#title:Your Title,#message:Are you 
sure?,#movable:1,#buttons:#yesno])

Cole


Or use BuddyAPI and it's baMsgBox command. BuddyAPI is free to up to two
functions.

Pekka


  You can't do it w/Lingo - you need an Xtra.

  I use DirectOS from updateStage (updateStage.com).

  Josie


  I want to create an system-like prompt .. Something like lingo command
  alert(message) , but its
  only with OK button .. I need OK and Cancel. How to create in
  Director ? Is
  there any lingo command
  ?

  Pytkin


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




Re: lingo-l ALERT

2001-08-01 Thread Roman Pekarek

 You can also do this with buddy api xtra and the mui xtra.


Yes .. I found MUI xtra now .. Thanx to all 

Pytkin


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Morgan Bonar

You can also use the MUI xtra, which is included with Director. It is a
little bit more complex, but once you have the shell built, it is pretty
powerful.

Morgan-
You can't do it w/Lingo - you need an Xtra.

I use DirectOS from updateStage (updateStage.com).

Josie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Roman Pekarek
Sent: Wednesday, August 01, 2001 10:37 AM
To: [EMAIL PROTECTED]
Subject: lingo-l ALERT


I want to create an system-like prompt .. Something like lingo command
alert(message) , but its
only with OK button .. I need OK and Cancel. How to create in Director ? Is
there any lingo command
?

Pytkin


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Robert Wingate

 You can't do it w/Lingo - you need an Xtra.

MUI Xtra is part of Director, and its purpose in life is to help you
build dialog boxes with Lingo. Any of these articles will answer your
question:

MUI Xtra
http://www.director-online.com/accessArticle.cfm?id=214

Asking a Question with the MUI Xtra
http://www.director-online.com/accessArticle.cfm?id=927

Building your own dialog boxes with MUI Xtra
http://www.director-online.com/accessArticle.cfm?id=888

HTH
Rob

/*
* Rob Wingate, Software Human*
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Kafka's Daytime

oops...sorry, of course you're right...DirectOS is
from directXtras.

The MUI Xtra (in my humble opinion) can be a bit difficult
for a new Lingo programmer. The RavWare MUI Maker utility
(if Al didn't mention it already) which *is* sold/distributed
by updateStage makes using the MUI Xtra a whole bunch easier.

Sorry Al. :-)

Josie
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Al Hospers
Sent: Wednesday, August 01, 2001 10:53 AM
To: [EMAIL PROTECTED]
Subject: RE: lingo-l ALERT


 You can't do it w/Lingo - you need an Xtra.

You can do it using the MUI Dialog Xtra which is included with
Director. See my other email on the subject.

 I use DirectOS from updateStage (updateStage.com).

The DirectOS Xtra is actually from DirectXtras. That said UpdateStage
is a great place to find info on ALL Xtras that are available.

Cheers,

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Al Hospers

 Sorry Al. :-)

no problem Josie.

but the code I mentioned searching for on Direct-L will do exactly
what they need without any real hassle. I took all the sting out of
it. grin

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Trevor Helen Geddes

Hi
If you are like me and don't have any spare Buddy API functions (I have
registered it at its first level which gives 7 functions but still keep
hitting that barrier) then consider using MUI dialogs - they come free with
Director and are very flexible. It takes a little setting up but simple
Yes/No/Cancel type of dialogues are very simple with it. You can find
information on using MUI dialog on the Macromedia Director support pages.
Hope this helps
Trevor Geddes

--
We produce computer programs for language development.
Look us up at http://geddesproductions.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Kafka's Daytime

grin now I know...I got hold of it myself.
Big help for novices like me.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Al Hospers
Sent: Wednesday, August 01, 2001 4:21 PM
To: [EMAIL PROTECTED]
Subject: RE: lingo-l ALERT


 Sorry Al. :-)

no problem Josie.

but the code I mentioned searching for on Direct-L will do exactly
what they need without any real hassle. I took all the sting out of
it. grin

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l ALERT

2001-08-01 Thread Al Hospers

 grin now I know...I got hold of it myself.
 Big help for novices like me.

glad that you find it useful.

cheers,

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]