I got latest code from svn and I get error at loading existing project:
DPFUITableView.Options.SearchBar.Enabled property Enabled does not exist.
Opening this existing project has now screwed up my form forcing me to recreate it from ground up. It would be a good idea to avoid removing published properties or at least give warning before doing so.
Fortunately I was able to recover an old version of the fmx from IDE and make changes to it in externals editor and that made the project openable in IDE - saved me a lot of effort because the form was very complex.
Last edit: Kaarigar 2013-08-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm sorry for this, but removing a property can not screwed you form if you only apply removing when form is opening,
this property no need any more and it's a extra property in the table.
in the stable version i will inform the history file, all changes, but in the svn i cant give a warning for all, this section may be changed many many times and using this section is your own risk.
sorry for this problem,
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No problems. Normally when I get a warning when opening the project about missing components or properties, I tend to choose option that is likely to cause least amount of change to the project - but I think it is the IDE which messes up the project.
But in the end it all worked - so no worries at all.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got latest code from svn and I get error at loading existing project:
DPFUITableView.Options.SearchBar.Enabled property Enabled does not exist.
Opening this existing project has now screwed up my form forcing me to recreate it from ground up. It would be a good idea to avoid removing published properties or at least give warning before doing so.
Fortunately I was able to recover an old version of the fmx from IDE and make changes to it in externals editor and that made the project openable in IDE - saved me a lot of effort because the form was very complex.
Last edit: Kaarigar 2013-08-28
Hi, Kaarigar
I'm sorry for this, but removing a property can not screwed you form if you only apply removing when form is opening,
this property no need any more and it's a extra property in the table.
in the stable version i will inform the history file, all changes, but in the svn i cant give a warning for all, this section may be changed many many times and using this section is your own risk.
sorry for this problem,
Regards
No problems. Normally when I get a warning when opening the project about missing components or properties, I tend to choose option that is likely to cause least amount of change to the project - but I think it is the IDE which messes up the project.
But in the end it all worked - so no worries at all.