PDA

View Full Version : REALBasic popup


kepos
August 20th, 2006, 05:04 AM
Can i set REALBasic to displays al propertys or methods of any object after typing '.' just like visual studio does.
for an example when i type:

editfield1.

that he lists text property and all others?

Drakx
August 20th, 2006, 12:45 PM
I don't fully understand what you mean so I'll go with what I think you mean.
REALbasic dont work where you type "." and it shows all methods or propertys how ever if you place a widget (control (pushbutton)) on a form and do some thing like editfield. you should get a list of propertys/methods used with that widget. Thats the only way that I know of to get methods, you can of course view all methods and propertys via the Language Refrence.

kepos
August 20th, 2006, 07:29 PM
by that popup i ment this:

http://books.kulichki.net/data/basic/vb5/1_3.png