gerhono
About
- Username
- gerhono
- Joined
- Visits
- 189
- Last Active
- Roles
- Member
Comments
-
Hello Claire, For your information, I have continued to investigate about that problem and I found that it is possible to have the touch screen operate in expanded mode provided that a proper configuration is made via the configuration pannel of Win…
-
Hello, Modifications to a DataMatrix performed inside a loop are not reflected after the loop ends, even though the DataMatrix object remains the same (id() is unchanged). This suggests a context isolation or state persistence issue in the execution…
-
Hello Claire, Thank you for your reply. Because you stated that it should work, I have tested different aspects of the setup of the computer itself and I found that the touch screen did not respond because it was operating in expanded mode. It works…
-
I replaced mono with arial.
-
Hello Claire, Thank you for your answer. I have designed a custom grid using the 'names' available in a sketchpad. That grid is encoded in an .xlsx file and the program works fine with a mouse. How can I make the touch response work in that setup ? …
-
Hello, What is the console command to install the touch_response plugin in OpenSesame on a Windows PC ? Thank you in advance, Gérard
-
The problem was solved by re-installing Opensesame. Cheers, Gérard
-
Old experiments, and especially the in-line scripts, don't work any longer with the current version of OpenSesame. This is an example of what I get from the code view, the scripts are no longer visible in the control view: set description "Exéc…
-
Hello Claire, You are absolutely right, I should have thought of it ! I am sorry for my lack of insight and the time you had to spend on this matter ... You deserve a big coffee, how can I send it to you ? Gérard
-
Hello again, The options of conversion available in Excel have no effect in this specific cas of a csv file generated by another program. Modifying those options have unexpected effects on the csv files generated by OS. For instance, with the defaul…
-
Hello Claire, Thank you for your reply. The fact is that after executing an experiment with OpenSesame in Windows, the only file that is visible is a subject-xxx.csv file IN EXCEL FORMAT ! It means that Excel automatically "captures" the c…
-
Hello Claire, I have been struggling during days and days with the question of treating the data generated by OpenSesame in VBA inside of an Excel Workbook, thinking that it would be a convenient way to process the data generated by OpenSesame into …
-
Thank you, Sebastiaan. Gérard
-
Hello Claire, Based on your remarks, I confirm that the problem originates from the formatting that is made by Excel on the value that is passed by OpenSesame. The value that appears in the variable inspector is correct, with only one dot after the …
-
Hi Fabrice, The document to which I refer is the list of keys that you get when you press the button "List of available keys" of the keyboard object. It is a standard list that does not always fit the current keyboard. Because OpenSesame i…
-
Hi Fabrice, Thank you for solving the problem and for the additional explanations. Now, I can catch the enter key. However, it could be a good idea to update the list of keys that documents the keybord object in a future release of OpenSesame becaus…
-
Hello Fabrice, Thank you for your time and efforts. Unfortunately, your code does not perform as expected. The error message is attached. https://forum.cogsci.nl/uploads/896/UME64TS7CF8J.txt Best regards, Gérard
-
Hi Fabrice, An example of test is attached. https://forum.cogsci.nl/uploads/186/AZX90667SGJA.osexp
-
Hi Fabrice, My problem is that the ENTER key is not recognized at all. Whatever the context, inside of a keybord_response list of possible responses or a line of code inside of a sequence conditional line of code, the code 'enter' or 'ENTER' has no …
-
Hello Claire, I have to correct my previous post. You probably noticed that the last line is not correct because the goal is to display on screen 1. The error comes from the fact that the Windows screen numbering changes from one session to another …
-
Hello Claire, Thank you for your fast reply. That information makes sense, I have tried to set the display of the back-end to different values for a two-screen setup with the following Windows numbering: 2 is the control screen and 1 the expected di…
-
Sorry guys, I finally found that the problem is not on the side of DataMatrix but originates from the "openpyxl" library that I use to read the Excel source file of the loop. The standard open file operation uses too many resources and I c…
-
Hi, I have removed the DataMatrix implementation and OpenSesame is no longer frozen after execution of the experiment. I should have also mentioned that when I closed OpenSesame, I got a message "Python does not answer any more" (translati…
-
Hi Eduard, Because I wanted to keep the core structure and functionnalities of Open Sesame, especially the loop structure, I have created a complementary table in memory, using an index to link that table and the Excel data source file. You might be…
-
Hello Eduard, Another possibility could be to copy the contents of the loop Excel file into a table in memory using a Python script. I have been able to do that but the question is : is it possible to integrate (copy ?) that table into the regular l…
-
Hello Eduard, Thank you for your fast reply. I realize that my explanations were not totally clear. Actually, what I want to do is to modify a value of a variable in a row of the table at a certain trial in order to influence the behavior of the pro…
-
Hi Sebastiaan, Thank you for the follow-up. My concern is no longer the prompt for update of conda that comes up at the end of the OS update script, I don't care about it. The real problem is that I get frequent suggestions of update of OpenSesame a…
-
Hello Sebastiaan, The reason of my questionning is that prompts for update occur in a recurrent way during the same work session. That's why I wonder if the problem could be on the side of the updater conda which might not do the job. I have posted …
-
Hello Sebastiaan, I have reinstalled OpenSesame but the problem is still present, exactly the same error message and description as in the previous attachment ... Gérard
-
Positive feedback about your updates I am in the process of reviewing my experiments in order to comply with the requirements of version 4. The possibility to re-initialize the default backend facilitates the adaptation. It implies some minor change…