Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Editbox scrollable AND read-only
Message
De
29/03/2004 23:18:09
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00890638
Message ID:
00890651
Vues:
24
>I'd like to use an editbox to display progress information in an application. It should probably be read-only, but I want the information to scroll as needed and I want users to be able to scroll up and down as expected...
>
>So I think I need to keep the box editable, but make it impossible for people to click within the text area (or at least to add information). I found the thread which shos how to make the box scroll with this REFRESH method:
>
>DODEFAULT()
>THIS.SelStart = LEN(THIS.Value)
>NODEFAULT
>THIS.SetFocus()
>
>So I need to add a way to keep the mouse out of the text area (but allow it to manipulate the scroll-bars...
>
>Ideas?
>
>TIA
>Michael

I had the same situation, I ended up using a RTF control. Works great.

Scott
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform