Hi Mage,
Sure I could just type this info into the program but where's the fun in that?
note* most Games have several dialog windows for loading/saving saved games, modifying settings etc, heck even reporting errors. (not in my code, it's perfect.
)
typing in the same title may work, but how many time have we renamed a project halfway through?
p.s DBPro can be used to create more than games, utilising multiple Windows and Dialogs coupled with thousands of lines of code and it all suddenly becomes messy.
anyway. I've sort of fixed the annoying advertising Window, I just drag the Output Window to the Desktop and the Advertising Window follows it and no longer covers the source window.
I've since run into a load of other Synergy issues related to #include "OtherCode.dba", I'm getting a load of ' Can't find' errors, but my application is running some of the functions contained in
these included files but not all of the functions due to them not being able to access #CONSTANT 's. argh!!! I'm too used to OOP!
And all of a sudden, my can no longer display an image on the backdrop, this was working just the other day and the code hasn't been modified?
Thanks Again Mage