command for retrieving the horizontal position where a horizontal bar widget is clicked: PHP Code: dsk=1; if [ "_$QBW_EXEC_REASON" == "_QBW_CLICK" ]; then gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int `expr $QBW_CLICK_X / 89 + 1`; fi; exit `expr $dsk + 2`
dsk=1; if [ "_$QBW_EXEC_REASON" == "_QBW_CLICK" ]; then gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int `expr $QBW_CLICK_X / 89 + 1`; fi; exit `expr $dsk + 2`