On 5/17/06 3:50 AM, "Viktoras Didziulis" <[EMAIL PROTECTED]> wrote:
> Dear Rev fellows, > > I am loading a relatively big html document into a text field as htmlText > property. Are there any commands to scroll down/up to a specific label > within the document ? In the document labels are set to link tags. Is it > possible to use those, so the label would be invisible (as in the original > html file). You could use lineOffset() to get the line that contains that text and then set the scroll of the field to that value. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
