> I suggest:
> "
>   tmainfo = class(t*form)
> [...]
>    private
>     widgetrectbefore: rectty;
>    public
>   end;
>
> procedure tmainfo.fullscreenexe(const sender: TObject);
> begin
>   if window.windowpos = wp_fullscreen then begin
>    widgetrect:= widgetrectbefore;
>    window.windowpos:= wp_normal;
>   end
>   else begin
>    widgetrectbefore:= widgetrect;
>    window.windowpos:= wp_fullscreen;
>   end;
> end;
> "
>
And?

if window switched in fullscreen mode on_resize event still show, that
width and height = fullscreen width and height
left and top = not fullscreened left and height


A.M.

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to