- This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Mshtml as a Dialog
Hi,
When I click a list, I want to show some html in a dialog window. It appears that Mshtml cannot be used directly as a Dialog. What modifications should I do?
What is the control that comes up that comes up when you click a partially displayed field in a readonly Browse? Would that be a suitable choice for my requirement?
Thanks,
ajith
This works for me:
Dialog(0, #(Mshtml 'hello world' xmin: 500, ymin: 500))
Hi,
Thanks for the reply. It is working.
My mistake was that I specified the second argument as MshtmlControl(‘hello world’) instead of #(Mshtml ‘hello world’). I assumed that it was because of a problem of Mshtnl because I could not find CallClass method which UserManual refers to in the section on Dialog – “A Controller that is designed to be used in a Dialog commonly defines a CallClass like …”
Sorry for the silly mistake.
Thanks again,
ajith