SRSavior
January 18th, 2010, 06:46 PM
So, I have a main form that opens sub-forms with ShowDialog(). Everything works 100% fine, but I added an option to choose a root Database file to use from the main form. If I open my Map Editor without that option, everything still works fine. But, if I have a root file selected (even if I don't even reference it from my sub-forms), it causes my texture paths to get screwed up, and will not load them correctly.
Somehow, the texture paths are getting screwed up when I use my main form's OpenFileDialog to choose a root file, as I said, even when I don't do anything with it (or even -reference- it in any way) from my sub-form.
I'm not really sure what else to say about it, if anyone thinks they can help, it would be much appreciated! :)
Somehow, the texture paths are getting screwed up when I use my main form's OpenFileDialog to choose a root file, as I said, even when I don't do anything with it (or even -reference- it in any way) from my sub-form.
I'm not really sure what else to say about it, if anyone thinks they can help, it would be much appreciated! :)