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

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 17:28:50 Krzysztof wrote: > > On Thursday 31 March 2016 14:02:41 Krzysztof wrote: > >> Here is example. Try to run it and shrink form width. Edit stop moving > >> in half way. Can't find which property is responsible for this. > > > > It is because of tdrawgrid1. Please se

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Krzysztof
> On Thursday 31 March 2016 14:02:41 Krzysztof wrote: >> >> Here is example. Try to run it and shrink form width. Edit stop moving >> in half way. Can't find which property is responsible for this. > > It is because of tdrawgrid1. Please set tdrawgrid1.anchors an_right to true > for example. > > In

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 14:02:41 Krzysztof wrote: > > Here is example. Try to run it and shrink form width. Edit stop moving > in half way. Can't find which property is responsible for this. It is because of tdrawgrid1. Please set tdrawgrid1.anchors an_right to true for example. In order to al

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Krzysztof
>> Sorry for delay. Had less time on weekend than I thought. I'm >> analyzing now your examples by trying to reproduce them by my self in >> empty project. The one with TSpacer was easy. With TLayouter not. When >> reducing form width, edit stop moving on half form while there is >> still space to

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Krzysztof
Yes. Forgot to mention that I'm on 64bit linux. Now it is working perfect. Thank you! -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 10:29:14 am Martin Schreiber wrote: > On Wednesday 30 March 2016 10:56:33 pm Krzysztof wrote: > > Trying this example now. Downloaded msegui from git repo. In IDE -> > > Settings -> Configure MSEide, changed ${MSEDIR} to my git directory. > > Opened ftglyphs without error,

Re: [MSEide-MSEgui-talk] av when clicking on the ribbon of tdbstringgrid scrollbar (both design/runtime)

2016-03-31 Thread che fou
it works now :) -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 10:56:33 pm Krzysztof wrote: > Trying this example now. Downloaded msegui from git repo. In IDE -> > Settings -> Configure MSEide, changed ${MSEDIR} to my git directory. > Opened ftglyphs without error, main form designer also showed without > errors but when running get

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 22:56:33 Krzysztof wrote: > > An example is here: > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/graphics > >/ftglyphs > > > > It needs MSEgui git master 0277701d9fb48394343e5d415dbc858a51f5c573 > > https://gitlab.com/mseide-msegui/mseide-msegui > >

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 22:34:21 Krzysztof wrote: > > Sorry for delay. Had less time on weekend than I thought. I'm > analyzing now your examples by trying to reproduce them by my self in > empty project. The one with TSpacer was easy. With TLayouter not. When > reducing form width, edit stop mo

Re: [MSEide-MSEgui-talk] av when clicking on the ribbon of tdbstringgrid scrollbar (both design/runtime)

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 19:50:59 che fou wrote: > this is the callstack after the av Please try again with git master f0d129dcd5c83420fc125b587cd5744184ebc9b6, thanks for reporting. -- Transform Data into Opportunity.