Project

General

Profile

Activity

From 05/14/2024 to 06/12/2024

06/13/2024

08:54 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15277@, updated to revision @15282@.
With this change the flag to use wide ...
Eugenie Lyzenko

06/12/2024

04:26 PM Bug #8872: WAIT-FOR with FOCUS explicitly specified: NO-APPLY return from ENTRY trigger must be i...
The @WAIT-FOR@ statement can include the @FOCUS@ option. The initial focus must be set to the widget, specified as th... Vladimir Tsichevski
04:16 PM Bug #8872 (WIP): WAIT-FOR with FOCUS explicitly specified: NO-APPLY return from ENTRY trigger mus...
Vladimir Tsichevski
11:58 AM Bug #7684 (Closed): ENTRY event is emitted twice
Stanislav Lomany
11:57 AM Bug #7684 (Internal Test): ENTRY event is emitted twice
Yes, looks like it is fixed. Stanislav Lomany
09:02 AM Bug #7684 (Feedback): ENTRY event is emitted twice
Stanislav,
I cannot reproduce the problem you describe. Switching focus to @st2@ with TAB or mouse click generates...
Vladimir Tsichevski

06/11/2024

06:32 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
A strange thing in OE.
The test application:
# Defines a frame @outerFrame@ with a button @focusable4@.
# The ...
Vladimir Tsichevski

06/10/2024

04:30 AM Bug #8586: Fields are not in FIELD-GROUP until they are enabled
Alexandru Lungu wrote:
> Vladimir, are the changes in 8586a going to fix #8068 as well. If so, what testing do you t...
Vladimir Tsichevski
03:22 AM Bug #8586: Fields are not in FIELD-GROUP until they are enabled
Vladimir, are the changes in 8586a going to fix #8068 as well. If so, what testing do you think are required for this? Alexandru Lungu

05/30/2024

12:03 PM Bug #8586 (Internal Test): Fields are not in FIELD-GROUP until they are enabled
8586a revision 15256,
Nice simplification of @nextTabItem@!
The changes also affect other use cases like @ENABL...
Hynek Cihlar
08:02 AM Bug #8586: Fields are not in FIELD-GROUP until they are enabled
Hynek: Please review. Greg Shah

05/29/2024

04:11 PM Bug #8586 (Review): Fields are not in FIELD-GROUP until they are enabled
I fixed the @private FieldGroup.nextTabItem()@ in similar way.
Now the complete tab ring can be traversed from 4gl f...
Vladimir Tsichevski
10:44 AM Bug #8586 (WIP): Fields are not in FIELD-GROUP until they are enabled
The problem seems to be in @FieldGroup.getExtremeTabItem()@ method, where only *realized* items are selected:... Vladimir Tsichevski

05/27/2024

