Hi All,
iam writting an application which has inkpicture as white
board for writting purpose and audio to capture voice. iam saving ink
annotations along with its audio time stamp in xml file. another
application will replay the recorded content as it is. it means one
apllications records and other application renders as it was drawn
smoothly on the board. my problem is to while rendering i use
g=inkpicture.creategraphics(), (read the point by point from xml file)
and g.drawline() to render point by point and finally
inkpicture.refresh()(this is after each point rendering because if i
dont use it i could not able to see drawing changes).
inkpicture.refrsh() is taking more time its getting delayed can any one
help me.