Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[open] Unexpected error in form geometry

edited February 2014 in OpenSesame

Hi all,

I am receiving this error when I run one of my experiments. It is surprising because the same experiment was working very well till Friday (I even collected some data on that day). Here is the error image and the debug window text

[pastebin:rKuwqGA8]

Please help!

Comments

  • edited 10:35PM

    Little extra info-- I have tried running all the components individually by putting 'always' for each component one at a time and putting 'never' for all the others. Each time, I was able to display and gain input from all the different components. So I believe that there is no problem with individual forms' geometry.

  • edited 10:35PM

    This error is triggered when there is no room left for widgets in the form (i.e. they have zero-or-negative width or height). This happens when you have defined

    1. a lot of rows
    2. a lot of columns
    3. a large spacing
    4. large margin
    5. a low display resolution
    6. a combination of any of these factors

    See also:

    I don't really see any other way in which this error can be triggered, so I would take a good look at the form_base script to see what goes wrong. Does your script meet any of the criteria above?

    Cheers!

  • edited 10:35PM

    Ummm... I am not sure what the problem is. I ran all the forms individually and did not get any error. I retrieved an earlier version from backups folder and that works. So I am assuming that the file got corrupted somehow. Anyways, thanks for replying Sebastiaan.

    Cheers!
    Asma

Sign In or Register to comment.