Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-12 Thread Martin Schreiber
On Saturday 12 November 2016 09:12:26 code dz wrote: > great , it works now , many thanks . > btw , i've seen a new component (treppsdisp) , is this for displaying > reports ? if so , is it ready to use ? , if so , could you please add > a new example showing how this component works ? . maybe

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-12 Thread code dz
great , it works now , many thanks . btw , i've seen a new component (treppsdisp) , is this for displaying reports ? if so , is it ready to use ? , if so , could you please add a new example showing how this component works ? . maybe this is the long awaited feature , for me at least ;-) thanks

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-11 Thread Martin Schreiber
On Tuesday 08 November 2016 13:11:17 code dz wrote: > still one thing ;-) > if i left click on edit control inside the min window , all my windows > goes behind the main window and return if i right click on edit > control , visually that's a bit annoying . > is there another option to prevent

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-08 Thread Martin Schreiber
On Tuesday 08 November 2016 13:11:17 code dz wrote: > still one thing ;-) > if i left click on edit control inside the min window , all my windows > goes behind the main window and return if i right click on edit > control , visually that's a bit annoying . Works for me at Linux, see attachment.

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-08 Thread code dz
still one thing ;-) if i left click on edit control inside the min window , all my windows goes behind the main window and return if i right click on edit control , visually that's a bit annoying . is there another option to prevent that ? thanks

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread code dz
yes it works without application.forcezorder , now i only uses ow_transientformain flag . good work ;) -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread Martin Schreiber
On Saturday 05 November 2016 10:11:56 code dz wrote: > yes , it works perfectly now , many thanks ;) > You could remove the application.forcezorder setting? Martin -- Developer Access Program for Intel Xeon Phi

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread code dz
yes , it works perfectly now , many thanks ;) -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-05 Thread Martin Schreiber
On Friday 04 November 2016 15:17:53 Martin Schreiber wrote: > Try to set the transientfor property by calling > twidget.show() with transientfor parameter, most windowmanger will respect > it. > Automatically done in git master 399d105a9df03bde0157e5b376202fb13c3d1765 if optionswidget

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-04 Thread code dz
application.forcezorder works well , thank you :) -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE.

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-04 Thread Martin Schreiber
On Friday 04 November 2016 14:30:28 code dz wrote: > hi again > i noticed that if i resize or maximize the main window , all my > floating tool windows goes behind the main window . event i added > ow_ultratop flag . and the way i restore them is by selecte some > mainmenu items randomly . The

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-04 Thread code dz
hi again i noticed that if i resize or maximize the main window , all my floating tool windows goes behind the main window . event i added ow_ultratop flag . and the way i restore them is by selecte some mainmenu items randomly . is it possible to make them never go behind ? 2016-11-03 13:59

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-03 Thread code dz
many thanks . -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 10:28:35 code dz wrote: > it works with ow_top , i mean the droplist appears correctly , but > whats the meaning of ow_top , i mean event i set this option , the > window still sit behind the main window app > If the form is a docking form the ow_top value will be

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-03 Thread code dz
it works with ow_top , i mean the droplist appears correctly , but whats the meaning of ow_top , i mean event i set this option , the window still sit behind the main window app -- Developer Access Program for Intel

Re: [MSEide-MSEgui-talk] tselector droplist problem

2016-11-03 Thread Martin Schreiber
On Thursday 03 November 2016 09:22:19 code dz wrote: > Hi martin > if i set tdockformwidget.optionswidget to ow_ultratop, the droplist > of tselector shown behind tdockformwidget window . > The purpose of ow_ultratop is to be displayed above all other widgets which are not ow_ultratop. Does