Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Resizeable TDialog Form?
Tue, May 12 2015 8:48 PMPermanent Link

Doug B

Is there a way to configure the TDialog to be resizeable/maximizeable?   

It would be helpful to maximize some of my screens for additional readability.  Even on a tablet, it would be helpful to be able to maximize the dialog/form.

Thanks,
Doug
Tue, May 12 2015 11:07 PMPermanent Link

Raul

Team Elevate Team Elevate

On 5/12/2015 8:48 PM, Doug B wrote:
> It would be helpful to maximize some of my screens for additional readability.  Even on a tablet, it would be helpful to be able to maximize the dialog/form.

If you just want it to be maximized then you can set layout
(Position->lpTopLeft, Stretch->lsBottomRight) either in design or runtime.

As to resize support i believe it's coming. However unless your tablet
has a mouse/touchpad the resizing would likely not be that useable with
pure touch device.

Raul
Wed, May 13 2015 11:42 AMPermanent Link

Doug B

Raul wrote:

> If you just want it to be maximized then you can set layout
> (Position->lpTopLeft, Stretch->lsBottomRight) either in design or runtime.

Thanks, I'm aware of those settings, but was hoping for built-in support that includes a maximize button.  I know I could derive my own Form, but was hoping for a built-in solution.

> As to resize support i believe it's coming. However unless your tablet
> has a mouse/touchpad the resizing would likely not be that useable with
> pure touch device.

I'm primarily interested in resize support for the desktop, although being able to maximize the form would be useful for a touch device like a tablet as well.  Hopefully it's something that will be supported in the future as you mentioned.

Doug
Image