Activity
From 03/29/2024 to 04/27/2024
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... - 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...
04/24/2024
- 05:51 PM Bug #7657: 8-bit character entry problem in ChUI
- Created task branch @7657a@ from trunk revision @15162@.
- 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. ... - 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... - 08:00 AM Bug #8673 (WIP): Deduce the logic behind OE focus management and implement in FWD
04/21/2024
- 03:50 PM Bug #8659: FWD has no button click animations
- In FWD in Windows 10 theme buttons doesn't react to mouse clicks at all. In 4GL clicking may include color change and...
- 02:43 PM Bug #8659 (New): FWD has no button click animations
04/20/2024
- 11:01 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- > Actually, the fact that @baseKey@ is null should be OK on the client side. It just needs to be a little more protec...
- 12:11 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Actually, the fact that @baseKey@ is null should be OK on the client side. It just needs to be a little more protecte...
04/19/2024
- 07:51 PM Bug #8353 (WIP): Fully support stanza INI LOAD/USE/UNLOAD scenarios
- By changing my test to a procedure, I was able to get it running.
I am finding that @LOAD gIniName DIR gDir.@ resu...
04/12/2024
- 01:45 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Good work!
>
> Some thoughts:
>
> * We should add a build-time option to control whether th... - 06:47 AM Bug #7657: 8-bit character entry problem in ChUI
- Good work!
Some thoughts:
* We should add a build-time option to control whether the native module will use wid...
04/11/2024
- 04:46 PM Bug #7657: 8-bit character entry problem in ChUI
- The news so far.
After experimenting I would like to share some finding at this time. For minimal usage we need to... - 01:06 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> It must be something pulled over from the Hotel GUI directory. In October 2023, Galya implemente... - 12:23 PM Bug #7657: 8-bit character entry problem in ChUI
- It must be something pulled over from the Hotel GUI directory. In October 2023, Galya implemented single signon for ...
- 12:16 PM Bug #7657: 8-bit character entry problem in ChUI
- Guys,
During testing Hotel ChUI with wide chars environment I'm getting the following warning when starting server...
04/08/2024
- 10:04 AM Bug #8598: Frame has no scrollbars
- Example:...
- 10:02 AM Bug #8598 (New): Frame has no scrollbars
04/04/2024
- 09:09 AM Bug #8586: Fields are not in FIELD-GROUP until they are enabled
- The program:...
- 09:02 AM Bug #8586 (Test): Fields are not in FIELD-GROUP until they are enabled
04/03/2024
- 04:52 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- The failure was because I didn't include @support/test/AssertExt.cls@ in the conversion file. Now I get:...
04/02/2024
- 05:15 PM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Șerban Bursuc wrote:
> As for issue 2, I don't understand whether OE just refuses to sort the column, or it doesn'... - 10:30 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Sorry for the random assignment, it was **not** intentional.
- 10:27 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Vladimir Tsichevski wrote:
> As I see this:
>
> # If a string tree column has non-empty values, empty string valu... - 10:11 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- As I see this:
# If a string tree column has non-empty values, empty string values and unknown values, when expect... - 09:57 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Vladimir Tsichevski wrote:
> Șerban Bursuc wrote:
>
> > As for what's different, it's a bit more apparent from th... - 09:56 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Șerban Bursuc wrote:
> As for what's different, it's a bit more apparent from the screenshots in #8039-39
There i... - 09:28 AM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Vladimir Tsichevski wrote:
> I reproduced the situation using @5084.p@, and I found no difference between OE and FWD... - 08:23 AM Bug #8260 (Feedback): treelist sorting column with null and empty string values does not produce ...
- I reproduced the situation using @5084.p@, and I found no difference between OE and FWD. What is wrong with FWD?
04/01/2024
- 06:41 PM Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Șerban Bursuc wrote:
> Using the @TreeList@ testcase:
>
> We add nodes with the following cell values
>
> [...... - 01:46 PM Bug #8556: Incorrect frame layout
- The issue exists at least since the trunk rev. 14857, so it is not a recent regression.
- 01:26 PM Bug #8556: Incorrect frame layout
- The following example:...
- 01:21 PM Bug #8556 (New): Incorrect frame layout
03/29/2024
- 01:23 PM Bug #7657: 8-bit character entry problem in ChUI
- I am open to trying out and testing any FWD changes here on my end. Let me know if I can help in any way. I have work...
- 06:39 AM Bug #7657: 8-bit character entry problem in ChUI
- Robert Jensen wrote:
> The comand line is actually:
> ./client-terminal.sh client:cmd-line-option:startup-procedure... - 06:26 AM Bug #7657: 8-bit character entry problem in ChUI
- > I may have missed a step here. I am running from Intellij, which I did restart after the changes to .bashrd But may...
- 06:17 AM Bug #7657: 8-bit character entry problem in ChUI
- In #7657-5, I mentioned some changes that were needed. Let me make it more clear: these changes that are needed are ...
Also available in: Atom