Hi, what are environment details of those machines (os, jvm, and browser
type/version in case of applets) ?

Bye
 Il giorno 05/lug/2012 13:31, "Bruno Rodrigues" <[email protected]> ha
scritto:

> I develop an application using pivot, and it works fine in some machines.
> in the other hand, the codes doesnt works good in some machines.
> this line stays blocked even if I press 'ok' option.
>
> int option = showMessage(MessageType.QUESTION, "Remove Report", "Are you
> sure?", options);
>
>
> where:
>
> public int showMessage(MessageType type, String title, String message,
> ArrayList<String> options){
>
>         Alert alert = new Alert(type, message, options, null);
>         alert.setTitle(title);
>         alert.open(window);
>
>         while(!alert.getResult()){}
>
>         return alert.getSelectedOptionIndex();
>     }
>
>
>
>
>
>
>
> any idea?
>
> thanks a lot!
>

Reply via email to