PDA

View Full Version : Display confirmation message? (for example: "Added to playlist")


wpervaz
2008-08-01, 23:51
guys, whats the easiest way to display a confirmation message ?

Say if i add a file to play list, I want it to show me a message "added to playlist" or something like that, at the bottom of the screen...

something like the "Buffering..." text that appears in the bottom black area and then dissappears after some time... i cant get to call something like that ...

thanks !

wpervaz
2008-08-03, 07:49
bump ...

anyone ? anyway i can display a simple message in a message box or something ??

jmarshall
2008-08-03, 08:02
You can always use a notification via the built in for that.

How are you going to know when to trigger the event?

wpervaz
2008-08-04, 05:40
i want to show a confirmation when i add a file to playlist

jmarshall
2008-08-04, 06:04
I understand that. I don't, however, understand how you are going to know when this happens from the skin?

You have two problems:

1. Displaying a notification. You can do this using the Notification built in function - see the manual.

2. Knowing when an item is queued. You can't do this to my knowledge.

Cheers,
Jonathan