Ask a Question related to Macromedia Director Basics, Design and Development.
-
Jason Wolfe #1
new line character?
I need to load text dynamically into a text box in director that I have
turned into a 'select list' or 'popup' text field. How should I format the
text file so that it breaks the lines in the correct place and the 'select
list' works appropriately?
Thanks in advance for the help.
--
Jason Wolfe
InfuseLabs
[email]jason@infuselabs.com[/email]
[url]http://www.infuselabs.com[/url]
1742 Champa St. 4B
Denver, CO. 80202
o. 303.295.3010
c. 303.522.4756
Jason Wolfe Guest
-
Error on Page - Line 46 - Character 1 - but everything looks fine!?
Hi, I have a page, that is giving me a Javascript error: Line: 46 Character: 1 Error: Object Expected Code: 0 Here is line 46 on my page: -
Invalid character instead of Line break??
you might hae to replace return chars numToChar(13) with linfeeds numToChar(10) -
unrecognised character instead of Line break??
I had the same problem. Windows & Mac use different linebreaks. Windows needs a pair of numToChar(13) and numToChar(10) to recognize as RETURN.... -
Line drawing character missing?
Hi everyone, I've posted before on this list about this problem, I've had some help in my quest for solving this problem but it still exists. ... -
Line terminating after 80 character
Hi On my unix machine (HP-UX11.11) have some problem to create file more than 80 column. There is a script running and creating some file(s) but... -
Jason Wolfe #2
new line character?
I have asked this question before, but I apologize, I forgot the answer.
I am dynamically populating a text field with a list, and then I want to add
an element to the top of the list. I can use put..before, but this make the
text that I add run into the first line of the text that was already there.
Is there a way to user put...before and make it just down a line before it
starts to fill in the rest of the list, like a new line character or
something?
thanks
--
Jason Wolfe
InfuseLabs
[email]jason@infuselabs.com[/email]
[url]http://www.infuselabs.com[/url]
1742 Champa St. 4B
Denver, CO. 80202
o. 303.295.3010
c. 303.522.4756
Jason Wolfe Guest
-
JB #3
Re: new line character?
put newtext & return before line 1 ...
return is the constant for new line
JB Guest



Reply With Quote

