How to make Opera custom button without using make button webpage
-
emc last edited by
Hello there,
If I want to make a button for example : Read Mail, 2,, "Received"
If I do not want to use the easy method such as using this : http://nontroppo.org/tools/buttonmaker/
Is it possible I can do this in my window 8.1 machine ( Opera 11.xx )
Thank you
Edmond. -
sgunhouse Moderator Volunteer last edited by
If you really wanted to, you could type it in the address bar yourself.
The old forum had a special version of the URL tag named [opbut] which would convert the command syntax to the button syntax, but that is no longer available. Unfortunately this forum will not recognize URLs starting with opera: so even if I used a URL tag it would not work. I can type it, but you'd have to highlight it and select "Go to URL".
The general syntax is ... start with "opera:/button/" then type the command - but replace all the spaces with the symbol %20 which is the escape code for space. You can leave out spaces around commas and other symbols, but spaces between words - between Read and Mail in your case - are required.
So yours should be
opera:/button/Read%20Mail,2,,"Received"
-
emc last edited by
Hi Sgunhouse,
Thank you . Could you please tell me the following what I have done are the correct result ?
-
I have hight-lighted your " opera:/button/Read%20Mail,2,,"Received" " , Right click , go to web address.
-
Opera tells me : Invalid address You tried to access the address opera:/button/Read%20Mail,2,,%22Received%22, which is currently unavailableThe web page is non-reachable of couse and Opera tells me, it has the same link . blah blah blah
-
I click on above opera:/button/Read%20Mail,2,,%22Received%22.
Opera gave me this custom button named " Received "
Is it correct ?
Thank you very much.
Edmond -
-
emc last edited by
Hi,
If opera:/button/..................
I want a button of my frequently use email address such as myfriend@mailcom
How this button I can make ? ( and if this button will function correctly so that once I click it will insert in the To: Field ? )
Thank you very much.
Edmond -
sgunhouse Moderator Volunteer last edited by
Easiest way to do that is with a mailto: URL ... you know, in Opera 12 if you click on a link mailto:someone@mailhost.whatever it'll open a Compose tab with the To: field filled in already.
-
emc last edited by
Thanks & I have just done it ...............
opera:/button/mailto:myfriend@mail.com
This custom button came up but say external action & I put it in my button.
I open M2, compose , click this button...................... nothing happen & not insert myfriend@mail.com in the cc: field ( I click the button during in cc'ed field )
Any workaround ?
Thannk you very much.
-
sgunhouse Moderator Volunteer last edited by
A: Try opera:/button/Go%20to%20URL,"mailto:myfriend@mail.com"
B: A button which would insert a name in either the To or CC field would be Insert,"text" - but it would only work if focus was already there. Easier to just click To or CC and pick it from the list.
-
emc last edited by
Thanks !
Unfortunate above not work .
I then tried : opera:/button/insert%20"myfriend@mail.com"
When I am in M2 in the to: field, click this button, it inserted myfriend@mail.com only in the mail body in stead of I am in the To Field when I click that.
Thank you very much.
Edmond. -
sgunhouse Moderator Volunteer last edited by
Buttons can take focus away from the field, you may need to add a delay first to allow focus to pass back to the text field.
Delay, 10 & Insert, "myfriend@mail.com"
To make it into a URL, change all the spaces to %20 and add the opera:/button/ at the beginning.
-
emc last edited by
Thank you & works PREFECTLY !
opera:/button/Delay,%2010%20&%20Insert,%20"myfriend@mail.com"
Now the button name have assigned itself say " Delay "
How to change to a custom name if I want to call this button: " my friend " ?
Thanks again to your time
Edmond.
-
emc last edited by
Sorry,,,,,,,,,,,,, QUESTION............
Why need an extra comma after the 10 ,, ?
opera:/button/Delay,10,,My%20friend&Insert,%22myfriend%40mail.com%22
Thank you
Edmond -
emc last edited by
Thanks to all of you to your time.................
Now I am able to up and run making lots of powerful thing in Opera v.11.xx using custom button. !
YEAH !
Edmond.
-
emc last edited by
Hi
New question...............
I am ok to make button and how to make a button with more than 1 function ?
II have see in M2 panel there is a button like ' Forward & re-direct ' .
How this button made ? ( so that I can copy the concept to make my own multi function button with dropdown like this)
Thank you very much.
Edmond -
sgunhouse Moderator Volunteer last edited by
The button has a menu, by either long-clicking or dragging down you can show the menu (or by carefully clicking the little arrow, if present).
If you write a button with a + in it, the actions after the + will only be performed after a long click or a drag down. Standard buttons will follow that with Show popup menu, "menu name" or with Show hidden popup menu (no arrow), though Pesala was known for buttons that had other actions after the +.