
6 Jun
2012
6 Jun
'12
5:34 p.m.
On Tue, Jun 5, 2012 at 10:36 PM, Gregory Guthrie
Apparently I needed to upgrade my examples, the API seems to have changed across versions.
Right, since the fullscreen mode was introduced, the API is "display displayMode backgroundColor picture" where displayMode is Window or Fullscreen (with relevant title, size and position details). So :
display (Window "My Window" (200, 200) (10, 10)) white (Circle 80)
-- Jedaï