Closed GoogleCodeExporter closed 8 years ago
I'll see about incorporating the patch
Original comment by googlec...@antlersoft.com
on 14 Jan 2009 at 4:21
In future, don't remove @Override from interface implementations in patches :)
(Accepted by a jdk 1.6 compiler)
Also, I'm not sure why we would want to highlight the cursor separately from the
server showing the cursor? There's no local cursor in android. Why do you
need this?
Original comment by googlec...@antlersoft.com
on 14 Jan 2009 at 6:08
sorry, for the removal of the @overrides ... i was not aware that this is legal
in
java 1.6 (have only 1.5 on the osx box here).
the osx vnc-server does not show the mousecursor by default (perhaps it can be
activated, so i tought i wold give it a try). but feel free, to remove these
changes
from the patch, because it does not work in all cases (almost in no cases to be
honest).
Original comment by christian.koestlin
on 14 Jan 2009 at 6:15
I'm going to create a different issue to cover drawing a local cursor-- it's
going to
need a more complicated implementation and we'll make it a user option
Original comment by googlec...@antlersoft.com
on 15 Jan 2009 at 6:21
I think you are right. I just wanted to play around with the Xor mode, but it
would
be better to just draw a second bitmap at the right position over the other
bitmap. I
don't think the ImageView will be able to handle this.
Original comment by christian.koestlin
on 15 Jan 2009 at 6:33
wow ... the new table layout looks great.
Original comment by christian.koestlin
on 17 Jan 2009 at 6:59
Fixed in 090125
Original comment by googlec...@antlersoft.com
on 25 Jan 2009 at 8:43
Original issue reported on code.google.com by
christian.koestlin
on 12 Jan 2009 at 7:55Attachments: