![]() |
2009-03-01
, 22:27
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#242
|
![]() |
2009-03-02
, 00:11
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#243
|
![]() |
2009-03-02
, 00:13
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#244
|
I haven't looked at your latest code yet, but here's a Python right-button-click solution that you should translate 'cause links and images are detected:
Code:class BrowserPage(webkit.WebView): def __init__(self, ... ... self.connect("button-press-event", self.on_button_press) ... try: self.connect("tap-and-hold", self.on_tap_and_hold) self.tap_and_hold_setup(None, None, 0) except: self.maemo = False ... ... def on_button_press(self, view, event): self._event = event.copy() ... ... def on_tap_and_hold(self, menu, widget=None, data=None): self.menudown = True self._event.button = 3 gtk.main_do_event(self._event)
![]() |
2009-03-02
, 00:18
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#245
|
- Support for the CURL backend was dropped, libsoup is the only HTTP backend now.
![]() |
2009-03-02
, 07:23
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#246
|
![]() |
2009-03-02
, 08:47
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#247
|
![]() |
2009-03-02
, 10:02
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#248
|
![]() |
2009-03-02
, 12:59
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#249
|
![]() |
2009-03-02
, 18:50
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#250
|
It looks like under certain circumstances, the SPACE key on the virtual keyboard stops working.
![]() |
Tags |
brower, browser, browserd fix, khtml, microb alternative, microb killer, tear, webkit, www |
|
N9: Go white or go home
Last edited by daperl; 2009-03-01 at 21:30.