Prod.: Engine, ver.: 6006, ID: 60000122, Wish : Change the resources (vdres.txt) while the project is running

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

Article60000122
TypeWish
ProductEngine
Version6006
Date Added4/19/2007
FixedYes [5/30/2007]
Submitted byLudivine Cormier
Keywords

Subject

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

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;