cancel
Showing results for 
Search instead for 
Did you mean: 

Table not shown in BlackBerry emulator

Former Member
0 Kudos

Hi Experts,

I have developed an application to show the flight details in a table using Web Dynpro Java. The application works fine in IE but the table is not getting displayed in BlackBerry Emulator. Rest other UI elememts are displayed properly, action button is working fine but in the table only the number of rows fecthed is getting displayed and not the data inclusive of the headers. What could be the reason?

I have tried 3-4 different emulators but the display is same in all of them.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sunil,

Thanks a lot for the reply. I will try out the way you suggested. By the way I am not using a grouped column. I can see the number of fecthed rows in ">>1/10" kind of format but no data is getting displayed. Can it be an issue of table width or pixels?

Former Member
0 Kudos

Hi aishwarya,

If you have applied the table template, it will by default be of type "Grouped Columns". If the table is of "Grouped Column"s type, then you wont see the table in blackberry simulator screen and as you mentioned, only the number of rows is displayed in ">>1/10" format.

It is not about the number of pixels or table width etc.

Please follow the steps I gave in my previous post. It might solve your problem. I had a similar problem and the above procedure worked for me.

Award points if helpful

Regards

Sunil

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Aiswarya,

Are you able to see button in Blackberry emulator like in IE. could pls expalin the steps what you have followed for that.

I am unable to see the button in Blackberry.it is appearing as link .

Regards,

Pavani

Former Member
0 Kudos

Hi Sunil,

You suggestion had been of great help. It solved my problem, thanks a lot.

Former Member
0 Kudos

Hi Aishwarya,

The blackberry doesnt support a table with property "Grouped column" for its columns.

Please try the following to display table in BlackBerry.

1. Insert a table child ui element to your view.

2. In the context menu of your table ui element, choose "Insert Column". Add as many columns to the table as you need.

3. Now in the context menu of each column element, choose "Insert TableCellEditor - Text View".

4. Now for each column element, do the context binding.

Hope this solves your problem.

Regards,

Sunil