"iFrame" within Servoy-webclient

Hi
I have a solution and the customer uses Google Gmail extensively. I would like to include this within the application in effectively an iFrame inside Servoy. I have tried using the html area but as soon as any links are clicked inside the html area the user is taken outside of Servoy and cant get back. Is there an equivalent of iFrame or a way of doing this inside servoy where the contained web site remains in the tab panel and is independent of Servoy. I stress this is in web client not smart client

Many thanks
Gordon

Hi Gordon,

Do you have a sample to share what you are doing?

I use iframes inside Servoy tabs and work fine using an html area in that form and having this kind of code in the onShow event:

myHtmlArea = ‘’

I´ve tried with a Google site but the google login that uses https does not show into the form.

What is the problem you have?

Regards,

Not going to work: http://stackoverflow.com/questions/3325 … rame-gmail

david:
Not going to work: http://stackoverflow.com/questions/3325 … rame-gmail

Damm that’s annoying but understandable. Having used it for the last few years I should have figured that

Thanks…

Why don’t you use the MailPro plugin (servoy-plugins.de) to create an imap view on the mailbox?
It’s more work, but can be done.

For contacts you can use the google plugin (also servoy-plugins.de)

mboegem:
Why don’t you use the MailPro plugin (servoy-plugins.de) to create an imap view on the mailbox?
It’s more work, but can be done.

For contacts you can use the google plugin (also servoy-plugins.de)

Did think about this Marc, but its quite involved, the loading of the IMAP data is slow for larger mail boxes and it would have just been 100% easier to slot GMail right in. Unfortunately as David says this is a non runner so I will have to think again…

best
Gordon