04:03 PM Bug #8809 (Internal Test): Incorrect next enabled widget calculation
Code review 8809a. The changes look good, but it will require good amount of regression testing, including ChUI regre... Hynek Cihlar
03:32 PM Bug #8809: Incorrect next enabled widget calculation
Hynek: Please review. Greg Shah
03:26 PM Bug #8809: Incorrect next enabled widget calculation
The (incomplete) fix for #8770 reverted in 8809a in rev. 15241. Vladimir Tsichevski
07:49 AM Bug #8809 (Review): Incorrect next enabled widget calculation
Vladimir Tsichevski
07:48 AM Bug #8809 (WIP): Incorrect next enabled widget calculation
Fixed in 8809a rev. 15240. Please, review. Vladimir Tsichevski
03:25 PM Bug #8770: ENTRY event is not sent for a frame when window receives focus
The (incomplete) fix moved from 8809a to in 8770a rev. 15242. Vladimir Tsichevski
09:54 AM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
The following code in @TC.waitForWorker@ was probably intended to send @ENTRY@ to the frame in question, but, at leas... Vladimir Tsichevski
07:48 AM Bug #8770 (Review): ENTRY event is not sent for a frame when window receives focus
Vladimir Tsichevski
07:48 AM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
Fixed in 8809a rev. 15240. Vladimir Tsichevski
06:37 AM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > My opinion is that we should stick with @append@ (a.k.a. not removing...
Radu Apetrii
06:30 AM Bug #8012 (Internal Test): Fix combo-box corner cases
Radu Apetrii wrote:
> My opinion is that we should stick with @append@ (a.k.a. not removing it), but I am open to ot...
Hynek Cihlar
05:29 AM Bug #8012: Fix combo-box corner cases
I've followed the leads and reached multiple roots of setting @newAddedItems@. All of them pass as a parameter the va... Radu Apetrii

05/24/2024

02:45 PM Bug #8012: Fix combo-box corner cases
Radu Apetrii wrote:
> Do you have another suggestion other than seeing who added the @newAddedItems@ code and checki...
Hynek Cihlar
12:06 PM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > Hynek Cihlar wrote:
> > * @newAddedItems@ is correctly @null@, then ...
Radu Apetrii
11:36 AM Bug #8012: Fix combo-box corner cases
Radu Apetrii wrote:
> Hynek Cihlar wrote:
> * @newAddedItems@ is correctly @null@, then the answer to the question ...
Hynek Cihlar
11:09 AM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> For the added @append@ parameter, could we deduce new items are being added from the @newAdded...
Radu Apetrii

05/23/2024

04:56 PM Bug #8809: Incorrect next enabled widget calculation
Run the @8809.p@ example.
In OE, the @focusable7@ button receives focus.
In FWD no focus is set.
The issue ori...
Vladimir Tsichevski
03:59 PM Bug #8809 (Closed): Incorrect next enabled widget calculation
Vladimir Tsichevski
09:17 AM Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
This issue was first reported in #8606-44. Vladimir Tsichevski
09:16 AM Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
Code example:... Vladimir Tsichevski
08:54 AM Bug #8807 (Review): A trigger of ANYWHERE type does not shadow existing trigger for the same event
Vladimir Tsichevski

05/22/2024

07:14 AM Bug #8012: Fix combo-box corner cases
Alexandru Lungu wrote:
> Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exa...
Marian Edu
07:09 AM Bug #8012: Fix combo-box corner cases
Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exactly into what we call "xf... Alexandru Lungu
03:08 AM Bug #8012: Fix combo-box corner cases
Code review 7806b. The changes are pretty dense so it is hard to follow every case, but they look OK to me.
For th...
Hynek Cihlar

05/21/2024

11:44 AM Bug #8012: Fix combo-box corner cases
Hynek: Please review. Greg Shah
10:10 AM Bug #8012 (Review): Fix combo-box corner cases
Check the 7806b changes: Done.
Check that the 34 tests that I've created pass: Done.
Status: waiting for review.
...
Radu Apetrii
08:37 AM Bug #8012: Fix combo-box corner cases
Yes, let's move ahead with 7806b and further changes can go in another branch. Please set the %Done of this task acc... Greg Shah
08:34 AM Bug #8012: Fix combo-box corner cases
Greg, the branch 7806b solves the issue on #8407. The problem (?) is that this branch contains multiple fixes for com... Radu Apetrii
07:39 AM Bug #8012: Fix combo-box corner cases
I rebased 7806b with trunk rev. 15226. I suggest waiting for the #8407 result before we decide what to do with 7806b. Radu Apetrii

05/15/2024

02:56 PM Bug #8780: Incorrect frame layout
The following code:... Vladimir Tsichevski
02:51 PM Bug #8780 (New): Incorrect frame layout
Vladimir Tsichevski

05/14/2024

03:52 PM Bug #8770: ENTRY event is not sent for a frame when window receives focus
Then a window receives focus, and no field-level was in focus before in this window (for example, when a window is ju... Vladimir Tsichevski
03:31 PM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
Vladimir Tsichevski
02:47 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
The missing @printEntryLeave.i@ required to run the @8376-with-focusable.p@ uploaded. Vladimir Tsichevski
 

Also available in: Atom