Hi,
Java version being used jdk 1.8.0 latest release.
I am developing a video editing software. I have a functionality in which I can drag media files from source movie list (ListView object) to Edit movie list (ListView Object) using mouse pointer. This functionality was working properly with jdk 1.7.0u45 build.
But after the release of jdk 1.8.0 I am moving my application from 7 to 8 and facing some of the problem with ListView drag and drop functionality.
Now this functionality is not working whether I make isDraggable true, if ListView does not have any object or if ListView is empty. If I create an edit or create a snapshot and fill a item in the List then this drag and drop functionality starts working. But with empty List this is not working which was working earlier.
Please suggest a work around.
Java version being used jdk 1.8.0 latest release.
I am developing a video editing software. I have a functionality in which I can drag media files from source movie list (ListView object) to Edit movie list (ListView Object) using mouse pointer. This functionality was working properly with jdk 1.7.0u45 build.
But after the release of jdk 1.8.0 I am moving my application from 7 to 8 and facing some of the problem with ListView drag and drop functionality.
Now this functionality is not working whether I make isDraggable true, if ListView does not have any object or if ListView is empty. If I create an edit or create a snapshot and fill a item in the List then this drag and drop functionality starts working. But with empty List this is not working which was working earlier.
Please suggest a work around.