There is no way to create a second options window. There is only the special options dialog or detailsviews. You could populate the options-dialog depending on the window you want to display. But you can only have one window open at a time. In your code you would create a global variable which you set to the state you want the options dialog to be in and then call plugin.ShowOptionsDialog () to display the dialog. In your onShowOptionsDlg function you would check for the global variable and populate accordingly.
Best regards, Benjamin On Jan 30, 2:19 pm, darky <[email protected]> wrote: > Hello, > I want to make a window, that shows the user some data, and in which > he can add some. > So I want to create a second window, like the options-dialog. > With plugin.onShowOptionsDlg = function (wnd) { //some text } > I can specify an own options-window. But how can i make a second wnd- > object? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
