laptop and a wrench

Bug

MessageProcessor::processMessage() does not highlight the selected military symbol in ArcGIS Runtime for QT 10.26.

Last Published: August 10, 2016 ArcGIS Runtime SDK for Qt
Bug ID Number BUG-000089847
SubmittedAugust 11, 2015
Last ModifiedDecember 18, 2020
SeverityMedium
Applies toArcGIS Runtime SDK for Qt
Version found10.2.5
Operating SystemQt
Operating System Version5.2
Version Fixed10.2.6 patch
StatusFixed

Workaround

Set the selected message property to 'select' or 'unselect'. // // CreateSelectMessage // EsriRuntimeQt::Message selectMsg = EsriRuntimeQt::MessageHelper::createSelectMessage(EsriRuntimeQt::SymbolDictionaryType::Mil2525C, uuidString, QLatin1String("position_report"), true); // highlight selectMsg.setProperty("_action", "select"); qDebug() << "CreateSelectMessage = " << selectMsg.toString(); if (m_groupLayer->messageProcessor()->processMessage( selectMsg )) { qDebug() << __FUNCTION__ << "selectMsg processed OK" ; } else { qDebug() << __FUNCTION__ << "selectMsg processed Not OK" ; }

Steps to Reproduce

Bug ID: BUG-000089847

Software:

  • ArcGIS Runtime SDK for Qt

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic