Please enable JavaScript to view this site.

CWT User Interface Design Handbook

Format for translation text: Ext[0-7]DeliverableId[0-65535]Done

ex: Ext0DeliverableId1Done

 

Message with the return code:

DeliverableResultOk = 1. not Displayed

 

Example

Popup "DynamicDeliverableDonePopup" with "DynamicDeliverableDoneLabel"

<!-- Start DynamicDeliverableDonePopup -->
<TFT:PopupPanel Name="DynamicDeliverableDonePopup" MxStyle="{PopupStyle}" Timeout="3" >
 <Controls>
   <TFT:Label MxStyle="{DebugLabelStyle}" FormattedText="DynamicDeliverableDonePopup"/>
   <TFT:Label Name="DynamicDeliverableDoneLabel" MxStyle="{PopupTextLabelStyle}"/>
 </Controls>
</TFT:PopupPanel>
<!-- End DynamicDeliverableDonePopup -->