voici mon code:
curieusement les top right left bottom n'ont aucune incidence ???Code:var win = new Window("contact",{ className:"bluelighting", title: "Votre contacts", top:0, right:100, width:300, height:150, resizable: false, draggable: false, minimizable: false, maximizable: false, destroyOnClose: true });
ça fonctionne pourtant bien pour les :
Code:Dialog.alert( "Test of alert panel", {top: 100, width:300, height:100, okLabel: "close"} );