lingo-l foreColor property

2001-04-25 Thread maglez
Hi all. Why can't I change the color of a word inside a text, like... member(member TextMember of castLib myCast).line[1].word[4].foreColor=4 ...instead, I can do it in the whole text, like... member(member TextMember of castLib myCast).foreColor=4 Thanks in advance Miguel [To remove

Re: lingo-l foreColor property

2001-04-25 Thread Maglez
I tried with a field, not with a text member and it didnĀ“t work. Any other idea? Thanks - Original Message - From: mare [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 12:57 PM Subject: Re: lingo-l foreColor property [EMAIL PROTECTED] kindly wrote: Hi all.

lingo-l Director and Java

2001-03-29 Thread maglez
Hi all. Using VisualBasic I can create ActiveX controls to expand Director capabilities, as well as create DLL's with Delphi or C++ but, How can I take advantage of Java to expand Director capabilities and do it compatible between platforms?. Is this possible?, if not, Knows somebody if

lingo-l case/otherwise

2001-03-14 Thread maglez
Hi all. In a case/otherwise structure How can I do some thing like... case myValue of "A": or "B": --if myValue="A" or myValue="B" then print doc A??? print(A) "C": print(C) otherwise print(myNothing) end case I mean, join two matched possibility.

lingo-l RE: case/otherwise

2001-03-14 Thread maglez
I know the answer. case myValue of "A", "B": --Note the comma print(A) "C": print(C) otherwise print(myNothing) end case Bye. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 8:51 AM Subject:

lingo-l Error handler

2000-12-22 Thread maglez
Hello all. How can I do to take any message error from Director and create my error handler, I have tried... global gErrorMessage, gErrorState on prepareMovie gErrorState =0 the alertHook = script "Alert" --odject to handler errors end

lingo-l Vertical adjust on Text or Field box

2000-11-14 Thread maglez
Hi all. I would like adjust a text or field box. I know "member ("which member").boxType = #adjust", but it adjust it in horizontal. Does any body know how to adjust it in vertical?. I mean, How to do the box width equal to text length. Thanks. [To remove yourself from this list, or to