Corelli: # 11020 (BDNT5159): Improve BI resize event mechanism From: Source Manager Date: Thu, 22 Feb 2001 17:27:34 +0100 Release: Corelli Date: 2001/02/22 Script: MergeProject Project: BDNT5159 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) If you make a resize on the Bi window the applet needs some time to fullfill the resize. During this time the mouse cursor is still the normal one. If now an action is taken on the Bi window the resize action is broken and the original format is there again. If the resize action is ready the Bi window works normal. For the user it is not really visible when the resize is done. This should be done by a "in process" mouse cursor on the Bi window. This is visible on every Bi implementation. Startup a session from Bi and just make a resize. The resize takes some seconds and during this time any action in the session window disturbs the resize Problem Description (Technical terms) Sending the resize event was delayed. This delay has been removed since there was no purpose for it. Workaround None Solution Improve resize mechanism of mWindows (Scopus defect: 108488) Test Procedure See problem description. Affected Executables bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 108488 579893 30 Corelli: # 11014 (BDNT5158): Edit field problem in BI From: Source Manager Date: Thu, 22 Feb 2001 16:13:33 +0100 Release: Corelli Date: 2001/02/22 Script: MergeProject Project: BDNT5158 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) BI doesn't copy the same value to the next field after pressing "tab key" - Using zoom options within sessions: BW is working ok, there is no problem and you can choose all the values you want. BI also is working ok. - Using manual options within some sessions: BW is working ok, there is no problem. BI does not work when you use manual options values. For example, if you put a value in the "from" field then you should obtain the same value after pressing tab key in the "to" field. The problem is that still remains default value "yyyyyyy" in the "to" field. <<<<------ PROBLEM Execute session "tfcmg1220m000" Problem Description (Technical terms) BI did not track the current active page correctly through focus change events. Workaround None Solution Page object must be informed about focus changes aswell when not in page mode. Scopus defect: 109474 Test Procedure See problem description. Affected Executables bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 109474 583617 30 Corelli: # 11012 (BDNT5151): Problem with plan board session in BI From: Source Manager Date: Thu, 22 Feb 2001 16:10:26 +0100 Release: Corelli Date: 2001/02/22 Script: MergeProject Project: BDNT5151 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) 1.- Starts session tipcs4170m000. After this session tipcs4171m000 is oppened. 2.- Select project: PEPE and the rest of values by default. Also select planning board group = 002 3.- Push 'planning board' Bottom (top on the right). 4.- After this, session 'network planning by activity' has to be showed, but using Baan Internet Connection it does not work. ==> This is the problem !. Problem Description (Technical terms) Various problems with this graphical session. Workaround None Solution Make sure the planboard session (tipcs4170m000) is shown correctly in BI. Scopus defect: 108638 Test Procedure See problem description above. Affected Executables bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 108638 565065 20 Corelli: # 10997 (BDNT5149): BI Scrollbar disappears on resize window From: Source Manager Date: Wed, 21 Feb 2001 11:13:41 +0100 Release: Corelli Date: 2001/02/21 Script: MergeProject Project: BDNT5149 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) If you resize the form in a diagonally way the vertical scrollbar disappears. This is tested with the BiServer version 135. Just start the session ttaad2500m000 (maintain user) and go to the lower right edge of the screen. Then enlarge the screen. You will see that the vertical scrollbar is no longer there. This also happens to other session so that it is not dependent on this session. The BW is OK, of course. Problem Description (Technical terms) The 4GL-Engine sends a too high value of DsNpageIncrement. Therefore BI throws an exception and does not handle the other attributes in the request. The solution is to ignore this error. Workaround None Solution Adapt sourcecode Test Procedure See problem description. Affected Executables bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 108495 568065 20 Corelli: # 10995 (BDNT5147): BI problem with edit field in Grid From: Source Manager Date: Wed, 21 Feb 2001 11:11:42 +0100 Release: Corelli Date: 2001/02/21 Script: MergeProject Project: BDNT5147 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) If you have a session with a string field and you change the string and jump to the next field a rechange of the string field will not be done. More details: All done with BiServer in Version 135. 1) Start session ttaad3110m000 (paper formats) and change the description of a format. 2) Tab to the next fields or lines or do the field jump with the mouse. 3) Now jump back to the field you changed in step 1. 4) Change the field again (for example you had a misspelling the first time). 5) Now press the save button or jump out of the field and press the save button. 6) You will see still the corrected version. 7) Now press to refresh (F5) or close the session and open it again. 8) You will see that the first change is saved and not the correction. Problem Description (Technical terms) The grid data changed event was only sent once. Workaround None. Solution Make sure data field change events are always sent and handled by the 4GL-Engine. Scopus defect: 108592 Test Procedure See problem description Affected Executables bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 108592 580466 20