Glide Keyboard for 3.5" Display?

on the GHI-Suppotr-Site is a nice example for a 4.3" Keyboard. This example don’t work on the “little” display…OK
Must i build new bitmaps for the T35 and recode the whole init code or is there maybe a easier way ??
What is the meaning of “Glide.FitToScreen = true” code ?

Hi there,

The standard GLIDE source has the keyboard for the 3.5" LCD so just use it.

The fittoscreen causes all windows to adjust there size to the whole screen width and height. Without this, you can potentially have a smaller window popup over the previous one.