cancel
Showing results for 
Search instead for 
Did you mean: 

ItemListBox , Tray and other objects together

0 Kudos

Hi guys!

I`m trying to add some elements into a Tray. This is working very well, but when I try to add a ItemListBox into a Tray, it makes a mess!

All the UI elements appear inside the ItemListBox in Layout Area.

Can I use ItemListBox + Tray + other objects?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vagner,

I am able to add ItemListBox to Tray.

can you close your View and reopen View.Add again.

If that alos not works.Close your NWDS , restart again and add.

Rgds

-SS

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Surely,ItemListBox will add in tray, i thought problem in your NWDS, so close your NWDS and restart machine then open again.....

Again if not works,try the following steps surely it will works,

First Close your NWDS.

1) Go to NWDS installation directory, take a backup of your projects from the workspace and delete the .metadata folder from the workspace.

2) Then open the NDS, a new .metadata folder will be created and now you can try opening the NWDS it will open without error

3)Sometimes when your metadata of the NWDS is corrupted then your NWDS will not function properly.

4)Restart ur machine,then its works properly

Regards,

Suresh T

Former Member
0 Kudos

Hi ..

It is possible to use ItemlistBoxTrayobjects...

Make sure that Itemlistbox is inside the tray like other objects..

Urs GS

0 Kudos

I`ve done it, but...

UI elements which are before itemlistbox are very well. There is problem when I put an ItemListBox. After that one, All the ui elements appear inside it.

Thanks,

Former Member
0 Kudos

hi..

Its ok... try to drag and drop every UI element from the tray except ItemListBox in outline view...

Urs GS

Former Member
0 Kudos

Hi Vagner,

After inserting ItemList in to Tray , for next element insertion <b>make sure that select the Tray right click insert Child.</b>

It should work.

Rgds

-SS

Former Member
0 Kudos

Hi,

1)Insert Tray UI element

2)Right click Tray then select-->insert child---->ItemlistBox

If not works again,there will be problem in NWDS, i mentioned some steps above in previous post do that.Surely it will works.............

Former Member
0 Kudos

hi...

u want all ui elements including itemlistbox ,inside tray or outside?

Urs GS

0 Kudos

I want all ui elements including itemlistbox inside tray.

All the ui elements are inside the Tray. I`m sure about that.

I create other workspace (and NWDS creates a new .metadata) like someone has ever said.

All i do, when i see the view in layout area, some ui elements are inside ItemListBox

Thanks,

0 Kudos

I got it!

A tray property (layout=GridLayout) was used.

Using gridlayout for tray, all ui elements appear inside the List.

When you use the layout property = FlowLayout, it organize very well the ui elements.

Thanks a lot!