RM + QT (OT + other TLA)

2001-05-26 Thread Lord LePhuronn
Forgive the mad subject header - very tired and in a silly mood... To the point, however: As I do not have Director 8.5, and as far as I am aware D8 does not support RealMedia, does anybody know how I can convert RealMedia to QuickTime? Any conversion software out there? I have access to a fair

Re: stubborn hilite in editable text

2001-04-02 Thread Lord LePhuronn
Also something to bear in mind... Although text members do not have the hilite() function (I wish they did!) you can use the selStart and selLength commands to select characters in the field. As a result, you could try using something like textMember.selStart = 0 textMember.selLength = 0 I thi

Re: DOM, Anyone?

2001-03-14 Thread Lord LePhuronn
A Lingo Document Object Model...sounds like an interesting idea. Presumably you mean it to be some kind of reference table like the stuff you can get from Netscape on Microshaft for their browsers. Don't think that a Lingo DOM would be as clean though as a lot of properties inter-relate to each

Hilite Line...

2001-03-09 Thread Lord LePhuronn
Brad In order to hilite the entire line include the actual carriage return character as part of your line selection. Do this by adding 1 to your selection length. I tend to create a list of start and length positions on beginSprite for each line in my field as a means of quick reference (caching

Re: Drag n Drop text editing in field/text member

2001-02-22 Thread Lord LePhuronn
Funny you should say that as I want to do a similar thing with an MP3 playlist. You have to options...you can either use a field member instead of a text member as fields support the hilite() command (text members to not). SImilarly, text members do not support the mouseLine, a command to get the