View Issue Details

IDProjectCategoryView StatusLast Update
0001567JEDI VCSClient (Gui)public2010-01-25 00:57
ReporterUSchusterAssigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
Product Version 
Target VersionFixed in Version 
Summary0001567: show login dialog instead of not connected error message in IDE Client
Description(reported by Arnd Iffland in newsgroup)
When no connection to the VCS server is active and a function like check out is directly called from the IDE, a error message pops up.
Instead the login dialog could appear.
Additional Informationpossible solution

function TJVCSClient.CheckServerConnection: Boolean;
...
    if ServerUserID < 1 then
    begin
        DoOpen(True); // NEW
        if ServerUserID < 1 then // NEW
        begin //NEW
            BeepIfSet;
      { Application server not connected.\n\r
         Connect the application server and retry. 87 }
          MessageBox(Application.Handle, PChar(LoadStr(87)),
            cJediVCS, MB_OK or MB_ICONWARNING);
         end // NEW
         else // NEW
            Result := True; // NEW
TagsNo tags attached.
Fix in JVCS version2.40
Releasedocumentationhistory

Relationships

related to 0001704 closedTHuber IDE version sees deleted projects 

Activities

THuber

2004-07-10 04:08

developer   ~0004735

IDE DLL build 652 does check for an existing connection and disables the menu items which need an active connection so this problem should not exist any more.
Anyway there is a tweak with the disabling of the menuitems as (at least with D6) shortcuts are still working and should also be disabled like the corresponding menu item.

anonymous

2005-01-28 02:41

viewer   ~0006302

I like the idea more from USchuster ;)

Issue History

Date Modified Username Field Change
2004-04-03 02:24 USchuster New Issue
2004-07-10 04:08 THuber Fix in JVCS version => 2.40
2004-07-10 04:08 THuber Note Added: 0004735
2004-07-10 04:08 THuber Status new => feedback
2004-07-10 04:08 THuber Description Updated
2005-01-28 02:41 anonymous Note Added: 0006302
2010-01-25 00:57 THuber Relationship added related to 0001704
2010-01-25 00:57 THuber Releasedocumentation => history
2010-01-25 00:57 THuber Status feedback => closed
2010-01-25 00:57 THuber Resolution open => won't fix