Skip to content

Suggestion: saving/loading callback #18

@tomana

Description

@tomana

Would be nice if you could add some kind of unique callback when saving/loading.
I simpy added this at the end of ofxControlPanel::loadSettings :

guiCallbackData hackcallback;
hackcallback.addValueS("LOADING_UNIQUE_CALLBACK_HACK");
ofNotifyEvent(guiEvent, hackcallback, this);

and it got me the functionality I needed. Great code by the way!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions