Page 1 of 1

Can I put a wrap text inside a dialog ?

Posted: Mon Apr 08, 2024 8:34 pm
by heynen
Dear all,

I have used a "dialog" to create a window that pops up when the user clicks on a link. This works fine if I only put text in that dialog, but it doesn't work when I put a wrap text into that dialog (and an image inside that wrap text). If you look at my page, you will find the two dialogs (the one that works and the one that doesn't). My page is here: https://www.freiblatt.de/test/

1) If you click on the top link on the right ("Für Eilige", marked yellow), you will find the dialog that works.
2) If you click on the link below that ("Wer wir sind", also marked yellow), you will find the dialog that doesn't work. (A window pops up, but the layout of that window is not ok: The text is hiding the right border of that window).

Is a "dialog" the wrong tool to implement this?

The WBS file is here: http://www.freiblatt.de/test/project/Test.wbs The images (etc) are here: http://www.freiblatt.de/test/project/Test.7z

Thank you, and all the best, Malte

Re: Can I put a wrap text inside a dialog ?

Posted: Tue Apr 09, 2024 12:32 am
by crispy68
I think it may be easier to remove the padding from the wrappable text and add the padding to the dialog. Adjust as needed between the 2.

Re: Can I put a wrap text inside a dialog ?

Posted: Tue Apr 09, 2024 3:02 am
by heynen
Thank you so much. That solved the problem!

I am really happy it's working now.