60000122 Change the resources (vdres.txt) while the project is running

Article 60000122
Type Wish
Product Engine
Version 6006
Date Added 4/19/2007 12:00:00 AM
Fixed (5/30/2007 12:00:00 AM)
Submitted by Ludivine Cormier

Summary

Change the resources (vdres.txt) while the project is running

Solution



in version 6007 can be done as follow:

VectorDraw.Serialize.GlobalizedDictionary.Dictionary = new VectorDraw.Serialize.GlobalizedDictionary("C:\\Temp\\vdrawresTest\\vdres.txt");
//refresh the grid selected object.
object selected = vdFramedControl.vdGrid.SelectedObject;
vdFramedControl.vdGrid.Clear();
vdFramedControl.vdGrid.SelectedObject = selected;



 



Send comments on this topic.