Sunday, August 28, 2011

all done

i finished at work my programming for dynamic web interface in visual studio 2010

i had logic problem clearing frames
and also the program crash on start sometimes, because the internet explorer is not ready to process commands

i tried to add some "ready state" wait loop, but it report never ready when the object internet explorer is not visible, i guess the ready status is based on the status bar, and if it's not visible, the ready status never come to "ready"

i'll try different ways for this, like after creating the object, i'll chek if it's equal to nothing and loop until it's different from nothing

also instead of pusing many line from an array in internet explorer object, i'll push them in a variable, then push the whole string in one command, so my internet explorer object will not report not ready and crash the program if i send too many line in a short amount of time

(although if the object is not ready for the big string, it will still crash)

it will be perfect! ;) one day

i'll start programming it for other applications than the troubleshooting database for crucible cleaner for STAS



No comments:

Post a Comment