PropertiesDialog *dlg;
 dlg = new PropertiesDialog();
 dlg = new PropertiesDialog();
 dlg = new PropertiesDialog();
 dlg->show();

shows dlg on top of all three widgets - base widget, popup1, popup2

but this seems to be an ugly solution and I am stopping postmortem right
now.

Someone please help


On Thu, Jan 10, 2013 at 7:45 PM, Rashad M <mohammedrasha...@gmail.com>wrote:

> To make things a bit more weird:
> I have a base widget and two popup widgets. and next I open a WDialog
>
> layer stack is as follows
> base widget
> popup1
> popup2
>
> when my dialog is opened its on top of base widget and below popup1 and
> popup2
> then I click cancel
> i opened my dialog again now its on top of base widget and popup1
> the i click cancel
> I opened my dialog its now on top of three widgets
> base widget, popup1 and popup2
>
> I tried replacing WDialog with Ext::Dialog and there seems to have no
> issues. Ext::Dialog is on top of all widgets every time I click
>
> Anyone have any clue?
>
>
>
> On Thu, Jan 10, 2013 at 6:43 PM, Rashad M <mohammedrasha...@gmail.com>wrote:
>
>> Hi All,
>>
>> My WDialog appears below my WContainerWidget.
>> WContainerWidget's positionScheme is Absolute and setPopup is enabled
>>
>> Is it because of this my Dialog appears below.?
>>
>> --
>> Regards,
>>    Rashad
>>
>
>
>
> --
> Regards,
>    Rashad
>



-- 
Regards,
   Rashad
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to