>   1. Start plucker.
> 
>   2. Minimize the "Plucker Desktop" window.
> 
>   3. Right-click on Plucker Desktop in the taskbar and select "Close"
>      from the context menu.
> 
>   4. Start Plucker again. It starts, but it's window is no longer on
>      the MS Windows desktop.

Hi Ichimusai, 
Thanks for the nice catch. Indeed, a minimized window appears to be actually moved 
offscreen 
down past the lower left of the screen. If you crack open your plucker.ini you will 
likely see 
something like:

[PLUCKER_DESKTOP]
main_frame_position_x=3000
main_frame_position_y=3000
main_frame_size_x=160
main_frame_size_y=24

The Plucker Desktop did a check for reading its saved size and position, to make sure 
that the 
new dialog position would be visible (the case that I was considering was when an 
800x600 
resolution drops to 640x480). However, there was a typo: the size_x and size_y 
properties were 
being compared to the pixel of the lower left corner, instead of the proper properties 
of 
position_x and position_y. The fix has been made, along with an extra note in the 
sourcecode 
from your findings regarding minimized windows behaviour. It will be in CVS today, and 
in the 
next packages also.

Thanks again,
Best wishes, Robert

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to