Hi all,
i have some questions about dialogs:
if I use a dialog with a client-extension, the dialog doesn't
stay modal(when I reopen the window) and is not using parent
properties like symbol in titlebar.
but I have changed client-side quite nothing??:
public class UIDachBasicDialog extends UIDialog {
protected Object createBasicObject(Object [] a){
return new DachBasicDialog();
}
public class DachBasicDialog extends BasicDialog{
}
}
I want to use a dialog for detail entries and if I close the
dialog I want to add some information in my main frame.
first solution: give dialog a reference from the main frame and
manipulate values inside the dialog.
I think this solution is not so clear.
second solution: I would prefer a behaviour like the ulcalert
component. I want to register the windowClosing event,
check which button was pressed on the dialog and get the
corresponding information from the dialog.
But I have two problems: setvalue(false) from button is not
fireing windowClosing event, also windowClosed
and windowClosing event client-side don't fire.
And I don't know how to get the information in the
windowClosing event which button or "x" was pressed.
has anybody further solutions or any ideas?
I use ulc6.1.1 and ulc-ve6.0.0
thx very much
marco
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer