Title: Message
|
I will live with selectability - for the
moment...
I just don't like it much - to me selectability =
editability.
Others have convinced me our users will not view
this the same way :-|
Regards Paul McKenzie Analyst Programmer SMSS Ltd.
----- Original Message -----
Sent: Monday, December 15, 2003 1:15
PM
Subject: RE: [DUG] Hints
Hi
Just
get the onenter to select another control.
Set
tabstop to false so that they can tab past the controls.
Warren
procedure TForm1.Edit2Enter(Sender: TObject); begin
Edit1.SetFocus; end;
That is what I want to stop ...
Regards Paul McKenzie Analyst Programmer SMSS
Ltd.
----- Original Message -----
Sent: Monday, December 15, 2003 12:39
PM
Subject: RE: [DUG] Hints
TabStop := False will stop it from being hit on tab but people can
still click on it and copy the text out.
Stacey
How do I get the Hints of Disabled
TEdits to Display ?
I need the TEdits be Read-only,
non-selectable, and Greyed - but show the hints...
OR
How do I stop a Read-only TEdit being
selectable ?
Regards Paul McKenzie Analyst
Programmer SMSS Ltd.
_______________________________________________ Delphi mailing
list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
This e-mail message has been scanned for Viruses and Content and cleared by
MailMarshal - For more information
please visit www.marshalsoftware.com
_______________________________________________ Delphi mailing
list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
|
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi