Problem is how to make a tabbed dialog. Has anyone tried to create a tabcontrol thru toolkit/awt?
There are services called TabControllerModel and
AccessibleTabControl
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.
On checking sources, I can see TabDialog class is present in VCL, but
is there any way to get the TabControl properties directly in awt.
Since I could not, I used WindowDescriptor, with WindowServiceName as
"tabdialog" (ref. vclxtoolkit.cxx in toolkit/source/awt of SRC680 OO
source code). I can get XDialog interface, but I need access to the
TabControl to create a tabbed dialog. So, I am stuck anyways.
Any help/pointers would be appreciated.
- [gsl-dev] Help on making UI/dialogs in C++ Aditya Pandey
- Re: [gsl-dev] Re: Fwd: Help on making U... Philipp Lohmann - Sun Germany
- Re: [gsl-dev] Help on making UI/dialogs... CPHennessy
- Re: [gsl-dev] Help on making UI/dia... Aditya Pandey
- Re: [gsl-dev] TabControl in too... Aditya Pandey
- Re: [gsl-dev] TabControl in... Aditya Pandey
- Re: [gsl-dev] TabControl in toolkit/awt Stephan Schaefer
