Hi,

When I draw something in a DXImageList item, and then save the list to a file it don't save it with the changes... for example:

[pascal]
// Open a list
DXImageList.Items.LoadFromFile('mylist1.dxg');

// Drawing something to the first image
AnotherList.Items[0].DrawAlpha(DXImageList.Items[0].PatternSurfaces[0],Bounds(0,0,100,100),0,64);

// And finally save the list
DXImageList.Items.SaveToFile('mylist2.dxg');
[/pascal]


The mylist2.dxg remains equal to mylist1.dxg, it don't save the changes...

Please anybody could help me with it?

Thanx in advance.

Regards,
Floken