uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

Better explanation of Screen/theScreen behaviors #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Andrew Liu pointed out some more things that could be documented better:

- apparently psychtoolbox Screen ignores displayIndex when displayRect is 
finite.  Annoying and worth noting.

- in trying to set displayIndex and displayRect with 
dotsTheMachineConfiguration, it was unclear to andrew that an XML file was 
loaded automatically.

email thread attached. 

Original issue reported on code.google.com by Benjamin.Heasly on 24 Jun 2010 at 10:51

Attachments:

GoogleCodeExporter commented 8 years ago
Two newer methods help with this:

dotsAllSingletons.reset, which takes propert-value paris.

dotsTheDrawablesManager.set/getScreenProperty, which accesses screen properties 
from the remote counterpart.

These take some pressure off of dotsTheMachineConfiguration.

It would still be worth noting the interaction of displayIndex and displayRect.

Original comment by Benjamin.Heasly on 3 Aug 2010 at 6:07

GoogleCodeExporter commented 8 years ago

Original comment by Benjamin.Heasly on 3 Aug 2010 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by Benjamin.Heasly on 4 Aug 2010 at 6:58

GoogleCodeExporter commented 8 years ago
Since r632 and the October2011 milestone, Snow Dots uses MGL and there is not 
more Screen(), so this is a non-issue.

Original comment by Benjamin.Heasly on 5 Oct 2011 at 3:38