[Seaside] Seaside + RFB / VNC Bug

Philippe Marschall philippe.marschall at gmail.com
Mon Jan 28 08:20:35 UTC 2008


Hi

That's a bug in the VNC package. This message has been deprecated in
3.9 been removed. Please report to the VNC maintainer.

Cheers
Philippe

2008/1/27, Rajeev Lochan <lochan94 at gmail.com>:
> Hi,
> There seems to be a method #hex missing in class Integer in latest Seaside
> One-Click Image, Latest Ramon's (AFAIK). The method existed in earlier
> images (ex: Damien's web images). Without this method, tightVNC was not able
> to connect to RFB/VNC server on hosted image. After adding this method,
> VNC-Server works fine. I hope its not an issue to add Integer>>hex
>
> Integer >> hex
> "receiver is in range 0 to 255. Returns a two 'digit' hexadecimal
> representation of the receiver.
> If you want no padding use asHexDigit or printStringHex. i.e.
>      15 printStringHex ==  'F'
>       15 asHexDigit == $F
>      15 hex == '0F'"
> ^self printStringBase: 16 length: 2 padded: true
>
>
> Regards,
> Rajeev Lochan
>
> Co-founder, AR-CAD.com
>
> http://www.ar-cad.com
>  +91 9243468076 (Bangalore)
> 080 65355873
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list