cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with property text!

Former Member
0 Kudos

Hi all,

I have the folowing problem: After creating component, view etc., all text properties of everything in the View (Labels, Headers etc) are gone (empty), after trying to fil some text in them, the field stays blank... Do anyone has experienced same problem... Any help will be usefull.

Thanks in advance,

Z.

PS: The problem is not with the developer studio, the problem is present on another PC.

Edited by: Zdravko Kalenderov on Nov 6, 2008 11:22 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Zdravko,

find the <YOUR_VIEW_NAME>.wdview.xlf in the source folder. Are the texts contained within this file? Is the file readonly?

Do you have a internationalized file (something like <YOUR_VIEW_NAME>.wdview _en .xlf ?

Does the user have the correct language selected in the user administration of the Web AS?

Kind regards

Matthias

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank You both for the quick response,

Here is sample of the xlf-file, the text is present. The file is not readOnly...

<trans-unit id="6d28a6e7e544449200629430876fa8be" resname="RootUIElementContainer/Child:TransparentContainer/Child:Label_AcquisitionDate@text" maxwidth="255" translate="yes"><source>LableText</source><s2x xmlns="http://www.sap.com"><textState>new</textState><recommendedLength chars="-1"/></s2x></trans-unit>

<trans-unit id="3250c2ea750c43a308fbe28db2889e70" resname="RootUIElementContainer/Child:TransparentContainer/Child:Button_Save@text" maxwidth="255" translate="yes"><source>Save</source><s2x xmlns="http://www.sap.com"><textState>new</textState><recommendedLength chars="-1"/></s2x></trans-unit>

Z.

Former Member
0 Kudos

Hi,

do you check if the attribute masterlanguage in project/bin/ProjectProperties.wdproperties has the same value of the xlf-files?

Matteo

former_member192434
Active Contributor
0 Kudos

Hi

Check out the ReadOnly Property of ivew if it is true then make it false

Thanks