![]() |
2009-03-17
, 12:10
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#372
|
![]() |
2009-03-17
, 13:35
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#373
|
![]() |
2009-03-20
, 21:12
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#374
|
The Following User Says Thank You to tso For This Useful Post: | ||
![]() |
2009-03-24
, 05:02
|
Posts: 196 |
Thanked: 141 times |
Joined on Aug 2007
|
#375
|
It's amazing what one little character can do.
The Following User Says Thank You to jcharpak For This Useful Post: | ||
![]() |
2009-03-24
, 08:45
|
Posts: 87 |
Thanked: 98 times |
Joined on Oct 2007
@ Austria
|
#376
|
something dawned on me about that full screen osk. there is one other place where one of the same issues (specifically, that about not including previous input into its text area) shows up, and thats in the terminal.
![]() |
2009-03-24
, 16:08
|
Posts: 87 |
Thanked: 98 times |
Joined on Oct 2007
@ Austria
|
#377
|
![]() |
2009-03-24
, 17:30
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#378
|
I figured out the reason for the wrong text in the full screen keyboard. It's because you have to bind a function to the GtkIMContext retrieve-surrounding signal and call set_surrounding() from there with the content of the textarea. I have this halfway working, except that webkit crashes when the content of the full screen keyboard is committed...
But something else: Do you even bring up the full screen osk for HTML forms in bundyo's libwebkit? I couldn't get the full screen osk at all with the d-pad center button until i figured out how to trigger that (calling gtk_im_context_filter_keypress() in the key release function).
![]() |
2009-03-24
, 17:51
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#379
|
The Following User Says Thank You to tso For This Useful Post: | ||
![]() |
2009-03-24
, 20:07
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#380
|
mkdir /media/mmc2/usr_lib
cp /usr/lib/libwebkit-1.0.so.1.0.0 /media/mmc2/usr_lib
remove /usr/lib/libwebkit-1.0.so.1.0.0
ln -s /media/mmc2/usr_lib/libwebkit-1.0.so.1.0.0 libwebkit-1.0.so.1.0.0
the symlink exists (I tested)
But the browser did not start properly in webkit mode.
Why ? For the OS a symlink is the same as a 'real' file ?