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

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -