2008/7/24 Duncan Webb <[EMAIL PROTECTED]>:

> Are you asking about Freevo-1, I suspect that you are.
>
> I think that the menus are a list of item objects, you can use the index
>  method of a list to find its position.
>
> HTH
> Duncan
>

Yes, I'm using Freevo-1.

The situation is, I wrote a test plugin to gather system information.
The menu in question has dynamic items, they are refreshed every 30 seconds.
Each item show some kind of information in "description" area.
If I want to constantly monitor CPU usage shown in the 5th item,
I navigate and stop at the 5th item, the information is displayed in
"description" area,
but the menuw.refresh() always take me back to current_menu.choices[0].
Can I be fixed at where I just stopped the navigation bar?

I've tried menuw.selected and found that is not the answer because I never
"Enter/Select" any item!

Then I realized another problem, each menuitem is a new object
produced by each poll,
each one is different from its previous generation(30 second
generation), athough it use
the same labeling name.

Hope this clear my question.
Looks like I have produced a stupid situation,
but I want to learn something of Freevo internal from this test.
Sorry to bother your time, and
Thanks for any help!

XX

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to