Project

General

Profile

Activity

From 06/06/2019 to 07/05/2019

07/05/2019

09:43 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> Where in the FWD code is alignment chosen to place @screen-value@ attribute at the screen?
This was mentioned in...
Greg Shah
06:23 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I have a question (see #3691-107).
The @dialog.p@ contains @roomRate2:screen-value = roomRate:screen-value.@. But ...
Alexei Kaigorodov
08:33 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
Code Review Task Branch 4130a Revision 11322
1. Please explain the logic behind your change. On the surface it i...
Greg Shah
06:32 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
> But I would like to run it faster, as a junit test, using some simple wrapper:
com.goldencode.Launcher.launch(com....
Greg Shah
04:55 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
made a fix in @secure/code/p2j_repo/p2j/active/4130a/@
Now the test @uast/format_string/abl/makeCheck.p@ shows full ...
Alexei Kaigorodov
01:23 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
So I have a short (1 line) 4gl test program:
@display string(DECIMAL("-99.876"), "->>>.") skip.@
I converted it to ...
Alexei Kaigorodov

07/04/2019

01:37 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
My previous comments:
*the 4GL reference for "Data Types" may have something useful*
*see the NumberType and de...
Greg Shah
11:40 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> > Anyone knows where this behavior is specified?
>
> Are you asking for where the 4GL document...
Alexei Kaigorodov
11:38 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
But Eugenie's point is correct. The 4GL docs are incomplete and sometimes wrong. Greg Shah
11:37 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> Anyone knows where this behavior is specified?
Are you asking for where the 4GL documentation explains this (the...
Greg Shah
11:36 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> I have a question: if a decimal number has more digits after the point than the format al...
Eugenie Lyzenko
11:26 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I have a question: if a decimal number has more digits after the point than the format allows, then 4gl rounds that n... Alexei Kaigorodov
11:01 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> I could not found the rules which govern such alignment
If you have specific questions, post them here.
> an...
Greg Shah
05:51 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Filed a bug report #4130 "FWD truncates decimal part instead of rounding when displaying" which describes the reason ... Alexei Kaigorodov
12:02 PM Bug #4135: high dpi screens display in low dpi
A customer has reported that the web client renders in a low resolution when run using a high dpi screen (e.g. a MacB... Greg Shah
12:01 PM Bug #4135 (Test): high dpi screens display in low dpi
Greg Shah
11:58 AM Support #4134: reduce the processing for calculated columns
If FWD evaluates the expressions for a calculated browse column more than the 4GL, then we can speed things up by mat... Greg Shah
11:54 AM Support #4134 (New): reduce the processing for calculated columns
Greg Shah
01:10 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
the article [[https://knowledgebase.progress.com/articles/Article/000030560]] reads:
@FORMAT rounds the displayed ...
Alexei Kaigorodov
12:54 AM Bug #4130 (New): FWD truncates decimal part instead of rounding when displaying
Alexei Kaigorodov

07/03/2019

06:16 PM Feature #4129: map web client users to OS accounts
h2. Existing Approaches
The web client is designed with a server-driven spawning process for launching the FWD cli...
Greg Shah
04:58 PM Feature #4129 (Closed): map web client users to OS accounts
Greg Shah
09:46 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Both drivers work. Checker shows that results on 4gl in ChUI and GUI modes are identical. FWD results in ChUI and GUI... Alexei Kaigorodov

07/01/2019

02:29 PM Bug #3889 (WIP): incorrect initial widget and screen values for combo boxes and selection lists
Adrian Lungu
10:20 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Greg Shah wrote:
> > To capture output from GUI and ChUI are different runs of the same ...
Greg Shah
10:05 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> To capture output from GUI and ChUI are different runs of the same capture driver, right?
Right,...
Alexei Kaigorodov
10:00 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Greg Shah wrote:
> > None of these plans are correct. The purpose of a driver @.p@ is t...
Greg Shah
09:51 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> None of these plans are correct. The purpose of a driver @.p@ is to run ALL of a given process.
...
Alexei Kaigorodov
08:53 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
None of these plans are correct. The purpose of a driver @.p@ is to run ALL of a given process. So you can create:
...
Greg Shah
08:35 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Your current directory is @uast/format_string/bin/@
Yes
> Again, the solution here is keep y...
Alexei Kaigorodov
08:00 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Your current directory is @uast/format_string/bin/@ and you are opening a relative path @format_string/generated/feed... Greg Shah
07:45 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
thanks to Constantin Asofiei, running uast/clean.ch helped.
Next problem is:
following code in @format_string/bin...
Alexei Kaigorodov
07:24 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Refactored *.p files to use names starting with @format_string@ everywhere. Checked that all they run in 4gl. However... Alexei Kaigorodov
05:40 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> The alternative is to make the 4GL folder structure be the same as the one in FWD, and run the program via e.g. pro... Greg Shah
04:15 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei, about your issue with @include files must be relative to testcases/uast@. The problem is generated by the fa... Constantin Asofiei
11:19 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> > include files must be relative to testcases/uast, not to the location of the referencing proce...
Alexei Kaigorodov
07:27 AM Bug #4126: Discrepancy in FWD runtime data
There is a script in @testcases/uast@, called @cleanup.sh@ - this script is supposed to clean all conversion artifact... Constantin Asofiei
07:15 AM Bug #4126: Discrepancy in FWD runtime data
Look at the attached screenshot: variable @definedModes@ obtained as @caller.getParameterModes(function)@ has value "... Alexei Kaigorodov
07:00 AM Bug #4126 (Closed): Discrepancy in FWD runtime data
Alexei Kaigorodov

06/30/2019

06:25 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> include files must be relative to testcases/uast, not to the location of the referencing procedure (which is evide... Greg Shah

06/29/2019

10:28 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Constantin Asofiei wrote:
> Alexei Kaigorodov wrote:
> > It turned out that references to external procedures and i...
Alexei Kaigorodov
10:12 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> It turned out that references to external procedures and include files must be relative t...
Constantin Asofiei
08:29 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
It turned out that references to external procedures and include files must be relative to @testcases/uast@, not to t... Alexei Kaigorodov

06/28/2019

10:17 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> It is important that you figure it out so that you can do this in the future as needed. The @def...
Alexei Kaigorodov
03:15 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
It is important that you figure it out so that you can do this in the future as needed. The @def frame@ can be at th... Greg Shah

06/27/2019

07:56 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> > Is it possible to convert it to a function with single parameter which returns string?
>
> Y...
Alexei Kaigorodov
03:06 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Driver reworked to avoid Extent statement. Now the code compiles but fails at runtime because it cannot find external... Alexei Kaigorodov

06/26/2019

05:36 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> Should I file a bug report?
Sure. For now, you will have to just rework the code to avoid the issue.
Greg Shah
05:16 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> * Is the Java class (@com.goldencode.testcases.format_string.driver_dec.TestDec.class@) in the ...
Alexei Kaigorodov
05:02 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> pop-ups a window with the error message and waits until user clicks a button.
> I believe our goal is to make huge...
Greg Shah
04:46 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> > I do use streams to named files, both for reading and writing.
>
> Then drop the @-b@ from y...
Alexei Kaigorodov
04:41 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> But the file exists:
> avk@msi-leop:~/Bugfix/3691/testcases/uast/format_string/testIfwd$ ls l /home/avk/Bugfix/369...
Greg Shah
04:32 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> I do use streams to named files, both for reading and writing.
Then drop the @-b@ from your 4GL command line. I...
Greg Shah
04:16 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Are you trying to execute a converted program using the @client:cmd-line-option:startup-procedure...
Alexei Kaigorodov
02:33 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> When executing on different systems there will be different paths and configurations. Why not ...
Alexei Kaigorodov
02:07 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> So we need 2 different programs: one takes results and the other takes and compare.
OK.
You may want to use O...
Greg Shah
11:55 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
> To simply execute the driver user has to call a command like
>
> C:\Progress\OE116_64\bin\prowin.exe -p driver.p ...
Greg Shah
11:08 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Make one 4GL program that calls the others. Minimize parameters and make it run as simply as p...
Alexei Kaigorodov

06/25/2019

04:51 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
> I created a prototype 4gl driver in new directory testcases/uast/format_string/driver.
It consists of 2 programs: ...
Greg Shah
04:37 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
> You cannot define streams inside an internal procedure. (3359)
>
> Can you please advise how to get rid of this e...
Greg Shah
07:35 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Alexei: I prefer if you have a single 4GL "driver" program that runs any other 4GL code and captu...
Alexei Kaigorodov

06/24/2019

10:32 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > Alexei Kaigorodov wrote:
> > > ...
> > > All additions are pushed u...
Eugenie Lyzenko
10:19 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Eugenie Lyzenko wrote:
> Alexei Kaigorodov wrote:
> > ...
> > All additions are pushed up as revision 1875 in tesc...
Greg Shah
10:15 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Eugenie Lyzenko wrote:
> Again, I need a list of the Progress 4GL source files to test. I see 2 @*.p@ files in @form...
Alexei Kaigorodov
10:13 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> When talking about 4GL/FWD (in)compatibility, the first observation is that FWD lacks that handy commands as _progr... Greg Shah
09:59 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> The testcases themselves are written in ABL, so must be able to run on any 4gl implementa...
Eugenie Lyzenko
09:40 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
The testcases themselves are written in ABL, so must be able to run on any 4gl implementation.
I also prepared simpl...
Alexei Kaigorodov
09:31 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> ...
> All additions are pushed up as revision 1875 in tescases project.
Are the testc...
Eugenie Lyzenko
09:01 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
When talking about 4GL/FWD (in)compatibility, the first observation is that FWD lacks that handy commands as @_progr... Alexei Kaigorodov

06/21/2019

07:12 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
There is another related issue. In OpenEdge when both @enter@ and @chose@ triggers for a button are defined, pressing... Hynek Cihlar
07:09 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Adrian Lungu wrote:
> - The bug was fixed following all the steps in the solving strategy. The <<on choose of button...
Hynek Cihlar
12:27 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Branch 3690a created.
Changes committed to branch.
Adrian Lungu
09:40 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Actually, please create a task branch 3690a and put the changes there. Greg Shah
09:21 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Adrian, please post your changes here. Hynek Cihlar
08:56 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Hynek: Please review and comment. Greg Shah
08:30 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- The bug was fixed following all the steps in the solving strategy. The <<on choose of button>> works as expected fo... Adrian Lungu
08:15 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Good plan. Greg Shah
07:17 AM Bug #3690 (WIP): BUTTON widget reaction on SPACEBAR and ENTER keys
Current behavior:
- If an action is defined "on choose of button" and in the Swing GUI interface we hold down space ...
Adrian Lungu
03:03 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> ...
> As I noted in #3691-59, I prefer if you would capture the output from 4GL and then calcula...
Eugenie Lyzenko
02:42 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
>> If this is in FWD, then it will depend on whether that matches the 4GL or not. If not, then there are bugs to fix ... Greg Shah
11:57 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Please provide more details here.
>
> * Are you reporting about the results in the 4GL or in...
Alexei Kaigorodov
08:35 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> They show that results of string_fmt are the sane on ChUI and GUI engines, and other results greatly differ.
Ple...
Greg Shah
07:43 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I fixed the errors in the test formatting programs and committed to @secure/code/p2j_repo/testcases/@.
The tests are...
Alexei Kaigorodov

06/20/2019

02:19 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Greg,
> the program for string formatting testing writes result of each microtest in 3 l...
Greg Shah
02:13 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> I use batch mode so that I could save the output to different files.
> It is inconvenien...
Greg Shah
10:16 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg,
the program for string formatting testing writes result of each microtest in 3 lines: format. input value, and...
Alexei Kaigorodov
08:59 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I use batch mode so that I could save the output to different files.
It is inconvenient to use hardcoded file name a...
Alexei Kaigorodov
06:28 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
The string (non-display) version:... Greg Shah
06:26 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Greg Shah wrote:
>
> > If you are running in batch mode, then there is no terminal so ...
Greg Shah
04:25 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
So I managed to run @display_fmt.p@ and @string_fmt.p@ (attached) on both @prowin32.exe@ and @_progres.exe@. Results ... Alexei Kaigorodov
12:16 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> If you are running in batch mode, then there is no terminal so it won't work. This is why I su...
Alexei Kaigorodov

06/19/2019

02:20 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
> "This character is replaced with a digit. If the digit is a leading zero, Z suppresses that digit, putting a blank ... Greg Shah
12:27 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> "This character is replaced with a digit. If the digit is a leading zero, Z suppresses that digit...
Alexei Kaigorodov
09:37 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> - is it correct to assign a string to int variable val?
No. But my testcases didn't do that. Perhaps you are m...
Greg Shah
08:53 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I encountered that expression @string(0, "zzzzz")@ returns blank line.
I ran the following test (both with @prowin....
Alexei Kaigorodov
07:29 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> [...]
>
> I haven't tested this, but the idea is there.
"format" and "value" were rejected ...
Alexei Kaigorodov

06/18/2019

10:21 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
> I found the answer there: @prowin.exe -p num_fmt.p -b@
I don't think you need the @-b@ to run the program. It w...
Greg Shah
09:44 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Hynek Cihlar wrote:
> For more details, see https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#...
Alexei Kaigorodov
09:08 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> I created a simple ABL program to check how Progress executes number formatting @num_fmt....
Hynek Cihlar
08:52 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I created a simple ABL program to check how Progress executes number formatting @num_fmt.p@:
BLOCK-LEVEL ON ERRO...
Alexei Kaigorodov
08:40 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I created a simple ABL program to check how Progress executes number formatting: Alexei Kaigorodov

06/17/2019

09:16 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Alexei Kaigorodov wrote:
> ... and tried to connect debugger to the port 2998, but IDE said "Connection refused".
...
Constantin Asofiei
09:07 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
so I edited @hotel_gui/deploy/server/directory.xml@, found @lientConfig@ and replaced @jvmArgs@ with new value. Then ... Alexei Kaigorodov
08:20 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Alexei Kaigorodov wrote:
> In web mode, however, I start only server, and then work through the browser. I do not co...
Constantin Asofiei
08:05 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Greg Shah wrote:
>
> The server.sh starts the FWD server. This has nothing to do with the web client support. Yo...
Alexei Kaigorodov

06/15/2019

08:59 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Code Review Task Branch 3856a Revision 11323
I'm good with the changes.
Greg Shah

06/14/2019

05:26 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Task branch 3856a contains the initial implementation of IMAGELIST widget with the rules to convert the ImageList OCX... Hynek Cihlar
11:38 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
3856a rebased against latest trunk. Hynek Cihlar
11:58 AM Feature #3876: add support for "direct font control" at the widget level
3876a merged to trunk as revision 11317, and archived. Hynek Cihlar
11:30 AM Feature #3876: add support for "direct font control" at the widget level
Code Review Task Branch 3876a Revision 11319
I'm good with the code. Please merge to trunk.
Greg Shah
10:33 AM Feature #3876: add support for "direct font control" at the widget level
Greg Shah wrote:
> Code Review Task Branch 3876a Revision 11318
>
> In @HandleCommon@, please move @CustomFont@ i...
Hynek Cihlar
10:31 AM Feature #3876: add support for "direct font control" at the widget level
Code Review Task Branch 3876a Revision 11318
In @HandleCommon@, please move @CustomFont@ into the FWD extension se...
Greg Shah
10:29 AM Feature #3876: add support for "direct font control" at the widget level
Greg Shah wrote:
> Code Review Task Branch 3876a Revision 11317
>
> I'm fine with the change.
>
> Don't we als...
Hynek Cihlar
10:13 AM Feature #3876: add support for "direct font control" at the widget level
Code Review Task Branch 3876a Revision 11317
I'm fine with the change.
Don't we also need to add @CustomFont@ t...
Greg Shah
10:03 AM Feature #3876: add support for "direct font control" at the widget level
Created task branch 3876a and checked in a fix for missing @handle.unwrapCustomFont@ method in trunk revision 11315. ... Hynek Cihlar
11:38 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
> Probably, this method works inside other process, not that which was launched by the script hotel_gui/deploy/server... Greg Shah
10:35 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Hynek Cihlar wrote:
> ESC keys are sent from JS to Java client process as any other key. Put a break point in @WebCl...
Alexei Kaigorodov
11:29 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Constantin Asofiei wrote:
> > How are you using the MESSAGE statement?
>
> as @messag...
Greg Shah
10:31 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Constantin Asofiei wrote:
> How are you using the MESSAGE statement?
as @message string(12345, "abc->>>>9")@. So,...
Alexei Kaigorodov
10:24 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
When I say "string formatting", it means use the @STRING(val, fmt)@ to get the result. When I say "display formattin... Greg Shah
10:22 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Alexei Kaigorodov wrote:
> Is it possible to make these tests automated?
The @SCREEN-VALUE@ attribute should give y...
Constantin Asofiei
10:16 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Please look at the 9.1E @proghand.pdf@ (this is one of the documents listed in the "Getting Start...
Alexei Kaigorodov
09:54 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Please look at the 9.1E @proghand.pdf@ (this is one of the documents listed in the "Getting Started with FWD Developm... Greg Shah
01:13 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
The fix for the wrong alignment is comitted to the branch 3691a, revision 11317.
The comment at the line @p2j/src/...
Alexei Kaigorodov

06/13/2019

05:14 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
What branch did you put the fix in? Create and use 3691a if you have not already done so.
> This insertion is com...
Greg Shah
08:32 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Made a fix for wrong alignment, and ran the test @num_edit.p@ against both FWD Client ChUI and FWD Client GUI. The fi... Alexei Kaigorodov
04:45 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Alexei Kaigorodov wrote:
>
> Hynek Cihlar wrote:
> > When ESC is pressed an end-condition is raised in the legacy...
Hynek Cihlar
03:00 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Sorry I do not understand anything.
Hynek Cihlar wrote:
> When ESC is pressed an end-condition is raised in the l...
Alexei Kaigorodov
02:28 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
When ESC is pressed an end-condition is raised in the legacy stack to interrupt any routines that wait for user input... Hynek Cihlar

06/12/2019

02:45 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Created task branch 3856a. Hynek Cihlar
08:08 AM Feature #3856 (WIP): implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common...
Hynek Cihlar
07:12 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
> However this feature doesn't seem to be used by any of the current large apps. So I'm removing the dependency.
Y...
Greg Shah
04:42 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
I added a "Precedes" link to #3857, since @ListView@ control has the ability to consume @ImageList@ instances and use... Hynek Cihlar
10:41 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
> A possible workaround could be a window/iframe popup with @<input type="file" .../>@ (or other elements) with a han... Greg Shah
09:26 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
This will be a bit tricky as the browser will only allow JS to access file data that the user actually selects, and t... Hynek Cihlar
09:08 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Some use cases in 4GL code are reading local files (on a user's desktop system) based on the selections made in @SYST... Greg Shah
09:00 AM Feature #4113 (Closed): enable upload of files from the browser (in the web clients) using SYSTEM...
Greg Shah
08:40 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
So I took hotel_gui project and replaced the abl code with demo/demo_widgets.p taken from testcases/uast/, built and ... Alexei Kaigorodov
05:16 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
For feature 3940 we have develop following tests:
# CREATE-RESULT-LIST-ENTRY( )
* Static temp-tables - temporary
*...
Marian Edu

06/11/2019

02:50 PM Feature #3876 (Closed): add support for "direct font control" at the widget level
Greg Shah
02:11 PM Feature #3876: add support for "direct font control" at the widget level
No work is remaining for this issue. Hynek Cihlar
02:10 PM Feature #3876: add support for "direct font control" at the widget level
The changes for this issue were delivered with 3767a in trunk as revision 11315. Hynek Cihlar
11:18 AM Bug #4078 (Closed): cannot login in Hotel demo in Swing mode
Greg Shah
10:46 AM Bug #4078: cannot login in Hotel demo in Swing mode
4078c was merged to trunk rev 11314 and was archived. Alexei Kaigorodov
05:19 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
the updated test report uploaded Alexei Kaigorodov
04:49 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Identify the following:
>
> * Any alignment (or other) differences between GUI and ChUI in the...
Alexei Kaigorodov

06/10/2019

01:34 PM Bug #4078: cannot login in Hotel demo in Swing mode
Please merge 4078c to trunk. Greg Shah
11:27 PM Bug #4078: cannot login in Hotel demo in Swing mode
Now it runs successfully both in swing and virtual desktop clients.
Alexei Kaigorodov
01:32 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Please do not use the @//@ style comments in programs that are not otherwise required to run in OpenEdge 11.x. v11 i... Greg Shah
01:26 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
Your mention of Swing suggests that you tested @bug3691.p@ in FWD. I meant for you to test in 4GL ChUI, not FWD ChUI... Greg Shah
12:47 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Please change @p2j-entry@ to @com.goldencode.hotel.demo.DemoWidgets.execute@. Sergey Ivanovskiy
12:44 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
I didn't describe how to create runnable configuration of @simple/server@ and @simple/client@ clearly. It needs to re... Sergey Ivanovskiy
12:31 PM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
This issue can be reproduced with this program @testcases/uast/demo/demo_widgets.p@. Alexei, could you convert this p... Sergey Ivanovskiy
07:50 AM Bug #3723: Pressing ESC key twice doesn't allow the web client to log out properly
Cannot reproduce.
Sergey Ivanovskiy wrote:
> Found that if we executed a simple GUI program in the web client and...
Alexei Kaigorodov

06/07/2019

09:57 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Greg Shah wrote:
> Please check how your testcase behaves in ChUI mode.
it behaves the same way as in Swing mode....
Alexei Kaigorodov
07:14 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
To be clear: you should rework the testcase to remove GUI elements such as images. I think much of the buttons and s... Greg Shah
07:11 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
Please check how your testcase behaves in ChUI mode. Greg Shah
06:35 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
I found that the decision to print decimal as left or right aligned is taken at the constructor
@ public NumberFor...
Alexei Kaigorodov
06:22 AM Bug #4078: cannot login in Hotel demo in Swing mode
Alexei Kaigorodov wrote:
> it runs successfully in swing client.
> I could not run it in web mode. Server.log has n...
Greg Shah
03:35 AM Bug #4078: cannot login in Hotel demo in Swing mode
it runs successfully in swing client.
I could not run it in web mode. Server.log has no errors, but the screen shows...
Alexei Kaigorodov
 

Also available in: Atom