---------- Forwarded message ---------- From: [email protected] <[email protected]> Date: 2012/3/19 Subject: Re: Debug dialogs To: German Grekhov <[email protected]>
please lets cc the incubator dev mailing list in all our mails, every email that is published makes our project look more relevant to 3th party Sebastian 2012/3/19 [email protected] <[email protected]> I gonna check that tonight. > > One common pitfall is: > > if ($debug) Debug.write("balsdbalsd"); > myview.doMethodXYZ(); > > if you just delete the "Debug.write("balsdbalsd");" > if ($debug) > myview.doMethodXYZ(); => will be executed only in debug mode not in normal > > Sebastian > > > 2012/3/19 German Grekhov <[email protected]> > >> Hello, Sebastian. >> >> I found a very strange problem. Mute functionality doesn't work in the >> debug mode. There is a problem with confirmation dialog construction. But >> it works well in the "release" mode. >> Can you reproduce this bug? >> >> German. >> >> > > > -- > Sebastian Wagner > http://www.openmeetings.de > http://incubator.apache.org/openmeetings/ > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
