| The Following User Says Thank You to v_andal For This Useful Post: | ||
|
|
2009-05-14
, 07:13
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
|
|
2009-05-15
, 15:36
|
|
Posts: 23 |
Thanked: 8 times |
Joined on Apr 2009
@ Germany
|
#3
|
|
|
2009-05-22
, 10:25
|
|
Posts: 23 |
Thanked: 8 times |
Joined on Apr 2009
@ Germany
|
#4
|
| The Following User Says Thank You to v_andal For This Useful Post: | ||
|
|
2009-05-25
, 13:16
|
|
Posts: 23 |
Thanked: 8 times |
Joined on Apr 2009
@ Germany
|
#5
|
Amazingly enough, the selection is not lost when the GtkToolButton is clicked. So I could partly work around this problem by replacing regular buttons with the ones in toolbar, and partly with saving the selected area on the button-released event.| The Following User Says Thank You to v_andal For This Useful Post: | ||
|
|
2009-05-25
, 14:10
|
|
Posts: 23 |
Thanked: 8 times |
Joined on Apr 2009
@ Germany
|
#6
|
|
|
2009-12-11
, 12:43
|
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#8
|
When running on regular PC, selected with mouse text in GtkEntry is "visible" to function gtk_editable_get_selection_bounds. I've tried
to run my application on Nokia N800 and there the selected with stylus text is not reported by this function. What is the trick to make this happen?
Also, what is the proper way to disable virtual keyboard show up when the input field gets focus?