Can someone confirm that the Message object's property of "UniqueDesignation" that worked in version 1.0 no longer works? The Javadoc appears to state that it is suppose to. I executed an existing application that performed the following operation and displayed the symbol's label successfully prior to the upgrade, but no longer:
We've had a look at what is happening here and can confirm there is a bug. The code you used at 1.0 for your Unique Designations will not display the label. There is however a workaround. If you change your line of code as follows it will work: [INDENT]message.setProperty("uniquedesignation", "Mad dog");[/INDENT] It a case sensitivity issue.
This something we will consider carefully in terms of the fix we apply. I hope this helps in the short term. Mark
We've had a look at what is happening here and can confirm there is a bug. The code you used at 1.0 for your Unique Designations will not display the label. There is however a workaround. If you change your line of code as follows it will work: [INDENT]message.setProperty("uniquedesignation", "Mad dog");[/INDENT] It a case sensitivity issue.
This something we will consider carefully in terms of the fix we apply. I hope this helps in the short term. Mark