[Seaside] Seaside + RFB / VNC Bug

Rajeev Lochan lochan94 at gmail.com
Sun Jan 27 20:49:05 UTC 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080128/5dfc91c6/attachment-0001.htm


More information about the seaside mailing list