Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait window replacement
Message
From
24/09/2019 16:57:50
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01671072
Message ID:
01671096
Views:
69
>Hi Dragan,
>
>Could it have been from Anatoly M instead? Just thinking it may be up his alley.

Didn't save the name - wasn't in the code, I think it was just in a message here. The code begins like this:
DEFINE CLASS ToolBrowseForm AS form

	ADD OBJECT HideTimer AS TIMER WITH	;
		ENABLED=.F., ;
		INTERVAL=200

	ALWAYSONTOP=.T.
	BORDERSTYLE=1
	CLOSABLE=.F.
	COLORSOURCE=0
	FONTNAME="FoxFont"
	FONTSIZE=9
	MAXBUTTON=.F.
	MINBUTTON=.F.
	sizebox=.F.
	TITLEBAR=0
	ALIAS=SYS(2015)
	timeActivated ={ :}
	SHOWWINDOW=1			&& in top-level window...

... * in .setup()
		DECLARE LONG GetSysColor IN User32 INTEGER
*-- 24 - tooltips background
		THIS.BACKCOLOR=GetSysColor(24)
On hover over certain cells in a grid, this form would be instantiated near to the cell, pretty much like a tooltip, and its timer would hide it. There are no active controls on it, so it doesn't take focus. The text stays displayed for a while or until mouseleave().

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform