On Wednesday 13 September 2017 12:57:20 fredvs wrote:
> > Split caption can be activated by
> > <dockwidget>.frame.grip_options go_showsplitcaption.
>
> OK, done but... what is it for? 

See attachment.

> I do not see any change in hint of grip 
> panel.... I want to write in the hint of the grip what you explain just
> before. But only in the hint of the grip, not change the caption of the
> tabs.

Maybe a special hint property is necessary for your case, I'll take a look.

>
> Other thing.
> I try to customize the tabs of the main dock form.
> For this I did:
>
> ---> basedock.drackdock.tab.frame.tframecomp1
>
> where tframecomp1 has rounded corner in parameters (like in ideU-tabs).
>
> But the tabs do not become rounded ;-(
>
git master 9da262377d41e2eb1d6486b6138ebbe2fbc86c10 has 
tdockcontroller.tab_frametab.
>
> Also, this is ok for changing the height but the faceactivetab does not
> change the color of tab: --->
>
git master 9da262377d41e2eb1d6486b6138ebbe2fbc86c10 has 
tdockcontroller.colortab, coloractivtab, facetab and faceactivetab 
(experimental).

> procedure tmainfo.onchangelayout(const sender: tdockcontroller);
> begin
> if (basedock.dragdock.currentsplitdir = sd_tabed) and
> (basedock.dragdock.activewidget <> nil) then
> begin
> if basedock.dragdock.activewidget = drumsfo then
> begin
> height := 275;
> basedock.dragdock.tab_faceactivetab := drumsfo.tfacedrums
> end else
> if basedock.dragdock.activewidget = guitarsfo then
> begin
> height := 105;
> basedock.dragdock.tab_faceactivetab := guitarsfo.tfaceguitars;
> end else
> ...
> etc...
>
> end;
>
Please try again with git master 9da262377d41e2eb1d6486b6138ebbe2fbc86c10.

Martin
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to