houxq / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Feature request #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
Actually3
-non antialiased font
- ability to change opacity of background
- when toggling visibility ON, using password, reset position so console is 
ALWAYS on stage...easy 
to lose off the stage.

Original issue reported on code.google.com by bac...@gmail.com on 5 Feb 2010 at 1:05

GoogleCodeExporter commented 8 years ago
Hi, thanks for the post,

-non antialiased font
Isn't the text already non-antialias? Perhaps this depends on your own set up.
I have attached a screen shot of how antialiased text would look like.

- ability to change opacity of background
Sure, Might put in 'ConsoleSkin' value object that you can pass in to customize 
the 
visual aspects. Not sure how exactly yet. In the mean time you can modify this 
class: 
com.luaye.console.view.Style to change the visual (not on the fly). see method 
"preset1"

- when toggling visibility ON, using password, reset position so console is 
ALWAYS on 
stage...
Suppose you mean having console on top of all other displays. Currently this is 
failing at some scenarios so I'll try fix it.

Many thanks,
Lu

Original comment by luay...@gmail.com on 5 Feb 2010 at 10:19

Attachments:

GoogleCodeExporter commented 8 years ago
v2.35.
use ConsoleStyle at start.

Original comment by luay...@gmail.com on 12 Mar 2010 at 2:41

GoogleCodeExporter commented 8 years ago
That's fantastic! Will definitely give it a try.

For the last issue 'when toggling visibility ON, using password, reset position 
so console is ALWAYS on 
stage..'

what I meant was the x,y coordinates.
Would it make sense when toggling visibility to 'on' to always reset the x,y 
coordinates of the console?

Original comment by bac...@gmail.com on 12 Mar 2010 at 5:34