ProgrammingCube / lcdhost

Automatically exported from code.google.com/p/lcdhost
1 stars 0 forks source link

"<object>" has unused setup item "" #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm getting lots of messages like this in A17:

"Weather Connector [1]" has unused setup item "" 

No name on the unused item and given that the layout was blank before I added 
stuff there shouldn't be any such entries either.

I suspect it's flagging this message up for all items...

Original issue reported on code.google.com by a...@bridgesuk.com on 1 Jul 2011 at 6:10

GoogleCodeExporter commented 8 years ago
examining the XML...

        <setupitem>
            <identity name="" type="8"/>
            <value type="QString">London UK</value>
        </setupitem>

So items have been saved without names

Original comment by a...@bridgesuk.com on 1 Jul 2011 at 6:23

GoogleCodeExporter commented 8 years ago
Yah, should be fixed tho.

Original comment by jo...@linkdata.se on 1 Jul 2011 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by jo...@linkdata.se on 2 Jul 2011 at 6:33