Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Can I Kill the Fox system message ??
Message
De
10/11/1998 08:19:27
 
 
À
10/11/1998 00:49:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00156047
Message ID:
00156088
Vues:
29
>hi every one.
>I have a serious problem about fox's status bar
>usually I used fox application framework without status bar.
>
>But in this time, I must status bar for showing some kind of
>messages about control's information
>
>I use the statements about status bar
>
>set notify off
>set talk off
>
>and then
>
>set message to "some kind of message about control's information"
>
>sometimes it seems work very well,
>but when a table is opend or mouse pointer is on ohter controls,
>system message is still shown .... : (
>
>how can I 'kill' the fox's system message including table and
>data ststus information ????
>
>I 'll wait your kindly reply..
>thanks.
>best regardings......
>
>www.vfp.co.kr
>funnyfox@vfp.co.kr


Hi,

The way I get around this is in my base class init for controlsthat support .StatusBarText I put:
IF EMPTY(this.toolTipText)
	this.statusbartext = APPTITLE
ELSE
	this.StatusBarText = this.ToolTipText
ENDIF
that takes care of most of it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform