Results 1 to 5 of 5

Thread: [RESOLVED] RealBasic - Compile Error

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Resolved [RESOLVED] RealBasic - Compile Error

    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?
    Attached Files Attached Files

  2. #2
    Junior Member LogicalVue's Avatar
    Join Date
    Aug 2007
    Location
    Maine
    Posts
    20

    Re: RealBasic - Compile Error

    Quote Originally Posted by MartinLiss
    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.

    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

  3. #3

  4. #4

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: [RESOLVED] RealBasic - Compile Error

    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?

  5. #5
    Junior Member LogicalVue's Avatar
    Join Date
    Aug 2007
    Location
    Maine
    Posts
    20

    Re: [RESOLVED] RealBasic - Compile Error

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width