[ltk-user] resizing canvas, exiting main loop, fullscreen

Peter Herth herth at peter-herth.de
Fri Apr 27 14:50:18 UTC 2012


Hi Tamas,

glad to hear that you like LTk :)

To get rid of the border of the canvas (which only appears on windows)
you need to
(configure canvas :highlightthickness 0)
To make a window without decorations for full-screen mode, I used
(set-wm-overrideredirect window 1)




Peter

On Fri, Apr 27, 2012 at 4:42 PM, Tamas K Papp <tkpapp at gmail.com> wrote:
>
> Tamas K Papp <tkpapp at gmail.com> writes:
>
>> Currently I have the following issues:
>>
>> 1. I can't make the border disappear around the canvas.
>>
>> 2. If I go near the top/bottom of the screen, or move around too much
>> with the mouse, the script crashes with the following message:
>>
>> "The value 0 is not of type CHARACTER."
>
> I have solved this issue, I forgot to quote the padding char in format.
> Here is the latest version:
>
> http://paste.lisp.org/display/129192#1
>
> Now I just need to get rid of the border :-)
>
> Best,
>
> Tamas
>
> _______________________________________________
> ltk-user site list
> ltk-user at common-lisp.net
> http://common-lisp.net/mailman/listinfo/ltk-user




More information about the ltk-user mailing list