|
2011-02-02
, 21:22
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
|
2011-02-02
, 22:24
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2010
@ Paris, France
|
#3
|
I am trying to design a user interface with Python, based on hildon and gtk GUI packages of the Maemo 5 OS.
I would like to design a dialog with elements contained in a scrollable area, but I did not yet manage to achieve my purpose.
An existing example of a scrollable dialog can be found in the calendar app of the Maemo 5 OS. When creating or updating an "event", a dialog is displayed with a scrollable area where the date and hour of the event can be set, with the name and the place of the event, et caetera... You should be familiar with this dialog, aren't you?
What I did (without success) was:
- the creation of a dialog (gtk.Dialog),
- the assignment of a pannable area to the vbox of the dialog
- the addition of all GUI elements to this pannable area instead of the dialog's vbox
With this, nothing is displayed in the dialog. Please find a snippet of my code below.
Can you help me please?
Kind regards
Valentin900