Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Builder
Message
De
13/12/2003 14:33:31
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
13/12/2003 03:38:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00858879
Message ID:
00858927
Vues:
11
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform