>Can u at least, add some sort of contextual menu? I want for example right-click on a link >and run an arexx script.
context menu seem in netsurf core in, and need not support from the AOS GUI.
, but i dont know how this activate in SDL.
In desktop/browser.c file is this that should over a link open a menu.But when press right mousebutton do same as left mouse button.starting a arexx script is a selden need feature i see not on windows or linux browsers.Does that work on OS4 or MOS browsers?
More usefull to have context menus is to save a image to disk.or start a new netsurf that show the page in another window.
case GADGET_SELECT:
status = messages_get("FormSelect");
pointer = GUI_POINTER_MENU;
if (mouse & BROWSER_MOUSE_CLICK_1 &&
option_core_select_menu) {
bw->visible_select_menu = gadget;
form_open_select_menu(bw, gadget,
browser_select_menu_callback,
bw);
pointer = GUI_POINTER_DEFAULT;
} else if (mouse & BROWSER_MOUSE_CLICK_1)
gui_create_form_select_menu(bw, gadget);
break;
I think a context menu is not need, better use the F keys or show key shortcuts that can press when mouse is over a link.
>With new options: amiga.org displays the page after 20 sec, but full page load takes 39 >secs. Also tried 2 times with a freshly started system. Both times it takes about 39 sec.
does then after 20 sec click on a new link or scrolling of page work ?
there need selden wait until page is full load.most time when page is show then user click or scroll and dont wait until page is full load
>It takes so much time to load on a real amiga... is this because it loads slowly, or it takes >its time to render?
it takes time to render, the GFX Action cost not much time.netsurf render all in ram, and the part thats show is copy to GFX Card.
and when you see nothing, then netsurf or any other browser load or renders the page in RAM.
to display a page so a user can see it, is graphic action but it need not more than 0,3 sec also on a slow real amiga