Open GoogleCodeExporter opened 9 years ago
This should be fixed in Processing and ported over. Can you submit a bug
report there?
Original comment by dmel...@gmail.com
on 15 Jun 2009 at 8:28
Original comment by dmel...@gmail.com
on 15 Jun 2009 at 8:31
>> This should be fixed in Processing and ported over. Can you submit a bug
report
there?
I think you'll understand that I'm not going to put any work into a software I
don't
use and then wait a year for my code to get merged with the Arduino-IDE.
If the processing people find this useful they should be the ones to port it...
Original comment by e.fa...@wayoda.org
on 16 Jun 2009 at 6:55
Since most of the development to the IDE code-base is done by the folks working
on Processing, it's important
to keep the Arduino code-base in sync to make it easier to receive updates /
improvements. I'd rather not fix
random little things in a way that makes it more difficult to incorporate other
fixes and improvements. If you
submit a patch, I can try to modify it so that it can be incorporated upstream
as well, but it won't be a high
priority.
Original comment by dmel...@gmail.com
on 16 Jun 2009 at 2:57
This is really annoying me as well (and I've only had an Arduino for two days),
so I've created and submitted a patch against the svn trunk of Processing. No
idea if/when it will get accepted but you can follow the issue at:
http://code.google.com/p/processing/issues/detail?id=1076
Original comment by Mark.A.G...@gmail.com
on 6 May 2012 at 3:30
This issue (sort of) fixed itself by moving to Java7.
I work with the OpenJDK7 on KUbuntu and this Java version uses the GTK flavour
of the FileChooser-Dialog.
That means it still ignores the users LookAndFeel settings, but at least it
doesn't look like being an application from the 1990's any more.
Eberhard
Original comment by e.fa...@wayoda.org
on 8 May 2012 at 4:33
You're right OpenJDK7 definitely uses the normal Ubuntu file dialog for the AWT
FileDialog class rather than falling back to the horrid GTK+ one. This might be
motivation enough for me to upgrade to Java 7 permanently.
Original comment by Mark.A.G...@gmail.com
on 9 May 2012 at 6:39
[deleted comment]
Just to let everyone know that this issue has now been fixed in Processing so
hopefully should make it's way into the arduino code base soon -- see
http://code.google.com/p/processing/issues/detail?id=1014
Original comment by Mark.A.G...@gmail.com
on 30 Jul 2012 at 5:12
Code from Processing here:
http://code.google.com/p/processing/source/detail?r=9902
Original comment by dmel...@gmail.com
on 2 Aug 2012 at 12:51
Original issue reported on code.google.com by
e.fa...@wayoda.org
on 15 Jun 2009 at 7:56Attachments: