javascript - How to use progressmeter in an XUL application? -
this might simple question geeks, not me, @ least. developing simple xul program scratch. used wizard tag simplify gui appears user. on wizard page have inserted progressmeter show progress of function called myfunction() belongs javascript available in xul file. how can update progressmeter based on real progress of function?
have tried setting progression of progressmeter using "value" property?
myprogressmeter.value = 50; you need increment value depending on progression of function. note value should set between 0 , myprogressmeter.max
Comments
Post a Comment