Coloring the Blocks.

Hi All,
I have a query regarding XML Publisher. This is my requirement.
Resource | Role | May-2008 | Jun-2008 | July-2008 | --- MON-YYYY
22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | --- WEEK
Mr.S | Mgr | ████ ██████████ ██ ██
Mr.X | Consultant | ██████████ ███████
This basically shows that Mr.S worked from 22nd week to 27th week hence these blocks will be colored yellow. Similarly with Mr.X he worked from 23rd week to 29 week colored with yellow. The grouping here is first doen for month then for the week. i.e. under May-2008 should come the week 22nd.
Am also pasting the XML data. Here the coloring is based on workdays columns if more than zero days is the condition.
I was not able to paste the eact layout hence pasting this kinda layout.
Please help find out a way to arrange the groups and coloring.
<?xml version="1.0" ?>
<!DOCTYPE main [
<!ELEMENT main (DATA_RECORD*)>
<!ELEMENT DATA_RECORD (NAME,RES?,ROLE9,START_DATE?,START_WEEK?,END_DATE?,END_WEEK?,EFFORT12?,DURATION13?,STDT?,L?,EDDT?,WEEEK?,MONTHS?,WORKDAYS?)+>
<!ELEMENT NAME (#PCDATA)>
<!ELEMENT RES (#PCDATA)>
<!ELEMENT ROLE9 (#PCDATA)>
<!ELEMENT START_DATE (#PCDATA)>
<!ELEMENT START_WEEK (#PCDATA)>
<!ELEMENT END_DATE (#PCDATA)>
<!ELEMENT END_WEEK (#PCDATA)>
<!ELEMENT EFFORT12 (#PCDATA)>
<!ELEMENT DURATION13 (#PCDATA)>
<!ELEMENT STDT (#PCDATA)>
<!ELEMENT L (#PCDATA)>
<!ELEMENT EDDT (#PCDATA)>
<!ELEMENT WEEEK (#PCDATA)>
<!ELEMENT MONTHS (#PCDATA)>
<!ELEMENT WORKDAYS (#PCDATA)>
]>
<main>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>Heil, Mr. Edwin</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/06/30 00:00:00</END_DATE>
<END_WEEK>26</END_WEEK>
<EFFORT12>31.2</EFFORT12>
<DURATION13>30</DURATION13>
<STDT>2008/05/31 00:00:00</STDT>
<L>1</L>
<EDDT>2008/06/07 00:00:00</EDDT>
<WEEEK>22</WEEEK>
<MONTHS>May-2008</MONTHS>
<WORKDAYS>6</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>Heil, Mr. Edwin</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/06/30 00:00:00</END_DATE>
<END_WEEK>26</END_WEEK>
<EFFORT12>31.2</EFFORT12>
<DURATION13>30</DURATION13>
<STDT>2008/06/07 00:00:00</STDT>
<L>2</L>
<EDDT>2008/06/14 00:00:00</EDDT>
<WEEEK>23</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>Heil, Mr. Edwin</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/06/30 00:00:00</END_DATE>
<END_WEEK>26</END_WEEK>
<EFFORT12>31.2</EFFORT12>
<DURATION13>30</DURATION13>
<STDT>2008/06/14 00:00:00</STDT>
<L>3</L>
<EDDT>2008/06/21 00:00:00</EDDT>
<WEEEK>24</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/06/07 00:00:00</STDT>
<L>2</L>
<EDDT>2008/06/14 00:00:00</EDDT>
<WEEEK>23</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/06/14 00:00:00</STDT>
<L>3</L>
<EDDT>2008/06/21 00:00:00</EDDT>
<WEEEK>24</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/06/28 00:00:00</STDT>
<L>5</L>
<EDDT>2008/07/05 00:00:00</EDDT>
<WEEEK>26</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/07/05 00:00:00</STDT>
<L>6</L>
<EDDT>2008/07/12 00:00:00</EDDT>
<WEEEK>27</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/07/19 00:00:00</STDT>
<L>8</L>
<EDDT>2008/07/26 00:00:00</EDDT>
<WEEEK>29</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/07/26 00:00:00</STDT>
<L>9</L>
<EDDT>2008/08/02 00:00:00</EDDT>
<WEEEK>30</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/08/02 00:00:00</STDT>
<L>10</L>
<EDDT>2008/08/09 00:00:00</EDDT>
<WEEEK>31</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/08/09 00:00:00</STDT>
<L>11</L>
<EDDT>2008/08/16 00:00:00</EDDT>
<WEEEK>32</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>LIT, WHS VAN DER</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>1121</EFFORT12>
<DURATION13>214</DURATION13>
<STDT>2008/08/16 00:00:00</STDT>
<L>12</L>
<EDDT>2008/08/23 00:00:00</EDDT>
<WEEEK>33</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BARNHOORN, RG</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/08/01 00:00:00</START_DATE>
<START_WEEK>31</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>599.2</EFFORT12>
<DURATION13>153</DURATION13>
<STDT>2008/07/26 00:00:00</STDT>
<L>9</L>
<EDDT>2008/08/02 00:00:00</EDDT>
<WEEEK>30</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>1</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BARNHOORN, RG</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/08/01 00:00:00</START_DATE>
<START_WEEK>31</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>599.2</EFFORT12>
<DURATION13>153</DURATION13>
<STDT>2008/08/02 00:00:00</STDT>
<L>10</L>
<EDDT>2008/08/09 00:00:00</EDDT>
<WEEEK>31</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BARNHOORN, RG</RES>
<ROLE9>Consultant</ROLE9>
<START_DATE>2008/08/01 00:00:00</START_DATE>
<START_WEEK>31</START_WEEK>
<END_DATE>2008/12/31 00:00:00</END_DATE>
<END_WEEK>53</END_WEEK>
<EFFORT12>599.2</EFFORT12>
<DURATION13>153</DURATION13>
<STDT>2008/08/09 00:00:00</STDT>
<L>11</L>
<EDDT>2008/08/16 00:00:00</EDDT>
<WEEEK>32</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/06/07 00:00:00</STDT>
<L>2</L>
<EDDT>2008/06/14 00:00:00</EDDT>
<WEEEK>23</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/06/14 00:00:00</STDT>
<L>3</L>
<EDDT>2008/06/21 00:00:00</EDDT>
<WEEEK>24</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/06/28 00:00:00</STDT>
<L>5</L>
<EDDT>2008/07/05 00:00:00</EDDT>
<WEEEK>26</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/07/05 00:00:00</STDT>
<L>6</L>
<EDDT>2008/07/12 00:00:00</EDDT>
<WEEEK>27</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/07/12 00:00:00</STDT>
<L>7</L>
<EDDT>2008/07/19 00:00:00</EDDT>
<WEEEK>28</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/07/19 00:00:00</STDT>
<L>8</L>
<EDDT>2008/07/26 00:00:00</EDDT>
<WEEEK>29</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/08/02 00:00:00</STDT>
<L>10</L>
<EDDT>2008/08/09 00:00:00</EDDT>
<WEEEK>31</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>DAM, LA VAN</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/11/01 00:00:00</END_DATE>
<END_WEEK>44</END_WEEK>
<EFFORT12>814</EFFORT12>
<DURATION13>154</DURATION13>
<STDT>2008/08/09 00:00:00</STDT>
<L>11</L>
<EDDT>2008/08/16 00:00:00</EDDT>
<WEEEK>32</WEEEK>
<MONTHS>Aug-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/05/31 00:00:00</STDT>
<L>1</L>
<EDDT>2008/06/07 00:00:00</EDDT>
<WEEEK>22</WEEEK>
<MONTHS>May-2008</MONTHS>
<WORKDAYS>6</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/06/07 00:00:00</STDT>
<L>2</L>
<EDDT>2008/06/14 00:00:00</EDDT>
<WEEEK>23</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/06/14 00:00:00</STDT>
<L>3</L>
<EDDT>2008/06/21 00:00:00</EDDT>
<WEEEK>24</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/06/21 00:00:00</STDT>
<L>4</L>
<EDDT>2008/06/28 00:00:00</EDDT>
<WEEEK>25</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/06/28 00:00:00</STDT>
<L>5</L>
<EDDT>2008/07/05 00:00:00</EDDT>
<WEEEK>26</WEEEK>
<MONTHS>Jun-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
<DATA_RECORD>
<NAME>10 demo 233x</NAME>
<RES>BERG, JH DE</RES>
<ROLE9>Functioneel beheerder</ROLE9>
<START_DATE>2008/06/01 00:00:00</START_DATE>
<START_WEEK>22</START_WEEK>
<END_DATE>2008/07/31 00:00:00</END_DATE>
<END_WEEK>31</END_WEEK>
<EFFORT12>16.4</EFFORT12>
<DURATION13>61</DURATION13>
<STDT>2008/07/05 00:00:00</STDT>
<L>6</L>
<EDDT>2008/07/12 00:00:00</EDDT>
<WEEEK>27</WEEEK>
<MONTHS>Jul-2008</MONTHS>
<WORKDAYS>7</WORKDAYS>
</DATA_RECORD>
</main>

for the coloring:
<?if:workdays>0?>
<xsl:attribute xdofo:ctx="block" name="background-color">yellow</xsl:attribute>
<?end if?>

Similar Messages

  • Labels. Confusing. It colors the folder and text in a block of color.

    I've written before about this. I'm wishing and hoping Apple has "fixed" the options for colorizing folders.
    My problem is that after using a label color, the folder and the entire line of text are colored in a block of color. With several folders colored, in column view, it looks horrible and it is impossible to tell which folder is the currently highlighted one - the one I am working in.
    I did purchase Color Labels, and it does a much better job - it just colors the folder and leaves the text alone. But it has many limitations.
    I'm wondering if Apple has changed anything. As I recall, very many others complained about this.
    Thanks for any help.
    nÔÔdle--hëad

    George
    This is very helpful information (I'll go back and mark it as such after I post this - a clumsy rating system but...)
    Your first point, fo rhte most part, solves my problem. Though the ideal would be the reverse, which is what Color Labels does; the folder get colored and the line of text is left alone. So much cleaner, less cluttered and garish. But I'm glad to get this much.
    Your second point is very noteworthy as well. I never noticed the subtle differences. Likewise with your third point.
    With all this in mind, I'm going to try going back to Apple's labeling, and forgo my Color Labels app for a while.
    Thanks again
    noodlehead - hapPY

  • How to add text to the block diagram

    How do you add plain text to the block diagram for documentation and can I change the background color to yelllow or something else that may be helpful? see image below
    Windows is a 64 bit extension to a 32 bit graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. Byte that Microsoft!
    Solved!
    Go to Solution.

    Just double-click in an emtpy area and start typing. Use the coloring tool to color the text background.
    (there is also a "free label" in the decorations palette, but that seems like a detour )
    LabVIEW Champion . Do more with less code and in less time .

  • Personas not coloring the add on bar.

    This is the similar case from here
    https://support.mozilla.org/en-US/questions/982299?esab=a&as=aaq
    I wish I could attach my screenshot. Personas colors the theme to the title bar, bookmarks bar but does not color the add-on bar. I traced that adblock plus add-on blocks this page load. I disabled it and worked. I tried disabling the addon for mozilla.addons site as well as getpersonas.com but didn't work.
    Another strange thing is that when I reselect the theme from the icon at the addon bar, it gets applied but gives a blank (Not exactly blank but a red color background if the personas main theme is built around red. I think i've made my case clear.)
    What sites should I whitelist for adblock plus(tried two of the above) so that it loads or is it a problem elsewhere?

    Attachments just in case.

  • In the year view, why is iCal coloring the boxes?

    In the year view, why is iCal coloring the boxes and what does each color mean and how do we change it?  It makes no sense or has any rhymn or reason according to what is in my calendar.

    By default it is colored by the number of entries for each day. From white for no entries through yellow to orange and then red for the most entries.
    Hope this helps.

  • Hi people new kid on the block. just imported to iphoto and made a slide show, but photo's in wrong order, how do I move  them about? cheers

    Hi every one question please?
    Just imported photo's to my mac iphoto, great, but made up aslide show viewd by dates but photo's all over te place out of sinc, how can I move them about  in order please ?.
    New kid on the block.

    In the slideshow mode there will be a slide tray at the top of the window.  There you can move photos to where you want them in the play order:
    OT

  • How to track the blocked POs in 2LIS_02_SCL extractor

    Hi Gurus,
                  We have field ROCANCEL in 2LIS_02_SCL extractor which sets to X and R for cancelled and deleted records. On ECC side we either delete the PO (at Item level) or block the PO.
    For deleted POs the ROCANCEL flag is setting to R and we are OK with this but how can we track the blocked orders?
    The business requirement is to report on blocked orders too.
    Thanks,
    Anil

    Hi,
    In Bw thre is always confusion about following Dates.
    Posting Date (0PSTNG_DATE)
    Schedule Line Delivery Date (0SCL_DELDAT)
    Statistics Date (0STAT_DATE)
    So ask Functional Consultants and Business USers and Identify the corretc Date in ECC and then Change the Mapping In UPdate Rules in BW. i.e. What date USer is wanting and accordingly we nee dtgo change the mapping in UPdate Rules in Time Char Tab in UpdateRules.
    Thanks
    Reddy

  • Report to see the Blocked Sales orders

    Hi friends,
       Is there any standard report to view the Blocked Sales orders in SAP.
    Please help me out.
    Thanks in Advance,
    Regards,
    Anvita.

    Hi Anvitha,
    You can try one of the following transactions:
    VE31     Blocked SD Documents
    VKM1     Blocked SD Documents
    V.14     Sales Orders Blocked for Delivery
    V23     Sales Documents Blocked for Billing
    VA14L     Sales Documents Blocked for Delivery
    Cheers,
    Bhanu

  • How can I open a vi and show the block diagram?

    Hi,
    I am opening an vi using "Open VI Reference" and "Invoke Methodpen FP", but I want to open the vi and show the block diagram, but I haven´t found any method (Invoke Method) to do that and any property.
    Any idea?
    Thanks!
    Gracinda

    OK, I can come up with a reason.  I have written a program that will search the entire VI Hierarchy of a program and update all of the descriptions for all VIs with the top level program part #, the name of the top level program that the VI is used in, the company copyright info, the ITAR notice, company address, the name of the engineer performing the update, along with the date and time.  This will also place as a background image on all the VIs, a watermark of the company name, legality stuff and the copyright. It works very slick in that if there are thousands of sub-vis, such as what I'm working on now, it goes through all of them, makes sure the data is there as per company policy without having to open every one of them look at them and update or not whichever the case may be. The one portion that is tough is that the program will detect if there is a description written about what funtion the VI performs and if there is not a description, then it pops up a dialog requesting the user to write a description. The problem is that without looking at the block diagram for the VI, it can be nearly impossible to write a description for the functionality of the VI. So is there a way to programmatically open a VI, show its block diagram (this would only be in the case of a missing description) and then upon completion of the updates, close the block diagram? (I already open and close the VI programmatically in order to read the VI DESC and update as needed, but that is in the background and of course you can't see the block diagram).
    Thanks,
    Dan

  • How can I remove the blocked contacts from skype h...

    Peace be upon you
    How can I remove the blocked contacts from skype home and all skype features?

    I found this solution and it worked.
    Paul B. Adams
    Re: safari 6.0 flash problem (blocked plug in) 
    Jul 26, 2012 7:39 AM (in response to defconnect5)
    I have a new MacBook Pro and I followed these instructions, downlonading and installing the new Flash plugin. But when I looked in "/Library/Internet Plugins" there was no folder called "Disabled Plugins".
    However, I did see two versions of Flash:
    _Flash Player.plugin with old date
    Flash Player.plugin with todays date
    I deleted _Flash Player.plugin and this fixed the problem.

  • How to color the text  elements in script?

    how to color the text  elements in script?
    byeeeee
    plz send the answers

    Hi,
    Please go through my blog to know how to do color printing in SAP scripts.
    White Paper on 'Color Printing in SAP Scripts'
    Regards,
    Sireesha Ch

  • How can I update record in the block that Data Source is PROCEDURE?

    I like use Procedure as the Data Source of block.It's very flexible.
    Usually I do this only query the record,but now I must update record in the block that Data Source is Procedure.
    What next step can I do?Can anyone offer some examples?
    This is example, you goto
    http://www.2shared.com/file/1923834/e0b65fb7/Example.html
    Wait about 30 sec, Click "Save file to your PC: click here",and then you can download it.

    <p>I have written an article about some advanced Forms features.
    Have a look at the 2.3.2 paragraph</p>
    Francois

  • Using a variable outside of the block it has been incremented

    Hello everyone,
    I came across a scenario where in I am having to use a variable (for summing up), outside of the block within which it has been incremented. Its something like below:
    -------------- Header section of MS Word RTF (repeats for every page) -----------------------
    For Each Header
    <?xdoxslt:set_variable($_XDOCTX, 'TotalTax', 0)?>
    -------------- Body section of MS Word RTF -----------------------
    <?start:body?>
    Lines Group
    Increment TotalTax for each loop
    End Lines Group
    <?end body?>
    -------------- Footer section of MS Word RTF (repeats for every page)-----------------------
    <?xdoxslt:get_variable($_XDOCTX, 'TotalTax')?>
    End For Each Group
    ---------------------------- End of template ----------------------------
    The varaible 'TotalTax' is being declared in the header, incremented within the Body and is being used in the footer section. For the above mentioned syntax, the value being displayed for TotalTax is '0', i.e the value for which it has been defaulted while declaration.
    Can someone please help me in getting it fixed such that TotalTax would display the value it was assigned in the Body rather than '0'.
    Thanks,

    Hello and thank you for responding.  I checked out the link you provided; however, my problem is not reviwed there.
    I am setting a variable inside a <?start:body?>.  Inside the body are several loops - which is fine.  But it ends with <?end body?>.  If I reference my variable BEFORE <?end body?> it retains it's value from the calculations within the program.  But if I try to use the variable AFTER the <?end body?>, it give me an error "NULL" value or similar.
    Any thoughts?
    Rob

  • Is ther any way to prevent implicit data typing in the block scriptd

    System build /autocode  implicitly define the type of variables that are not defined by the user in a block scripts based on  the value assigned to them.
    As an example, if there is no type definition for the variable A in a block script,  depending which of the following lines appears first in the block script the type of variable will be defined differently in the autocoded model:
    A = 1; -> RT_INTEGER A;
    A = 1.0;-> RT_FLOAT A;
    This behavior can cause undesirable result in certain situations.
    Is there any way to flag the variables in the block scripts with no type definition during analyze  / autocode? or alternatively, disable the implicit type definition such that any variable without explicit type definition in the block scripts will result to an error during analyze  / autocode.
    Thanks

    Hi Farshid,
    It is the default behavior to pick up the type from the first assignment. However one can explicitly type variables as seen in the BlockScript user guide page 2-7. For instance, one can declare
    Inputs: U;
    Outputs: Y;
    Parameters: (UBrk, YBrk);
    Float U, Y(;
    Float UBrk(, YBrk(Y.size,;
    This forces all the parameters and local variables to Float.
    Let me know if this helps, there is not a way to turn off implicit typing, just a way to explicitly type.
    Richard
    Richard
    Field Sales Engineer, New Jersey
    National Instruments

  • Firefox 34.05 says plugin is out-of-date, insecure, and thus disabled. But...my version is higher than the blocked version

    Upon updating to Firefox 34.05, I've been faced with the fact that this version of Firefox (erroneously) thinks some of my plugins are out of date, and has disabled them, for my safety.
    For instance, it tells me that "Adobe Acrobat Reader is known to be vulnerable and must be updated". Upon clicking the link to update it, it informs me that "Adobe Reader 9.5.1 and lower has been blocked for your protection.". Okay, cool right? An update should solve that.
    Problem is, I don't *have* a version of AR that is 9.5.1 or lower. My version is, according to Firefox itself, version 10.1.4.38. So why is it blocked? Updating the version, as advised in other threads on similar issues, does not seem to work. In fact, the Mozilla plugincheck tells me that my version is up-to-date and is fine.
    It is very inconvenient to have to open an entirely different browser, like Opera, just to do certain things that I could previously do with Firefox.
    I'd also like to voice my overall disapproval on the way many features of Firefox (enabling disabling Javascript, images, certain stylistic features, the add-on bar) have been done away with and users are being told "you can install an add-on to add that functionality back on". It has always been my understanding that the less add-ons installed the better, given that they are apparently the number one problem when it comes to Firefox having issues. Having to disable 5 new add-ons anytime I want to troubleshoot a problem is not convenient, and makes locating the source of various problems more difficult.
    I have no idea why Mozilla is so committed to making changes that users hate, and act as if having third-party add-ons to restore functionality is any kind of solution.

    ''James [[#answer-672408|said]]''
    <blockquote>
    Firefox 34.0.5 is not doing the blocking as it is due to the blocklist. https://addons.mozilla.org/firefox/blocked/
    Adobe Reader '''10.0 to 10.1.5.*''' has been blocked for your protection.
    https://addons.mozilla.org/firefox/blocked/p158 (Blocked on October 5, 2012)
    You were looking at another blocklist page which was https://addons.mozilla.org/firefox/blocked/p156 posted on same day.
    The https://www.mozilla.org/plugincheck/ is not always accurate or reliable (needs to be manually updated) as Adobe has not been keeping the Adobe products versions to check for updated on that page as the recent Flash updates on December 9 has shown.
    It is however accurate when it says versions in Plugins panel of Addons Manager is outdated.
    There is Adobe Reader 11.0.10 though it seems like Adobe still provides 10.1.4 at http://get.adobe.com/reader/otherversions/ yet newer versions are at http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    </blockquote>
    James, why does the Firefox addon page link to the 9.5 "blocked for your protection" page instead of the 10.5 blocked page? Is that a mistake/failure to update on Adobe's part? That seems like something that should be controlled on the Mozilla side, since it has the 10.5 blocked page in existence as well. Should someone be notified that it's giving the wrong page to people?
    The adobe update you linked to made it stop saying it's out of date, but what about the Java Development Toolkit? (As pictured in attached image #3). How should I go about getting that up to date?

Maybe you are looking for

  • Transport control program tp ended with error code 0016

    Hello colleagues, We are getting the following error when exporting system HRP to HRI: Transport program TP started successfully for HRPKX00005 21:25:45                                                                 |   Transport control program tp

  • Help ,please - moving from 8.6 to 10.2 ..???

    Hi my name is PATRICIA, and I really need some help to know if I can move from 8.6 to 10.2 or to 10.4. My computer it's a G3 with 350 mhz and I have a internal HD with 38.16 GB and my total ram memory it's 128 mb - 02 card/memory of 64 mb each. What

  • I get an error message when purchasing mountain lion

    I currently have Mac OS X 10.6.8.  I just freshly formatted and re-installed Mac OS X and Windows 7 on a partition using bootcamp.  The last time I tried installing 10.8 it failed because it was unable to create a partition it needed (I forget detail

  • How to put HyperLink on a JSP

    Hi, I have a jsp page on which I pull up the records of a table from the database. I would like to be able to click on the record and then view more details about that particular record on a different or maybe the same JSP page. Any ideas or suggesti

  • How do I keep my name from appearing in all caps?

    Since I upgraded to ML, my name in my email address appears in ALL CAPS. I've tried changing it to lower and upper case in preferences and in settings. It works for a while but goes back to ALL CAPS in a day or two. It's extremely frustrating because