Howdy All!
I have been trying to replace the use of WebApplication->NewWindow() with a TFrame with a TIWCGJQDialogEx. The reason is I want to avoid the pop=up blockers.
Any how, I have tried adding a region to the dialog and the a label with properties RawText = True and Caption=URL where URL = Files/TermsAndConditions/Page.htm.
When I show the dialog, the dialog is shown but the URL I set in caption is show as the set URL (i.e. just the address).
So questions:
1) Can a TIWCGJQLabel or TIWCGJQLabelEx show a local page of information using a URL?
2) If not, any other suggestion?
Thanks,
Aggie85