lingo-l GPDL Multiple Selecection?

2005-03-17 Thread Anthony W. Fouts, Jr.
I am working on a solution to create a mulitple selection within a GPDL? For example: --- --- property plSomeList --- on

Re: lingo-l GPDL Multiple Selecection?

2005-03-17 Thread Rob Romanek
Hi Anthony, Here is a solution for multiple selection in a GPDL. It requires that you work through the PI and not the dialog box but it should do the trick for you. www.manibus.com/codeSamples/dynamicGpdl.zip -Rob On Thu, 17 Mar 2005 08:31:51 -0600, Anthony W. Fouts, Jr. [EMAIL PROTECTED]

Re: lingo-l GPDL Multiple Selecection?

2005-03-17 Thread roymeo
I think you'll need to do a bunch of separate color properties, and merge them together into a list on new on getPropertyDescriptionList propertyList = [:] c = Select the items for the list f = #string d = r = [, red, yellow, blue, orange, green, purple]

lingo-l check computer speed?

2005-03-17 Thread Michael Nadel
I have some animations which take too long to play on slower computers and I want to skip the animations if the computer is slow. Is there a way to check if the PC or Mac is slow or not? Some way to check the speed and efficiency? (maybe CPU?) Thank you, Michael Nadel MediArt.Corp Creativity

lingo-l I am out of the office until the week of March 21st.

2005-03-17 Thread David Frank
I am out of the office until the week of March 21st. If you need any help with any project please call Chris Jones at 703-668-0100 x202 or email him at [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

RE: lingo-l Achieving luminosity mode with inks SOLVED

2005-03-17 Thread Mendelsohn, Michael
Hi Arthur... I have tried and tried to make this work and I cannot. Do you have a small director file that does this that you can send me so that I can study it. Luckily, I caught your email to me, as it got filtered into Lingo-L! The entire behavior is below, and it gets attached to a 1-bit

Re: lingo-l GPDL Multiple Selecection?

2005-03-17 Thread Buzz Kettles
group the items together in the beginSprite for instance: your GPDL could have a bunch of checkboxes to pick from or a series of popups then use beginSprite (or a handler called by beginSprite) group those props into the list or proplist that you need. hth -Buzz At 8:31 AM -0600 3/17/05, you

Re: lingo-l GPDL Multiple Selecection?

2005-03-17 Thread Anthony W. Fouts, Jr.
Here is a solution for multiple selection in a GPDL. It requires that you work through the PI and not the dialog box but it should do the trick for you. www.manibus.com/codeSamples/dynamicGpdl.zip Rob, I really liked your dynamicGpdl code sample, but I'm not sure how I would handle 50 or

lingo-l Unsubscribing

2005-03-17 Thread Jarele Wyche
Can anyone help me unsubscribe from this list? The link to unsubscribe doesn't work and I'm not getting any responses from [EMAIL PROTECTED] Thanks in advance __ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more.

Re: lingo-l Unsubscribing

2005-03-17 Thread jose
For me too. Not able to unsubscribe. Thanks. - Original Message - From: Jarele Wyche [EMAIL PROTECTED] To: lingo-l@penworks.com Sent: Friday, March 18, 2005 10:43 AM Subject: lingo-l Unsubscribing Can anyone help me unsubscribe from this list? The link to unsubscribe doesn't work and

Re: lingo-l Unsubscribing

2005-03-17 Thread Cole Tierney
Can anyone help me unsubscribe from this list? The link to unsubscribe doesn't work and I'm not getting any responses from [EMAIL PROTECTED] There's an email link to unsub in the headers of each message. Some mail clients don't display these headers: mailto:[EMAIL PROTECTED] -- Cole [To remove

Re: lingo-l Unsubscribing

2005-03-17 Thread Christoffer Enedahl
Resistance is futile. You will be assimilated. [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 lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with