Re: [MSEide-MSEgui-talk] Stacked widget?

2016-04-01 Thread Martin Schreiber
On Friday 01 April 2016 14:18:10 Krzysztof wrote: > > In MSEgui it is TWidget. MSEgui does not distinguish between widgets > > which can have children (Delphi TCustomControl) and simple graphic > > elements (Delphi TGraphicControl) > > This is great. I guess that it also use own windows (like Alien

Re: [MSEide-MSEgui-talk] Stacked widget?

2016-04-01 Thread Krzysztof
> In MSEgui it is TWidget. MSEgui does not distinguish between widgets which can > have children (Delphi TCustomControl) and simple graphic elements (Delphi > TGraphicControl) This is great. I guess that it also use own windows (like AlienWindows in fpGUI) BTW: Can i add own widget to IDE and use

Re: [MSEide-MSEgui-talk] Stacked widget?

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 18:59:19 Krzysztof wrote: > Hi Martin, > > Is there any container widget which show only one widget at same time? > Something like LCL TNotebook (or Qt QStackedWidget). > In fact, in my > Lazarus app I don't use TNotebook but simply TPanel with runtime code: > Control.Man

[MSEide-MSEgui-talk] Stacked widget?

2016-03-31 Thread Krzysztof
Hi Martin, Is there any container widget which show only one widget at same time? Something like LCL TNotebook (or Qt QStackedWidget). In fact, in my Lazarus app I don't use TNotebook but simply TPanel with runtime code: Control.ManualDock(Panel, nil, alClient). I guess that in MSEgui I can simpl