Im testing servomaster with a laptop 1024x768 and
advancedservo, when executing the console viewer its
display much more big than that resolution and its
impossible to move or resize.
Not sure if I can do anything about it - the size of the
console is determined by the Java GUI component sizes. The
only thing that I can think of at the moment is to provide
sort of a --small command line switch for this case...
Besides, this is just a debug console.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just played with it a little bit - it's going to be a
mess. The font doesn't get inherited by the child windows,
so every single GUI element will have to have its font set
separately. Jose, you're welcome to try to do it and submit
a patch.
This doesn't mean, however, that I'm not going to do it -
it's a question of who gets to it first ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Jeez, original complaint was about 1024x768 - but with the
latest 16-servo controller from Pololu the interface (even
the updated one) doesn't fit into my crazy 1600x1200 screen.
I guess it is indeed pretty bad and has to be fixed better
than it originally was.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=16279
Not sure if I can do anything about it - the size of the
console is determined by the Java GUI component sizes. The
only thing that I can think of at the moment is to provide
sort of a --small command line switch for this case...
Besides, this is just a debug console.
Logged In: YES
user_id=16279
I've just played with it a little bit - it's going to be a
mess. The font doesn't get inherited by the child windows,
so every single GUI element will have to have its font set
separately. Jose, you're welcome to try to do it and submit
a patch.
This doesn't mean, however, that I'm not going to do it -
it's a question of who gets to it first ;)
Logged In: YES
user_id=473059
Ok, close this bug
Logged In: YES
user_id=16279
Fixed. Kind of. It is not the most elegant solution, but
it'll work - besides, it's just a debug console we're
talking about.
If the application frame is smaller than required, it will
become scrollable.
Logged In: YES
user_id=16279
Jeez, original complaint was about 1024x768 - but with the
latest 16-servo controller from Pololu the interface (even
the updated one) doesn't fit into my crazy 1600x1200 screen.
I guess it is indeed pretty bad and has to be fixed better
than it originally was.