<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Mon, 05 Sep 2011 11:40:51 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-09-05T11:40:51Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>[AI-CS5] Unable to capture panel closed/Hide event .</title>
      <link>https://forums.adobe.com/thread/899141</link>
      <description>&lt;!-- [DocumentBodyStart:413502fb-85d8-4f36-91a9-d3de823ca4f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using&amp;nbsp; flex for&amp;nbsp; my illustrator plug-in panel. I want to show a msg if panel is closed.&lt;/p&gt;&lt;p&gt;I registered&amp;nbsp; StateChangeEvent.WINDOW_CLOSE /StateChangeEvent.WINDOW_HIDE in PanelInit() but I am unable to get the call.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is the code that i am using to register.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CSXSInterface.getInstance().addEventListener(StateChangeEvent.WINDOW_CLOSE , PanelClose); &lt;/p&gt;&lt;p&gt;CSXSInterface.getInstance().addEventListener(StateChangeEvent.WINDOW_HIDE , PanelHide); &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;however in case of StateChangeEvent.WINDOW_CLOSE I am getting call only if illustrator is being closed and panel is opened.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;plz suggest how to overcome?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;R.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:413502fb-85d8-4f36-91a9-d3de823ca4f9] --&gt;&lt;img src='/beacon?t=1415939168978' /&gt;</description>
      <pubDate>Mon, 05 Sep 2011 11:40:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/899141</guid>
      <dc:date>2011-09-05T11:40:51Z</dc:date>
      <clearspace:dateToText>3 months 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to write in xmp metadata of psd file</title>
      <link>https://forums.adobe.com/thread/1042049</link>
      <description>&lt;!-- [DocumentBodyStart:f47beacd-158a-41eb-91b0-b6219046b3a1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can any one suggest how to create/add custom namespace and add some data to it in xmp data of psd files?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kindly suggest something.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;R.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f47beacd-158a-41eb-91b0-b6219046b3a1] --&gt;</description>
      <pubDate>Mon, 30 Jul 2012 09:29:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1042049</guid>
      <dc:date>2012-07-30T09:29:31Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[AICS4] Selecting art and making mask does not work together.</title>
      <link>https://forums.adobe.com/thread/984971</link>
      <description>&lt;!-- [DocumentBodyStart:e1510579-3dd1-4095-b0ae-8f5f1ecfc209] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make a clipping mask of some particular arts but problem occurs when I select these arts using sAIArt-&amp;gt;SetArtUserAttr(), then make mask usnig action manager.&lt;/p&gt;&lt;p&gt;When I made a selection of the arts i wanted to clip through code and clipped them manually, it worked.&lt;/p&gt;&lt;p&gt;Also when&amp;nbsp; I made a selection of the arts I wanted to clip manually and clipped them through code, it worked.&lt;/p&gt;&lt;p&gt;But when I do both the tasks through code I does not work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think the document is not being updated when making clipping mask code is being executed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I used sAILayer-&amp;gt;SelectArtOnLayer it worked but then every art on that layer is clipped, which is not what I want.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What can I do in this scenario?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Code snippet&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;////Start&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AILayerHandle lh = NULL;&lt;/p&gt;&lt;p&gt;sAILayer-&amp;gt;GetFirstLayer(&amp;amp;lh);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AIArtSet set =NULL;&lt;/p&gt;&lt;p&gt;sAIArtSet-&amp;gt;NewArtSet(&amp;amp;set);&lt;/p&gt;&lt;p&gt;sAIArtSet-&amp;gt;LayerArtSet(lh, set);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;// Select first art&lt;/strong&gt;&lt;/p&gt;&lt;p&gt; AIArtHandle mArt = NULL;&lt;/p&gt;&lt;p&gt;sAIArtSet-&amp;gt;IndexArtSet(set, 1, &amp;amp;mArt);&lt;/p&gt;&lt;p&gt;sAIArt-&amp;gt;SetArtUserAttr(mArt, kArtSelected, kArtSelected);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;// Select third art&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;sAIArtSet-&amp;gt;IndexArtSet(set, 3, &amp;amp;art);&lt;/p&gt;&lt;p&gt;sAIArt-&amp;gt;SetArtUserAttr(art, kArtSelected, kArtSelected);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;// Make clipping mask&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;sAIActionManager-&amp;gt;PlayActionEvent(kAIMakeMaskFromSelectionAction, kDialogOff ,NULL);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;////End&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e1510579-3dd1-4095-b0ae-8f5f1ecfc209] --&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:33:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/984971</guid>
      <dc:date>2012-04-04T07:33:34Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[Ai-CS5] How to apply "Adobe Deform" effect on selected object?</title>
      <link>https://forums.adobe.com/thread/978542</link>
      <description>&lt;!-- [DocumentBodyStart:d4cf2155-33d6-4b95-ad6d-f58b7b79a062] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an image on document and I want to wrap it horizontally. But I don't know which suites are required to perform this operation and how.&lt;/p&gt;&lt;p&gt;I went through APIs and searched in this forum and got to know that&amp;nbsp; I'll have to apply "Adobe Deform " effect.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; plz suggest!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4cf2155-33d6-4b95-ad6d-f58b7b79a062] --&gt;</description>
      <pubDate>Thu, 22 Mar 2012 10:20:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/978542</guid>
      <dc:date>2012-03-22T10:20:38Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[CS5]Can we prevent from saving document as pdf?</title>
      <link>https://forums.adobe.com/thread/932798</link>
      <description>&lt;!-- [DocumentBodyStart:563a7609-396f-4819-9d43-c88c59fc5b6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can anyone suggest me how to prevent someone from saving the doucment as PDF?&lt;/p&gt;&lt;p&gt;I don't see any API regarding this.&lt;/p&gt;&lt;p&gt;Is it doable or not in illustrator CS5?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:563a7609-396f-4819-9d43-c88c59fc5b6f] --&gt;</description>
      <pubDate>Mon, 05 Dec 2011 06:29:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/932798</guid>
      <dc:date>2011-12-05T06:29:41Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can we get all link, font, color used in document?</title>
      <link>https://forums.adobe.com/thread/927610</link>
      <description>&lt;!-- [DocumentBodyStart:d96962e6-ca3c-420c-80a2-fc86c00ea98a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everyone&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Ai-CS5 SDK to create a plug-in. In which I need to get the all link(image), color, font used in document.&lt;/p&gt;&lt;p&gt;Let's say a document having some images(linked not embedded), using 3 fonts - Arial, Times New Roman, and Impact, and using color- CYMK + Red + Violet.&lt;/p&gt;&lt;p&gt;I need to get these value.like-&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;links - &lt;/p&gt;&lt;p&gt;1 - c:\abc\cde\1.jpg&lt;/p&gt;&lt;p&gt;2 - d:\mno\2.jpg&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;fonts-&lt;/p&gt;&lt;p&gt;1. Arial&lt;/p&gt;&lt;p&gt;2. Times New Roman&lt;/p&gt;&lt;p&gt;3. Impact&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;colors-&lt;/p&gt;&lt;p&gt;1. Cyan&lt;/p&gt;&lt;p&gt;2. Yellow&lt;/p&gt;&lt;p&gt;3. Magenta&lt;/p&gt;&lt;p&gt;4. Black&lt;/p&gt;&lt;p&gt;5. Red&lt;/p&gt;&lt;p&gt;6. Violet&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can we do so using APIs?&lt;/p&gt;&lt;p&gt;plz suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d96962e6-ca3c-420c-80a2-fc86c00ea98a] --&gt;</description>
      <pubDate>Mon, 21 Nov 2011 12:38:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/927610</guid>
      <dc:date>2011-11-21T12:38:54Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[Ai-CS5]  character '\n' is not being inserted into textframe programmatically</title>
      <link>https://forums.adobe.com/thread/902441</link>
      <description>&lt;!-- [DocumentBodyStart:e21fd915-422a-426a-a0eb-a477e785b1bc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;&lt;div&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was trying to insert the text("A\nB\nC") which includes some '\n'( for new line) characters,see the code snippets, but text that&amp;nbsp; appear in textFrame is "ABC".&lt;/p&gt;&lt;p&gt;however if I use '\t' instead of '\n' ,text is appearing right&amp;nbsp; i.e "A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Plz suggest how I can insert newline character b/w text of textframe.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;//start&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;TextRangesRef&lt;/span&gt; rangesRef = &lt;span class="s2"&gt;NULL&lt;/span&gt;;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s3"&gt;result&lt;/span&gt; = sAIDocument-&amp;gt;&lt;span class="s1"&gt;GetTextSelection&lt;/span&gt;(&amp;amp;rangesRef);&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s4"&gt;&lt;/span&gt;&lt;span class="s5"&gt;aisdk&lt;/span&gt;&lt;span class="s4"&gt;::&lt;/span&gt;check_ai_error&lt;span class="s4"&gt;(&lt;/span&gt;result&lt;span class="s4"&gt;);&lt;/span&gt;&lt;/p&gt;&lt;p class="p3" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;ITextRanges&lt;/span&gt; ranges(rangesRef);&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;if&lt;/span&gt; (ranges.&lt;span class="s3"&gt;GetSize&lt;/span&gt;() &amp;gt; &lt;span class="s6"&gt;0&lt;/span&gt;) {&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;ITextRange&lt;/span&gt; range = ranges.&lt;span class="s3"&gt;Item&lt;/span&gt;(&lt;span class="s6"&gt;0&lt;/span&gt;);&lt;/p&gt;&lt;p class="p4"&gt;&lt;strong&gt;&lt;span class="s4"&gt;range.&lt;/span&gt;&lt;span class="s3"&gt;InsertBefore&lt;/span&gt;&lt;span class="s4"&gt;(&lt;/span&gt;"A\nB\nC"&lt;span class="s4"&gt;);&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p4" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p4"&gt;&lt;strong&gt;//End&lt;/strong&gt;&lt;/p&gt;&lt;p class="p4" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p4"&gt;Thanks&lt;/p&gt;&lt;p class="p4"&gt;R.&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e21fd915-422a-426a-a0eb-a477e785b1bc] --&gt;</description>
      <pubDate>Wed, 14 Sep 2011 12:43:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/902441</guid>
      <dc:date>2011-09-14T12:43:08Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unable to catch panel closing event in illustrator!</title>
      <link>https://forums.adobe.com/thread/898150</link>
      <description>&lt;!-- [DocumentBodyStart:145c3010-0888-434f-99e2-04abb2e4ab2d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using flax panel in illustrator plug-in, I tried to update the menu-item when panel closed, but I am unable to catch event when panel closed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I registered an event (state_change.close), it works only when panel is opened and application(Illustrator) is being closed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;also there is one more prb that csxs::event are not being register in PostStartUp( ). &lt;/p&gt;&lt;p&gt;plz help!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:145c3010-0888-434f-99e2-04abb2e4ab2d] --&gt;</description>
      <pubDate>Thu, 01 Sep 2011 18:34:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/898150</guid>
      <dc:date>2011-09-01T18:34:02Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get look-and-feel of flex Panel  matching  to the Mac os x style</title>
      <link>https://forums.adobe.com/thread/890222</link>
      <description>&lt;!-- [DocumentBodyStart:cfe50c9f-a1b9-4561-b524-f472d2fbbeba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have created a flex panel for Photoshop,but it look and feel is not matching the Mac OS X style. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can anyone suggest me how to get that look and feel? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfe50c9f-a1b9-4561-b524-f472d2fbbeba] --&gt;</description>
      <pubDate>Fri, 12 Aug 2011 08:59:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890222</guid>
      <dc:date>2011-08-12T08:59:58Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[CS5]How to know if text box/frame overflowed</title>
      <link>https://forums.adobe.com/thread/888153</link>
      <description>&lt;!-- [DocumentBodyStart:792f34f6-ccf6-43fe-a18f-d53719528d27] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In a plug-in, I want to know whether the textframe is overflowed. As figure shows, by&amp;nbsp; overflow symbol, that is what I want to get programmatically.&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3847866-78529/text+overflow.PNG"&gt;&lt;img alt="text overflow.PNG" class="jive-image" height="93" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3847866-78529/text+overflow.PNG" width="232"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Plz suggest any SDK&amp;nbsp; function which can do so?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:792f34f6-ccf6-43fe-a18f-d53719528d27] --&gt;</description>
      <pubDate>Mon, 08 Aug 2011 11:13:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/888153</guid>
      <dc:date>2011-08-08T11:13:53Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[CS4] How to create list entries having button using ADM ?</title>
      <link>https://forums.adobe.com/thread/879142</link>
      <description>&lt;!-- [DocumentBodyStart:4ce0e2e2-c7ab-4561-bf52-16bede91f9b6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;nbsp; want to create list box using ADM whose entries can have button. like we see in layer panel, there is a button to select arts of layer as figure shows.&lt;/p&gt;&lt;p&gt;I tried to use function like&amp;nbsp; sADMItem-&amp;gt;AddItem(listBoxRef,linkButton)&amp;nbsp; but there is no effect.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;plz suggest how to do so.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3807339-76321/layer.JPG"&gt;&lt;img alt="layer.JPG" class="jive-image" height="255" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3807339-76321/layer.JPG" width="356"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ce0e2e2-c7ab-4561-bf52-16bede91f9b6] --&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:05:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/879142</guid>
      <dc:date>2011-07-19T14:05:54Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

