python - PsychoPy reopen window -


I have done a dot probe paramaem program using standalone psychopathic v1.80.03. After the dot inquiry I need a revised work that looks like dot probe. So I use the window again and pass the dot probe object to the container of the stimuli attached to this window in the manufacturer of the second task.

Before starting another task, however, some information needs to be input (eg condition) using a gui.DlgFromDict . In the fullscreen still with dot-screen window, the dialog box can not be reached.

I tried to change the fullscreen to false by dotProbe.window.fullscr = False one dotProbe.window.flip () but once the window is turned on There is no effect by changing this attribute.

Closing the window with dotProbe makes window.close () dialogue accessible but there is no such task which opens the window to proceed in the other job. Of course I Only a new window can be created, but as I said that I need equal setup with excitement on exact same posts and all the other parameters are equally It is unwanted to copy all the parameters from one script to "manually" to make them look the same - such as functioning, such as providing input for 2 input before the dot probe, because the scripts are independently (If there is no dot check, the object is provided in the constructor, a new one is designed to provide default form. )

Thanks for any help!

You do not want to close the window: which actually destroys the entire object, its With all the excitement and other features.

The solution to this type of problem was posted here:

According to Jan Karmer (and here's the improvement from Jashbard later :), I think you want to do something like that Are:

  win.winHandle (at least) #Sypopaki minimize the window. WinHindle.set_fullscreen (wrong) # disable fullscreen win.flip () at least (at least) window   

Then restore it:

  win.winHandle.maximize () win.winHandle.set_fullscreen (True) win.winHandle.activate () win.flip ()    

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -