lingo-l Word wrapping serious problem

2001-05-02 Thread Guran Alfven, Industriinformation AB, +46 31 690490, +46 515 81090
Tried posting this yesterday but it seems to have been lost in space. Allright then... here we go: I'm helping my bosses neighbour to make some things in Director (Eng D8) on his Hebrew Win98 system... (hlp!) I import RTFs into the cast. Copy the text to a field member which uses word

SV: lingo-l preLoadNetThing problem

2001-03-06 Thread Guran Alfven, Industriinformation AB, +46 31 690490, +46 515 81090
In D8 / SW8 using the full URL is a bad thing. Use a relative path instead and it will work. On a local disk it's the other way around so check for the "http://" in the moviePath. example: if the moviePath starts "http://" then servidorNueve = "." else servidorNueve = servidor end if

SV: lingo-l Paint a vulgar picture... eller something

2001-01-17 Thread guran
.. Lycka till! guran [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/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!]

SV: lingo-l lingo code

2001-01-17 Thread guran
Tom: The expressions... b = true ...and... set b = true ...makes the same thing. Both sets b to true. But it won't be a global variable unless you declare it in a line above the expression. global b guran - Original Message - From: Tom [EMAIL PROTECTED] To: [EMAIL

SV: lingo-l What Is the Best File format for Images???

2000-12-18 Thread guran
for. (In my oppinion) guran Cheers Jon I have tried many file formats for my images, i just want different opinions!! [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED

SV: lingo-l about .dxr files

2000-12-15 Thread guran
You got a lot of nerv asking such a thing here where people struggle to make a living on their programming. It is in fact impossible as it should be. guran - Original Message - From: Ãéáííáôïò Áëåîéïò [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 15, 2000 1:21 PM

SV: lingo-l Importing RTF?

2000-12-14 Thread guran
FileIO is just for text files. To import RTF you should use: importFileInto The RTF file will turn up as a text member with the formatting included. (Most formattings will work) If you are looking for the code later on you can use the member("yourMember").rtf theLingorian [To remove

SV: lingo-l Changing color of chunk of field member

2000-10-29 Thread guran
You must use the old syntax for field members rather than the dot syntax: set the color of line 1 of field"myFieldMember" = theColor guran - Original Message - From: Tom Jacobs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 7:39 AM Subject: lingo-

SV: lingo-l Printing from Director 8 using Flash Printing SDK

2000-10-24 Thread guran
Please stop posting the same message several times a day. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and

SV: lingo-l Behaviour Script me

2000-10-20 Thread guran
e handlers without using "me". :-) guran [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/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!]

SV: lingo-l Printing

2000-10-20 Thread guran
You can as well send the word "RETURN" to POM and that will force a line break. guran - Original Message - From: Carl West [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 20, 2000 10:09 PM Subject: Re: lingo-l Printing "LYNN L." wrote: I'm

SV: lingo-l Dragging Movie

2000-10-20 Thread guran
Que? Do you need the projector to be movable? If so, don't make the projector full screen and do check the "show title bar". Then the projector will be draggable. Good luck with whatever you wanted to do... guran - Original Message - From: Colby Dodson [EMAIL

lingo-l Re: Getting OT: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread guran
past 6 years. Sure I must have been inventing the wheel again at some points like someone suggested but hey, that has been very fun! It hurts to be wrong, but this time I'm glad since it surely will help me getting more humble and understanding not to mention better a programmer. guran [To

lingo-l Re: more than one line...

2000-09-20 Thread guran
Salut Herbert! You will need both. myEnter = numToChar(13) numToChar(10) myText = text1 myEnter text2 now you can write myText to a file. Guran I want to save a text in a file with FileIo It works good

SV: lingo-l list question

2000-09-20 Thread guran
You need to set gBildspel to value(readfile(scribe) else the list will be a STRING But don't forget the last paranthesis... ;-) value(readfile(scribe)) guran [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages

SV: lingo-l Displaying Fractions

2000-09-17 Thread guran
Why not just add 1 point for each correct answered question and then in the end calculate the percentage? J. Ustasking - Original Message - From: Paul Steven [EMAIL PROTECTED] To: Lingo-L [EMAIL PROTECTED] Sent: Sunday, September 17, 2000 9:43 AM Subject: lingo-l Displaying