![]() |
2009-06-12
, 07:28
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#102
|
Portrait mode in Conboy focusing on reading notes? Alright, makes sense. In such case portrait mode is probably associated with one hand usage / on the go.
What about offering the notes sorted by last edited with a visible button offering to change view to last opened sorting? This would most probably satisfy use cases like shopping list, speeches, memos, classroom notes... Probably better than defaulting to alphabetical sorting.
Probably that makes sense for landscape too?
![]() |
2009-06-12
, 07:34
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#103
|
This looks good so far, just two quick notes:
- Try using hildon entry placeholder text instead of the "Search:" label. It usually looks cleaner and is meant for this purpose.
- The underline for the "_Clear" button is not really needed, it just adds visual clutter on a touchscreen device.
![]() |
2009-06-12
, 08:17
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#104
|
- Try using hildon entry placeholder text instead of the "Search:" label. It usually looks cleaner and is meant for this purpose.
![]() |
2009-06-12
, 08:25
|
Posts: 341 |
Thanked: 607 times |
Joined on Dec 2008
|
#105
|
Thanks for the input! I'll try the hildon entry placeholder thing.
Regarding the "_Clear" button: It's a stock button (GTK_STOCK_CLEAR). So maybe Hildon should generally suppress mnemonics on stock items?!
![]() |
2009-06-12
, 08:42
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#106
|
Right, those should be disabled in the SDK. I will have a look at this.
But there is another problem with using a stock button, in that it doesn't adopt the right themeing by default. I would suggest to use hildon_button_new (HILDON_SIZE_FINGER_HEIGHT, ..) (or hildon_gtk_button_new), but if you want to keep using the stock ID, then you should manually call hildon_gtk_widget_set_theme_size() after creating the button.
The Following User Says Thank You to conny For This Useful Post: | ||
![]() |
2009-06-12
, 09:20
|
Posts: 341 |
Thanked: 607 times |
Joined on Dec 2008
|
#107
|
I tried it now but it doesn't really make sense.
The thing is, the search text entry field always has the focus. But as soon as a HildonEntry widget has the focus the placeholder text is not shown anymore. So in my case the placeholder text is only shown while panning the list, because this is the only situation that the HildonEntry does not have the focus....
The Following User Says Thank You to kanishou For This Useful Post: | ||
![]() |
2009-06-12
, 09:24
|
Posts: 341 |
Thanked: 607 times |
Joined on Dec 2008
|
#108
|
That's nice! Thanks
I just tested that and in my case calling hildon_gtk_widget_set_theme_size(button, HILDON_SIZE_AUTO) or not doesn't make a difference. The result is both times like on the screenshots earlier. I guess it's because the button is scaling itself to the surrounding hbox container.
Still I think it's important to know. I use almost not stock elements anymore, but I'm sure there are many apps out there which do.
Maybe you'd like to add this information here:
http://wiki.maemo.org/Using_Fremantle_Widgets
And maybe we should continue this discussion some where else as it has not much to do with the topic anymoreHow about here:
http://talk.maemo.org/showthread.php?t=29500
![]() |
2009-06-12
, 11:01
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#109
|
The Following 3 Users Say Thank You to conny For This Useful Post: | ||
- Try using hildon entry placeholder text instead of the "Search:" label. It usually looks cleaner and is meant for this purpose.
- The underline for the "_Clear" button is not really needed, it just adds visual clutter on a touchscreen device.