Hi, Found issue for AttachDetachException.
Actually i was overridden the onLoad method in which i was calling center(), inside PopupPanel.center is calling show() which in turns calls again my onLoad() overriden method which goes to Infinite loop finally causes the AttachDetachException. Regards, Charan On May 11, 11:29 am, Charan <[email protected]> wrote: > Hi, > > I was trying some code in GWT 2.0.3 with DialogBox and panels, dialog > box is not showing which is throwing the AttachDetachException in FF > firebug. > > I used the developer plugin to debug see the exactly which panel is > throwing this exception i getting debug points and able to debug it > does not showed any exception with panels (setWidget() or > add() )properly adavnced to next line of code. > on show() of dialog box, i tried to see any error on the developer > plug in window it hanged not opened. > > When i see in Window task manager it is taking 50% of CPU usage and > memory usage to around 1.5gb. > > Because of this i am unable to figure out which panel is throwing > exception. > > Regards, > Charan > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
