SymbiSoft / htmlcontrol-for-symbian

Automatically exported from code.google.com/p/htmlcontrol-for-symbian
1 stars 0 forks source link

[New Feature Request] How about adding a new class CHtmlFrame? #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently CHtmlControl can display a html page. If you want to display more 
in one screen, more CHtmlControl object must be created. So, if CHtmlControl 
can support frames(say, support a CHtmlFrame class), it will be better.

CHtmlFrame(CBase-derived) can load a standalone html page, while CHtmlControl 
can hold more than one CHtmlFrame object. And CHtmlFrame can be used with any 
CCoeControl directly also.

How about this idea?

Original issue reported on code.google.com by douyongw...@gmail.com on 27 Apr 2010 at 2:26

GoogleCodeExporter commented 8 years ago
It's complicated. Use multi htmlcontrol instead.

Original comment by gzytom@gmail.com on 27 Apr 2010 at 3:59