sebastiaan
About
- Username
- sebastiaan
- Joined
- Visits
- 7,303
- Last Active
- Roles
- Administrator
Comments
-
Great man, I'm really happy we finally fixed the newline issue (fingers crossed)!
-
Hi Daniel, Yes, the folding behavior of the overview area can be a bit erratic. I marked it as a feature request: * https://github.com/smathot/OpenSesame/issues/168 Thanks for pointing this one out! Cheers, Sebastiaan
-
(Quote) You may want to take a look at this discussion: * http://forum.cogsci.nl/index.php?p=/discussion/371/open-formatting-forms-with-python-inline-scripts (Quote) Thanks, and you're welcome! Cheers, Sebastiaan
-
Fyi, Lotje described a slightly different solution a while back, which doesn't require scripting. (Other than that, Edwin's approach works fine as well, of course.) * http://forum.cogsci.nl/index.php?p=/discussion/197/solved-multiple-response-colle…
-
Ah, great detective work. I made a special branch (0.27.2-mac), and added the fix that you suggest: I.e. specifying the line-endings in QScintilla and removing the hack that replaces the line-endings: https://github.com/smathot/OpenSesame/commit/9e6…
-
(Quote) Really, how have you tested this? What happens if you add the following debugging info to toPlainText() (apologies if you've already done something along these lines)? Edit: There should also be a repr() clause around the fixed text bit. I …
-
The strategy used by OpenSesame is to make sure that lines are always separated by \n characters, regardless of the operating system. This is implemented in the inline_editor widget, as you can see here: * https://github.com/smathot/OpenSesame/blob…
-
Ah, right, that's clever. The variable is stored as a multi-line string when it a) consists of multiple lines, or b) has a quote in it. Criterion b) still works.
-
(Quote) Not directly, but it's most definitely again some sort of newline issue, although maybe a different one. This ... set _prepare "exp.cnvs = self.offline_canvas()exp.cnvs.fixdot()" ... is incorrect, and should be ___prepare__exp.c…
-
Hi Elizabeth, I think the problem is indeed that on some trials the image files are left blank (obj1, obj2, and obj3). Even though this may not seem like a problem, because no image will be shown on those trials anyway, it actually is: When an item…
-
Hi Joost, This sounds like a problem with the Mac OS package, which is still experimental. I forwarded this post to Daniel, who builds these packages (Edit: And who replied as I was typing this!). In the meanwhile, could you please give more detail…
-
(Quote) In principle, no. Although the Windows packages are 32 bit, they should run fine on a 64 bit system. In fact, I build them on Win 7 64 bit. The first error message indicates that a) a plug-in failed to load and b) the error message couldn't…
-
Hi Elizabeth, Could you please post the full error message? You can find this in the debug window. Cheers, Sebastiaan
-
(Quote) No, I don't think that should be a problem. It seems that the error may not have anything to do with Mantra per se, but that Python simply fails to create a socket object. I don't see any reason why the line that causes the problem should f…
-
Hi Elizabeth, It looks as though an empty string is specified for a filename. As you may notice /var/folders/yx/glwd9x2j51n04czh33_230y00000gn/T/tmpyyNLLj.opensesame_pool/ is just the filepool folder itself (which is always in some temporary folder…
-
(Quote) One thing that comes to mind is that you are controlling the SR Box in an inline_script, and have not called exp.srbox.start(). This is necessary, because the SR Box doesn't normally send the button status. Also, it's best to call exp.srbox.…
-
Hi Eoin, Thanks for taking up this project! For me, it works fine on: * Nexus 7, Android 4.2.2 * Nexus 4, Android 4.2.2 All OpenSesame users: Please help this project by retweeting, posting on Facebook, etc.! Cheers! Sebastiaan
-
(Quote) Good to hear! With respect to the error, it means that the socket cannot be created, because it is already in use. But this is odd, because no port or address has been specified at this point. What comes to mind is that you are running thi…
-
Hi Henrik, If you are sure that you have spelled the names correctly (and I'm sure you are), then the problem might be that the variables are not available yet when OpenSesame tries to use them. For example, if you add the text [response] to a sket…
-
Hi Nagham, If you have specified center="yes" the text should appear in the middle of the frame, regardless of how much text there is (although it will look ugly if the text doesn't fit). Could you post a screenshot + the script, so we ca…
-
Hi Nagham, Forms support theming. Currently, there are only two themes available: 'plain' and 'gray'. The default is 'gray', and this theme indeed draws large gray frames. The 'plain' theme only draws an outline, which may be what you want. You can…
-
Just to clarify: This problem isn't due to Qt, but to the fact that OpenSesame automatically interprets variable types, as described in this discussion ... * http://forum.cogsci.nl/index.php?p=/discussion/316/solved-string-input-problem ... and on…
-
Hi Michel, (Quote) I'm not sure how the QuestHandler is implemented, but I'd say that's unlikely. Could you perhaps upload a simple working experiment that illustrates the problem? Cheers, Sebastiaan
-
Great! And in case someone needs a temporary hack to fix it for now: Open makeMovies.py in gedit (replace gedit by kate if your on Kubuntu/ KDE): sudo gedit /usr/lib/pymodules/python2.7/psychopy/makeMovies.py and change this line (near the top of…
-
Btw, on a related note: Do you also have the problem that the editor fonts in OpenSesame are stuck on Arial since the upgrade?
-
Hi Wouter, I just upgraded to Kubuntu 13.04 as well (as you know), and I experience the same issue. This should be resolved as quickly as possible, because it will affect quite some users. Let's first see what Jon Peirce says, and whether he'll fi…
-
Hi Ying, There are two issues here. The first is that OpenSesame doesn't have write access to its own folder. This is in itself not a problem, but it prevents OpenSesame from creating opensesame.exe.log when a crash occurs. This can be resolved by …
-
Ah, I see. This is a problem with PsychoPy, which is a dependency of, but not developed or maintained by OpenSesame. You may want to report this issue on the NeuroDebian mailinglist: http://neuro.debian.net/about.html#chap-contacts However, one thi…
-
Hi Jos, Could you provide some more information? What exactly did you do, what distribution are you running, and (most importantly): What are the syntax errors? Cheers, Sebastiaan
-
The easiest way to implement questionnaires is using forms. You can find the form documentation here: * http://osdoc.cogsci.nl/forms/about-forms/ If you have any specific questions, let us know!