|
|
 | | From: | Neville Daniels | | Subject: | Re: Would like to support Opera BUT.. | | Date: | Sun, 05 Dec 2004 20:53:36 -0000 |
|
|
 | What is need is the system "Send To" command to be enabled under right click on object. This would enable send E-Mail, To Folder, To App etc.
Grabing from the page store (cache) is tricky when trying to do this with a cross browser app. Utilising a common command is easier for app writers. :-)
Neville
On Mon, 11 Oct 2004 23:12:46 +1000, exclipy wrote:
>> So what I'm wondering is, when/if Opera will add the ability to get the >> location of an image's local cache file so it can be passed to an >> external program via a context menu? > > I'm pretty sure this is possible with the %s variable. Try looking at > the View Source function in the default menu/keyboard. >
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
|
|
 | | From: | Toman | | Subject: | Re: Would like to support Opera BUT.. | | Date: | Mon, 06 Dec 2004 08:44:45 +0100 |
|
|
 | On Sun, 05 Dec 2004 20:53:36 -0000, Neville Daniels wrote:
> What is need is the system "Send To" command to be enabled under right > click on object. > This would enable send E-Mail, To Folder, To App etc. > > Grabing from the page store (cache) is tricky when trying to do this > with a cross browser app. > Utilising a common command is easier for app writers. :-) > > Neville > > On Mon, 11 Oct 2004 23:12:46 +1000, exclipy wrote: > >>> So what I'm wondering is, when/if Opera will add the ability to get the >>> location of an image's local cache file so it can be passed to an >>> external program via a context menu? >> >> I'm pretty sure this is possible with the %s variable. Try looking at >> the View Source function in the default menu/keyboard.
The %s variable is the current document, not the image you might right-click..
What I need to do is to first open the image (Right-click, open image; Making the image the current document), then use my context item which opens it in gimp.
Item,"Open in Gimp" = execute program, "gimp-remote-2.0","%s"
-- (AT operamail.com) http://toman.blogspot.com Do you like Firefox' interface but Opera's features? - Blend them here: http://www.opera.com/startup/customize/
|
|
|