Forum Topic - How to use " Photon microGUI " to show a seires of pictures?: (2 Items)
   
How to use " Photon microGUI " to show a seires of pictures?  
Now I am using PtImageArea to show a series of pictures .And I find that only when I allocate new memory for all 
pictures and whitout free any of them ,the program can run.

 If I free a pictures  memory of reuse any piece of it , the  program failed   
Attachment: Text ph_test.rar 398.42 KB
Re: How to use " Photon microGUI " to show a seires of pictures?  
Hi, Robort.

The process of creating the animation is described in the official documentation.
Here is the link:
http://www.qnx.com/developers/docs/6.5.0/topic/com.qnx.doc.photon_prog_guide/draw.html?cp=17_0_19_8#Animation

Regards, 
Alexander.

> Now I am using PtImageArea to show a series of pictures .And I find that only 
> when I allocate new memory for all pictures and whitout free any of them ,the 
> program can run.
> 
>  If I free a pictures  memory of reuse any piece of it , the  program failed  
>