View Single Post
kamiwey's Avatar
Posts: 121 | Thanked: 100 times | Joined on Jun 2010
#739
Originally Posted by No!No!No!Yes! View Post
I don't understand here ... how can you have one button for 4 different states/actions (play,stop,pause,continue) unless they are sequential?

What you can do is collapse everything in only one widget and use:

PHP Code:
if [ "_$QBW_EXEC_REASON== "_QBW_STARTUP_UPDATE" ]; then exit 0; echo "STOP";fi;
case 
$QBW_HOTSPOT_PRESS in 
   
[147]) perform stop; echo "STOP"; exit 0;;
   [
258]) if [ "_$QBW_CURRENT_RESULTS_TEXT== "_STOP" ]; then perform play; exit 1; else perform pause; echo "PAUSE"; exit 2;fi; ;;
   [
369]) perform ...; echo ...; ;;
esac 
change settings here for different status images (4, 7, 10):


Enable 4 here to see where you clicked (and create a nice on-click animation if necessary)
hehehe, i dont want 4 in one, i just want same like the original mediaplayer widget, went you press play, the song start, went you press play again it pause the song and if you press again the song countine for the same place that was went you pause it, that all. just like the original one.
until now the only i get is or play and stop, and the song start agian from the begining or pause and i need other button to resume, but not same like the original one

anyway i go to try that you say and if is not like i mean i post again
thans for your patient, i know is a little dificult understand me

edit:

i want it to make a desktop for the car only whit 3 big buttons like the original mediaplayer but more big to be more easy use went i driving, that all i want, one button to previous, one for play and pause and another to next track
__________________
i hate my N900 because nokia support, but i love my N900 because this comunity

Last edited by kamiwey; 2010-10-17 at 13:45.