Views

Difference between revisions of "Talk:XML Applications"

The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.

Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Is there a way to use an Openstage 60 of -80 station as a kind of HipathProcenter Desktop Agent?
+
Why doesn't the Proportions Attribute work within the IppForm Object? I use the Openstage 60 Phone.
 +
The Display doesn't use column width given by the Proportions Attribute.
 +
 
 +
Many thanks in advance for your help.
 +
 
 +
<IppDisplay InitialScreen="1">
 +
<IppScreen ID="1" CommandCount="0" HiddenCount="0">
 +
<IppForm ItemCount="4" Proportions="15_85">
 +
<Url>localhost</Url>
 +
<Title/>
 +
<IppStringItem>
 +
<Label/>
 +
<Text>aaa</Text>
 +
</IppStringItem>
 +
<IppStringItem>
 +
<Label/>
 +
<Text>bbb</Text>
 +
</IppStringItem>
 +
<IppStringItem>
 +
<Label/>
 +
<Text>ccc</Text>
 +
</IppStringItem>
 +
<IppStringItem>
 +
<Label/>
 +
<Text>ddd</Text>
 +
</IppStringItem>
 +
</IppForm>
 +
</IppScreen>
 +
</IppDisplay>
 +
 
 +
 
 +
Sorry, there is an error in the Developer's Guide. The attribute is named "Proportion" instead of "Propoertions". The error will be corrected in the next version of the Guide.

Latest revision as of 10:59, 5 April 2013

Why doesn't the Proportions Attribute work within the IppForm Object? I use the Openstage 60 Phone. The Display doesn't use column width given by the Proportions Attribute.

Many thanks in advance for your help.

<IppDisplay InitialScreen="1"> <IppScreen ID="1" CommandCount="0" HiddenCount="0"> <IppForm ItemCount="4" Proportions="15_85"> <Url>localhost</Url> <Title/> <IppStringItem> <Label/> <Text>aaa</Text> </IppStringItem> <IppStringItem> <Label/> <Text>bbb</Text> </IppStringItem> <IppStringItem> <Label/> <Text>ccc</Text> </IppStringItem> <IppStringItem> <Label/> <Text>ddd</Text> </IppStringItem> </IppForm> </IppScreen> </IppDisplay>


Sorry, there is an error in the Developer's Guide. The attribute is named "Proportion" instead of "Propoertions". The error will be corrected in the next version of the Guide.