LNWMediaPlayer setProgressBar for time progress makes the bar 2% longer
Added by Long Nguyễn Đức almost 11 years ago
I am using Wt 3.3.5. If I use setProgressBar to set time progress bar, it will result in a bar with inline CSS width: 102%
Replies (2)
LN RE: WMediaPlayer setProgressBar for time progress makes the bar 2% longer - Added by Long Nguyễn Đức almost 11 years ago
And if I disable inline CSS in wt_config.xml, it will result in a bar with inline CSS width: 2%
KD RE: WMediaPlayer setProgressBar for time progress makes the bar 2% longer - Added by Koen Deforche almost 11 years ago
Hey,
How exactly do you instantiate your progress bar? Notice the additional explanation at http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WMediaPlayer.html#a1a028fcd874367341be82ee36bd6fe4e which explains that there are some constraints on how to instantiate the progress bar, specifically related to setting its width?
Koen