Re: R: showing dialog / message box to client

2005-05-30 Thread Edoardo Causarano
just return the current expiry time and do a check in the client side right after the proxy returns. If diff < so many minutes call renew proxy method. e -- Le montagne sono così: devi assecondarle anche se ti sputano in faccia fiele e veleno. Perdi se pensi di essere più forte. Vinci se

showing dialog / message box to client

2005-05-19 Thread Dan O'Neill
>Reply-To: Dan O'Neill < [EMAIL PROTECTED] >>To: Plorks mail <[EMAIL PROTECTED]>>Subject: Re: showing dialog / message box to client >Date: Thu, 19 May 2005 10:31:54 +0100>>I had that too... but I'm sorry to say I never got around it... It was very >annoying

RE: R: showing dialog / message box to client

2005-05-19 Thread Plorks mail
l a user to renew it? Thanks From: "I.Venuti" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: Subject: R: showing dialog / message box to client Date: Thu, 19 May 2005 13:35:53 +0200 I'm quite surprised about your implementation. DOes your showDialog is in the server part

R: showing dialog / message box to client

2005-05-19 Thread I.Venuti
maggio 2005 11.26 > A: [EMAIL PROTECTED]; axis-user@ws.apache.org > Oggetto: Re: showing dialog / message box to client > > > > Thanks Dan > > My problem is this > > Every call a client makes (the client can be anything vb, c# web > app etc...) > I need to check

Re: showing dialog / message box to client

2005-05-19 Thread Plorks mail
ED]> Reply-To: Dan O'Neill <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Subject: Re: showing dialog / message box to client Date: Thu, 19 May 2005 09:45:01 +0100 Hi, I don't fully understand your method but I had to do something very similar. In my application I used a client

Re: showing dialog / message box to client

2005-05-19 Thread Dan O'Neill
Hi, I don't fully understand your method but I had to do something very similar. In my application I used a client side handler to recognise when a response was recieved by the client. Then that handler started a thread - DisplayGUI.java for example. This was being run on the client side. The di

showing dialog / message box to client

2005-05-19 Thread Plorks mail
Dear All I'm writing a server-side web service. During one exposed amethod I need to show a dialog/message box to the client asking them a question. The clients clicks yes or no button and that determines which code gets executed. Can anyone advise on how i should so this? If i use this int a