Please----[About GridView]

Are you missing a feature? Request its implementation here.
leesangmok
Posts: 5
Joined: Wed Aug 13, 2008 4:15 am

Please----[About GridView]

Post by leesangmok »

Thank you very much for your kind explanations.
but still I can't solve the problem.

In GridView to add parent node is simple, when we using paste as child.
but when all data is filled, I can't find "paste as child" when I did right-click the other column header.

(In below address)
I want to make 'meanings'node by adding two meaning.
I copied 2 meaning columns and was about to paste as child in new element tag.

<root>
<row>
<id>
<stroke>
<meanings>
<meaning>
<meaning>
</meaning>
...


http://web.mac.com/leesangmok/Site/excel.png
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Please----[About GridView]

Post by sorin_ristache »

Hello,
leesangmok wrote:Thank you very much for your kind explanations.
but still I can't solve the problem.
Did you apply the steps that I specified? Did that move the subitems elements in the mybook element?
leesangmok wrote:I want to make 'meanings'node by adding two meaning.
I copied 2 meaning columns and was about to paste as child in new element tag.

<root>
<row>
<id>
<stroke>
<meanings>
<meaning>
<meaning>
</meaning>
...


http://web.mac.com/leesangmok/Site/excel.png
Your problem is not clear. Please post a sample XML document that is the start document and a sample XML document that you want to obtain by moving or adding the meaning elements.


Regards,
Sorin
leesangmok
Posts: 5
Joined: Wed Aug 13, 2008 4:15 am

Re: Please----[About GridView]

Post by leesangmok »

These are two files I want to convert(old.xml --> new.xml)

when I make new.xml, I used text mode.
I want to use Grid mode and edit.



http://web.mac.com/leesangmok/Site/old.xml
http://web.mac.com/leesangmok/Site/new.xml

please help me.
Thank you.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Please----[About GridView]

Post by sorin_ristache »

Hello,

You transform old.xml to new.xml in Grid mode with the following steps:
  • Right click on row element and select Insert column from popup menu
  • Type the name of the new element in the dialog Insert column, that is meanings
  • Click on the header of the new column called meanings and drag and drop it between the Heading2 column and the meaning column.
  • Right click on the table cell meaning that contains the two elements (long and long2) that you want to move to the new element meanings and select Cut from the popup menu
  • Right click on the first row of the meanings column (the new column that was created in Grid mode) and select Paste as Child.

Regards,
Sorin
leesangmok
Posts: 5
Joined: Wed Aug 13, 2008 4:15 am

Re: Please----[About GridView]

Post by leesangmok »

Thank you for your kind answer.
I solved the problem. I am curious of why Oxygem develop team did not add the function.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Please----[About GridView]

Post by sorin_ristache »

Hello,

What function do you mean? An action that creates a sibling element and moves a group of sibling elements as child elements of the new element that was created? I think it is not a frequent action and there is no short name for this action that the users would understand and know how to use quickly. I think the action can be composed quickly from the short sequence of actions which I described in the post above.


Regards,
Sorin
Post Reply