On Sun, Oct 18, 2009 at 12:32 PM, Robert Billingslea
<[email protected]> wrote:
> We implemented our extension using the toolstrip and moles and now are
> looking to replace it with browser actions.
> I haven't come across any APIs for mole replacement
> (specifically chrome.toolstrip.expand), are they currently available or
> still in the works? (We need to pop the overlay not just when a user clicks
> on the button, but also when events occur in the content script).

Hi Robert.  There's no direct replacement for what you're looking to
do.  Here are a few alternatives though:
- Rather than causing a popup automatically, instead animate a browser
action icon with some status and let the user click on it to see the
popup.
- Do the popup as an overlay in the page (since you've already got a
content script there).
- Create a new window when you need a popup (window.open())


> A second (unrelated) question, are there any ways to access the clipboard?

Not at the moment, but this is on our radar.  Could you give me an
idea of your specific use case?

Erik



> Thanks in advance,
> Bob
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" 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/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to