Hi there,
Attached is WebCore application making use of an FNCPanel and FNCPageControl. If the browser is resized (see attached video) and the edge of the browser crosses the first tab an error appears.
How do I go about resolving this behavior.
Regards,
Rainier
Please set AdaptToStyle to False. In TMS WEB Core, AdaptToStyle needs additional CSS to function properly. In the TMS WEB Core repository you can find a demo (attached) FNC_Styles_CSS.zip (61.9 KB)
Hi Pieter,
I have set AdaptToStyle to false in all the components, but I still get the error on my side.
Can you confirm that it is working as expected on your side?
Regards,
Rainier
Strange, so when I open your application without opening the form, I'm able to reproduce it. Yet if I open the form (in Delphi 11), and then recompile the application the error is gone, could it be possible that you are using an older version of TMS FNC UI Pack? comparing the DFM files, we notice the icons are different. Can you try changing the DFM file with this code?
I am using the latest FNC UI Pack - I have updated all FNC components 2 days ago.
The error remains after updating the DFM file with provided code.
If I open the project and compile without opening the from like you did, the error is gone.
Hi Pieter,
I have deleted the FNCPageControl and recreated it since the current version was created before the update two days ago. The newly created version seems to work 100%.
I will do the same with my production application that suffers from the same problem.
Regards,
Rainier