TIWAdvMessageDialog and TFrame

hi,.

for some reason, i can't activate and show the TIWAdvMessageDialog from a TFrame.
it looks like the IW just bypass order TIWAdvMessageDialog.Show;

i copied a working TIWAdvMessageDialog from one of the forms of my application, and it's not working/showing from a TFrame that i create/load at run-time.

what am i missing please?

Hi,


Please not that it's recommended to always place the TIWAdvMessageDialog control directly no your form.
Placing the control on a TFrame can produce unexpected behavior like you described.

the thing is that i have frames of messages going between users (recieved and sent).
in each message(TFrame) there is an "are you sure you want to delete" button to delete the specific message.
in the Form and region that contains those frames, there can be as many Frames as there messages, because they are all beeing created in run-time.

i tried to send a parameter from a message (the message's ID) we want to delete, to the container form, and make the form show the TIWAdvMessageDialog but with no luck...

so how can i show the TIWAdvMessageDialog if not from the message i want delete?
is there a plan to fix it to work from a TFrame?

thanks

any idea how can i resolve my problem please?

I think it would indeed be a good approach to pass a value to your form and then display the IWAdvMessageDialog.
What exactly is not working with using this technique?
Is it directly related to displaying the IWAdvMessageDialog or with passing the value to the form?

i tried to send the MessageID from the TFrame to the containing form, but the Frame doesn't recognize the 

container form, in design time, even after i add it to the uses.

this by itself is not a tms problem of course, but it could be much easier if the IWAdvMessageDialog could work with frames.

btw, it still says April 16, is there a new estimated time for a new release please ?

thank you Bart

Estimated next release date is set to May 7. There is some delay as there is much work to do: XE4 compatibility, support for newer IntraWeb 12 & IntraWeb 14 versions...