Antw: Bells and winvnc

2001-02-20 Thread Gregor Jonas

>>> [EMAIL PROTECTED] 20.02.2001  05.09 Uhr >>>
Folks

Correct me if I'm wrong but it looks like:

. the RFB protocol defines a Bell message type

. the vncviewer for Win 95/98/NT/2000 if it receives a
  Bell message will, if the local PC has a bell, ring it

. winvnc 3.3.3 has no provision for converting a control-G (bel)
  output by an application on the PC running winvnc
  into a RFB Bell message and sending it to the client.

I've only just 'discovered' VNC.  It's just what I need except that I must
have
the ability of hearing the bell of the remote system on the local system.

Before I look at trying to modify the source of winvnc to implement the
RFB Bell message, I thought it worth asking whether anyone has already
done this.  If so, I'd be really grateful if you could send me the details.

Cheers,
Peter
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



multiple sessions

2001-02-20 Thread Zmer Andranigian

Is there a way to have multiple vnc sessions into one box? If not then is
there a way to prevent others from logging on via vnc thus killing your
active connection?

Any ideas would be great.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Index out of range

2001-02-20 Thread Tim Waugh

On Mon, Feb 19, 2001 at 08:03:16PM -0800, Mike Gustus wrote:

> "QImage:color:Index 0 out of range"
> This is repeated for Index 85,109,145,255 and then
> ends with a "Segmentation fault" and the
> application dies.

What colour depth are you using?  Try a higher one.

Tim.
*/

[demime 0.97b removed an attachment of type application/pgp-signature]
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Drive mapping?

2001-02-20 Thread Ralph Corderoy

Hi,

> > Does anyone know how many drivemappings you can make? i mean after
> > Z-drive can make more? and how much more and how??? I am using
> > windows 2000.
> >
> > Normally you have a line at the config.sys or autoexec.bat it say:
> > LASTDRV=Z
> >
> > so you can only have drive mapping till Z?? not possible to make
> > more?  please adive.
> 
> You can only map letters up to "Z".  But you can connect directly to
> share names, without assigning a direct letter, if that helps.

I've just this minute joined this mailing list.

I thought it was to discuss VNC.

Am I in the wrong place?


Ralph.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



re: Bells and winvnc

2001-02-20 Thread James ''Wez'' Weatherall

On Tue, 20 Feb 2001, Peter Milne wrote:

> My needs would be met if there was a routine I could call in applications
> that would send a RFB protocol Bell message to the client.
> 
> Can anyone provide me with advice on how to do this?

You could get hold of the VNC source-code and:

1)  Edit the VNCHooks DLL to include a Beep() function, which
would simply post a custom "beep" message into the message queue of
WinVNC, in the same way as a normal update.  Include the VNCHooks DLL in
your application and use the Beep() function in place of (or as well as)
MessageBeep under Windows.

2)  Catch the message inside WinVNC and send a VNC-beep message to
all clients.

Cheers,

James "Wez" Weatherall
--
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK  - Tel : 343000
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: VNC krasches Delphi apps on server

2001-02-20 Thread David Henningsson

>VNC Uses GlobalAddAtom to add two atoms to the atom table.  It does this in
>the hook DLL, inside each hooked application.  The atoms are used to SetProp
>and GetProp on hooked windows.  It sounds like Delphi and VNC are somehow
>ending up using the same atom values.

Could be that if you forget to remove the props, and the atom is removed,
then Delphi could get the same atom number as VNC had when it starts up.
However, the VNCHooks atom is only removed on WinVNC shutdown AFAIK, and
I see no reason why we should have been restarting WinVNC.

>Do the Delphi apps crash only when a
>VNC session is connected, or only when ones _has_ been connected but isn't
>any longer, or both?

I can happen when the VNC session is connected. I can't tell if it can
happen afterwards too.

>Can you verify that Delphi creates the atoms correctly with GlobalAddAtom()
>and places them in the low-word of the SetProp and GetProp property
>paramaters when they're used?

I checked it out, and yes, it seems so.

// David
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Firewall problem solved

2001-02-20 Thread Eric Greenberg

Just wanted to write a quick note to thank all who helped. I am writing 
this as we "speak" using port forwarding on my Linksys router.  I can't 
explain why it didn't work before, but it does now.  Could have been 
something I was doing wrong, but I swear I set everything the way I have it 
now.

The ONLY other change I made is that I have VNC running as an app instead 
of a service on Windows ME, but I can't imagine that made much of a difference.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Does vncviewer Cope with 24-bit X Server?

2001-02-20 Thread Ralph Corderoy

Hi,

I've just got vnc-3.3.3r2 and I'm having problems getting the viewer to
run on this Linux machine.

linux% ./vncserver 
linux% ./vncviewer :1
VNC server default format:
  8 bits per pixel.
  True colour: max red 7 green 7 blue 3, shift red 0 green 3 blue 6
Can't cope with 24 bits-per-pixel.  Sorry.

linux% ./vncserver -depth 24
linux% ./vncviewer :1
VNC server default format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 0 green 8 blue 16
Can't cope with 24 bits-per-pixel.  Sorry.

Here's, hopefully, the pertinent bits of xdpyinfo.

linux% xdpyinfo
...
bitmap unit, bit order, padding:32, LSBFirst, 32
image byte order:LSBFirst
number of supported pixmap formats:2
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 24, bits_per_pixel 24, scanline_pad 32
...
screen #0:
  dimensions:1280x1024 pixels (433x347 millimeters)
  resolution:75x75 dots per inch
  depths (1):24
  root window id:0x26
  depth of root window:24 planes
  number of colormaps:minimum 1, maximum 1
  default colormap:0x23
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  ...
  number of visuals:1
  default visual id:  0x22
  visual:
visual id:0x22
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits

Is vncviewer basically telling me it will never work when displaying to
a 24-bit X server?  That seems strange.  Given the vncserver is 8-bit
I'd have thought a 256-entry LUT would be sufficient to map to X server
Pixel values.

What am I doing wrong?


Ralph.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Drive mapping?

2001-02-20 Thread Mac Reiter

