where does this callback to (rhapsody question)
-
I was looking at the source of rhapsody with a view to putting together a basic way of loading a "plugin" bare bones example but i can't figure out where else this is being called
on init contains the following:
Content.makeFrontInterface(600, 600); include("FilePicker.js"); include("Expansions.js"); include("Installer.js");
-
Callback is a function you can pass in to
FilePicker.show()
. It will be called after the file/directory has been selected.https://codeberg.org/LibreWave/Rhapsody/src/branch/main/Scripts/FilePicker.js#L107
BTW, you should install the source code pro font