In my screens, I have choqsen colors that I use every where (text, background of folders or panels …) but each…

In my screens, I have choqsen colors that I use every where (text, background of folders or panels …) but each time I have to copy the color code. Is there a way to create global variables to store my colors and use it from inside colors choosers ?

]]>
« (Previous Post)

3 Commentsto In my screens, I have choqsen colors that I use every where (text, background of folders or panels …) but each…

  1. Anonymous says:

    < ![CDATA[

    If you set those under Current Desktop, new items will use it as default. Don’t know if that will help you…

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Not really because i don.t want to use it in all my items.


    What i imagine is : create global variables and use them in item properties.


    For example :


    Global var col1 = #255123000


    Global var col2 = #255255255



    Item1 text color = col1


    Item2 text color = col1


    Item3 text color = col2



    And if i change the value of a global variable all items using it have their property updated

    ]]>

  3. Anonymous says:

    < ![CDATA[

    I suspect it’d be easier asking for an object/singleton with getter/setter methods for accessing those variables.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *