Index: sources/view/hd/data/post/VHDPOSTData.h =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r4f8cbe0045e2a06a67a44894bb02b41a02eca5dd --- sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision 4f8cbe0045e2a06a67a44894bb02b41a02eca5dd) @@ -45,8 +45,12 @@ // has been manually tested that it works perfectly fine TRIGGER ( bool , adjustment , 0) // coco end - CONSTANT(quint32 , itemCount , GuiHDPOSTStates::NUM_OF_POST_STATES) + // the last "test" item is the item just before the complete state. + // UI doesn't care about the the complete or fail state in Single post messages, + // and that is the result of the Final post message. + CONSTANT(quint32 , itemCount , GuiHDPOSTStates::POST_STATE_COMPLETED - 1 ) + PROPERTY(bool , start , 0) PROPERTY(quint32 , itemIndex , 0) PROPERTY(bool , itemResult , 0)