Página 1 de 1

Toolbar

Publicado: Mar Sep 19, 2006 4:20 pm
por Srdjan
Hello,
How I can save (in ini file) position and width of toolbar on rebar.
Best regards,
Srdjan Dragojlovic

Toolbar

Publicado: Mié Sep 20, 2006 10:32 pm
por jlalin
Srdjan,
> How I can save (in ini file) position and width of toolbar on rebar.
WITH OBJECT TIni():New( ".test.ini" )
:SetEntry( "Toolbar", "Left", ::oToolbar:nLeft )
:SetEntry( "Toolbar", "Top", ::oToolbar:nTop )
:SetEntry( "Toolbar", "Width", ::oToolbar:nWidth )
:SetEntry( "Toolbar", "Height", ::oToolbar:nHeight )
END
I haven't tested it, however it should help you to do it.
Regards,
José Lalí­n