Howdy, Stranger!

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

Supported by

[open] code API

edited November 2013 in OpenSesame

Hi,

I was looking to fiddle with the source code a bit. Is there an API available somewhere, so I can make a bit of sense of the code?

Thanks!

Comments

  • edited 8:14PM

    The API, in the sense of the routines that the user would normally interact with, is documented here:

    But I'm guessing that you are really looking for a schematic of the source-code architecture, right? I'm afraid that this is not available. The source is reasonably modular and well commented, though, so you can find a lot of information in the source itself.

    You can also use the --debug and --stack arguments to get a lot of information about what happens where in the code, while running the program:

    opensesame --debug --stack
    

    And, of course, you can ask specific questions here in the OpenSesame-Dev section of the forum!

    Cheers,
    Sebastiaan

  • edited 8:14PM

    Hi,

    Sorry for the late reply. I just wanted to see how easy it was to modify the form editor widget into a WYSIWYG editor instead of using HTML.
    I found the PyQt code that does this, but there were function calls that I did not immediately understand. I was hoping for some API/documentation that would guide me in how to extend the existing functionality.

    I'll have a look by myself first and if I encounter specific questions, I'll post them here.

    Greetings,
    t3685

Sign In or Register to comment.