FireSplitter Start Positions (HSplitPos - VSplitPos)

Started by Larry Heber, December 17, 2009, 04:16:15 PM

Previous topic - Next topic

Larry Heber

I am sure there is an easy answer to this question though I have been digging for a couple of hours now and can't seem to find it.  Through code I want to read/write the HSplitPos/VSplitPos and have the windows size accordingly.

Any help would be appreciated.

Thanks,
Larry

Paul Squires

Try these type of function calls:


SendMessage HWND_FORM1_FIRESPLITTER1, %FF_SPLITTER_HORIZTOPPOS, nTopPos, 0

SendMessage HWND_FORM1_FIRESPLITTER1, %FF_SPLITTER_VERTLEFTPOS, nLeftPos, 0

Paul Squires
PlanetSquires Software

Larry Heber

Thank you very much, I am still in the process of learning.  I really like the new release of FireFly.

John Messingham

Many Thanks
John Messingham
http://www.jmds.co.uk

Eddy Van Esch

Hi Paul,

I would like to 'refresh' this FireSplitter question.
Is there a way to get the splitter position?
I need to fetch the splitter position in order to restore it when the program is started again the next time.

Just thinking .. If the FireSplitter does not have a message (yet) to retrieve the position, maybe I can calculate the approximate splitter position by getting the child forms sizes....

Kind regards
Eddy