hello:)

      I have a problem with my custom widget which i created based on
ClutterGroup.
I have a widget/class based on ClutterGroup.
In this clutter group as children I have a MxScrollView which embedds
the MxListView.
The MxListView items are of type ClutterText.

So this is a simple scrollable list. Working OK I see my items fed
from ClutterModel and can scroll with the mouse up and down.
But I am missing the "button-press-event" on my items.
I tried to the g_signal_connect(...) the signal "button-press-event"
on the actors:
- my custom widget
- the child MxScrollView
- the child MxListView
but i get no event fired.
I than tried all the other events like "event" but did not work as well.

Is there some kind of trick there I should have thought about?
Anyone done this before?
Maybe there is already a ready and standard list widget with
properties, so I do not have to write my own one ;-)
My custom widget is pretty big, so i will cut the relevant part of it
and post it here in the evening.

I did try the google and tests/ directory of mx-0.3.0, but did not
find any example of this kind.

thanks in advance
simon:)
_______________________________________________
Moblin dev Mailing List
dev@moblin.org

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to