Thread: [Java-gnome-developer] Drag & Drop for ListStore
Brought to you by:
afcowie
From: Mehdi R. <meh...@gm...> - 2006-06-12 11:21:19
|
Hi, I tried to use the undocumented class for the drag & drop TreeDragSourceListener and I get this : Exception in thread "main" java.lang.RuntimeException: Not yet implemented at org.gnu.gtk.ListStore.setDragSourceListener(ListStore.java) I may be using older versions of java gnome because I work on win XP, but I wanted to ask if this feature have been added to the most recent versions ? Regards, --- Mehdi |
From: Mehdi R. <meh...@gm...> - 2006-06-12 11:25:31
|
Thanks for this quick answer On 6/12/06, Remy Suen <rem...@gm...> wrote: > > Looking at my file from CVS, it appears that it still throws that > RuntimeException. I don't know when that will be implemented. > > Regards, > Rem > > On 6/12/06, Mehdi Rabah <meh...@gm...> wrote: > > > Hi, > > I tried to use the undocumented class for the drag & drop > TreeDragSourceListener and I get this : > > Exception in thread "main" java.lang.RuntimeException: Not yet implemented > at org.gnu.gtk.ListStore.setDragSourceListener (ListStore.java) > > I may be using older versions of java gnome because I work on win XP, but > I wanted to ask if this feature > have been added to the most recent versions ? > > Regards, > --- > Mehdi > > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > |
From: Remy S. <rem...@gm...> - 2006-06-12 11:42:33
|
Also, in case you lost the link, you might want to look at the Win32 bug and see if you can build the later versions from CVS. We don't have any developers on Windows, so there really hasn't been anyone that's been able to test it for us. I tried myself a couple of weeks ago, but I couldn't figure even get MinGW working. :( Link - http://bugzilla.gnome.org/show_bug.cgi?id=339270 Some patches may not apply cleanly due to some possible changes in the build files since the last time those patches were diffed against, but I presume it shouldn't be too difficult for you to apply them manually. Good luck, Regards, Rem On 6/12/06, Mehdi Rabah <meh...@gm...> wrote: > > Thanks for this quick answer > > > On 6/12/06, Remy Suen <rem...@gm...> wrote: > > > > Looking at my file from CVS, it appears that it still throws that > > RuntimeException. I don't know when that will be implemented. > > > > Regards, > > Rem > > > > On 6/12/06, Mehdi Rabah < meh...@gm...> wrote: > > > > > Hi, > > > > I tried to use the undocumented class for the drag & drop > > TreeDragSourceListener and I get this : > > > > Exception in thread "main" java.lang.RuntimeException: Not yet > > implemented > > at org.gnu.gtk.ListStore.setDragSourceListener (ListStore.java) > > > > I may be using older versions of java gnome because I work on win XP, > > but I wanted to ask if this feature > > have been added to the most recent versions ? > > > > Regards, > > --- > > Mehdi > > > > > > > > > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > > > > > |
From: Mehdi R. <meh...@gm...> - 2006-06-12 11:45:47
|
Thanks again. I think I will indeed do this. For archives, there is also this link http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/WindowsCompilation On 6/12/06, Remy Suen <rem...@gm...> wrote: > > Also, in case you lost the link, you might want to look at the Win32 bug > and see if you can build the later versions from CVS. We don't have any > developers on Windows, so there really hasn't been anyone that's been able > to test it for us. I tried myself a couple of weeks ago, but I couldn't > figure even get MinGW working. :( > > Link - http://bugzilla.gnome.org/show_bug.cgi?id=339270 > > Some patches may not apply cleanly due to some possible changes in the > build files since the last time those patches were diffed against, but I > presume it shouldn't be too difficult for you to apply them manually. > > Good luck, > > Regards, > Rem > > On 6/12/06, Mehdi Rabah <meh...@gm...> wrote: > > > > Thanks for this quick answer > > > > > > On 6/12/06, Remy Suen < rem...@gm...> wrote: > > > > > > Looking at my file from CVS, it appears that it still throws that > > > RuntimeException. I don't know when that will be implemented. > > > > > > Regards, > > > Rem > > > > > > On 6/12/06, Mehdi Rabah < meh...@gm...> wrote: > > > > > > > Hi, > > > > > > I tried to use the undocumented class for the drag & drop > > > TreeDragSourceListener and I get this : > > > > > > Exception in thread "main" java.lang.RuntimeException: Not yet > > > implemented > > > at org.gnu.gtk.ListStore.setDragSourceListener (ListStore.java) > > > > > > I may be using older versions of java gnome because I work on win XP, > > > but I wanted to ask if this feature > > > have been added to the most recent versions ? > > > > > > Regards, > > > --- > > > Mehdi > > > > > > > > > > > > > > > _______________________________________________ > > > java-gnome-developer mailing list > > > jav...@li... > > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > > > > > > > > > > > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > |