UI Window
I wonder how the user interface windows for objects like pattrstorage or polybuffer~ are implemented.
Do they use "low-level" OS-dependent APIs ?
thx,
jan.
Have a look to the scripto example. You basically needs to create a patcher and put your UI in there.
thanks! I had overlooked that one.
I guess the missing link i was looking for is the juce stuff like jdataview in the dbviewer example.