Drive letters are single characters, so you can extend somewhat further
into the ASCII character set, but you quickly run into a problem...  The
next "letter" after Z is [, which just looks funny ( [:\config.sys ), but
probably works.  The second character after Z is \, which will confuse the
file system tremendously ( \:\config.sys means something totally different...)

You can also reference resources directly in most places with the following
syntax:

\\remotemachine\remotedirectory\FileIWant.txt

This does not work from DOS (or at least not DOS programs -- command.com
seems to understand it sometimes), but you keep mentioning Win2000, so that
may not be an issue.  Since you aren't mapping anything, you can do as many
of these direct references as you need.

Mac

At 01:19 PM 2/20/01 +0800, you wrote:
>Does anyone know how many drivemappings you can make? i mean after
>Z-drive can make more? and how much more and how??? I am using windows
>2000.
>
>Normally you have a line at the config.sys or autoexec.bat it say:
>LASTDRV=Z
>
>so you can only have drive mapping till Z?? not possible to make more?
>please adive.
>-
>To unsubscribe, send a message with the line: unsubscribe vnc-list
>to [EMAIL PROTECTED]
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Drive mapping?

2001-02-20 Thread Mac Reiter

>I've just this minute joined this mailing list.
>
>I thought it was to discuss VNC.
>
>Am I in the wrong place?

You are in the right place, but things sometimes take considerable side
roads.  Having remote control of a computer raises the issue of file
transfer to remote machines, which spawned a whole security discussion, and
now limits to the number of shares...  Hang in there.

Mac
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Firewall problem solved

2001-02-20 Thread Mac Reiter

>The ONLY other change I made is that I have VNC running as an app instead 
>of a service on Windows ME, but I can't imagine that made much of a
difference.

Windows ME has the stupidest networking option I have ever seen -- if it
can't detect a functioning network connection, it disables the ENTIRE
network stack -- you can't even talk to localhost (127.0.0.1) because the
TCP/IP driver isn't loaded.  Dunno if it has any effect, but when WinVNC
loaded as a service, it might be that the TCP/IP driver wasn't configured yet.

Just a thought,
Mac
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: VNC krasches Delphi apps on server

2001-02-20 Thread James ''Wez'' Weatherall

> Could be that if you forget to remove the props, and the atom is removed,
> then Delphi could get the same atom number as VNC had when it starts up.
> However, the VNCHooks atom is only removed on WinVNC shutdown AFAIK, and
> I see no reason why we should have been restarting WinVNC.

The property added by WinVNC is destroyed whenever the hooks are removed
from the system - this occurs whenever you change desktops under NT, and
whenever all VNC connections have gone.  If a Delphi app ran immediately
after a VNC connection had closed, it may well be allocated the same prop
number.

> >Do the Delphi apps crash only when a
> >VNC session is connected, or only when ones _has_ been connected but
isn't
> >any longer, or both?
>
> I can happen when the VNC session is connected. I can't tell if it can
> happen afterwards too.

It may happen while the session is connected simply because Delphi has been
run between two VNC sessions and so has grabbed the *old* VNC atom, leaving
the new VNC session to use a new one.  If VNC had incorrectly left
properties atteched to system windows then Delphi would then get confused.

Cheers,

James "Wez" Weatherall
--
  "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK  - Tel : 343000
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: NT4 server hanging

2001-02-20 Thread Steve Palocz

I have had similar things happening like this. What I finally did was copy
the registry keys for software/orl from current user to local machine. Yes
the default password is set, but none of the other keys were there for my
local machine. Once I copied these keys, Log off and reboot worked find
without the hang.

Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Wade Garnett
Sent: Tuesday, February 20, 2001 3:00 PM
To: [EMAIL PROTECTED]
Subject: NT4 server hanging


Hi Everyone,  I hope someone out there is able to shed some light on the
re-occuring problem that I seem to be faced with. When I connect to my NT4
server from any Nt workstation running 3.3.3.r7 it connects fine but when i
go to logout the screen freezes.  I have to have a person at the site hit
END TASK about 4 times to clear the Winvnc is not responding.  After the END
TASK has been hit a few times the server comes back and I can reconnect if I
need.

Details:  Compaq NT4, SP6a

Winvnc running as a service.  Everything seems ok until I try to logout.



Any suggestions at this point would be greatly appreciated.



Thanks

Wade Garnett

[EMAIL PROTECTED]



-
Do You Yahoo!?
Get your free @yahoo.ca address at Yahoo! Mail.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: vnc-list-digest V1 #1033

2001-02-20 Thread Andrew Bourdon

I got a quick question about the implementation of this project. Would it be
easier to start building the OS from various pieces (essentially from
scratch), or would it be better to start out with a minimal working
intallation and removing parts section by section?

Thanks for the help so far!
~AD Bourdon
Jens> The /dev/fb is no problem, I'd just have to subclass
Jens> rfb::Framebuffer. The real work is to convert keyboard input
Jens> from /dev/tty... to X Windows (RFB) keycodes and to get
Jens> mouse events from /dev/mouse or gpm. I didn't have much time
Jens> to check this out yet. Any ideas?  Btw, I'd use a linux
Jens> 2.4.x kernel for that, they've got more framebuffer drivers.

Jens> So, whats needed?  - Kernel with /dev/fb and network support
Jens> - linux 2.4 - /sbin/init binary and a small sh-script -
Jens> simpleinit?  - a very small shell - ?  - a very small libc
Jens> (not glibc, it's too large) - ?  - insmod / ifconfig / route
Jens> (to configure the nic) - loadkeys (not everybody's got an
Jens> english keyboard) - gpm (mouse driver) - a vnc client
Jens> supporting /dev/fb, /dev/tty and gpm

Jens> Did I miss anything?

Debian's bootfloppies could be used for this - the boot-floppies
package has a set of scripts to build a boot floppy (actually 2
floppies now the kernel has grown so much, but this could be squeezed
back down to 1 presumably). This includes busybox, which could be used
on its own - there is also a busybox-static package :-

Package: busybox-static
Priority: optional
Section: shells
Installed-Size: 872
Maintainer: Erik Andersen <[EMAIL PROTECTED]>
Architecture: i386
Source: busybox
Version: 0.48-1
Filename: pool/main/b/busybox/busybox-static_0.48-1_i386.deb
Size: 403218
MD5sum: ac1713a40ad025896ee112874d3d9ebb
Description: Provides a stand alone rescue shell with tons of builtin
utilities.
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for the most common
utilities you would usually find on your desktop system (i.e. ls, cp, mv,
mount, tar, etc).  The utilities in BusyBox generally have fewer options
than
their full-featured GNU cousins; however, the options that are included
provide the expected functionality and behave very much like their GNU
counterparts.
.
BusyBox-static provides you with a statically linked simple stand alone
shell
that provides all the utilities available in BusyBox.  This package is
intended to be used as a rescue shell, in the event that you screw up your
system.  Invoke "busybox sh" and you have a standalone shell ready to save
your system from certain destruction.  Invoke "busybox", and it will list
the
available builtin commands.

But busybox does not seem to contain networking commands itself (well
it has telnet, but no ifconfig, netstat, route). The boot-floppies
scripts require additional packages to build a boot floppy.

Sincerely,

Adrian Phillips


__
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



NT4 server hanging

2001-02-20 Thread Wade Garnett

Hi Everyone,  I hope someone out there is able to shed some light on the re-occuring 
problem that I seem to be faced with. When I connect to my NT4 server from any Nt 
workstation running 3.3.3.r7 it connects fine but when i go to logout the screen 
freezes.  I have to have a person at the site hit END TASK about 4 times to clear the 
Winvnc is not responding.  After the END TASK has been hit a few times the server 
comes back and I can reconnect if I need.  

Details:  Compaq NT4, SP6a

Winvnc running as a service.  Everything seems ok until I try to logout.

 

Any suggestions at this point would be greatly appreciated.

 

Thanks

Wade Garnett

[EMAIL PROTECTED]



-
Do You Yahoo!?
Get your free @yahoo.ca address at Yahoo! Mail.
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Black screen on Win98 target

2001-02-20 Thread Eric Paul

I saw a number of messages about this in the archives, but no one ever came 
up with a solution.  I hope the debug logs I have will help.

Briefly, I am connecting to a target machine that is running Windows 
98.  The problem is that shortly after connect, the VNC session will hang, 
and after disconnecting any new sessions have only a blank black 
screen.  The system needs to have the VNC client closed and re-opened to 
re-connect to the machine.  The problem happens in both service and 
application mode.  The problem seems to happen more frequently if I use the 
JAVA viewer instead of the Windows viewer, though both will eventually 
cause the problem.  When I turned on debugging in the registry, the problem 
became much harder to duplicate (it took me a week to get it to happen 
again.)  Here is what I think is the relevant snip of the log:

Tue Feb 20 16:07:43 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
Tue Feb 20 16:07:48 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
D:\ORL\vss\winvnc\vncSockConnect.cpp : accepted connection from 192.168.33.134
D:\ORL\vss\winvnc\vncClient.cpp : vncClient() executing...
D:\ORL\vss\winvnc\vncServer.cpp : AddClient() done
D:\ORL\vss\winvnc\vncClient.cpp : client connected : 192.168.33.134 (1)
D:\ORL\vss\winvnc\WinVNC.cpp : message 1026 recieved
D:\ORL\vss\winvnc\vncClient.cpp : negotiated version
D:\ORL\vss\winvnc\vncPasswd.h : PASSWD : ToText called
D:\ORL\vss\winvnc\vncServer.cpp : verify succeeded - null filter
Tue Feb 20 16:07:52 2001
D:\ORL\vss\winvnc\vncClient.cpp : non-shared connection - disconnecting old 
clients
D:\ORL\vss\winvnc\vncServer.cpp : KillAuthClients() done
D:\ORL\vss\winvnc\vncDesktop.cpp : initialising desktop handler
D:\ORL\vss\winvnc\vncDesktop.cpp : bitmap dimensions are 1024 x 768
D:\ORL\vss\winvnc\vncDesktop.cpp : created memory bitmap
D:\ORL\vss\winvnc\vncDesktop.cpp : got bitmap format
D:\ORL\vss\winvnc\vncDesktop.cpp : DBG:display context has 1 planes!
D:\ORL\vss\winvnc\vncDesktop.cpp : DBG:memory context has 1 planes!
D:\ORL\vss\winvnc\vncDesktop.cpp : attempting to enable DIBsection blits
D:\ORL\vss\winvnc\vncDesktop.cpp : unable to enable fast blits
D:\ORL\vss\winvnc\vncDesktop.cpp : no palette data for truecolour display
D:\ORL\vss\winvnc\vncBuffer.cpp : raw encoder requested
D:\ORL\vss\winvnc\vncEncoder.cpp : settranslatefunction called
D:\ORL\vss\winvnc\vncEncoder.cpp : only 8, 16 or 32 bits supported remotely 
- 0 requested
D:\ORL\vss\winvnc\vncEncoder.cpp : settranslatefunction called
D:\ORL\vss\winvnc\vncEncoder.cpp : no translation required
D:\ORL\vss\winvnc\vncBuffer.cpp : local buffer=3145728, remote buffer=3145740
D:\ORL\vss\winvnc\vncBuffer.cpp : local buffer=3145728, remote buffer=3145740
D:\ORL\vss\winvnc\vncServer.cpp : Authenticated() done
D:\ORL\vss\winvnc\vncClient.cpp : authenticated connection
D:\ORL\vss\winvnc\vncClient.cpp : sent pixel format to client
D:\ORL\vss\winvnc\WinVNC.cpp : message 1027 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
Tue Feb 20 16:07:53 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
D:\ORL\vss\winvnc\vncBuffer.cpp : SetClientFormat called
D:\ORL\vss\winvnc\vncEncoder.cpp : settranslatefunction called
D:\ORL\vss\winvnc\vncEncoder.cpp : no translation required
D:\ORL\vss\winvnc\vncBuffer.cpp : local buffer=3145728, remote buffer=3145740
D:\ORL\vss\winvnc\vncBuffer.cpp : Hextile encoder requested
D:\ORL\vss\winvnc\vncEncoder.cpp : settranslatefunction called
D:\ORL\vss\winvnc\vncEncoder.cpp : only 8, 16 or 32 bits supported remotely 
- 0 requested
D:\ORL\vss\winvnc\vncEncoder.cpp : settranslatefunction called
D:\ORL\vss\winvnc\vncEncoder.cpp : no translation required
D:\ORL\vss\winvnc\vncBuffer.cpp : local buffer=3145728, remote buffer=3148925
D:\ORL\vss\winvnc\vncEncoder.cpp : remote palette data requested
Tue Feb 20 16:07:54 2001
D:\ORL\vss\winvnc\vncBuffer.cpp : clearing rectangle (0, 0)-(1024, 768)
Tue Feb 20 16:07:58 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
Tue Feb 20 16:08:03 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
Tue Feb 20 16:08:08 2001
D:\ORL\vss\winvnc\WinVNC.cpp : message 275 recieved
D:\ORL\vss\winvnc\vncMenu.cpp : tray icon added ok
Tue Feb 20 16:08:11 2001
D:\ORL\vss\winvnc\VSocket.cpp : zero bytes read
D:\ORL\vss\winvnc\vncClient.cpp : client disconnected : 192.168.33.134 (1)
D:\ORL\vss\winvnc\vncServer.cpp : removing authorised client
D:\ORL\vss\winvnc\vncServer.cpp : deleting desktop server
D:\ORL\vss\winvnc\vncDesktop.cpp : killing screen server
D:\ORL\vss\winvnc\vncDesktop.cpp : quitting desktop server thread
D:\ORL\vss\winvnc\vncServer.cpp : RemoveClient() done
D:\ORL\vss\winvnc\vncClient.cpp : ~vncClient() executing...
D:\ORL\vss\winvnc\vncClien

VNC as single app server

2001-02-20 Thread Eric Mills

Hi Folks

I am sure I have seen a reference to using RFB protocol as a single app
front end somewhere - a full function application, not simple like the
rfbcounter example.

Has anyone integrated a widget library directly with a VNC server?
Possibly without keeping a full frame buffer image?

It seems one needs to be able to provide some added features to the RFB
protocol to support client side resizings (that can be much more
intelligently handled by an app than a client that just adds scroll
bars),  some support for iconisation including animation of same. Don't think
the current clipboard feature can provide full drag and drop
integration capabilities down the RFB pipe...

Anyone using RFB with PDAs?

I could not find any other threads along these lines.

Thanks
Eric Mills
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-