March 29, 2024, 09:49:59 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Info Only Update 03-27-2013

Started by LarryMc, March 27, 2013, 01:38:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Finished the code for making adjustments when a User moves a project to another folder and then opens the project.
When that happens this is the sequence of events:
1. The User is notified that the project has moved and asked if the project should be updated.
2.  responding no causes no adjustments be made and the project opens.  It may or may not compile correctly.
3. responding with yes makes the following changes:
   a) the project file is read and all the old path entries are changed to the new path
   b) the rc file(if it exists) is read and all the old path entries are changed to the new path
4. the project is opened

All the above was the "easy" part.
Now to work on the "Save Project As" code.

Existing Bug Alert
The current version of IWB2 v. 2.095 fails to store the path to the project in the project file(iwp).
This was not a problem in older versions.
As a result, if you relocate a project the IDE has no way of knowing it has been moved.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library