![]() |
|
IWModalWindow no longer shows content - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: IWModalWindow no longer shows content (/thread-1236.html) |
IWModalWindow no longer shows content - mauriv - 09-12-2019 Hi, after upgrading from version 14 to 15 IWModalWindow no longer shows the assigned content. I currently use Delphi 10.2.3 and IntraWeb 15.1.4. I tried to install previous versions but the problem persists. RE: IWModalWindow no longer shows content - kudzu - 09-12-2019 As always, please provide some easily reproducible code or a ready to run demo. RE: IWModalWindow no longer shows content - mauriv - 09-12-2019 Sorry, you're right. In the meantime, however, by recreating the code to post I found the solution: I use templates and I realized that in this version the visible property of the content should be set to true / false manually. Thanks anyway RE: IWModalWindow no longer shows content - kudzu - 09-12-2019 Thanks for the follow up. Glad you got it sorted. |