Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] No error message when connecting to Corona Server Fails.

Title: No error message when connecting to Corona Server Fails.

in ProjectContainerExplorerView.initialize(boolean showError)

I see snippet of code below, and showError is set to false.  I don't understand why we don't want to display an error message if we cannot connect to the Corona Server ProjectContainerManager?  It is hard to know where to start to resolve a problem if you have no clues.

                                if (showError)
                                        infoDialog.open();
                                containers = EMPTY_CONTAINERS;


Glenn Everitt


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top