> Someone, might have been Karina Steffens, posted code to put a color
> chip in the get PDL dialog box. Now I can't find it, and I
> can't get the
> #format right. could someone please repost?

Zzzzz.... He? What? Did someone say my name? :)

Hi Clars,

Here's an example:

property pColor

on getPropertyDescriptionList
  gpdl = [:]
  gpdl[#pColor] = [#comment: "Choose a color", #format: #color, #default:
rgb( 0, 0, 0 )]
  return gpdl
end

And Pranav is right - you only see the actual colour chip palette in the PI,
but that's more then enough...

Karina




[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!]

Reply via email to