kobi_tk interia pl wrote:
I wonder about something. I would write a simple browser with ability to run application. Example: user open in this browser special page with links.When user click on one of the links script check if link has on beginning app://application_to_run If yes script run this application if not script load link like normal html.Is it possible to do this with MozEmbed element ?
The "open_uri" signal (as described in `perldoc Gtk2::MozEmbed::main`) sounds promising.
-Torsten