FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Message of GET object
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Message of GET object
Posted: Wed Sep 27, 2006 08:21 AM
Hi !

It seems that this isn't working :

@  14,  18 GET lRESERVE OF oDlg PICTURE  "Y"  MESSAGE "Please type
in a Y or N "


Exist solution for this ?
Rimantas U.
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Re: Message of GET object
Posted: Wed Sep 27, 2006 08:41 AM
Rimantas wrote: It seems that this isn't working :
@  14,  18 GET lRESERVE OF oDlg PICTURE  "Y"  MESSAGE "Please type
in a Y or N "

Exist solution for this ?


Found oGet:cTooltip :-))) . It seems in that way can be changed MESSAGE clause ...

Regards !
Rimantas U.
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Message of GET object
Posted: Wed Sep 27, 2006 03:16 PM

Rimantas,

Messages appear in the parent widow's status bar (if it exists). Tooltips appear near the control. I would not suggest using tooltips on controls as they get annoying very quickly. What I have done on occasion is to display a tooltip only if the user makes an invalid entry. A tooltip is better than a msgInfo() in this case because the user isn't forced to respond. I also change the background color of the control to pink when the entry is invalid so it is very obvious.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion