[Proto-Scripty] problem with library Window 1.3 overflow

2009-07-06 Thread Miguel Beltran R.
Hi again list

I show a dialog before to load the real information, but when the second
window is loaded, the CSS value from attribute overflow is "hidden".
If not show the first dialog (Dialgo.info) the second have overflow=auto;
someone have this problem before?

 var x4=Dialog.info("Loading...", {
  top: 50,
  left:100,
  showProgress: true,
 destroyOnClose: true,
 className: "alert_lite", //"bluelighting", //
 width:160,
 zIndex: 90,
  });

  var win = new Window({
  id:vId+"_ventana",
  className: "bluelighting",
  width:Iwidth,
  height:Iheight,
  zIndex: 100,
  resizable: true,
  minimizable: false,
  maximizable: false,
  destroyOnClose: true,
  title: vId,
  draggable:true,
  wiredDrag: true
  ,onBeforeShow : function(){Dialog.closeInfo();}
   });


-- 

Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] problem with library Window 1.3

2009-06-29 Thread Miguel Beltran R.
Hi again list

My code
http://pastie.org/528853

I want when the window is loaded (I use setAjaxContent) close the info
dialog, but the screen no show anything. Using firebug I see the indo dialog
and the window.

The line "Diaglog.closeInfo();" show error
Error: logged_in_setup is not defined

-- 

Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---