Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wait window replacement
Message
De
24/09/2019 16:57:50
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01671072
Message ID:
01671096
Vues:
68
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform