Page 1 of 1

Taborder

PostPosted: 27 Mar 2017 08:24
by etwoss
Hi

In Intraweb 14.1.18 they made a fix :

Multiple frames created at runtime parented by IWRegions would render in incorrect order

However on one of my forms it still goes wrong.

After talking to Alexandre Machado of Intraweb we found one difference between Intraweb region and cgdevtools:

When using the wizards for creating a frame i get these:

Intraweb:

TIWFrame3 = class(TFrame)
IWFrameRegion: TIWRegion;

IWFrameRegion is of type TIWRegion having a Taborder of 0


This is the CGDevtools version:

TIWFormQuestionnaire = class(TIWCGJQFrame)
IWFrameRegion: TIWCGJQDialog;

IWFrameRegion is of type TIWCGJQDialog having a Taborder of -1 which I can not set to any other value

Alexandre Machado thinks this is the problem i have now

Eric

Re: Taborder

PostPosted: 28 Mar 2017 11:39
by Alexander Bulei
Hi,

Fixed in next beta build.
Thanks.

Best Regards.