Toolbox Avatar Cannot Save PNG
i working module 08 - avatar , have gone through video , guide. when build , run avatar application open in browser using localhost:port. can customize avatar when go save avatar nothing saves. neither "download png" button nor "save" button save file. looks work because dialog browse window allowing me choose location , name of file. click "save" , dialog window goes away.
looks great ... sucks, man there's no file ... :(
what doing wrong or more need working , allow me save file. working in expression blend 3. have not tried in expression blend 4.
any ideas? in advance.
alex dove
i have solved problem avatar not saving, however, of credit goes to http://blog.blueboxes.co.uk and http://stackoverflow.com/questions/1139200/using-fjcore-to-encode-silverlight-writeablebitmap issue appears in how save called application. fix included following steps:
1. commenting out ".png save" steps inside constructor
2. adding "button_click" , "savetofile" functions xaml2jpeg.zip file
3. including "using fluxjpeg.core;"
4. adding reference fj.core.dll file inside xaml2bitmap\bin\debug\fj.core.dll project
5. modifying canvas variable of avatar object "target" "avatar". "target" variable name xaml2bitmap project , "avatar" variable name of avatar canvas object (i.e. avatar character)
6. build , run
Expression > Expression Blend + SketchFlow
Comments
Post a Comment