Re: lingo-l drag and drop lists

2003-05-27 Thread Howdy-Tzi
On Tuesday, May 27, 2003, at 03:11 America/Chicago, [EMAIL PROTECTED] wrote: I'd like to be able to grab a line of text from one and drag/drop iton the other. Simple, yes? But in my analness if I were to work this out myself, I'd make it so that when a user grabbed the line it would be a bit

Re: lingo-l drag and drop lists

2003-05-27 Thread Buzz Kettles
something like this? http://kettles.best.vwh.net/demos/dualList.proto.html At 3:11 AM -0500 5/27/03, you wrote: Ok, I'm sure if I had the time I'd work this out, but I'd appreciate a little headsup/info for this. Imagine 2 lists - one on the right, one on the left. I'd like to be able to grab a

Re: lingo-l drag and drop lists

2003-05-27 Thread Buzz Kettles
there's no blend (per your description), but it's just a sprite, so it could be blended At 3:11 AM -0500 5/27/03, you wrote: Ok, I'm sure if I had the time I'd work this out, but I'd appreciate a little headsup/info for this. Imagine 2 lists - one on the right, one on the left. I'd like to be

lingo-l silent alert boxes in Shockwave

2003-05-27 Thread Slava Paperno
Since MUI can't be used in Shockwave movies, what do you good people use for silent alert boxes and simple user-input queries? Roll your own, or is there something quick and elegant? Thanks! S. [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l drag and drop lists

2003-05-27 Thread Colin Holgate
there's no blend (per your description), but it's just a sprite, so it could be blended It also doesn't indicate where its going, and insert itself into the text mid-stream. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Thomas Higgins
Lingo dictionary for Dir MX has an example on p. 226 of externalParamValue() syntax that uses a parameter named swURLString. I tried using the call with that name and failed. The parameter was returned by the movie as void. Then I changed the name of the parameter (in the movie and in the

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Buzz Kettles
At 11:05 AM -0700 5/27/03, you wrote: Lingo dictionary for Dir MX has an example on p. 226 of externalParamValue() syntax that uses a parameter named swURLString. I tried using the call with that name and failed. The parameter was returned by the movie as void. Then I changed the name of the

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Buzz Kettles
At 11:20 AM -0700 5/27/03, you wrote: why don't you add a link to the TN? I'm sorry - that would interfere with the repeated web site reorganizations [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email

Re: lingo-l silent alert boxes in Shockwave

2003-05-27 Thread Howdy-Tzi
On Tuesday, May 27, 2003, at 11:47 America/Chicago, Slava Paperno wrote: Since MUI can't be used in Shockwave movies, what do you good people use for silent alert boxes and simple user-input queries? Umm, nothing? As you say MUI's out of the question. Roll your own, or is there something quick

Re: lingo-l silent alert boxes in Shockwave

2003-05-27 Thread grimmwerks
Doesn't just the old 'alert' work as well? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with

lingo-l first off: thanks Buzz/Howdy, next: handler calls

2003-05-27 Thread grimmwerks
Thanks guys for putting up with me. Just trying to slap together 2 different projects in a bit of a short time here... I know I've done this before, but if I have a button I'd like to assign a handler to call and a parameter to pass, what's the best way of doing this? Assign both pHandler

Re: lingo-l silent alert boxes in Shockwave

2003-05-27 Thread Cole Tierney
Doesn't just the old 'alert' work as well? It's pretty noisy, though. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for

Re: lingo-l first off: thanks Buzz/Howdy, next: handler calls

2003-05-27 Thread grimmwerks
Nevermind, mistaken way of dealing with #/props [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with

RE: lingo-l first off: thanks Buzz/Howdy, next: handler calls

2003-05-27 Thread Thomas Higgins
I know I've done this before, but if I have a button I'd like to assign a handler to call and a parameter to pass, what's the best way of doing this? Assign both pHandler and pArg to symbols, or strings? And then just on mousedown me do (pHandler ( pArg )) end ? You want

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Buzz Kettles
At 11:57 AM -0700 5/27/03, you wrote: why don't you add a link to the TN? You think this is the first time I've logged a bug Buzz? ;P I most definitely added a link to the Tech Note in the bug report. You're misunderstanding me, Tom That's not what I meant at all. I meant to add the link

lingo-l argh! constraint stuff

2003-05-27 Thread grimmwerks
So I've got to use constraint only to a sprite, not a rect? Otherwise I'll have to roll my own on exitframe. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Thomas Higgins
You're misunderstanding me, Tom That's not what I meant at all. I meant to add the link within the HELP ENTRY itself. Gotcha... I did misunderstand you at first. Doh! so that it would be right where the user needs it ( they wouldn't have to guess that such a TN exists go searching @

RE: lingo-l externalParamValue() puzzle

2003-05-27 Thread Buzz Kettles
At 3:21 PM -0700 5/27/03, you wrote: The bug I logged states that we should add a list of all officially supported parameter names right there in the various entries (count, name and value entries). I'm doubtful that IMD (Instructional Materials Department) wants to link to Tech Notes from

lingo-l Copy files from local network

2003-05-27 Thread Rodrigo Peres
Hi list, I need to copy some files from one machine to other one via a local network(tcp/ip). Does anyone have an idea?? Thank's in advance Rodrigo [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email

RE: lingo-l Copy files from local network

2003-05-27 Thread Kerry Thompson
I need to copy some files from one machine to other one via a local network(tcp/ip). Does anyone have an idea?? Yep. Go back and read the responses you got the first two times you posted the question. [To remove yourself from this list, or to change to digest mode, go to

lingo-l osx and downloadable xtras

2003-05-27 Thread grimmwerks
I've just tried to look at a few xtra demos online and the downloadable xtras didn't kick ingoing to try reinstalling shockwave, but is this a regular problem? I was trying to check out the Treeview Xtra demo online, no go. [To remove yourself from this list, or to change to digest mode,

lingo-l downloadable xtras...

2003-05-27 Thread grimmwerks
Hmm. Might be treeview isn't osx yet? Although I've also had the same problem seeing the new osxonctrol v2 shocks. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems,

Re: lingo-l drag and drop lists

2003-05-27 Thread grimmwerks
Say Buzz - finally got to look at this - any chance of fooling with source? Donation? Love? ...by the way, nice to see someone else has Wiggles around. On Tue, 27 May 2003, Buzz Kettles wrote: something like this? http://kettles.best.vwh.net/demos/dualList.proto.html At 3:11 AM -0500