The attached file doesn't compile. I get an error saying that the method or property Title doesn't exist. What have I done wrong?
Printable View
The attached file doesn't compile. I get an error saying that the method or property Title doesn't exist. What have I done wrong?
I see an error at App.CancelClose that says SaveFile does not exist. Which it doesn't. Although it does exist on TextWindow, the App class has no knowledge of that.Quote:
Originally Posted by MartinLiss
It doesn't look to me like you need to handle CancelClose on App since you're already handling it on TextWindow.
-- Paul Lefebvre
REALbasic Community Evangelist
Thanks, that fixes the problem.
While I have you here can I ask if I'm missing something? RealBasic's version of Intellisense does not seem to work as well as in VB6. It seems you have to know what the properties of, for example, the MessageDialog are, but once you type the first couple of letters the rest is filled in for you, whereas with VB if you press Enter after the period you get a list you can choose from. Is there anything like that in RealBasic?
REALBasic's AutoComplete works a little different than VB. When you see the "..." that shows up after you start typing something you can just press the Tab key to get a pop-up list of the available properties and methods. You can then choose the one you want and press enter.
There have been some reported bugs on it in RB2008r1, but it mostly works pretty well and I prefer it to how VB works.
-- Paul Lefebvre
REALbasic Community Evangelist