Activity
From 03/25/2014 to 04/23/2014
04/22/2014
- 01:03 PM Feature #1811: implement the AJAX client driver
- Please see the @Test and Development Systems@ section.
- 01:01 PM Feature #1811: implement the AJAX client driver
- Sorry I have this file on my machine but I cannot find any instructions regarding the customer's Windows 4GL Developm...
- 12:51 PM Feature #1811: implement the AJAX client driver
- > I have no idea how Progress 4GL runs on Windows OS.
> So far I have access only on the customer server but the Pro... - 12:00 PM Feature #1811: implement the AJAX client driver
- I have no idea how Progress 4GL runs on Windows OS.
So far I have access only on the customer server but the Progre... - 12:32 PM Feature #1788: implement define rectangle and rectangle widget support
- Yes I tested on all 3 ChUI client types in Linux and in Windows OS.
- 11:20 AM Feature #1788: implement define rectangle and rectangle widget support
- Code Review 0416a
This is really good. Have you tested it on all 3 ChUI client types?
1. In @frame_generator.x...
04/21/2014
- 11:38 AM Feature #1811: implement the AJAX client driver
- Code Review 0417a
1. Java_com_goldencode_terminal_NativePty_shell() in shell.c has some possible resource leaks:
...
04/17/2014
- 07:53 AM Feature #1811: implement the AJAX client driver
- 1. Use ansi STARTUPINFO on shell_win.c
2. Merge changes on build.xml. - 03:47 AM Feature #2286 (WIP): design and implement basic GUI window widget support
04/16/2014
- 02:39 PM Feature #2252: implement GUI client support
- The first step in creating GUI support is to implement #2286, which is support for the creation and display of a GUI ...
- 02:24 PM Feature #2286: design and implement basic GUI window widget support
- Put all details in the parent task #2252.
- 02:23 PM Feature #2286 (Closed): design and implement basic GUI window widget support
- 01:51 PM Feature #1788 (Review): implement define rectangle and rectangle widget support
- Final RECTANGLE implementation code.
04/15/2014
- 07:22 AM Feature #1788: implement define rectangle and rectangle widget support
- An uast test having dynamic color assignments.
- 05:19 AM Feature #1788: implement define rectangle and rectangle widget support
- 1. Add new options for DEFINE RECTANGLE like DCOLOR, PFCOLOR, BGCOLOR, FGCOLOR, TOOLTIP.
BGCOLOR, FGCOLOR and TOO...
04/14/2014
- 02:50 PM Feature #1788: implement define rectangle and rectangle widget support
- I fixed a bug related to colours drawing on RECTANGLE widget according to my latest tests.
- 01:23 PM Feature #1788: implement define rectangle and rectangle widget support
- Here is the RECTANGLE widget implementation for character interface and some remarks.
1. The implemented options f...
04/09/2014
- 01:01 PM Feature #1788: implement define rectangle and rectangle widget support
- Doing more test cases conversions I think that I found a bug in conversion process. Let me explain:
Trying to conver...
04/08/2014
- 02:43 PM Feature #1788: implement define rectangle and rectangle widget support
- Today I tried to convert some small RECTANGLE test cases using the current implementation for RectangleWidget and the...
- 03:16 AM Feature #1805: add missing UI method support
- Vadim Gindin wrote:
> There is no stacktrace.. I just pressed down-arrow right after start and got the error. I also... - 03:15 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim, about 0403a.zip:
* after merging, the history entry numbers for changes which are in bzr can't be changed. T...
04/07/2014
- 05:07 PM Feature #1805: add missing UI method support
- There is no stacktrace.. I just pressed down-arrow right after start and got the error. I also have the last revision...
- 02:36 PM Feature #1788: implement define rectangle and rectangle widget support
- Here is the RECTANGLE widget description extracted form P4GL manuals and some remarks:
- Some attributes are used by... - 08:10 AM Feature #1788: implement define rectangle and rectangle widget support
- I think this is generally correct. Since we will be implementing the GUI as well, please do plan to support the mous...
04/04/2014
- 11:08 AM Feature #1788: implement define rectangle and rectangle widget support
- Today I did a lot of RECTANGLE tests using the customer's P4GL environment.
Also I converted a small procedure worki... - 06:44 AM Feature #1805: add missing UI method support
- PS: my test was with the latest P2J from bzr, without your #2162 changes.
- 06:39 AM Feature #1805: add missing UI method support
- Vadim Gindin wrote:
> Sorry, I thought that it is already committed. Now I've committed it (the file _browse_ui_test...
04/03/2014
- 06:27 PM Feature #1788: implement define rectangle and rectangle widget support
- > Also I looked over P2J project code in order to understand how to implements P4 widgets on P2J and I found a class ...
- 02:32 AM Feature #1788 (WIP): implement define rectangle and rectangle widget support
- 05:47 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- 1. I forgot about LITERAL field-group. Added this implementation.
2. I also found one bug during the work on TODO... - 03:02 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> I'm thinking about virtual copies of widgets on the server side. I need some advice. I'm plann... - 07:15 AM Feature #1805: add missing UI method support
- Sorry, I thought that it is already committed. Now I've committed it (the file _browse_ui_test1.p_)
- 06:09 AM Feature #1805: add missing UI method support
- Vadim Gindin wrote:
> I ran _browse_ui_test1.p_ from the /uast folder.
Please commit the test to the testcases proj... - 05:34 AM Feature #1805: add missing UI method support
- I've found the following bug in Java implementation during the testing. I ran _browse_ui_test1.p_ from the /uast fold...
04/02/2014
- 01:21 PM Feature #2247 (Review): interactive child process support
- 01:20 PM Feature #1811: implement the AJAX client driver
- The interactive process implementation fo0r ChUI Swing and ChUI Web (AJAX) clients with minimum changes on the existi...
- 10:48 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I'm thinking about virtual copies of widgets on the server side. I need some advice. I'm planning to create new field...
04/01/2014
- 03:42 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I found and fixed a bug with start conditional step. The key was in the fact that conditional calls do not affect the...
03/30/2014
- 03:46 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Here is the next update with the following changes.
# I added forced view at the start of @downWorker@ method and it...
03/28/2014
- 01:50 PM Feature #1811: implement the AJAX client driver
- This archive contains my later changes for interactive process implementation.
It is not the final release is only a...
03/27/2014
- 05:12 PM Feature #1811: implement the AJAX client driver
- Code Review 0326a - Part 2
I have finished going through all the code. It is really impressive.
4. It seems ... - 02:43 PM Feature #2252: implement GUI client support
- This is an interesting comment in the Colors and Fonts chapter of the Programming Interfaces book:
> In Windows, t... - 11:00 AM Feature #2252: implement GUI client support
- > Do you mean font names or ordinals? If ordinals, see below.
I mean both, really.
I understand that the configurat...
03/26/2014
- 06:25 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> * How does the 4GL determine the list of fonts that are available?
Do you mean font names or ord... - 05:19 PM Feature #1811: implement the AJAX client driver
- Code Review 0326a - Part 1
I am splitting this into multiple parts because I don't have time to finish the entire ... - 03:55 PM Feature #1811: implement the AJAX client driver
- Please document how interactive child process support works on Windows (in the 4GL). When you are running a ChUI 4GL...
- 02:29 PM Feature #1811: implement the AJAX client driver
- I implemented the interactive process for Swing ChUI client.
When a Linux OS command is executed from the converted ... - 02:34 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> # Yes, Constantin. I really skipped this case. In your example @dynamicDown=0@ indeed. The pro... - 02:10 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> I forgot to add, that your short test case shows the problem @dynamicDown=0@ in another aspect...
03/25/2014
- 06:08 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I forgot to add, that your short test case shows the problem @dynamicDown=0@ in another aspect. This wrong behavior l...
- 02:47 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- # Yes, Constantin. I really skipped this case. In your example @dynamicDown=0@ indeed. The problem appears when @disp...
- 04:47 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim, about 0324a.zip: @GenericFrame@ and other files don't have the proper history number (is the same as the previ...
- 04:10 PM Feature #1811: implement the AJAX client driver
- > I'm struggle to understand the current implementation on interactive process for native ChUI client.
We don't n... - 06:02 AM Feature #1811: implement the AJAX client driver
- Add code to synchronize with child process exit.
Also available in: Atom