<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Junior Ramos | Activity</title>
	<link>https://creativecow.net/members/juniorramos/activity/</link>
	<atom:link href="https://creativecow.net/members/juniorramos/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Junior Ramos.</description>
	<lastBuildDate>Sun, 02 Aug 2026 22:46:19 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">3a26c8bd8026a7b62a562198eb321c9e</guid>
				<title>Junior Ramos replied to the discussion Break line expression to fit comp width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416445</link>
				<pubDate>Sun, 29 Aug 2021 03:29:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416445"><span class="bb-reply-lable">Reply to</span> Break line expression to fit comp width</a></p> <div class="bb-content-inr-wrap"><p>Well,<br />to create a paragraph text you need just set an &#8220;addBoxText&#8221;. <br />The problem is that in the docs (<a target='_blank' href="https://ae-scripting.docsforadobe.dev/layers/layercollection/?highlight=addboxtext#layercollection-addboxtext" rel="nofollow">https://ae-scripting.docsforadobe.dev/layers/layercollection/?highlight=addboxtext#layercollection-addboxtext</a>) the &#8220;text&#8221; parameter is missing, and without it won&#8217;t work. </p>
<p>So, to add point text:<br /><span>myTextLayer = comp.layers.addText(text);</span></p>
<p><span>And for&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-357672"><a href="https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416445" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">51ab3e66233935f41e03f9bc879b58fa</guid>
				<title>Junior Ramos replied to the discussion Break line expression to fit comp width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416444</link>
				<pubDate>Sun, 29 Aug 2021 02:02:23 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416444"><span class="bb-reply-lable">Reply to</span> Break line expression to fit comp width</a></p> <div class="bb-content-inr-wrap"><p>Hi. </p>
<p>thanks for the reply. </p>
<p>I&#8217;m creating the text layer and inserting the text all by script. </p>
<p>I could split at some white space or insert the r. But one line can have 2 words and 7, then how to know when and where to break the line?</p>
<p>The problem is that I just can see if the line is too long after seeing the screen. </p>
<p>I&#8217;d like something similar to the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-357671"><a href="https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/#post-2416444" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aca7239b140602570f69aa1a2f1d29a3</guid>
				<title>Junior Ramos started the discussion Break line expression to fit comp width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/</link>
				<pubDate>Sat, 28 Aug 2021 19:34:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/break-line-expression-to-fit-comp-width/">Break line expression to fit comp width</a></p> <div class="bb-content-inr-wrap"><p>Hi.</p>
<p>I&#8217;m loading a text file and setting a text layer with each line, but some are too long and exceeding the comp width.</p>
<p>Anyone knows how can I break a line to fit the comp size using expressions?</p>
<p>Is there some way of limiting the sourcRectAtTime or convert the text layer from point text to paragraph tex using an expression?</p>
<p>Thanks in advance.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a71f89a8a0787950ad18d88ac7727f2</guid>
				<title>Junior Ramos started the discussion ScriptUI &#34;palette&#34; window doesn&#039;t close in After Effects 2021 (on Windows) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/scriptui-palette-window-doesnt-close-in-after-effects-2021-on-windows/</link>
				<pubDate>Wed, 11 Aug 2021 00:50:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scriptui-palette-window-doesnt-close-in-after-effects-2021-on-windows/">ScriptUI &quot;palette&quot; window doesn&#039;t close in After Effects 2021 (on Windows)</a></p> <div class="bb-content-inr-wrap"><p>Hi,<br />I developed an Extension using CEP panels and it&#8217;s working nicely (on Mac). On Windows, it&#8217;s working also, but I have a problem with a window palette that won&#8217;t close by any means.<br />The thing is that my extension is shown by the CEP panels, and while executing its task I&#8217;m showing a progress bar using a window palette.</p>
<p>The expected behavior:</p>
<p>Step 1&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-356802"><a href="https://creativecow.net/forums/thread/scriptui-palette-window-doesnt-close-in-after-effects-2021-on-windows/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0d115df7dd6195672f56ac65d458d202</guid>
				<title>Junior Ramos replied to the discussion Element 3D - Apply Scene Setup settings to different Element 3D layers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413490</link>
				<pubDate>Sun, 11 Jul 2021 15:42:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413490"><span class="bb-reply-lable">Reply to</span> Element 3D - Apply Scene Setup settings to different Element 3D layers</a></p> <div class="bb-content-inr-wrap"><p>Don&#8217;t know if I got the point. <br />What do you mean by the Select, hold Alt replace method?</p>
