The rect of the selectedLine

2008-03-06 Thread Stephen Barncard
I'm building a control. Doing a smoke and mirrors thing with an expanding text field over a listing. I'm sure there's a way to do this, but it escapes me at the moment. How do I get a rect that represents the selected line in a scrolling list field? thanks in advance, sqb -- stephen

Re: The rect of the selectedLine

2008-03-06 Thread Stephen Barncard
or even a topleft... How do I get a rect that represents the selected line in a scrolling list field? -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: The rect of the selectedLine

2008-03-06 Thread Mark Schonewille
Hi Stephen, The selectedLoc is probably what you need. Use it in combination with the lineheight and the formattedWidth or the width of the field to get the rect of the selectedLine. Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x

Re: The rect of the selectedLine

2008-03-06 Thread Scott Rossi
Recently, Stephen Barncard wrote: How do I get a rect that represents the selected line in a scrolling list field? Have you tried the formattedRect? Regards, Scott Rossi Creative Director Tactile Media, Multimedia Design ___ use-revolution

Re: The rect of the selectedLine

2008-03-06 Thread Stephen Barncard
this got it... thanks guys... put thE formattedrect of line 3 of fld detail of grp detail_group Recently, Stephen Barncard wrote: How do I get a rect that represents the selected line in a scrolling list field? Have you tried the formattedRect? Regards, Scott Rossi Creative Director