How to make Opera custom button without using make button webpage
-
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 +.
-
emc last edited by
Thanks & how I am to add the a+ if I am to make a multi function Opera button:
item= insert, "Thank you very much. Best regards, Sales team"
item= insert, "Thank you very much. Best regards, CS team"
item= insert, "Thank you very much. Best regards, Account dept."
How I am to put above 3 to the below command with A+ ?
opera:/button/ ......,,"......."
Thank you very much.
Edmond. -
emc last edited by
sorry,,,,,,,,,,,,, if anyone knows the tech to make this multi function dropdown button..........
Thank you very much
-
emc last edited by
I still can't figure out how to make this multi function dropdown button................
I can make button for single function but want to save space with a button with 3 to 4 multi functions.
Thank you very much.
Edmond -
emc last edited by
NEW QUESTION
Opera v.xx
I have 2 USB standalone version installed onto the same Window 8 system
( Opera A & Opera B using the same installation .exe file )
I am fine to make button with Opera A by paste & go the make button command just onto the address bar.
But on Opera B , not accept. When paste & go onto address bar the make button commaand
Error say:
Invalid address
Check that the address is spelled correctly, or try searching for the site.
Search with Google
My button is like this ( which is accepted in Opera copy A ) opera:/button/delay,10,,S-E-N-D&Delay,%20600%20&%20Email%20Clear%20Formatting%20&%20Delay,%20200%20&%20Open%20Font%20Dialog%20&%20Dela............etc.
Why Opera copy B not accepted ? ( I make the button just paste & go onto the address bar )
I use the same command immediately paste & go in Opera A, it is okay to let me make custom button.
Hope there is a solution in where in Opera to adjust any setting.
Thank you very much.
Edmond -
emc last edited by
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 +.
IF I have my custom buttonss like this :
Button2, "Delay"=Delay, 10, , "D e l l" & Email Clear Formatting & Delay, 200 & Open Font Dialog & Delay, 600 & Focus next widget .......& Send mail & Delay, 600 & Send queued mail
Button2, "蘋果"=Go to page, "http://hk.apple.nextmedia.com/open/footer/news/3626368/", 1
How I am to group them into single button ?
I have seen belows but just do not know how to make correctly in my situation :
Button0, 1325210100="New contact + Show popup menu, "New Contact Menu""
Please give me some hints so that I can puzzle around in my toolbar.ini
Thank you very much.
Edmond. -
sgunhouse Moderator Volunteer last edited by
First, a button involving a "+" can only have 2 functions. And - being only one button - can only show one label. Any functions before the "+" are only executed on a simple click, functions after the "+" are executed on a long click. Really, that should be all you need to know - though I wouldn't put a function that includes a Delay after the "+" as the button may still be pressed.
-
emc last edited by
hi sgunhouse,
Thanks & would be make sense ? ( I do not want to mess my toolbar.ini before I know the below is correct........
Button0, Hello A=
"Go to page, "http://hk.apple.nextmedia.com/open/footer/news/3626368/"
- Show popup menu,
"Email Clear Formatting & blah blah...& Send mail & Delay, 600 & Send queued mail""
Thank you
Edmond. -
emc last edited by
Hi sgunhouse ,
[Start Toolbar.content]
Button07, "ABC"=Go to page, "http://abc.com", 1 + "XYZ"=Go to page, "http://xyz", 1
But the start bar does not have this icon in it................ above is something wrong ?
Thank you very much.
Edmond. -
sgunhouse Moderator Volunteer last edited by
Try
[Start Toolbar.content]
Button07, "ABC"=Go to page, "http://abc.com", 1 + Go to page, "http://xyz", 1