Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Builder
Message
From
13/12/2003 14:33:31
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
13/12/2003 03:38:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00858879
Message ID:
00858927
Views:
10
>Hello, everyone
>
>I am trying to create a builder for a custom control, callable from right-click in designer. I registered the builder in builders.dbf, and it works well. The problem is if I subclass the control and drop it on a form (or open it in class designer), right-click/Builder shows "there are no registered builders for this control". Well.... CursorAdapter class works this way, no matter how many subclasses are in the hierarchy.
>
>What I am missing here?

The rightclick menu goes after the class name, or base class name. CA is a base class, so a builder registered for a base class would show up for anything subclassed for it. Just as the default grid builder would show up with a builder for your grid class.

There's a simple thing to do: rework your builder to be able to do without parameters. Then just call it manually from command window while you're editing.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform