THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/03/2009 at 09:42, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
After a day or two I must admit that trying to figure it out by myself seems not to lead to a successful path:
I'd like to use
> void BrowserLibraryPopup(LONG mx, LONG my, LONG defw, LONG defh, LONG pluginwindowid, LONG presettypeid, void\* userdata, BrowserPopupCallback callback);
to let the user choose an item from a list of default images.
It works fine in regard that the popup is created and displayed but its empt and I am totally in the dark what values to use for:
> LONG pluginwindowid
and
> LONG presettypeid
I managed to assign a callback function but it doesn't get called. I suppose because the popup has no content yet.
For the start maybe even just an example to open the Sky object's preset popup (as mentioned in the documentation) would be helpful.
Best and thanks in advance
Macm