Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar becomes inactive
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00578537
Message ID:
00578633
Vues:
18
This is fixed in version 6.1.1. The issue is running in debug mode and Kevin uses the .visible property instead of show/hide. Look in cforms.cbaseform.destroy and change -
IF TYPE('goapp') == 'O' AND NOT goApp.lDebugMode
   This.Visible = .F.
ENDIF
to
IF TYPE('goapp') == 'O' AND NOT goApp.lDebugMode
   This.Hide()
ENDIF
There are other issues along since same lines that are fixed in 6.1.1.

HTH

Dan

>I'm currently using MM 6.1 w/ VFP7. In runtime mode, when I come back from a Modal screen, the toolbar is not reactivating, but instead remains greyed out for the remainder of the session. This does not happen when running full VFP, so I don't know how to track it down.
>
>Has anyone else experienced this, and if so, how have you corrected it?
>
>TIA,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform