Activity
From 03/31/2014 to 04/29/2014
04/29/2014
- 01:26 PM Feature #1811: implement the AJAX client driver
- Code Review 0429c
Everything looks good. Please get it runtime regression tested. - 01:14 PM Feature #1811: implement the AJAX client driver
- Fixed.
- 12:42 PM Feature #1811: implement the AJAX client driver
- Code Review 0429b
Everything is fine, except for this item from the previous code review:
> 1. In VT100SwingKey... - 11:48 AM Feature #1811: implement the AJAX client driver
- Just added some javadoc explanations.
- 11:27 AM Feature #1811: implement the AJAX client driver
- 1. I found no way to make Windows shell cmd.exe to run properly in interactive mode for AJAX clients. It's works prop...
- 01:02 PM Feature #1793: improve color support
- Based on the work in #1801 and #1811, the basic color implementation for ChUI (all 3 drivers) is fully functional. T...
04/28/2014
- 03:22 PM Feature #1811: implement the AJAX client driver
- > In conclusion at this moment the OS-COMMAND for AJAX clients in Windows works properly only for commands which use ...
- 03:14 PM Feature #1811: implement the AJAX client driver
- Code Review 0428a
1. In VT100SwingKeyboard and ChuiScreenDriver, please only query @PlatformHelper.isUnderWindowsF... - 01:14 PM Feature #1811: implement the AJAX client driver
- A.) Today I succeeded to connect to windev01 via remote desktop connection.
I did some tests related to implementati...
04/25/2014
- 03:02 PM Feature #1811: implement the AJAX client driver
- > 1. In Windows OS the P2J native implementation of interactive client spawn the OS command on a separate console wid...
- 02:51 PM Feature #1811: implement the AJAX client driver
- Code Review 0425a
1. I really like the new VT100AbstractRenderer. The only change needed is to put the private me... - 12:29 PM Feature #1811: implement the AJAX client driver
- I did more researches on Windows OS regarding the console standard files redirection.
I have good news. Finally I su... - 09:51 AM Feature #1811: implement the AJAX client driver
- A. I created a generic abstract class for VT100 renderer.
B. Regarding Windows OS and AJAX interactive client:
...
04/24/2014
- 12:31 PM Feature #1811: implement the AJAX client driver
- Code Review 0424a
This is a very good revision. It is almost there.
1. It looks to me like the majority of the... - 10:46 AM Feature #1811: implement the AJAX client driver
- Here are the changes for Swing and AJAX interactive process implementation as a result of your first code review.
... - 08:57 AM Feature #1805: add missing UI method support
- > It's a comments to methods Frame.moveToTop() and Frame.moveToBottom(), pointing that they related to tab order. But...
- 04:04 AM Feature #1805: add missing UI method support
- There are something confusing me.
1. It's a comments to methods @Frame.moveToTop()@ and @Frame.moveToBottom()@, p...
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...
Also available in: Atom