Project

General

Profile

Activity

From 02/22/2024 to 03/22/2024

03/13/2024

07:56 PM Bug #8446 (Test): REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah
06:22 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah wrote:
> Vladimir: You can merge to trunk now.
Done. Trunk rev. 15055.
Vladimir Tsichevski
06:18 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Vladimir: You can merge to trunk now. Greg Shah
05:49 PM Bug #8446 (Merge Pending): REGRESSION: incorrect return value in ThinClient.waitForEvent
Code review 8446a revision 15055. The change looks good. Hynek Cihlar
05:29 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah wrote:
> Do you have the fix in a branch?
>
> Hynek: Any objections to the fix?
>
> Vladimir: This s...
Vladimir Tsichevski
05:19 PM Bug #8446 (Review): REGRESSION: incorrect return value in ThinClient.waitForEvent
Fixed in 8446a rev. 15055. Please, review. Vladimir Tsichevski
04:56 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Do you have the fix in a branch?
Hynek: Any objections to the fix?
Vladimir: This seems pretty safe. I think so...
Greg Shah
04:45 PM Bug #8446 (WIP): REGRESSION: incorrect return value in ThinClient.waitForEvent
This issue was the result of change in 8068a (trunk rev. 15032) and incomplete regression fix in 8419a (trunk rev. 15... Vladimir Tsichevski
04:39 PM Bug #8446 (Test): REGRESSION: incorrect return value in ThinClient.waitForEvent
Vladimir Tsichevski
08:58 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Galya B wrote:
> You can find the device id with @SESSION:DEVICE-ID@ and the code needs to be converted with FWD r15...
Robin Harris
08:52 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
You can find the device id with @SESSION:DEVICE-ID@ and the code needs to be converted with FWD r15017 or later. Galya B
08:41 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Whatcha,
Glorious news that this is in "test"! what 4GL code changes do we need to do to make use of this functio...
Robin Harris

03/08/2024

06:57 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
I was able to learn enough to be dangerous for creating an ABL Unit testcase for stanza_ini. These 2 files are in @te... Roger Borrello

03/05/2024

12:35 PM Support #8306: 3-button mouse to portable mouse mapping?
Vladimir Tsichevski wrote:
> I have to know how to map physical mouse buttons from mouse events to OE portable mouse...
Hynek Cihlar
11:52 AM Support #8306: 3-button mouse to portable mouse mapping?
I have to know how to map physical mouse buttons from mouse events to OE portable mouse events: if I know, for exampl... Vladimir Tsichevski
10:56 AM Support #8306: 3-button mouse to portable mouse mapping?
Vladimir Tsichevski wrote:
> Does anyone know?
Please be more specific.
Hynek Cihlar
06:52 AM Bug #8397: Window ID is not used in messageBox method in ThinClient
@windowId@ argument is passed to all @messageBox@ methods in @ThinClient@, but is not used.
Originally this was re...
Vladimir Tsichevski
06:49 AM Bug #8397 (New): Window ID is not used in messageBox method in ThinClient
Vladimir Tsichevski

03/01/2024

12:30 PM Bug #8376: Focus transfer problem with frames having no focusable contents
The code example:... Vladimir Tsichevski
12:10 PM Bug #8376 (New): Focus transfer problem with frames having no focusable contents
Vladimir Tsichevski

02/29/2024

01:17 PM Bug #8365: FILL-IN: editing character issues
Vladimir Tsichevski wrote:
> Another issue: the trailing whithespace characters other than @SPACE@ must *not* be tri...
Vladimir Tsichevski
01:01 PM Bug #8365: FILL-IN: editing character issues
Another issue: the trailing whithespace characters other than @SPACE@ must *not* be trimmed in @fillIn:SCREEN-VALUE@.... Vladimir Tsichevski
11:50 AM Bug #8365: FILL-IN: editing character issues
OE displays the @TAB@ character in character @FILL-IN@, but FWD does not.
The test program:...
Vladimir Tsichevski
06:46 AM Feature #4853 (Test): implement support for reporting a device-id which is meant to identify a un...
4853a was merged to trunk as rev. 15017 and archived. Galya B
06:24 AM Feature #4853 (Merge Pending): implement support for reporting a device-id which is meant to iden...
That solves the problem nicely. You can merge to trunk now. Greg Shah
04:39 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
4853a r15002 setDeviceId to accept only one (the initial) value for the device id in each session.
Can this be mer...
Galya B

02/28/2024

03:15 PM Bug #8365: FILL-IN: editing character issues
Vladimir Tsichevski wrote:
> In character mode, the @Home@ and @End@ keys should move the focus the the first and th...
Vladimir Tsichevski
03:13 PM Bug #8365: FILL-IN: editing character issues
In character mode, the @Home@ and @End@ keys should move the focus the the first and the last item in the focused wid... Vladimir Tsichevski
01:29 PM Bug #8365: FILL-IN: editing character issues
If the user enters the @?@ in the first position, the screen value is replaced by @?@ as expected.
If the user moves...
Vladimir Tsichevski
01:22 PM Bug #8365: FILL-IN: editing character issues
If the @SCREEN-VALUE@ of the @FILL-IN@ is set to *unknown*, the screen value is replaced by @?@ as expected, but this... Vladimir Tsichevski
01:11 PM Bug #8365: FILL-IN: editing character issues
This task is dedicated to issues related to @FILL-IN@ with *character* format. Vladimir Tsichevski
01:09 PM Bug #8365 (New): FILL-IN: editing character issues
Vladimir Tsichevski
07:54 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> > I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of...
Galya B
07:50 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
> I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of the device-id makes... Greg Shah
06:06 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Sergey Ivanovskiy wrote:
> Does it make sense to read @process.getErrorStream()@ too when we run an external program...
Galya B
05:23 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Does it make sense to read @process.getErrorStream()@ too when we run an external program that can write results to t... Sergey Ivanovskiy
03:00 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> Sergey: Please review.
Sergey, would you please review. This task is blocking the progress of ...
Galya B

02/27/2024

01:07 PM Bug #7824 (Closed): Simplify idle connection settings and apply the default configuration for the...
Greg Shah
12:24 PM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Branch 7824b has been merged to trunk, and archived. Roger Borrello
11:01 AM Bug #7824 (Merge Pending): Simplify idle connection settings and apply the default configuration ...
You can merge to trunk. Greg Shah
11:00 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Greg Shah wrote:
> You've tested non-debug scenarios to confirm that what "should" happen actually is the case?
Y...
Roger Borrello
10:56 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
You've tested non-debug scenarios to confirm that what "should" happen actually is the case? Greg Shah
10:54 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Greg Shah wrote:
> Is there any risk associated with these changes?
No. They would only be used in debug scenario...
Roger Borrello
10:37 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Is there any risk associated with these changes? Greg Shah
10:21 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Yes, I agree with Roger. Sergey Ivanovskiy
10:17 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Branch 7824b was rebased to trunk revision 15011 and is now at revision 15017.
I believe this is ready for merge.
Roger Borrello
12:18 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Continuing progress on #4517...
When I introduced a testcase, there is other breakage since there are strange aspe...
Roger Borrello
11:02 AM Bug #8353 (WIP): Fully support stanza INI LOAD/USE/UNLOAD scenarios
Roger Borrello

02/26/2024

07:59 AM Bug #8340: Wrong LASTKEY value on left button mouse down event
On mouse left button down the @LASTKEY@ value is -1.
# The expected value is 617
# According to the docs, the @LA...
Vladimir Tsichevski
07:57 AM Bug #8340 (New): Wrong LASTKEY value on left button mouse down event
Vladimir Tsichevski
06:02 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger: Please create a new task in the base language project for this work. Copy your #4517-55 content there and kee... Greg Shah

02/23/2024

06:14 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
The testing setup is taking longer than the code update, but I believe my updates in revision 15010 of this branch no... Roger Borrello
01:38 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger, create a test plan that includes the original behavior described in #4517-48, as well as your customer case, f... Galya B
09:53 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Maybe I'm off base, but I am just trying to be helpful. There was a change introduced in the area of INI handling whe... Roger Borrello

02/22/2024

04:33 PM Bug #8324: ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
In OE the following program:... Vladimir Tsichevski
03:44 PM Bug #8324 (New): ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
Vladimir Tsichevski
01:17 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger Borrello wrote:
> Am I off base?
Yes.
Greg Shah wrote:
> The 4GL features @LOAD@, @UNLOAD@, @USE@, @GET...
Galya B
 

Also available in: Atom