Project

General

Profile

Activity

From 04/24/2024 to 05/23/2024

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

05/13/2024

01:44 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
The #8673-11 now contains the focus data model and the focus change by mouse flow. Please, comment.
The demo progr...
Vladimir Tsichevski

05/03/2024

05:34 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
I edited it. It should have been @RETURN NO-APPLY <expression>.@. Greg Shah
04:00 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
Thanks, Greg.
One question:
The following two @RETURN <expression>.@ statements look the same:
> * A @RETURN...
Vladimir Tsichevski
02:03 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
First, I want to record some of our older documentation:
https://proj.goldencode.com/artifacts/javadoc/latest/api/...
Greg Shah
12:21 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
Question to gurus:
A Progress trigger can return a value. If the @NO-APPLY@ is returned, the further event process...
Vladimir Tsichevski

05/02/2024

03:51 PM Bug #7657: 8-bit character entry problem in ChUI
You bring up a very good point about using a vt220/320 terminal. They techincally do not support Unicode characters a... Robert Jensen
03:13 PM Bug #7657: 8-bit character entry problem in ChUI
> 1. The first things to do is to have proper building environment to make correct linking with @NCURSES@ libraries, ... Greg Shah
07:48 AM Bug #8074 (Closed): Preferred UI Theme not selected in web with auto-login and forked sessions
Greg Shah
07:46 AM Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
This can be closed. Galya B

05/01/2024

05:43 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
h3. Focus data model
*Focus state* consists of the following data:
# @Window.focus@
*Field-level* focused wi...
Vladimir Tsichevski
01:31 PM Bug #8711: TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
In OE the @TEXT@ widget has the @TAB-STOP@ attribute (despite the official docs say otherwise), and @RECTANGLE@ and @... Vladimir Tsichevski
01:11 PM Bug #8711 (New): TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
Vladimir Tsichevski

04/30/2024

01:49 PM Bug #8673 (WIP): Deduce the logic behind OE focus management and implement in FWD
When the target is a frame, and there is no focus hint set in this frame (something roughly similar to the @AbstractC... Vladimir Tsichevski

04/25/2024

10:51 AM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ updated for review to revision @15163@. Rebased with recent trunk. New revision is @15165@.
This is th...
Eugenie Lyzenko
09:21 AM Bug #7657: 8-bit character entry problem in ChUI
UTF-8 encoding has a variable number of bytes per character. By the way, Java actually uses UTF-16 internally. It can... Robert Jensen

04/24/2024

05:51 PM Bug #7657: 8-bit character entry problem in ChUI
Created task branch @7657a@ from trunk revision @15162@. Eugenie Lyzenko
04:42 PM Bug #7657: 8-bit character entry problem in ChUI
Making required code changes to add @ChUI@ terminal support with optional @UTF-8@ characters for input/output.
1. ...
Eugenie Lyzenko
08:56 AM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
There is a feature related to how OE manages focus I cannot understand.
I wrote the @8376-with-focusable.p@ exampl...
Vladimir Tsichevski
08:00 AM Bug #8673 (WIP): Deduce the logic behind OE focus management and implement in FWD
Vladimir Tsichevski
 

Also available in: Atom