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
 
(Proportions Attribute Problem)
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>

Revision as of 21:29, 31 August 2009

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>