java-gnome-developer Mailing List for The java-gnome language bindings project (Page 51)
Brought to you by:
afcowie
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(37) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(2) |
Feb
(20) |
Mar
(20) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(39) |
Sep
(37) |
Oct
(34) |
Nov
(50) |
Dec
(22) |
2002 |
Jan
(7) |
Feb
(13) |
Mar
(32) |
Apr
(16) |
May
(26) |
Jun
(20) |
Jul
(32) |
Aug
(7) |
Sep
(2) |
Oct
(11) |
Nov
(3) |
Dec
(35) |
2003 |
Jan
(11) |
Feb
(3) |
Mar
(8) |
Apr
(3) |
May
(11) |
Jun
(20) |
Jul
(11) |
Aug
(29) |
Sep
(13) |
Oct
(91) |
Nov
(185) |
Dec
(207) |
2004 |
Jan
(108) |
Feb
(171) |
Mar
(207) |
Apr
(113) |
May
(22) |
Jun
(53) |
Jul
(69) |
Aug
(43) |
Sep
(34) |
Oct
(182) |
Nov
(101) |
Dec
(61) |
2005 |
Jan
(86) |
Feb
(45) |
Mar
(106) |
Apr
(67) |
May
(70) |
Jun
(47) |
Jul
(19) |
Aug
(34) |
Sep
(24) |
Oct
(45) |
Nov
(20) |
Dec
(58) |
2006 |
Jan
(21) |
Feb
(21) |
Mar
(16) |
Apr
(24) |
May
(24) |
Jun
(47) |
Jul
(20) |
Aug
(8) |
Sep
(13) |
Oct
(7) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
|
Feb
(14) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
(15) |
Jul
(2) |
Aug
(5) |
Sep
(10) |
Oct
(5) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(13) |
Mar
(13) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(14) |
Nov
(11) |
Dec
(12) |
2009 |
Jan
(30) |
Feb
(4) |
Mar
(16) |
Apr
(9) |
May
(9) |
Jun
(7) |
Jul
(6) |
Aug
(3) |
Sep
(14) |
Oct
(8) |
Nov
(12) |
Dec
(9) |
2010 |
Jan
(4) |
Feb
(27) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(13) |
Jul
(6) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(11) |
Dec
(9) |
2011 |
Jan
(12) |
Feb
(11) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(8) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(4) |
2013 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrew O. <ove...@re...> - 2005-02-25 12:32:10
|
* Andrew Cowie <an...@op...> [2005-02-25 01:24]: > On Wed, 2005-23-02 at 21:20 -0300, Joao Victor wrote: > > I'm making a little application, a simple "contacts manager", > > What would be brilliant is if we managed to get a Java language binding > around evolution-data-server. +10 ! Andrew |
From: Andrew C. <an...@op...> - 2005-02-25 06:18:52
|
On Wed, 2005-23-02 at 21:20 -0300, Joao Victor wrote: > I'm making a little application, a simple "contacts manager", Someone suggested LDAP back ends; I'd like to proffer another suggestion near and dear to my heart: Right now, Evolution is gaining momentum to be the centralized personal data manager for a GNOME desktop. Lots :) of people use it.... but the evolution codebase is *so* complicated (I've been studying it for years) [not to mention it being in C] that it is very difficult for people to make casual contributions, and so there are a number of itches that I really want scratched but can't quite get there to do. What would be brilliant is if we managed to get a Java language binding around evolution-data-server. That way, people like jvic could write "better" front-ends for the aspects of the contact system which interest them, but benefit from leveraging the data in the existing back-end (which in turn already has the logic to reach out to other data stores like LDAP directories). My personal itch at the moment is data loading. I have TONS of data I've exported from a contact management system we used to use. I can transform and clean up the data using something like Perl, but I have no elegant way to load that data into e-d-s where I want it. A libevolution-data-server-java (eek) binding would fit the bill perfectly, allowing me to programmatically load data... without having to write my own contacts manager :) AfC Sydney -- Andrew Frederick Cowie Is your IT critical to your business? Then flawlessly execute your Massive Changes and Upgrades http://www.operationaldynamics.com/ Sydney New York Toronto London |
From: Joao V. <jvi...@ya...> - 2005-02-24 23:01:36
|
--- Clint Allen <ca...@au...> escreveu: > Looks pretty cool so far! Thanks! > Are you going to give it the ability to hook > into an LDAP database? Maybe that could be a plugin later on... That's an interesting idea, hadn't thought about it... maybe later i could work on something like that... Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: Joao V. <jvi...@ya...> - 2005-02-24 00:22:42
|
BTW, if you click on the link and get an annoying angelfire banner instead, just copy-paste the link. Cheers, J.V. --- Joao Victor <jvi...@ya...> escreveu: > I'm making a little application, a simple "contacts manager", it's called "Contacts" (how > creative... :P) > > Here are some screenshots: > http://www.angelfire.com/linux/jvic/shot-contacts1.png > http://www.angelfire.com/linux/jvic/shot-contacts2.png > > There's still lots of neat funcionalities i'm planning to make... haven't put it on any cvs yet, > but i will in the future. If there's anyone interested in working on it too, just let me know ;) > > Cheers, > J.V. > > > > > > > _______________________________________________________ > Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - > Internet rápida e grátis > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: Joao V. <jvi...@ya...> - 2005-02-24 00:20:14
|
I'm making a little application, a simple "contacts manager", it's called "Contacts" (how creative... :P) Here are some screenshots: http://www.angelfire.com/linux/jvic/shot-contacts1.png http://www.angelfire.com/linux/jvic/shot-contacts2.png There's still lots of neat funcionalities i'm planning to make... haven't put it on any cvs yet, but i will in the future. If there's anyone interested in working on it too, just let me know ;) Cheers, J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Joao V. <jvi...@ya...> - 2005-02-23 01:18:17
|
--- Mark Howard <mh...@ti...> escreveu: > > Sounds like that method signature is wrong - we should be using StockItem > objects, not strings. Indeed... am submitting a bug on that Cheers, J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Khiraly <khi...@gm...> - 2005-02-22 20:46:53
|
Hi! I dont want to use pop-ups in my program. I really like how firefox handle this problem in their pop-up blocker or search ,,pop-up'' window. Is it a GTK widget, which is similar to the firefox's method? Best regards, Khiraly |
From: Mark H. <mh...@ti...> - 2005-02-22 20:30:19
|
Sounds like that method signature is wrong - we should be using StockItem objects, not strings. On Tue, Feb 22, 2005 at 04:22:49PM -0300, Joao Victor wrote: > Finally found the stock ids: > http://developer.gnome.org/doc/API/2.0/gtk/gtk-Stock-Items.html > > (taking note to add this to the javadoc tonight...) > J.V. > > --- Joao Victor <jvi...@ya...> escreveu: > > How do i put a stock button (ok/cancel) on a FileChooserDialog? There is the addButton(String, > > int) method, but i don't know which String should i pass to get those stock buttons. > > > > Cheers, > > J.V. > > > > > > > _______________________________________________________ > Yahoo! Acesso Gr?tis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet r?pida e gr?tis > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |
From: Joao V. <jvi...@ya...> - 2005-02-22 19:23:05
|
Finally found the stock ids: http://developer.gnome.org/doc/API/2.0/gtk/gtk-Stock-Items.html (taking note to add this to the javadoc tonight...) J.V. --- Joao Victor <jvi...@ya...> escreveu: > How do i put a stock button (ok/cancel) on a FileChooserDialog? There is the addButton(String, > int) method, but i don't know which String should i pass to get those stock buttons. > > Cheers, > J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Joao V. <jvi...@ya...> - 2005-02-22 19:18:57
|
How do i put a stock button (ok/cancel) on a FileChooserDialog? There is the addButton(String, int) method, but i don't know which String should i pass to get those stock buttons. Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: Jeff M. <ku...@gm...> - 2005-02-21 12:15:12
|
On Mon, 21 Feb 2005 12:57:37 +0100, Khiraly <khi...@gm...> wrote: > Hi! > > A month ago I was asking for the windows port. Jeff Morgan have > answering that in theory it should work, but noone has a windows to > test. > > I have found the windows compilation hit at: > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/WindowsCompilation > > To me (at least) its not enough detailed, can somebody point me a more > step-by-step tutorial? This is currently in the works. I have the system running on windows but it is currently a little rough. My current focus is on getting this to work out-of-the-box. I will provide detailed steps once this is complete. I am hoping to have all of this finished within the next three days. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Khiraly <khi...@gm...> - 2005-02-21 11:57:17
|
Hi! A month ago I was asking for the windows port. Jeff Morgan have answering that in theory it should work, but noone has a windows to test. I have found the windows compilation hit at: http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/WindowsCompilation To me (at least) its not enough detailed, can somebody point me a more step-by-step tutorial? Its enough to install the precompiled version of gtk for windows from http://www.gimp.org/~tml/gimp/win32/downloads.html ? Best regards, Khiraly ps: The flash demo at the main page are not available (time out): http://overholt.ca/wp/index.php?p=11 |
From: Khiraly <khi...@gm...> - 2005-02-21 00:04:16
|
Hi! I want to create a .jar file to be able execute the program on any unix-like system. I have downloaded the example helloWord source files from: http://java-gnome.sourceforge.net/wiki//Main/JavaGnomeHelloWorld/HelloWorldGTK.java I have compiled on my debian system: javac -classpath /usr/share/java/gtk2.4.jar HelloWorldGTK.java I can execute with the following command: java -Djava.library.path=/usr/lib/jni/ -classpath .:/usr/share/java/gtk2.4.jar HelloWorldGTK Now, I want to create a .jar file inside with the necessary libraries. How can I do this? Thanks in advance! -- Khiraly <khi...@gm...> |
From: Robert S. <the...@gm...> - 2005-02-18 16:38:33
|
Hi, I want to convert a minimal application (only one dialog) into a gnome panel applet or use the notification area. Is this already possible with java-gnome? cu Robert |
From: Joao V. <jvi...@ya...> - 2005-02-18 13:58:56
|
Ok... if i multiply the 8bit color by 257 i think i get the color i want. But i think i'll submit a bug on this... Cheers, J.V. --- Joao Victor <jvi...@ya...> escreveu: > I'm trying to specify a color here with gdk.Color.... but, the object takes a 16bit for > red/green/blue (a 48bit pixel? That's totally odd to me...). So, how do i convert a basic RGB (8 > bit each color) to that 16bit convention? > > Cheers, > J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Joao V. <jvi...@ya...> - 2005-02-18 13:40:34
|
I'm trying to specify a color here with gdk.Color.... but, the object takes a 16bit for red/green/blue (a 48bit pixel? That's totally odd to me...). So, how do i convert a basic RGB (8 bit each color) to that 16bit convention? Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: Andrew C. <an...@op...> - 2005-02-13 21:40:40
|
On Sun, 2005-13-02 at 02:19 +0000, Sean Coughlan wrote: > This AT successfully passes for this application: > > TestTableIsEmpty downloadTable true > > UserSelectsMenuItem mnuNewDownload > UserInputsText txtUrl http://www.thecentric.com/ > UserInputsText txtSaveAs /home/sean/thecentric.index.html > UserClicksButton btnOkButton > > TestTableIsEmpty downloadTable false > > TestTableRowItem downloadTable 0 "/home/sean/thecentric.index.html" > "http://www.thecentric.com/" "5 K" "0.0%" Although I'm not a Mac OS X user, yesterday at a Linux Australia board meeting someone was describing "Newton Script" or "Apple Script" or "Apple Talk" - a scripting framework where, if I understood correctly, the entire desktop and any application is easily and totally available for scripting. I gather it is [conceptually] along the lines of Such-in-such-application->File Menu->Save Item->(/tmp/filename.txt) which is what you've developed, it seems. [Since we were meeting at jdub's place, he mentioned that there is a quiet movement in this direction; the accessibility toolkit gives all the hooks that are needed, so this sort of thing should be possible in GNOME...] So, if nothing else, Sean, if you're looking for further inspiration, you might check out what Mac OS X has in this area. *I* for one am desperately in need of automated testing for presented UI elements. I can and do Unit Test the infrastructure underneath, no problem, but once Windows are fired up, it's difficult indeed to do further automated tests. Great work, Sean! AfC Sydney -- Andrew Frederick Cowie Helping you succeed at flawlessly executing Massive Changes and Upgrades to your Mission Critical Systems http://www.operationaldynamics.com/ Sydney New York Toronto London |
From: Sean C. <exc...@gm...> - 2005-02-13 16:31:36
|
I looked at FIT before doing this and ended up using something called exactor instead: http://exactor.sourceforge.net/ It provided the framework and was very easier to integrate into my ide, and to write java-gnome plugin commands. Sean On Sun, 13 Feb 2005 08:30:06 -0500, Jeff Morgan <ku...@gm...> wrote: > On Sun, 13 Feb 2005 02:19:25 +0000, Sean Coughlan <exc...@gm...> wrote: > > Hey there, > > > > I'm working on a project called JetGet, a download manager written in > > java-gnome. I recently added a link to it on the java-gnome > > screenshots page. > > I saw the screenshot. It looks quite nice! > > > My post now, is to let you know I've an AT (acceptance test) framework > > in place for java-gnome in JetGet. > > > > AT's are executable text documents that specify the funcionality of a > > program, and can be written by customers, designers, testers or indeed > > nearly anybody because they are written in almost plain english. > > > > My framework interprets the document and creates a junit test suite > > which either passes or fails depending on wheither the AT passes or > > fails. (so integration with eclipse/intellij etc.. is very nice) > > Is this based on fit? I have read a little about fit and it sounds > quite similar. > > > -- > Jeffrey Morgan > > "The highest reward for a man's toil is not > what he gets for it, but what he becomes by it" > - Jon Ruskin > |
From: Sean C. <exc...@gm...> - 2005-02-13 16:17:51
|
Hey Mark, I've kinda just implemented what you suggested, I've a 'developer' system property which can be true or false. If it's true it will output your actions in a session to an acceptance test file. I've got the action orientated commands like UserSelectsMenuItem, UserInputsText, UserClicksButton etc... working. However I've no way yet to insert the Test commands, that will probably need a UI. Obviously this makes writing AT's for regression testing, or writing AT's to test existing functionality easier. However ideally, I see the AT's being written up front and the development being acceptance test driven. You know your finished when the AT passes. Great idea though, thanks. Sean On Sun, 13 Feb 2005 10:32:12 +0000, Mark Howard <mh...@ti...> wrote: > It's not useful for any of the projects I'm working on now, but I can see how > many people would find this useful. However, it would be even better if you had > a ui for writing the tests. > > The ui application could load a glade xml file, find all the widgets in it and > add click event handlers. Then you would click on a widget and see a window with > appropriate actions for that control (e.g. user enters text for text boxes). > > This way you don't have to remember the widget names or syntax of the test > files. > > -- > .''`. Mark Howard > : :' : > `. `' http://www.tildemh.com > `- mh...@de... | mh...@ti... > |
From: Jeff M. <ku...@gm...> - 2005-02-13 13:30:16
|
On Sun, 13 Feb 2005 02:19:25 +0000, Sean Coughlan <exc...@gm...> wrote: > Hey there, > > I'm working on a project called JetGet, a download manager written in > java-gnome. I recently added a link to it on the java-gnome > screenshots page. I saw the screenshot. It looks quite nice! > My post now, is to let you know I've an AT (acceptance test) framework > in place for java-gnome in JetGet. > > AT's are executable text documents that specify the funcionality of a > program, and can be written by customers, designers, testers or indeed > nearly anybody because they are written in almost plain english. > > My framework interprets the document and creates a junit test suite > which either passes or fails depending on wheither the AT passes or > fails. (so integration with eclipse/intellij etc.. is very nice) Is this based on fit? I have read a little about fit and it sounds quite similar. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Mark H. <mh...@ti...> - 2005-02-13 10:32:46
|
It's not useful for any of the projects I'm working on now, but I can see how many people would find this useful. However, it would be even better if you had a ui for writing the tests. The ui application could load a glade xml file, find all the widgets in it and add click event handlers. Then you would click on a widget and see a window with appropriate actions for that control (e.g. user enters text for text boxes). This way you don't have to remember the widget names or syntax of the test files. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |
From: Sean C. <exc...@gm...> - 2005-02-13 02:19:29
|
Hey there, I'm working on a project called JetGet, a download manager written in java-gnome. I recently added a link to it on the java-gnome screenshots page. My post now, is to let you know I've an AT (acceptance test) framework in place for java-gnome in JetGet. AT's are executable text documents that specify the funcionality of a program, and can be written by customers, designers, testers or indeed nearly anybody because they are written in almost plain english. My framework interprets the document and creates a junit test suite which either passes or fails depending on wheither the AT passes or fails. (so integration with eclipse/intellij etc.. is very nice) So, for example... take this application: http://www.thecentric.com/images/jetget4.png This AT successfully passes for this application: TestTableIsEmpty downloadTable true UserSelectsMenuItem mnuNewDownload UserInputsText txtUrl http://www.thecentric.com/ UserInputsText txtSaveAs /home/sean/thecentric.index.html UserClicksButton btnOkButton TestTableIsEmpty downloadTable false TestTableRowItem downloadTable 0 "/home/sean/thecentric.index.html" "http://www.thecentric.com/" "5 K" "0.0%" The AT syntax is generally VERB CONTROLNAME PARAMETERS... This has many advantages over simply 'unit testing'. In commercial applications it lets you potentially put the owness on the customer to specify required functionality through AT's. It also gives you a one button click platform testing and regression testing. Anyone think this may be useful to them? Cheers Sean |
From: Joao V. <jvi...@ya...> - 2005-02-11 16:44:21
|
After doing a checkout and rebuilding JG here i don't get that problem anymore... Which version of JG you're using? Cheers, J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Joao V. <jvi...@ya...> - 2005-02-11 15:39:37
|
--- Abcdefg <ab...@so...> escreveu: > Its here: egzz.net/java-glade.html > If you (the website maintainers) like it, I can convert it to wiki and add > it to the java-gnome site? Yes, please ;) Cheers, J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Joao V. <jvi...@ya...> - 2005-02-11 15:18:49
|
First of all, thanks for the feedback. I tried here the HelloWorldGlade using java-gnome from CVS and, indeed, got that problem you mentioned (java.lang.reflect.InvocationTargetException: ListenerDelegate.create failure). When running it with an older java-gnome i don't get the problem... got any idea, Jeff? Anyways, i'll see if i can investigate that problem. So you want some bigger examples... hmmm, the libglade module comes with some examples under the 'doc' dir, have you taken a look at them? Try opening the file 'gtk.glade' inside the Glade tool. There is also some apps written with JG; some of them might use Glade: http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/JavaGnomeApplications Cheers, J.V. --- Michael Salcher <mic...@gm...> escreveu: > hi > > i installed java-gnome today and wanted to try it out with glade. i compiled > and ran the HelloWorldGlade example from: > > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/JavaGnomeHelloWorld#HelloWorldGlade > > The gui shows but the events don't work (clicking on the button does not do > anything, and closing the window does not terminate the application either). > when i launch the application the following message appears on the command > line twice (i suppose once for the button event and once for the window > event): > > java.lang.reflect.InvocationTargetException: ListenerDelegate.create failure > > does anyone have any idea to why this happens and how to fix it? > and does anyone know of a / have a bigger / better example of how to use > glade with java-gome (on how to access widget properties and to handle > events)? > > also the the jgo.sh script on the the java-gnome.sf.net website should > probably mention that its last line: > > ${JAVA} -classpath > ${JG_JARS}gtk2.4.jar:${JG_JARS}gnome2.8.jar:${JG_JARS}glade2.4.jar:${JG_JARS}gconf2.8.jar:${CLASSPATH} > $@ > > might need modifications regarding the version numbers of jar files. it took > me hours to figure out why my java-gnome installation didn't work. maybe on > of the website maintainers reads this email and can mention that. > > thanks > michael salcher __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |