Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suggestions for .txt file viewer
Message
De
08/07/2004 10:08:24
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
07/07/2004 12:49:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00921413
Message ID:
00921968
Vues:
15
Hi Craig

By the way, the RTF control is way slower than MODIFY FILE. It works quite well except for the speed. Any ideas on improving the performance? As for the row and column positions, I added a pair of labels and put code in the .SelChange to update them...
*** ActiveX Control Event ***
THIS.PARENT.lblRow.Caption = STR(INT(THIS.SelStart/881))
THIS.PARENT.lblRow.Refresh()
THIS.PARENT.lblColumn.Caption = STR(MOD(THIS.SelStart,881))
THIS.PARENT.lblColumn.Refresh()
Thanks again.

>I don't know if the cursor would disappear, but yes, you could have a really wide line. I've created apps that do exactly that.
>
>>Hi Craig
>>
>>In practice that means if I make the RTF control really wide (much wider than the form it's on), it would show one 960 byte line in each row? But then the cursor would disappear after it left the boundaries of the form?
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform