Hi all,
I'm about to start coding an app with some timers that will be displayed as progress bars. Is there a way that the progress bar itself can be clicked on? My thinking is that instead of having a button to select the timer to adjust it I could just click the progress bar itself which would then take me to a new screen to enter a new value for the timer. It would save on screen space and possibly be more intuitive for the user.
I'm guessing that it wouldn't work in the same way as a click event for a button (eg Sub button1_click), or would it???. Would I have to seperately detect the user clicking in the same area of the screen as the progressbar or is there a simpler way to tie the click event directly to the progressbar?
Any help would be much appreciated.
I'm about to start coding an app with some timers that will be displayed as progress bars. Is there a way that the progress bar itself can be clicked on? My thinking is that instead of having a button to select the timer to adjust it I could just click the progress bar itself which would then take me to a new screen to enter a new value for the timer. It would save on screen space and possibly be more intuitive for the user.
I'm guessing that it wouldn't work in the same way as a click event for a button (eg Sub button1_click), or would it???. Would I have to seperately detect the user clicking in the same area of the screen as the progressbar or is there a simpler way to tie the click event directly to the progressbar?
Any help would be much appreciated.