Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non-existent grid mouse events
Message
De
18/11/1998 10:37:58
 
 
À
18/11/1998 10:34:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00158774
Message ID:
00158785
Vues:
19
(Absolutely non-serious note) You know, if someone wants to get to mental house before the appropriate time, then s/he should spend more time in debugger, especially checking events log :).
Usually, you will fight debugger quirks instead of fighting application problems.

>But what's getting me is that events are firing as I click from cell to cell, but my code is not executed. I can see in the debugger that the grid.mouse events fire, but my code is not executed.
>
>
>> Control event overrides parent (grid) event. You can get Grid.event to be fired if you click on grid but outside the cell (on empty area, if you have it). If you want to fire grid event you may call it explicitly from control event:
>>**** Control.Click event
>>This.Parent.Parent.Click()
>>** other code
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform