Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread Martin Schreiber
On Wednesday 07 May 2014 14:33:40 misu kun wrote: could you please see this example , i made 2 splitter . when execute the first one appear while the second don't , until i drag the splitter1 . main.mfm is missing in example. Martin

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread misu kun
sorry , i forget to include it mse_splitter.7z Description: Binary data -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: #149; 3 signs your SCM is hindering your productivity #149;

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread Martin Schreiber
On Wednesday 07 May 2014 15:15:00 misu kun wrote: sorry , i forget to include it Anchors properties are wrong. tsimplewidget1: [an_top] tsimplewidget2: [an_bottom] tsimplewidget2: [an_left] tsimplewidget2: [an_right] Martin

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread misu kun
thanks , but when resize the form , tsimplewidget2 doesn't fit its area properly 2014-05-07 14:36 UTC+01:00, Martin Schreiber mse00...@gmail.com: On Wednesday 07 May 2014 15:15:00 misu kun wrote: sorry , i forget to include it Anchors properties are wrong. tsimplewidget1: [an_top]

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread Martin Schreiber
On Wednesday 07 May 2014 15:52:08 misu kun wrote: thanks , but when resize the form , tsimplewidget2 doesn't fit its area properly 2014-05-07 14:36 UTC+01:00, Martin Schreiber mse00...@gmail.com: On Wednesday 07 May 2014 15:15:00 misu kun wrote: sorry , i forget to include it Anchors

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread misu kun
its ok now thanks , i forgot to setup tsimplewidget4 anchors . it would be very handy if you add an align property (top, buttom , left, right , client , custom) for each control . i hope so . 2014-05-07 14:52 UTC+01:00, misu kun misu@gmail.com: thanks , but when resize the form ,

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread Martin Schreiber
On Wednesday 07 May 2014 16:02:44 misu kun wrote: its ok now thanks , i forgot to setup tsimplewidget4 anchors . it would be very handy if you add an align property (top, buttom , left, right , client , custom) for each control . Delphi align properties never worked satisfiyingly for me. I

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread misu kun
maybe you're right . another question , out of the subject :) can i get HWND from tsimplewidget ? . or there is only one HWND for the main window ! thanks 2014-05-07 15:07 UTC+01:00, Martin Schreiber mse00...@gmail.com: On Wednesday 07 May 2014 16:02:44 misu kun wrote: its ok now thanks , i

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread Martin Schreiber
On Wednesday 07 May 2014 18:35:50 misu kun wrote: maybe you're right . another question , out of the subject :) can i get HWND from tsimplewidget ? . or there is only one HWND for the main window ! Correct, you can get the window handle by tsimplewidget.window.winid. Please use twindowwidget

Re: [MSEide-MSEgui-talk] splitter not shown

2014-05-07 Thread misu kun
Many Thanks 2014-05-07 17:53 UTC+01:00, Martin Schreiber mse00...@gmail.com: On Wednesday 07 May 2014 18:35:50 misu kun wrote: maybe you're right . another question , out of the subject :) can i get HWND from tsimplewidget ? . or there is only one HWND for the main window ! Correct, you

Re: [MSEide-MSEgui-talk] splitter live update

2013-10-08 Thread airpas
2013/10/7, Martin Schreiber mse00...@gmail.com: airpas wrote: hi i could not create a form like this one with msegui its simple 3 panels and 2 splitter , the splitter should be live updated , i can't find some thing simaler to Align property in lazarus . An example is here:

Re: [MSEide-MSEgui-talk] splitter live update

2013-10-08 Thread Martin Schreiber
On Tuesday 08 October 2013 08:57:46 airpas wrote: thanks so much Martin but the resize style of the splitter is line only , how to change it to update ? I don't understand, please explain. Martin -- October

Re: [MSEide-MSEgui-talk] splitter live update

2013-10-08 Thread airpas
to see the effect in lazarus , try to change the splitter property ResizeStyle from rsUpdate to rsLine -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance.

Re: [MSEide-MSEgui-talk] splitter live update

2013-10-08 Thread airpas
ok update means when you move the splitter all related panels update their sizes immediately befor you release the right mouse button . line means the panels update their sizes after release the right mouse button. 2013/10/8, Martin Schreiber mse00...@gmail.com: On Tuesday 08 October 2013

Re: [MSEide-MSEgui-talk] splitter live update

2013-10-08 Thread Martin Schreiber
On Tuesday 08 October 2013 13:14:28 airpas wrote: ok update means when you move the splitter all related panels update their sizes immediately befor you release the right mouse button . line means the panels update their sizes after release the right mouse button. In MSEgui-jargon it would