dave-howard / vsdx

vsdx - A python library for processing .vsdx files
BSD 3-Clause "New" or "Revised" License
67 stars 25 forks source link

Update text fields after changing values of data properties. #64

Open egabrum opened 9 months ago

egabrum commented 9 months ago

Congrats for the library. I was excited to modify my vsdx from python, but I found this roadblock:

My vsdx file has shapes displaying text fields linked to data properties. I can modify the data properties using the vsdx library but, when I open the vsdx file, I find that the data from the data properties have not been refreshed in the text field, showing still the old data.

Is there a way to trigger a recalculation of the text fields for the whole vsdx file? Or to update the text fields at the same time as the data properties? Thanks