Re: [ovirt-devel] popup dialog

2014-08-15 Thread Leaboy
Yes, I have done that, thanks. 在 8/15/14, 20:13, "Vojtech Szocs" 写入: > > >- Original Message - >> From: "Leaboy" >> To: "Vojtech Szocs" >> Cc: devel@ovirt.org >> Sent: Friday, August 15, 2014 9:31:34 AM &g

Re: [ovirt-devel] popup dialog

2014-08-15 Thread Vojtech Szocs
- Original Message - > From: "Leaboy" > To: "Vojtech Szocs" > Cc: devel@ovirt.org > Sent: Friday, August 15, 2014 9:31:34 AM > Subject: Re: [ovirt-devel] popup dialog > > which type does result.getReturnValue() got, public void

Re: [ovirt-devel] popup dialog

2014-08-15 Thread Leaboy
th returnValue, >// we can remove "progress" animated image in dialog >getWindow().stopProgress(); > >// if the backend operation was successful, close the >// dialog (otherwise the dialog will remain open) >if (returnValue != null && returnVa

Re: [ovirt-devel] popup dialog

2014-08-14 Thread Vojtech Szocs
- Original Message - > From: "Leaboy" > To: "Vojtech Szocs" > Cc: devel@ovirt.org > Sent: Thursday, August 14, 2014 2:12:37 PM > Subject: Re: [ovirt-devel] popup dialog > > Hi: > you said that ,I have done, and the dialog > Can displ

Re: [ovirt-devel] popup dialog

2014-08-14 Thread Leaboy
gt;> To: "Vojtech Szocs" >> Cc: devel@ovirt.org >> Sent: Thursday, August 14, 2014 6:19:17 AM >> Subject: Re: [ovirt-devel] popup dialog >> >> Hi,Vojtech Szocs: >> Thanks for your help, I have let it work, >> >> The E

Re: [ovirt-devel] popup dialog

2014-08-14 Thread Vojtech Szocs
- Original Message - > From: "Leaboy" > To: "Vojtech Szocs" > Cc: devel@ovirt.org > Sent: Thursday, August 14, 2014 6:19:17 AM > Subject: Re: [ovirt-devel] popup dialog > > Hi,Vojtech Szocs: > Thanks for your help, I have let it work,

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Leaboy
binds popup PresenterWidget/View within GIN DI context.) > >Regards, >Vojtech > > >- Original Message - >> From: "Vojtech Szocs" >> To: "力波 王" >> Cc: devel@ovirt.org >> Sent: Wednesday, August 13, 2014 6:00:08 PM >> Subjec

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
.) Regards, Vojtech - Original Message - > From: "Vojtech Szocs" > To: "力波 王" > Cc: devel@ovirt.org > Sent: Wednesday, August 13, 2014 6:00:08 PM > Subject: Re: [ovirt-devel] popup dialog > > Hi, > > in order to add new dialog, follow the

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
AbstractModelBoundPopupView implements TemplateBackupPopupPresenterWidget.ViewDef { // you can get some inspiration from VmExportPopupView } 5, you are done :) Vojtech - Original Message - > From: "力波 王" > To: devel@ovirt.org > Sent: Tuesday, August 12, 2014 7:57:24 AM > Sub

[ovirt-devel] popup dialog

2014-08-12 Thread 力波 王
Hi, everyone: I add a button, named backup in the Template Tab, And the click event is ok. Now I want add a dialog after clicked the button, So, I add a model , but the dialog didn’t display at all. So, I want to know is there some necessary class need To modify or add? The model code is like thi