View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001567 | JEDI VCS | Client (Gui) | public | 2004-04-03 02:24 | 2010-01-25 00:57 |
Reporter | USchuster | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001567: 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 Information | possible 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 | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | 2.40 | ||||
Releasedocumentation | history | ||||
|
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. |
|
I like the idea more from USchuster ;) |
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 |