![]() |
New version 15.1.0 is now available - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: New version 15.1.0 is now available (/thread-1131.html) |
RE: New version 15.1.0 is now available - matija - 07-19-2019 (07-17-2019, 10:18 AM)Alexandre Machado Wrote: There is a new build which contains the fix for the original issue here: http://downloads.atozed.com/IntraWeb/IW15.1.1.exe Now work Auther! OK Now NOT WORK IWButton property Visible true/false? My aplication have HTML bootstrap template therefore StyleRenderOptions most atribute false, except RenderStatus and RenderVisibility is true. Previously it worked! RE: New version 15.1.0 is now available - Alexandre Machado - 07-19-2019 Can you recreate it in a simple test case? Check Button's StyleRenderOptions.RenderVisibility option. If it is not set, turn it on and see if it fixes the issue. RE: New version 15.1.0 is now available - matija - 07-19-2019 (07-19-2019, 07:50 AM)Alexandre Machado Wrote: Can you recreate it in a simple test case? Maybe only IWTemplateProcessorHTML.RenderStyles := True; Im still testing! RE: New version 15.1.0 is now available - Alexandre Machado - 07-21-2019 If you want to change any style attribute after rendering - including "Visibility" (or "Display" for that matter) - then you need to set: IWTemplateProcessorHTML.RenderStyles := True Since version 15.0.0 we have been slowly changing the behavior of Async rendering when templates are enabled, in such a way that an Async response won't break styles of components styled by external style sheets. In IW 15.1 we enforced that no style attribute is rendered in Async when IWTemplateProcessorHTML.RenderStyles = False; I'll add this information to our change log once I consider it important but it is not part of our release notes. |