RE: Microb browser and GTK configuration

2007-12-24 Thread Tomàs Jiménez Lozano
Thank you, Josh. I am now trying to build just microb-eal library. I've downloaded sources form svn repository but I am stuck in dependencies issues: [sbox-CHINOOK_ARMEL] > dpkg-buildpackage -rfakeroot dpkg-buildpackage: source package is microb-eal dpkg-buildpackage: source version is 0.2.4-1

RE: Microb browser and GTK configuration

2007-12-20 Thread josh.soref
Tomàs Jiménez Lozano wrote: > This means I should build microb browser from scratch but I've read in > this list that it's not possible to do it: > > http://www.gossamer-threads.com/lists/maemo/developers/31766 You're misinterpretting. microb-engine is essentially a library, and libgtkembedmoz o

Re: Microb browser and GTK configuration

2007-12-20 Thread tonikitoo (Antonio Gomes)
Hi Tomàs, Don't care about the UI ... Actually, you can build only the microb stuff (microb-eal, microb-engine and libgtkembedmoz - and dependencies) with your changes and install .deb files. > I've been googling a while looking for alternatives to microb browser > that may use GTK and I've found

Re: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
Hi Antonio, I've been googling a while looking for alternatives to microb browser that may use GTK and I've found that you were working time ago to port MiniMo browser to ITOS2006. Do you know if MiniMo use GTK or as a Mozilla-based browser like microb it also emulates it? Does anyone know of a

Re: Microb browser and GTK configuration

2007-12-20 Thread Daniel Bainton
On 12/20/07, Tomàs Jiménez Lozano <[EMAIL PROTECTED]> wrote: > Thanks for your help, Antonio. > > This means I should build microb browser from scratch but I've read in > this list that it's not possible to do it: > > http://www.gossamer-threads.com/lists/maemo/developers/31766 Hi, You can build

RE: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
Hi, > Ross Burton wrote: > > As far as I know, microb ... can render forms using GTK+ widgets > > It doesn't use gtk widgets, it emulates them. > > > That said, there should be an xsetting you can change, instead of > > rebuilding. > > Xsetting sounds a bit arcane... > Xsetting may sound a b

Re: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
Thanks for your help, Antonio. This means I should build microb browser from scratch but I've read in this list that it's not possible to do it: http://www.gossamer-threads.com/lists/maemo/developers/31766 Tomàs On Wed, 2007-12-19 at 14:42 -0400, tonikitoo (Antonio Gomes) wrote: > hi, > > go t

RE: Microb browser and GTK configuration

2007-12-19 Thread josh.soref
Ross Burton wrote: > As far as I know, microb ... can render forms using GTK+ widgets It doesn't use gtk widgets, it emulates them. > That said, there should be an xsetting you can change, instead of > rebuilding. Xsetting sounds a bit arcane... ___ ma

Re: Microb browser and GTK configuration

2007-12-19 Thread Ross Burton
On Wed, 2007-12-19 at 19:31 +0100, Tomàs Jiménez Lozano wrote: > I've modified GTK source code to change the amount of time that is > needed to fire the "tap and hold" event after the initial tap. > > All applications installed in my N800 device fire the "tap and hold" > event 10 seconds after the

Re: Microb browser and GTK configuration

2007-12-19 Thread tonikitoo (Antonio Gomes)
hi, go to https://garage.maemo.org/svn/browser/mozilla/trunk/microb-eal/src/gmozillaengine.c and search for 'gtk_mozilla_tap_and_hold_timeout' and friends there ... my 2 cents On Dec 19, 2007 2:31 PM, Tomàs Jiménez Lozano <[EMAIL PROTECTED]> wrote: > Hi, > > I've modified GTK source code to cha

Microb browser and GTK configuration

2007-12-19 Thread Tomàs Jiménez Lozano
Hi, I've modified GTK source code to change the amount of time that is needed to fire the "tap and hold" event after the initial tap. All applications installed in my N800 device fire the "tap and hold" event 10 seconds after the initial tap. All applications except the one all this effort was in