Aditya Pandey wrote:
Problem is how to make a tabbed dialog. Has anyone tried to create a tabcontrol thru toolkit/awt?
No, this is not possible. The toolkit does not provide the full VCL functionality, tabbed dialogs are one of the missing pieces. You have to stick to ordinary dialogs when using the toolkit. Have a look at the vclxwindows.hxx header to see what control types are supported.
There are services called TabControllerModel <file:///home/adipan/OpenOffice.org2.0_SDK/docs/common/ref/com/sun/star/awt/TabControllerModel.html> and AccessibleTabControl <file:///home/adipan/OpenOffice.org2.0_SDK/docs/common/ref/com/sun/star/awt/AccessibleTabControl.html> in com::sun::star::awt.While accessibility considerations have been taken care of, how to create TabControl itself apprears to be missing ;). I could not understand what TabControllerModel is all about.
The 'accesible' classes are used as thin wrappers for the corresponding VCL classes just to communicate with accessibility tools. They are not meant to create or fully support those objects but merely provide listener and query functionality.
Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
