Hi
another question from my bag-o-problems
I am designing a user input playlist. It is going to be made up of the following columns from left to right:
Track Number - the track number on the playlist
Track Name - pretty self explanatory
Length - Length of the track
Running Time - Total running time of playlist
only "Track Name" and "Length" are input fields, and the rest is automatically calculated.
What would be the best approach for this probelm? i was thinking that i would use multi-line textboxes for the track name/length, and labels for the rest, but i dont know how to link them, or how to get the labels to do the calculations etc.
Any help or ideas would be greatfully appreciated!
cheers
another question from my bag-o-problems
I am designing a user input playlist. It is going to be made up of the following columns from left to right:
Track Number - the track number on the playlist
Track Name - pretty self explanatory
Length - Length of the track
Running Time - Total running time of playlist
only "Track Name" and "Length" are input fields, and the rest is automatically calculated.
What would be the best approach for this probelm? i was thinking that i would use multi-line textboxes for the track name/length, and labels for the rest, but i dont know how to link them, or how to get the labels to do the calculations etc.
Any help or ideas would be greatfully appreciated!
cheers