hi gene,
i guess the crux is----------
on openDateSelection
  window ("dateSelection").windowType = 2
---------here-----------
  window ("dateSelection").visible = TRUE
--because the visible property of a window is pretty much the same as the
open/close commands..

  runTop = (the stageTop + 180)
  runLeft = (the stageLeft + 143)
  runRight = (the stageLeft + 885)
  runBot = (the stageTop + 603)
  window ("dateSelection").rect = rect (runLeft, runTop, runRight, runBot)
  open window "dateSelection"
end
cheers stefan

Stefan Keller


Popcoins AG  - Max Planck-Strasse 20 - D - 63303 Dreieich
Telefon +49-6103-48626-0
Telefax +49-6103-5086-45
E-Mail: [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!]

Reply via email to