Karl Becker ecrivait / wrote:

> Out of pure curiosity, I'm wondering what we various MetaCard users
> have done with the built-in interface.  I'm sure some use it just
> like it is out of the archive... but I'm sure quite a few customize
> it highly, as well.

Just poking around with the demo... I don't like at all this dull gray, so
I changed the colors:

(a button added to Home)
===
on mouseUp
  set textfont of this stack to "Palatino"
  put the customproperties of this stack into lespropri
  set the colors of this stack to lespropri["couleurs"]
  palette "Tools" -- ici, car ne marche pas "on openstack"
end mouseUp
===

property couleurs:
===
RoyalBlue4
AntiqueWhite
Burlywood1

white
172,172,172
Bisque2
===
white line is voluntary

A Version field*:
===
on mouseUp
  ask "Version : " with word 3 of me
  if it is empty then exit mouseup
  put (word 2 of name of this stack) & " V. " & it & " -" && the abbr date
into me
  answer "Sauvegarder cette pile ?" with "Oui" or "Non"
  if it is "Non" then exit mouseup
  put filename of this stack into temp -- 2000/07/07
  save this stack as temp && (word 2 to 3 of me)
  save this stack as temp
end mouseUp
===

a simple field showing the path:
===
on mouseUp
  put (filename of this stack) into me
end mouseUp
===


Criticism welcome  8-)


PS * some version info is written to in an "info" substack

domi  (-8
mailto:[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to