hcu5555 / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

The program can´t load files with a ShapeKit without a Shape #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes,when I want to load a file, the program shows a window alerting than 
an unexpected error has found. The error message allways appears when y save a 
file with a TshapeKit created but it is without a shape defined on it.(For 
example, if I put a cone on it and I save the file and then y load it again, 
the problem disappears)

Another solution is to open the file using a text editor and delete by hand the 
piece of code that contains the declaration of the TshapeKit. In my opinion 
this is not very useful.

The best idea will be to solve it in futures releases.

Original issue reported on code.google.com by sergio.g...@gmail.com on 10 Aug 2011 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by sergio.g...@gmail.com on 7 Sep 2011 at 8:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The program wrote a sentence (shape NULL) when we saved a file with a ShapeKit 
without a Shape. That sentence makes an error when the application was loading 
the saved data. By adding a sentence inside the TShapeKit constructor the 
problem dissapeared.

Original comment by sergio.g...@gmail.com on 8 Sep 2011 at 11:05