Thread: [Java-gnome-developer] How to build java-gnome on windowsXP
Brought to you by:
afcowie
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: 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: 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: 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: 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-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: 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-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 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: 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: 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: Khiraly <khi...@gm...> - 2005-04-04 18:39:40
|
2005-02-23, sze keltez=E9ssel 21:20-kor Joao Victor ezt =EDrta: > 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 ;) Hi! Im still interested for the source code. I want to see a more complex java-gnome example. Can you put somewhere on the net? Or you can directly email me, if you want. Best regards,=20 Khiraly |