<p>Selecting the environment from an external file and replacing it in its location with another, renaming it, works as I expect. But since I&#8217;m working on a template I&#8217;d have to assume that the user has an external file (or could only work with an external file).&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-354995"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413490" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b6b4dbd4cb4e60203df2c327bcbe5692</guid>
				<title>Junior Ramos replied to the discussion Element 3D - Apply Scene Setup settings to different Element 3D layers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413481</link>
				<pubDate>Sat, 10 Jul 2021 16:26:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413481"><span class="bb-reply-lable">Reply to</span> Element 3D - Apply Scene Setup settings to different Element 3D layers</a></p> <div class="bb-content-inr-wrap"><p>Hi Graham. </p>
<p>No, this would not solve.  </p>
<p>What I need is to link the environment set up between two or more layers. </p>
<p>But in the properties controls from Element3D layer, you don&#8217;t have access to the environment you choose (e.g.: a great room, or an open landscape) you can access only some environment relative properties. </p>
<p>I asked VideoCopilot support&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-354958"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/#post-2413481" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f08da6d04186059c43bff6c51a9d8e9b</guid>
				<title>Junior Ramos started the discussion Element 3D - Apply Scene Setup settings to different Element 3D layers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/</link>
				<pubDate>Mon, 05 Jul 2021 14:26:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/">Element 3D - Apply Scene Setup settings to different Element 3D layers</a></p> <div class="bb-content-inr-wrap"><p>Hi.</p>
<p>I have a project with 3 Element layers with the same objects, but with different animations placed in different comps.<br />I&#8217;d like to know if is possible to apply the settings from the scene setup of one of those layers for the others.</p>
<p>For instance, I&#8217;d like to use the same environment settings for all layers, but for now, I need to open the scene&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-354612"><a href="https://creativecow.net/forums/thread/element-3d-apply-scene-setup-settings-to-different-element-3d-layers/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">46e00a76c9b7cba4732d828515926824</guid>
				<title>Junior Ramos replied to the discussion AE/ExtendScript: Composition not showing up content after change duration in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/#post-2408285</link>
				<pubDate>Sat, 17 Apr 2021 20:58:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/#post-2408285"><span class="bb-reply-lable">Reply to</span> AE/ExtendScript: Composition not showing up content after change duration</a></p> <div class="bb-content-inr-wrap"><p>Hi Andrei. </p>
<p>It worked.<br />Besides using the method recursively for the case of CompItem, I think that the thing is to set the layer outPoint for the CompItem layer. <br />But it still weird, because for that case I was setting the outPoint for my comps before calling the method. <br />Thanks for the help anyways.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b09ce8cbf391869a21430173ebae513a</guid>
				<title>Junior Ramos replied to the discussion AE/ExtendScript: Composition not showing up content after change duration in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/#post-2408232</link>
				<pubDate>Fri, 16 Apr 2021 20:31:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/#post-2408232"><span class="bb-reply-lable">Reply to</span> AE/ExtendScript: Composition not showing up content after change duration</a></p> <div class="bb-content-inr-wrap"><p>Yes. All the layers are extended also, ad I&#8217;m not using time remapping. <br />And the problem occurs only with comp layers that already exist in the project or the timeline when I tried to extend the duration.<br />If I create a comp by script setting the duration, it works normally.<br />And is recreating the comps via script what I&#8217;m doing as a workaround for&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350197"><a href="https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/#post-2408232" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a3dfe8bf2bbd9fee5fa47e986974950a</guid>
				<title>Junior Ramos started the discussion AE/ExtendScript: Composition not showing up content after change duration in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/</link>
				<pubDate>Wed, 14 Apr 2021 15:28:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/">AE/ExtendScript: Composition not showing up content after change duration</a></p> <div class="bb-content-inr-wrap"><p>Hi. </p>
<p>I have a script that configures my project and sets the compositions and the duration of their content. </p>
<p>But when a layer it&#8217;s another comp, the duration for the comp itself and for its contents are changed, but the content is not showing up after the initial duration length.</p>
<p>For example: by default, my project has a duration = 10s.<br />
When I run&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350026"><a href="https://creativecow.net/forums/thread/ae-extendscript-composition-not-showing-up-content-after-change-duration/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08e50eecd8d534cf5c762935b47900b2</guid>
				<title>Junior Ramos became a registered member</title>
				<link>https://creativecow.net/news-feed/p/349998/</link>
				<pubDate>Wed, 14 Apr 2021 02:07:34 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		