Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Can I Kill the Fox system message ??
Message
From
10/11/1998 08:19:27
 
 
To
10/11/1998 00:49:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00156047
Message ID:
00156088
Views:
39
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform