Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sedna DBI-tech control problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01413493
Message ID:
01414142
Vues:
57
>DBI-tech will not provide support for the 8 controls they give as part of Sedna after 30 days unless you buy another product. So I am hoping somebody here has some answers.
>
>1. In the ctToolBar control when creating a menu, I know there is a way to have the cut/copy/paste menu options become enabled/disabled at the appropriate times, like the native VFP menus do. Anyone know how to do that?
>
>2. In the ctToolBar control, in the itemclick method, I have, per the help file:
>
>DETAILS: In the itemclick method I have:
>
>*** ActiveX Control Event ***
>LPARAMETERS nitem, barrow
>this.ItemEnabled(nitem) = .f.
>
>
>However the item does not become disabled.
>
>
>3. In the ctFrame control container, I added textboxes. I can tab to the textboxes and/or programatically interact with them, but the mouse cannot be used over the container to click on/select a textbox. It is as if the mouse is dead over the ctFrame area, but fine outside of it.
>
>Any help appreciated, thanks.

1. In the itemclick put something like
 If <mycondition>
       SYS(1500, '_MED_COPY', '_MEDIT')  && Allow copying  
else
              return
 Endif
2. I have already answered that one in another thread.
3. I cannot reproduce this. I put two texboxes in the demo ctFrame that came with the controls, and I can tab between them and I can put my mouse in the textbox and see the flashing cursor.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform