Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Mobile Preview error!

diego10Apr 30 2013 — edited Jun 26 2013
Hi gurus!

Well when I split my designer in two, one for the code and the other for the preview,
I click on the preview tab and Jdeveloper stops, (in the task manager is still running)
but I cannot click on anything and sometimes I get a window with an 'Unexpected error' message but no content
I installed Jdev 11.1.2.3.0 on XP 32 bit and it works
mine is a windows 8 64 bit, my friend also has w8 64bits and he has the same problem as me.

Have you encounter this error? is it because of windows 8? or the 64 bit arquitecture or the color setting?

thanks!!!
This only happens with adf mobile preview, with adf faces web everything works fine. adf mobile is the problem!
ERROR image!!!
http://img801.imageshack.us/img801/7690/nopreview.png

Edited by: diego10 on 30-abr-2013 15:58

Comments

John JB Brock-Oracle

What browser(version) and OS (version) are you working with?

I can not reproduce what you are describing using Win10 and the latest Chrome. Right-Clicking on that table demo shows me a context menu for sorting.  It does not select a row, or do any other selections.

HamedRoknizadeh

Hello,

I thinks you need a uniqe Key for the rows.

self.dataprovider = new oj.ArrayDataProvider(deptArray, {idAttribute: 'DepartmentId'});

Thanks

Hamed

3608145

Hi John,

I am using the lastest version of Google Chrome on Ubuntu 16.04.

I do get the context menu, but if I start hovering over other rows it starts to select -mark on yellow- these rows.

3608145

Hi Hamed,

I have a unique key for the rows, I get the same right click selection behavior on the cookbook link posted before, I thought this was an expected behavior from Ojet tables.

3608145

I tried it with Firefox 53 on Ubuntu 16.04 with no luck either. It worked as expected on W10 using the latest version of Chrome.

HamedRoknizadeh

Hi,

Can you please share your code?

Thanks

Hamed

3608145

Sorry for the late response,

I could share it, but what is weird is that the cookbook example doesn't work as expected either, I am not sure if my OS is the reason for this discrepancy. As I said before, the cookbook example works fine on Windows 10 but not in Ubuntu 16.04, at least in my computer.

Thanks,

1 - 7
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 24 2013
Added on Apr 30 2013
3 comments
983 views