Hello,
@alfcen
Yes it is possible. Although there is not a property or function to do that, you can create a big enough dzHTMLView control to host the content. Add it to a Panel, so you can control the visible part, and give appropriate values to Left and Top to center it. Note that Left and Top can get negative values.
For example:
hc.New1("Panel1", -30,-30, 600, 600)
There are also two properties to help you get the actual page size.
LayoutHeight and LayoutWidth.
@specci48 (why not 47 or 49?)
First of all thank you for trying my library.
Although I'm using Basic4PPC for professional reasons, I realy enjoy it. This forum too. Part of this is my posts here.
The libraries I've posted are developed mainly for my own use and just share them (The enjoyment that I said). I also provide sample files trying to show all the functionality.
On the contrary I do not enjoy by no means, writing help files. I prefer to use these minutes to provide more samples or more libraries.
So please forgive me and I promise to try harder in the future!
@alfcen
Please allow me a selfish query: is it possible to disable the scrollbars irrespective of page size?
This would allow playing Flash shows at maximum size in both portrait landscape mode.
Yes it is possible. Although there is not a property or function to do that, you can create a big enough dzHTMLView control to host the content. Add it to a Panel, so you can control the visible part, and give appropriate values to Left and Top to center it. Note that Left and Top can get negative values.
For example:
hc.New1("Panel1", -30,-30, 600, 600)
There are also two properties to help you get the actual page size.
LayoutHeight and LayoutWidth.
@specci48 (why not 47 or 49?)
First of all thank you for trying my library.
Although I'm using Basic4PPC for professional reasons, I realy enjoy it. This forum too. Part of this is my posts here.
The libraries I've posted are developed mainly for my own use and just share them (The enjoyment that I said). I also provide sample files trying to show all the functionality.
On the contrary I do not enjoy by no means, writing help files. I prefer to use these minutes to provide more samples or more libraries.
So please forgive me and I promise to try harder in the future!