Activity
From 07/10/2019 to 08/08/2019
08/08/2019
- 06:04 PM Feature #4182: KERNEL32:SLEEP() emulation
- This is a trivial implementation of millisecond level sleep using Java's @Thread.sleep()@.
- 06:01 PM Feature #4182 (Closed): KERNEL32:SLEEP() emulation
- 05:58 PM Feature #4181: GetComputerNameA emulation
- The idea here is to emulate this API call. The big issue is what to return. For the computername, in the web client...
- 05:54 PM Feature #4181 (Closed): GetComputerNameA emulation
- 05:22 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
- There are some fixes in 4130a for this issue. However, I ran the ChUI regression testing and a quick look a the resu...
- 05:22 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Reported by Vladimir:
> the same code outputs right-aligned in FWD swing, and left-aligned in Progress:
!fwd-pr... - 02:22 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- We've encountered multiple client projects in which there is a need to open a specific document/resource or otherwise...
- 02:15 PM Feature #4179 (Closed): create a standalone native launcher (Windows EXE and Linux/UNIX version) ...
- 10:11 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- This task is to create a calendar control as a 4GL widget. It must be able to replace the DTPicker (MS Common Contro...
- 10:09 AM Feature #4174 (Closed): implement calendar control/dtpicker OCX replacement
08/07/2019
- 02:20 PM Feature #4170 (Closed): add drag and drop support to treeview widget
- 11:24 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- At this point FWD has limited implementation of @CREATE-RESULT-LIST-ENTRY@: it is only implemented for @AdaptiveQuery...
08/06/2019
- 08:20 PM Feature #4164: implement misc UI features (frame options, misc attributes)
* -test the @FRAME-COL@ function to ensure it is compatible-
* frame options
** @SCROLL@ (runtime stubs)
** -@US...- 08:17 PM Feature #4164 (WIP): implement misc UI features (frame options, misc attributes)
08/02/2019
- 12:03 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- I have fixed the lack of response from the buttons inside the alert box. This was due to the fact that no ActionEvent...
08/01/2019
- 02:59 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Adrian Lungu wrote:
> Moved revision 11322 onto a new branch 3889a. Revisions 11320 and 11321 were merged into 4045a... - 07:12 AM Bug #4161: MESSAGE statement without data produces different output than 4GL
- There is a minor incompatibility between the @MESSAGE@ output between 4GL and FWD, at least in the case when output i...
- 07:11 AM Bug #4161 (New): MESSAGE statement without data produces different output than 4GL
07/31/2019
- 07:29 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Moved revision 11322 onto a new branch 3889a. Revisions 11320 and 11321 were merged into 4045a. Branch 3690a is no lo...
07/25/2019
- 03:30 PM Bug #3889: incorrect initial widget and screen values for combo boxes and selection lists
- > I have noticed that the INT values work for the SIMPLE and DROP_DOWN combo-boxes, despite the fact that in Progress...
- 12:52 PM Bug #3889: incorrect initial widget and screen values for combo boxes and selection lists
- I made some tests onto which I ran revision 11322 of branch 3690a. By now, I have included all combo-box sub-types: D...
07/24/2019
- 10:00 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- I think it makes sense to split these changes. Please merge the 11320 and 11321 revisions into 4045a.
Then create... - 08:35 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Indeed, revision 11321 was meant to fully fix bug #3690, while revision 11322 is still work in progress. There should...
07/23/2019
- 04:23 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Code review 3690a revisions 11321 and 11322. I'm good with the changes. Just please remove the commented out code in ...
- 10:17 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Yes, revision 11321 of 3690a fixes the points mentioned and it is ready for review. Last reviewed revision was 11320.
- 10:05 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Adrian, do the changes in 3690a revision 11321 represent your fixes for the code review items? If so, is it ready fo...
- 10:02 AM Bug #3889: incorrect initial widget and screen values for combo boxes and selection lists
- Code Review Task Branch 3690a Revision 11322
1. For @ComboBoxWidget@, @GenericWidget@ and @GenericFrame@, we know...
07/16/2019
- 01:33 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Task branch 4130a was rebased from trunk rev 11326. The latest revision is now 11327.
- 12:52 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
- I am going to rebase 4130a now. Do not make any changes to 4130a.
- 12:52 PM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Code Review Task Branch 4130a Revision 11321 and 11322
I've fixed the issues in items 1 and 2 as revision 11323.
... - 11:17 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- after uncommitting, branch 4130a got into inconsistent state. So I recreate all changes of the branch 4130a in the br...
- 09:44 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Code Review Task Branch 4130a Revisions 11324 and 11325
Functionally, I'm OK with trying these changes.
1. Plea... - 09:07 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- As noted previously, you MUST NOT merge changes from trunk into your branch. We have a very specific rebasing proces...
- 07:28 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- changed the fix to ArrayIndexOutOfBoundsException, now all uast/format_string tests passed. I pushed all fixes relate...
07/15/2019
- 07:55 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- I added format and data to recreate a situation when @missing>0@. This caused an @ArrayIndexOutOfBoundsException@ in...
07/12/2019
- 11:02 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- @missing > 0@ is being used to track the condition where all of the following are true:
* the result must be right... - 08:35 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Greg Shah wrote:
> Please fix it as well. Use 4130a as the branch.
I found the reason of the wrong alignment:
...
07/11/2019
- 10:22 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- > I discovered that so called floating-decimal display format in string mode works different in FWD and 4gl:
string(... - 12:52 AM Bug #3691: literal $ character in format appears on the right side of the fill-in
- Greg Shah wrote:
> I am OK with trying the change from @splitFormat@ to @rightAligned@. You can put it into branch ...
Also available in: Atom