<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: new line in Textedit?</title>
		<atom:link href="http://cycling74.com/forums/topic/new-line-in-textedit/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/new-line-in-textedit/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 09:53:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-29275</guid>
					<title><![CDATA[new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-29275</link>
					<pubDate>Mon, 18 Dec 2006 01:57:14 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!</p>
<p>i&#8217;ve a litle problem!</p>
<p>i need to send a list to the textedit object but all the elements of the list go to the first line</p>
<p>I need them in separated lines! as a &#8220;text&#8221; :)</p>
<p>ex:</p>
<p>[name date size velocity "p1 c play go 241" etc...]</p>
<p>TO</p>
<p>name<br />
date<br />
size<br />
velocity<br />
p1 c play go 241   &#8212; with no &#8221; &#8220;<br />
etc&#8230;</p>
<p>
So! there are some way to do that?</p>
<p>Thanks for the help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91033</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91033</link>
					<pubDate>Mon, 18 Dec 2006 04:03:43 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p>ola Rui, [iter] is your friend to get elements of a list output sequentially.<br />
i am not sure you can have several &#8220;lines&#8221; in [textedit] , but you could do it in [lcd]&#8230;<br />
check these mini examples out :</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 847 319 33 196617 clear;<br />
#P newex 759 291 32 196617 * 15;<br />
#N counter 4;<br />
#X flags 0 0;<br />
#P newobj 759 270 66 196617 counter 4;<br />
#P user lcd 729 349 128 128 1 1 0 0 0;<br />
#P message 744 318 73 196617 moveto 10 $1;<br />
#P newex 729 245 40 196617 t l b b;<br />
#P window linecount 2;<br />
#P comment 734 118 113 196617 display items seperatly in lcd;<br />
#P window linecount 1;<br />
#P newex 729 211 73 196617 prepend write;<br />
#P newex 729 179 25 196617 iter;<br />
#P message 729 152 204 196617 name date size velocity &#8220;p1 c play go 241&#8243;;<br />
#P window linecount 2;<br />
#P comment 206 85 113 196617 send ellements to [textedit] sequentially;<br />
#P window linecount 1;<br />
#P message 475 266 97 196617 p1 c play go 241;<br />
#P newex 475 237 62 196617 prepend set;<br />
#P newex 475 212 64 196617 fromsymbol;<br />
#P message 475 189 95 196617 &#8220;p1 c play go 241&#8243;;<br />
#P newex 201 199 30 196617 t b s;<br />
#P newex 201 271 56 196617 route text;<br />
#P newex 201 298 41 196617 print B;<br />
#P newex 201 173 62 196617 prepend set;<br />
#P newex 201 146 25 196617 iter;<br />
#P message 201 119 204 196617 name date size velocity &#8220;p1 c play go 241&#8243;;<br />
#P user textedit 201 227 374 261 0 3 9;<br />
#P newex 50 171 42 196617 print A;<br />
#P newex 50 141 25 196617 iter;<br />
#P window linecount 5;<br />
#P message 50 71 95 196617 name date size velocity &#8220;p1 c play go 241&#8243;;<br />
#P window linecount 2;<br />
#P comment 43 37 113 196617 output items of a list sequentially;<br />
#P window linecount 1;<br />
#P comment 483 171 100 196617 take the &#8220;&#8221; off;<br />
#P connect 24 0 25 0;<br />
#P connect 25 0 22 0;<br />
#P connect 26 0 23 0;<br />
#P connect 21 1 22 0;<br />
#P connect 22 0 23 0;<br />
#P connect 21 2 24 0;<br />
#P connect 21 0 23 0;<br />
#P fasten 19 0 21 0 734 243;<br />
#P connect 18 0 19 0;<br />
#P connect 17 0 18 0;<br />
#P connect 14 0 15 0;<br />
#P connect 13 0 14 0;<br />
#P connect 12 0 13 0;<br />
#P connect 10 0 9 0;<br />
#P connect 3 0 4 0;<br />
#P connect 11 1 5 0;<br />
#P connect 11 0 5 0;<br />
#P connect 8 0 11 0;<br />
#P connect 5 0 10 0;<br />
#P connect 7 0 8 0;<br />
#P connect 6 0 7 0;<br />
#P connect 2 0 3 0;<br />
#P window clipboard copycount 27;</p>
<p>
Quote: Rui Caldas wrote on Sun, 17 December 2006 17:57<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Hello!<br />
> <br />
> i&#8217;ve a litle problem!<br />
> <br />
> i need to send a list to the textedit object but all the elements of the list go to the first line<br />
> <br />
> I need them in separated lines! as a &#8220;text&#8221; :)<br />
> <br />
> ex:<br />
> <br />
> [name date size velocity "p1 c play go 241" etc...]<br />
> <br />
> TO<br />
> <br />
> name<br />
> date<br />
> size<br />
> velocity<br />
> p1 c play go 241   &#8212; with no &#8221; &#8220;<br />
> etc&#8230;<br />
> <br />
> <br />
> So! there are some way to do that?<br />
> <br />
> Thanks for the help!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91034</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91034</link>
					<pubDate>Mon, 18 Dec 2006 04:24:33 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Rui Caldas wrote on Sun, 17 December 2006 17:57</p>
<p>> I need them in separated lines! as a &#8220;text&#8221; :)</p>
<p>if you need them as a textfile you can also write one through [text]. but i am not sure that&#8217;s what you are looking for&#8230;</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 195 141 20 196617 t b;<br />
#P newex 195 162 50 196617 deferlow;<br />
#P number 195 122 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 195 101 34 196617 zl len;<br />
#P newex 195 207 130 196617 sprintf write myText_%ld;<br />
#N counter;<br />
#X flags 0 0;<br />
#P newobj 195 183 66 196617 counter;<br />
#P newex 78 121 35 196617 t s cr;<br />
#P message 151 128 33 196617 clear;<br />
#P message 119 128 30 196617 open;<br />
#P newex 78 87 25 196617 iter;<br />
#P message 32 47 204 196617 name date size velocity &#8220;p1 c play go 241&#8243;;<br />
#P newex 78 163 40 196617 text;<br />
#P fasten 1 0 2 0 37 83 83 83;<br />
#P fasten 1 0 8 0 37 77 200 77;<br />
#P fasten 3 0 0 0 124 148 83 148;<br />
#P fasten 4 0 0 0 156 151 83 151;<br />
#P connect 5 1 0 0;<br />
#P connect 5 0 0 0;<br />
#P connect 8 0 9 0;<br />
#P connect 2 0 5 0;<br />
#P fasten 7 0 0 0 200 232 64 232 64 153 83 153;<br />
#P connect 9 0 11 0;<br />
#P connect 11 0 10 0;<br />
#P connect 10 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P window clipboard copycount 12;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91035</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91035</link>
					<pubDate>Mon, 18 Dec 2006 11:20:58 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91036</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91036</link>
					<pubDate>Mon, 18 Dec 2006 18:48:25 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p>ola Rui, <br />
i understand your problem now.<br />
did you try the &#8220;separator&#8221; message for [textedit] ?<br />
in the Reference manual it says :</p>
<p>&#8220;The word separator, followed by any symbol, sets that symbol as a line<br />
separator. and treats it as a carriage return when the contents of the buffer<br />
are output. If the buffer contains the text ?red green blue? and the object<br />
receives the message separator green, the next bang received by textedit will<br />
output red (carriage return) blue.&#8221;</p>
<p>which means you have to include &#8220;ghost&#8221; words as separators in your scripts at the end of each line.<br />
does not seem to b a good solution but it could work&#8230;</p>
<p>
Quote: Rui Caldas wrote on Mon, 18 December 2006 03:20<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Hello!<br />
> Thanks for your help, and sory for my  question&#8230;<br />
> <br />
> I need to send the list to the textedit object to edit it!<br />
> <br />
> in your example, only the last line is showed&#8230; at the first line.<br />
> <br />
> i&#8217;ve alredy tried with the text object, but you need to &#8220;close&#8221; the window of text and press another button to aply the text to the coll object.<br />
> <br />
> If there are some way to detect the &#8220;window close&#8221; this is no problem, but if i forget to press the button after closing the text window i&#8217;m not able to use the new changes!<br />
> <br />
> i&#8217;m using coll to store some or lot of small scripts to control the patch. the structure is:<br />
> <br />
> &#8220;Name of the script&#8221; line 1 line 2 line 3 etc&#8230;<br />
> <br />
> so i need to have all lines in the textedit object.<br />
> <br />
> I&#8217;m not good in english, and i&#8217;m very dificult to explain the patch.<br />
> <br />
> The next patch is what i&#8217;m doing&#8230;.<br />
> ignore the bug in the &#8220;add script&#8221; button. it only add one script at the first line!<br />
> <br />
> note: when you close the text window you have to press the &#8220;save&#8221; button to aply to coll!<br />
> <br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91037</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91037</link>
					<pubDate>Tue, 19 Dec 2006 23:36:12 +0000</pubDate>
					<dc:creator>Georg Hajdu</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>Is this what you&#8217;re looking for?</p>
<p>max v2;<br />
#N vpatcher 597 44 1197 444;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 197 113 261 196617 download Jasch externals (see  <br />
<a href="http://www.maxobjects.com" rel="nofollow">http://www.maxobjects.com</a>);<br />
#P message 57 187 33 196617 clear;<br />
#P newex 241 189 78 196617 prepend append;<br />
#P newex 137 160 78 196617 prepend append;<br />
#P user textedit 241 219 467 269 32896 3 9 name date size velocity  <br />
&#8220;p1 c play go 241&#8243;;<br />
#P message 137 39 220 196617 name , date , size , velocity , &#8220;p1  <br />
c play go 241&#8243;;<br />
#P newex 137 130 53 196617 fromascii;<br />
#P newex 137 107 55 196617 append 13;<br />
#P newex 137 68 40 196617 toascii;<br />
#P user textedit 137 277 377 346 32896 3 9 name<br />
  date<br />
  size<br />
  velocity<br />
  p1 c play go 241<br />
;<br />
#P comment 179 69 261 196617 download Jasch externals (see  <br />
<a href="http://www.maxobjects.com" rel="nofollow">http://www.maxobjects.com</a>);<br />
#P connect 5 0 2 0;<br />
#P connect 2 0 3 0;<br />
#P connect 3 0 4 0;<br />
#P connect 4 0 7 0;<br />
#P connect 9 0 1 0;<br />
#P connect 7 0 1 0;<br />
#P connect 5 0 8 0;<br />
#P connect 9 0 6 0;<br />
#P connect 8 0 6 0;<br />
#P pop;</p>
<p>Georg<br />
On Dec 18, 2006, at 1:57 AM, Rui Fernando Caldas wrote:</p>
<p>><br />
> Hello!<br />
><br />
> i&#8217;ve a litle problem!<br />
><br />
> i need to send a list to the textedit object but all the elements  <br />
> of the list go to the first line:<br />
><br />
> ex:<br />
><br />
> message box<br />
> |&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
> | name date size velocity &#8220;p1 c play go 241&#8243; etc&#8230; |<br />
> |&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
><br />
> to<br />
><br />
> textedit<br />
> |&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
> |                                             |<br />
> | name                                        |<br />
> | date                                        |<br />
> | size                                        |<br />
> | velocity                                    |<br />
> | p1 c play go 241   &#8212; with no &#8221; &#8221;           |<br />
> | etc&#8230;                                      |<br />
> |                                             |<br />
> |&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
><br />
> So! there are some way to do that?<br />
><br />
> Thanks for the help!<br />
> &#8211;<br />
> Rui Fernando Caldas</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91038</guid>
					<title><![CDATA[Re: new line in Textedit?]]></title>
					<link>http://cycling74.com/forums/topic/new-line-in-textedit/#post-91038</link>
					<pubDate>Wed, 20 Dec 2006 01:11:43 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>YES!!!!!</p>
<p>Hello again!</p>
<p>You example is what i&#8217;m looking for!</p>
<p>i will try to implement the objects in the patch and i soon tell you some thing!</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

