<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changing the style of tasks via the Designer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74357#M48695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be interested to contribute this to the Designer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have any experience with developing Eclipse plugins, though. Could you please provide me with some more information and explain how to get started with this task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And how much effort would that be, what do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 10:14:50 GMT</pubDate>
    <dc:creator>florianp</dc:creator>
    <dc:date>2011-09-22T10:14:50Z</dc:date>
    <item>
      <title>Changing the style of tasks via the Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74355#M48693</link>
      <description>Hi,is there a possibility to change the style and layout of tasks using the Designer?For example: Changing the font-size of certain labels or modifying the color of a task.I think this would be pretty useful in order to customize the generated diagrams and use them for presentational purposes.Right</description>
      <pubDate>Wed, 21 Sep 2011 20:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74355#M48693</guid>
      <dc:creator>florianp</dc:creator>
      <dc:date>2011-09-21T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the style of tasks via the Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74356#M48694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use the Eclipse Graphiti framework for this. So the behavior of storing font information in the .activiti file is default Graphiti behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What we could do is make the color and font size editable in a preferences page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this something you would be willing to contribute?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:11:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74356#M48694</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-09-22T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the style of tasks via the Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74357#M48695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be interested to contribute this to the Designer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have any experience with developing Eclipse plugins, though. Could you please provide me with some more information and explain how to get started with this task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And how much effort would that be, what do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 10:14:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74357#M48695</guid>
      <dc:creator>florianp</dc:creator>
      <dc:date>2011-09-22T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the style of tasks via the Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74358#M48696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cool. If you don't have any experience with developing Eclipse plugins this will not be an easy task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A rough guess would be that you need around 40 - 60 hours to implement this including all the learning steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are able to invest this amount of time I would suggest looking at vogella.de for an introduction into Eclipse plugins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you could take a thorough look at the Activiti Designer code. If you need pointers then let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The org.activiti.designer.eclipse project contains a number of Preferences pages that you can take a look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 10:31:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-the-style-of-tasks-via-the-designer/m-p/74358#M48696</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-09-22T10:31:03Z</dc:date>
    </item>
  </channel>
</rss>

