Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread Martin Schreiber
On Tuesday 13 October 2015 16:39:35 Martin Schreiber wrote: > The dockpanelcontroller example from MSEuniverse also has been > updated, please test. > Sorry, forgot to push. MSEuniverse e1e7951c09eaba164e080563a8fa874c1b1c20b6 has it. Martin

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread che fou
i didn't know , thanks -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread Martin Schreiber
On Wednesday 14 October 2015 11:14:55 che fou wrote: > really i don't know how to debug such situation !! . the exception is > correct , the problem is the dialog decoration . > Do you mean the unusual exception message window? This is as designed because the the message window must be displayed

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread Martin Schreiber
On Wednesday 14 October 2015 10:43:23 che fou wrote: > Hi Martin > i encountered this strange locking exception dialog when i pressed the > + of H drvie which is virtual clonedrive , the virtual drive was empty > when i pressed the + I fear you need to debug yourself because I most likely can't

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread che fou
really i don't know how to debug such situation !! . the exception is correct , the problem is the dialog decoration . -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread che fou
> Do you mean the unusual exception message window? This is as designed > because > the the message window must be displayed above a popup window -> it must be > a > popup window itself. yes this is what i mean , so it is as designed , ok so no problem then :)

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread Martin Schreiber
On Wednesday 14 October 2015 10:35:09 che fou wrote: > ahh , thats alot better , many thanks . > i hope you add the ability to create docking windows in design time > :) > Thats already there. Place the child widgets in the wanted order in the dock container and set .dragdock.optionsdock

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread che fou
ahh , thats alot better , many thanks . i hope you add the ability to create docking windows in design time :) -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-14 Thread che fou
Hi Martin i encountered this strange locking exception dialog when i pressed the + of H drvie which is virtual clonedrive , the virtual drive was empty when i pressed the + --

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-13 Thread Martin Schreiber
On Monday 12 October 2015 13:09:09 che fou wrote: > is it possible to show the panel caption if the circle button is pressed ? > > 2015-10-12 11:51 UTC+01:00, che fou : > > i am sure the simple user will be afraid if he seen this > .frame.caption is always visible. Martin

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-13 Thread Martin Schreiber
On Monday 12 October 2015 14:37:40 Martin Schreiber wrote: > On Monday 12 October 2015 12:51:33 che fou wrote: > > i am sure the simple user will be afraid if he seen this > > Because of that we have the circle button. ;-) > What can be improved is that it is better visible to which frame the >

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread Martin Schreiber
On Monday 12 October 2015 10:28:40 che fou wrote: > just because the way how it works , for example if you want to > displace a window and make its layout verticaly with other window , > you have to do : > 1 - press the circle button The circle button can be hidden by removing go_lockbutton,

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread Graeme Geldenhuys
On 2015-10-12 09:44, Martin Schreiber wrote: > I seldom was able to achieve the wanted layouts with that functionality. Indeed. Once I got the hang of MSEide's panels and docking, I was very impressed with how well it works and how flexible layout one can achieve. The other important point is

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread che fou
i am sure the simple user will be afraid if he seen this -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread che fou
is it possible to show the panel caption if the circle button is pressed ? 2015-10-12 11:51 UTC+01:00, che fou : > i am sure the simple user will be afraid if he seen this > --

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread Martin Schreiber
On Monday 12 October 2015 13:09:09 che fou wrote: > is it possible to show the panel caption if the circle button is pressed ? > > 2015-10-12 11:51 UTC+01:00, che fou : > > i am sure the simple user will be afraid if he seen this > The caption is a part of the grip frame and is

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-12 Thread Martin Schreiber
On Monday 12 October 2015 12:51:33 che fou wrote: > i am sure the simple user will be afraid if he seen this Because of that we have the circle button. ;-) What can be improved is that it is better visible to which frame the buttons belong. I'll have a look. Martin

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-11 Thread Martin Schreiber
On Sunday 11 October 2015 12:17:24 che fou wrote: > yes i see , but the concept is not confortable to me , Why not? What is the problem? Martin -- ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-11 Thread che fou
yes i see , but the concept is not confortable to me , for now i prefer using tspliter + tsimplewindow instead ;) -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-10 Thread Martin Schreiber
On Saturday 10 October 2015 10:38:36 Martin Schreiber wrote: > On Saturday 10 October 2015 10:18:02 che fou wrote: > > i think docking window should have a title bar + ( close or maximize > > button ) only , so you will know what is this window for . > > Please activate .frame.grip_options

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-10 Thread che fou
i think docking window should have a title bar + ( close or maximize button ) only , so you will know what is this window for . look at msegit alots of docking windows , at first glance the user could not know whats the role of each window , unless he undock it . i prefer the docking system like

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-10 Thread Martin Schreiber
On Saturday 10 October 2015 10:18:02 che fou wrote: > i think docking window should have a title bar + ( close or maximize > button ) only , so you will know what is this window for . > Please activate .frame.grip_options go_showsplitcaption. > look at msegit alots of docking windows , at first

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-09 Thread Martin Schreiber
On Friday 09 October 2015 17:46:45 che fou wrote: > yes it is , thanks > just a question about msegui docking system : how to dock a window > into another place without pressing the circle button in the top > of the parent window ? > > btw , don't you have intention maybe to change the msegui

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-09 Thread che fou
yes it is , thanks just a question about msegui docking system : how to dock a window into another place without pressing the circle button in the top of the parent window ? btw , don't you have intention maybe to change the msegui docking system to become more friendly ? , there are alot

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-07 Thread Martin Schreiber
On Wednesday 07 October 2015 10:47:46 che fou wrote: > thanks > Is it fixed for you? Martin -- Full-scale, agent-less Infrastructure Monitoring from a single dashboard Integrate with 40+ ManageEngine ITSM Solutions for

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-07 Thread che fou
thanks -- Full-scale, agent-less Infrastructure Monitoring from a single dashboard Integrate with 40+ ManageEngine ITSM Solutions for complete visibility Physical-Virtual-Cloud Infrastructure monitoring from one console

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-06 Thread Martin Schreiber
On Tuesday 06 October 2015 10:16:04 che fou wrote: > Hi Martin > can you please check why this example (made with msegui 4.0) crashe . > if you resize the window (in runtime) , to a smaller size the > application crashes with unclear exception message ! Please try again with git master

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.0beta1 for FPC 3.0

2015-10-06 Thread che fou
Hi Martin can you please check why this example (made with msegui 4.0) crashe . if you resize the window (in runtime) , to a smaller size the application crashes with unclear exception message ! crash_test.7z Description: Binary data