Is there any way of understanding where the focus is on the window at any time?
I know I can control the focus with "pgFocus()",but the user can click on any
field and focus is out of my control.
Thanks
___
Pgui-devel mailing list
[EMAIL PROTECTE
Hi Philippe,
I would expect the current bitmap loading and conversion code to be slow,
but there are definitely improvements that could be made.
I recently changed the pnm_load function to call the video driver's 'pixel'
function to store each pixel rather that quickly loading them into the b
Hi Micah,
Using a bitmap and a vectoriel keyboard, I note the following
* bitmap keyboard take 4 x more time to load
* switching from 1bpp to 2bpp (and vice versa) takes also 4 x more time with bitmap
keyboard
This seems to be due to the conversion of the internal bitmap format stocking.
The fu