Yes :-( Me just thinking very sloooowly !!! Regards Paul McKenzie Analyst Programmer SMSS Ltd.
----- Original Message ----- From: "Neven MacEwan" <[EMAIL PROTECTED]> To: "NZ Borland Developers Group - Delphi List" <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 2:00 PM Subject: Re: [DUG] Hints > Paul > > But doesn't it piss you off when you can't copy an edit value (even if it is > read only) > and you have to get a piece of paper out and write it down, Its taking > read-only > a little literally > > Neven > > > ----- Original Message ----- > From: "Paul Mckenzie" <[EMAIL PROTECTED]> > To: "NZ Borland Developers Group - Delphi List" <[EMAIL PROTECTED]> > Sent: Monday, December 15, 2003 1:24 PM > Subject: Re: [DUG] Hints > > > MessageI 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 ----- > From: Warren Slater (ASL) > To: 'NZ Borland Developers Group - Delphi List' > 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; > > -----Original Message----- > From: Paul Mckenzie [mailto:[EMAIL PROTECTED] > Sent: Monday, 15 December 2003 01:04 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] Hints > > > That is what I want to stop ... > > Regards > Paul McKenzie > Analyst Programmer > SMSS Ltd. > > ----- Original Message ----- > From: Stacey Verner > To: NZ Borland Developers Group - Delphi List > 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 > -----Original Message----- > From: Paul Mckenzie [mailto:[EMAIL PROTECTED] > Sent: Monday, 15 December 2003 12:27 > To: Delphi List - Delphi > Subject: [DUG] Hints > > > 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 > > > > _______________________________________________ > 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
