Page 1 of 1

Error: Size gets modified when running the application

PostPosted: 28 Aug 2014 14:04
by Lynkin
Hello,

I have a simple form with 3 IWCGJQTabs, one inside the other...

First IWCGJQTabs contains: Search Tab + Record Tab...

Second IWCGJQTabs (Inside the "Record Tab") contains: Personal + Extra...

Third IWCGJQTabs (inside the "Extra" Tab) contains: Delivery + Sample Delivery

Now here's the problem:

Inside the "Delivery" and "Sample Delivery" tabs I have a "IWCGJQMemoEx" on each tab linked to a DataSet and Size set to 100 (Height) and 350 (Width)...

When I compile and run the application, when entering on those Tabs with the MemoEx's, their Width changes by itself and gets small, but the height keeps set at 100.

I'm currently using:

Delphi XE2 Update 4
IntraWeb 14.0.32
CGDevTools 2.2.1.26

Re: Error: Size gets modified when running the application

PostPosted: 28 Aug 2014 17:41
by Alexander Bulei
Hi Lynkin,

Can you provide us the simple testcase?t.i.a

Best Regards.

Re: Error: Size gets modified when running the application

PostPosted: 28 Aug 2014 19:18
by Lynkin
I managed to make it work, i had to set the Min Width and Min Height to the same size i have set in Width and Height, then it sticks to it...

It seems to happen only when i have multiple Tabs one inside the other...