[Development] Drag and Drop Issue in Qt-5.3.2 with QML on QNX Platform only.

2017-07-12 Thread Prashant Purohit
Hi All, We have created one application where there are multiple icons present in a GridView. Each delegate of the grid is a composite control with an icon and text. (This is similar to phone apps screen on Android/iOS devices). Similar to apps screen on mobile devices, user can drag and drop

Re: [Development] swapEGLBuffers() : 135 : QQNX: failed to swap EGL buffers, err=12301 on QNX with Qt-5.3.2

2017-06-13 Thread Prashant Purohit
m the fix for it yet. We also > haven't updated the Qt that QNX produces (which I think is what you're > using). > > You might be able to get around the problem if you can give the > application a chance to draw between resize operations. > > James > > On 2017-06

[Development] swapEGLBuffers() : 135 : QQNX: failed to swap EGL buffers, err=12301 on QNX with Qt-5.3.2

2017-06-12 Thread Prashant Purohit
Hi All, I am using QNX with Qt-5.3.2 and found below issue and crash: FAULT - qqnxeglwindow.cpp : void QQnxEglWindow::swapEGLBuffers() : 135 : QQNX: failed to swap EGL buffers, err=12301 When I checked on internet for this issue, it was referenced that when Qnx window does not find EGL surface

Re: [Development] Multiple Windows Dead-Lock Observed on QNX with Qt-5.3.2

2016-06-22 Thread Prashant Purohit
l.com> wrote: > >>On quarta-feira, 15 de junho de 2016 23:11:24 PDT Prashant Purohit wrote: >>> Hi all, >>> >>> I am new to QT and using QT with QNX. >>> I am using two different windows in my application (It is not possible >>> for me to u

[Development] Multiple Windows Dead-Lock Observed on QNX with Qt-5.3.2

2016-06-15 Thread Prashant Purohit
Hi all, I am new to QT and using QT with QNX. I am using two different windows in my application (It is not possible for me to use single window). When I switch from one window to another window, My screen is not responding due to deadlock. Though there is no crash observed. My situation is