BUG 10262 Menu del diseñr se sobrepone a popups SOLVED

- The panel of menu Right remains visible.
- Was add validation for panel.
This commit is contained in:
Marco Antonio Nina
2013-01-04 11:10:55 -04:00
parent 5218ba9546
commit 5556729d0e

View File

@@ -2673,6 +2673,9 @@ var mainPanel;
function showDbConnectionsList(PRO_UID)
{
if (typeof(this.Pm.menu) != undefined) {
this.Pm.menu.remove();
}
mainPanel = new leimnud.module.panel();
mainPanel.options = {
size :{w:640,h:450},
@@ -2703,6 +2706,9 @@ function showDbConnectionsList(PRO_UID)
function showCaseSchedulerList(PRO_UID)
{
if (typeof(this.Pm.menu) != undefined) {
this.Pm.menu.remove();
}
mainPanel = new leimnud.module.panel();
mainPanel.options = {
size :{w:850,h:570},