Custom Objects

In this category you can exchange your programming questions and solutions.
Post Reply
pauldude000
Posts: 2
Joined: Tue Nov 08, 2005 3:00 pm

Custom Objects

Post: # 168Post pauldude000
Wed Sep 05, 2007 6:41 pm

I used RapidQ for quite awhile, and used to make custom controls. I am not sure whether this is possible in FNXbasic? RapidQ used the EXTENDS command like this:

[code]
TYPE myButton EXTENDS QBUTTON
......
END TYPE
[/code]

1. Can you add custom properties and methods to standard window objects in FNXbasic?
2. Can you custom draw your controls?
3. If so, what are the limitations?
4. Lastly, does anyone have any examples?

Paul

Post Reply