view only java applet
vnc-list@choi.org
vnc-list "at" choi.org
Sat Jun 8 01:31:00 2002
Thanks, question about that. With the compression
improvements on it, how well does it do with
something like 25 view-only clients on one Xvnc
process? I realize that probably depends a lot
on machine load/capability and the intervening
IP traffic. But what have you observed running
in similar circumstances?
Steve Palocz writes:
> Or grab the class files from www.tightvnc.com if it for unix, or the win32
> distribution for windows. Already has them in it.
>
> Steve
>
> -----Original Message-----
> From: vnc-list-admin "at" realvnc.com [mailto:vnc-list-admin "at" realvnc.com]On
> Behalf Of vnc-list "at" choi.org
> Sent: Thursday, June 06, 2002 8:51 PM
> To: vnc-list "at" realvnc.com
> Subject: view only java applet
>
>
> Apply the following two patches to
> optionsFrame.java and rfbProto.java
> in the get the vnc-3.3.3r2_javasrc.tgz
> package to use the viewonly options for
> the java applet.
>
> ::::::::::::::
> optionsFrame.diff
> ::::::::::::::
> 233c
> (evt.target == choices[shareDesktopIndex]) ||
> (evt.target == choices[viewonlyDesktopIndex])) {
> .
> 209a
>
> viewonlyDesktop
> = (choices[viewonlyDesktopIndex].getSelectedItem().equals("Yes"));
> .
> 151a
> // Disable viewonlyDesktop option
> //
>
> void disableViewonlyDesktop() {
> labels[viewonlyDesktopIndex].disable();
> choices[viewonlyDesktopIndex].disable();
> }
>
> //
> .
> 150a
>
> .
> 129a
> // if parameter is viewonly = yes
> // then disable the viewonly option button
> if ((names[i].equalsIgnoreCase("viewonly desktop")) &&
> (s.equalsIgnoreCase("yes")) ) {
> disableViewonlyDesktop();
> }
> .
> 120a
> choices[viewonlyDesktopIndex].select("No");
> .
> 73a
>
> .
> 72a
> boolean viewonlyDesktop;
> .
> 50c
> rawPixelDrawingIndex = 3, copyRectFastIndex = 4, shareDesktopIndex = 5,
> viewonlyDesktopIndex = 6;
> .
> 46a
> { "Yes", "No" },
> .
> 37a
> "Viewonly desktop",
> .
>
>
>
> ::::::::::::::
> rfbProto.diff
> ::::::::::::::
> 476a
>
> // if we are set to readonly
> // then don't process any mouse or kbd events
> if (v.options.viewonlyDesktop) {
> return;
> }
>
> .
> 419a
>
>
> // if we are set to readonly
> // then don't process any mouse or kbd events
> if (v.options.viewonlyDesktop) {
> return;
> }
>
> .
> _______________________________________________
> VNC-List mailing list
> VNC-List "at" realvnc.com
> http://www.realvnc.com/mailman/listinfo/vnc-list
> _______________________________________________
> VNC-List mailing list
> VNC-List "at" realvnc.com
> http://www.realvnc.com/mailman/listinfo/vnc-list