No, I meant MX, but I spoke too soon. Using .hilite() does hilite just the
words, but you can hilite the whole line by hiliting character chunks.
Returns count as characters, so if instead of hiliting by lines, you hilite
by characters, you can include the Returns and thus hilite the entire line.
(I.E. if your first line is "hello" then member("field").char[1..6].hilite()
would hilite the entire line.)Charlie Fiskeaux II Interactive Media Developer Cre8tive Group cre8tivegroup.com 859/858-9054 x29 cell: 608-9194 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Alexandre Cop > Sent: Monday, April 26, 2004 11:41 AM > To: [EMAIL PROTECTED] > Subject: RE: <lingo-l> highlighting lines in a multi-line field > > Hi, > > Do you mean in MX2K4? I've got MX and it highlights the line > covered by the words, but no more. > > ... Alex ... > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Charlie > > Fiskeaux II > > Sent: 26 April 2004 16:07 > > To: [EMAIL PROTECTED] > > Subject: RE: <lingo-l> highlighting lines in a multi-line field > > > > > > Try field("myfield").line[1].hilite() > > > > In MX, that hilites the entire line. > > > > Charlie Fiskeaux II > > Interactive Media Developer > > Cre8tive Group > > cre8tivegroup.com > > 859/858-9054 x29 > > cell: 608-9194 > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > nik crosina > > > Sent: Sunday, April 25, 2004 5:07 PM > > > To: [EMAIL PROTECTED] > > > Subject: <lingo-l> highlighting lines in a multi-line field > > > > > > Hi, > > > I am trying to find a convenient way to highlight > complete lines of > > > field castmembers. I know I can use the .highlight, but > > would like to > > > highlight the complete line and not just as much of the line as > > > covered by words (e.g. a line might only be half full) > > > > > > Has anyoen of you done that before, or knows a script I can > > adapt? I > > > am experimenting with shape castmembers put behind the > lines, maybe > > > that is a way? > > > > > > Thanks on a Sunday... > > > Best > > > NIk > > > > > > > > > ___________________________________________________ > > > Cost effective technology solutions for business. Sign up > > for a free > > > trial today! > > > > > > http://www.officemaster.net > > > > > > [To remove yourself from this list, or to change to digest > > mode, go to > > > http://www.penworks.com/lingo-l.cgi To post messages to > the list, > > > email [EMAIL PROTECTED] (Problems, email > > > [EMAIL PROTECTED]). Lingo-L is for learning and > helping with > > > programming Lingo. Thanks!] > > > > > > > > [To remove yourself from this list, or to change to digest > mode, go to > > http://www.penworks.com/lingo-l.cgi To post messages to the list, > > email [EMAIL PROTECTED] (Problems, email > > [EMAIL PROTECTED]). Lingo-L is for learning and helping with > > programming Lingo. Thanks!] > > > > [To remove yourself from this list, or to change to digest > mode, go to http://www.penworks.com/lingo-l.cgi To post > messages to the list, email [EMAIL PROTECTED] (Problems, > email [EMAIL PROTECTED]). Lingo-L is for learning and > helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
