Activity
From 01/25/2014 to 02/23/2014
02/22/2014
- 10:42 AM Feature #1811: implement the AJAX client driver
- It works. Nice! The messages from the client are stored now into the server log.
- 10:10 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> We can open this file inside the spawner and redirect STDERR or STDOUT to this file.
This is... - 10:03 AM Feature #1811: implement the AJAX client driver
- A possible solution is to put in a command line parameter the name of the file we want to redirect the output.
We ca... - 09:51 AM Feature #1811: implement the AJAX client driver
- PS: if the command has error messages, wouldn't these end up to STDERR? So, what about inheriting the STDERR from the...
- 09:44 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The redirection of the child process STDOUT could be a solution.
I don't think we can redirect... - 09:41 AM Feature #1811: implement the AJAX client driver
- On syslog only error messages related to system call's are stored.
syslog(LOG_ERR, "Error:%d method:%s (%m)\n... - 07:15 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The syslog is used by the audit function in spawn.c to log errors during the process spawning... - 06:57 AM Feature #1811: implement the AJAX client driver
- The syslog is used by the audit function in spawn.c to log errors during the process spawning.
When the spawner star...
02/21/2014
- 05:18 PM Feature #1787: implement batch mode support
- Eugenie: we are using a spawn tool to launch the appserver agents, as they need to be automatically launched by the P...
- 03:52 PM Feature #1787: implement batch mode support
- The update with suggested changes has been uploaded for review. Now I'm going to perform big testing for possible cas...
- 11:20 AM Feature #1787: implement batch mode support
- Good work!
> I would suggest to put java call into com/goldencode/util/PlatformHelper.java
Yes.
> and nativ... - 11:03 AM Feature #1787: implement batch mode support
- Looks like I have found the way to detect the externally redirected stdout. This is the native code. While the Window...
- 05:11 PM Feature #1811: implement the AJAX client driver
- Marius: we are running blind when we are trying to determine if there were errors when execvp launches the command. A...
- 03:10 PM Feature #1811: implement the AJAX client driver
- Code Review 0221b
The changes look good. I look forward to seeing the next changes (batching multiple rows in a s... - 02:26 PM Feature #1811: implement the AJAX client driver
- Cleaning JS code after so many changes. I will try also to simplify even more the JS code.
I think that is possible ... - 12:00 PM Feature #1811: implement the AJAX client driver
- Please take a look over this changes. All the changes on the screen are sent on a single message over the network.
E... - 08:55 AM Feature #1811: implement the AJAX client driver
- Start with the rectangle specified by the union of the changes. If we still need more optimizations past that, we ca...
- 08:53 AM Feature #1811: implement the AJAX client driver
- Did you mean to find all rectangles or only the biggest one?
- 08:48 AM Feature #1811: implement the AJAX client driver
- The 4GL approach to all of this processing is executed in a single process. When we designed P2J, we deliberately ch...
- 08:35 AM Feature #1811: implement the AJAX client driver
- Rectangles detection on screen entropies doesn't help us too much. Let me explain:
Having a pattern like:... - 08:34 AM Feature #1811: implement the AJAX client driver
- > I just noticed that you if a line has changed cells, you send them to the JS immediately: can you test if is faste...
- 04:49 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> except for Majic login plug-in which is loaded in 2-5 seconds.
I think I know where the prob...
02/20/2014
- 03:00 PM Feature #1787: implement batch mode support
- Eugenie Lyzenko wrote:
> As to your note for external redirections like @java ... ClientDriver > client.log@ - you a... - 06:15 AM Feature #1787: implement batch mode support
- Eugenie, something else to check: a test like this works with no problem when invoked via an appserver or with batch ...
- 01:05 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> The question is why have you used additional display statement before the loop in the function... - 09:21 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Sorry, I already committed it. The file is _up_down_field_group_test1.p_
- 06:11 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim, please commit the exact testcase you used to capture the screens, I can't reproduce your screens easily.
- 12:46 PM Feature #1811: implement the AJAX client driver
- Marius, the changes are good and is a step forward into performance improvement. See bellow for my review:
@ChuiW... - 09:54 AM Feature #1811: implement the AJAX client driver
- Here is the first release containing my changes in order to improve the ChUI web client performances.
I did major ch... - 12:22 PM Feature #2247: interactive child process support
- This task is just for time tracking. Please put all history entries in the parent task #1811.
- 12:21 PM Feature #2247 (Closed): interactive child process support
02/19/2014
- 12:59 PM Feature #1811: implement the AJAX client driver
- Passed regression tests. Committed to bzr revision 10471.
I created an Majic environment on my work station based ... - 09:02 AM Feature #1811: implement the AJAX client driver
- > But I wonder if we shouldn't push to the JS side just the portion(s) of the screen being changed
Yes, we certain... - 04:15 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> 2. Regarding UNIX statement, at this moment I have no idea how to solve. We will see after I ... - 03:24 AM Feature #1811: implement the AJAX client driver
- 1. I started to find a solution to improve the web ChUI client. I have to improve both network traffic and JS renderi...
- 03:07 AM Feature #1811: implement the AJAX client driver
- Marius: another part which is not working in Web (or Swing) mode is the @UNIX.@ statement. This suspends the P2J clie...
- 02:38 AM Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> Constantin: can you think of any 4GL behavior that this would break?
In terms of 4GL behaviour, ... - 03:10 AM Bug #2244: web client performance
- How to launch a Shell command in MAJIC:
* login to main menu using syman/test123
* press F2 for dev help
* press ... - 02:16 AM Bug #2244 (WIP): web client performance
02/18/2014
- 12:47 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- The case with UP 1 and down 1 looks good. The question is why have you used additional display statement before the l...
02/17/2014
- 02:30 PM Feature #1805: add missing UI method support
- Marius Gligor wrote:
> Sorry but I don't understood. What version of Color is on my project H003 or H004?
Check the... - 02:23 PM Feature #1805: add missing UI method support
- Sorry but I don't understood. What version of Color is on my project H003 or H004?
- 02:15 PM Feature #1805: add missing UI method support
- Marius Gligor wrote:
> Strange but Color.java 293 on my p2j project point to a javadoc line!!!
This is because the ... - 05:47 AM Feature #1805: add missing UI method support
- My changes for ChUI colors implementation was done only in ColorMapper class.
Exception in thread "AWT-EventQueue-... - 02:26 PM Feature #1811: implement the AJAX client driver
- You are a go for regression testing on 0217b.
- 02:19 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Should I started the regression tests using my latest changes or is better to wait until the ... - 02:15 PM Feature #1811: implement the AJAX client driver
- I tested the redirection by killing P2J web client manually and its works on my workstation.
Nevertheless I will tes... - 01:50 PM Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> Constantin: based on these changes and Marius' comments, do you have any other feedback?
The code ... - 01:42 PM Feature #1811: implement the AJAX client driver
- Code Review 0217b
I am fine with the changes.
Constantin: based on these changes and Marius' comments, do you h... - 01:25 PM Feature #1811: implement the AJAX client driver
- The TemporaryAccountWorker is a single instance as is declared as static. It was designed to execute one single task ...
- 01:18 PM Feature #1811: implement the AJAX client driver
- Here are my latest changes.
- 01:12 PM Feature #1811: implement the AJAX client driver
- The deadlocks does not occur. The callerLatch is always counted down on the finally block when the current task execu...
- 12:57 PM Feature #1811: implement the AJAX client driver
- Ah, and if you need for the caller to wait for the task to be finished, -you can always use task.wait() at the caller...
- 12:46 PM Feature #1811: implement the AJAX client driver
- About 0217a: my feeling is that the @TemporaryAccountPool@ and @TemporaryAccountWorker@ changes are prone to deadlock...
- 12:10 PM Feature #1811: implement the AJAX client driver
- The main difference between web client and swing client is the network layer. Here we have to find solutions to impro...
- 11:50 AM Feature #1811: implement the AJAX client driver
- In regard to the web client performance DOWN frame issue:
I suspect that the issues we are seeing are probably due... - 11:43 AM Feature #1811: implement the AJAX client driver
- Code Review 0217a
I am fine with the changes. As far as I can tell, this resolves both the server shutdown issue ... - 11:03 AM Feature #1811: implement the AJAX client driver
- Here are the changes that I did today:
1. Redirect web client when client exit via System.exit()
We have two s... - 06:57 AM Feature #1811: implement the AJAX client driver
- I configured the directory.xml and now it works fine.
Just a minor observation.
On note 38 from #2124 - parts 4 fo... - 05:47 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The build of native artefacts now works but the server start-up fails probably due to major c... - 04:23 AM Feature #1811: implement the AJAX client driver
- The build of native artefacts now works but the server start-up fails probably due to major changes in design and dir...
- 03:49 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I did an update form the remote repository and I tried a full build "ant all".
From my follo... - 03:40 AM Feature #1811: implement the AJAX client driver
- I did an update form the remote repository and I tried a full build "ant all".
The spawn build fails due to:
/usr... - 03:04 AM Feature #1811: implement the AJAX client driver
- Constantin Asofiei wrote:
> LE: check if the @WatchdogTimer.run:81@ @while (true)@ loop needs to terminate if it was... - 02:51 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Here are the changes which passed today regression tests.
Passed regression tests. Committ... - 10:50 AM Bug #2244: web client performance
- Using the ChUI web client with MAJIC exposes some performance problems. Although the web client inherently has a dif...
- 10:23 AM Bug #2244 (Closed): web client performance
02/16/2014
- 07:53 AM Feature #1811: implement the AJAX client driver
- LE: check if the @WatchdogTimer.run:81@ @while (true)@ loop needs to terminate if it was interrupted.
- 07:49 AM Feature #1811: implement the AJAX client driver
- Marius, there are problems when terminating the P2J server via the "shutdown" command (i.e. @-k@ argument). After at ...
02/15/2014
- 03:47 PM Feature #1805: add missing UI method support
- @Color.toForeground@ receives a @null@ @Color@ instance hence the NPE. It looks like @ColorMapper.toFont@ should hand...
- 12:48 PM Feature #1805: add missing UI method support
- Vadim: you have a typo on line 23: you need to have @display testt@ instead of @display test@. This was easily spotte...
- 12:13 PM Feature #1805: add missing UI method support
- I faced with the following conversion problem. The parser makes wrong annotations with links to @schemaname@, @bufnam...
- 01:30 PM Feature #1811: implement the AJAX client driver
- I'm OK with this update. Please manually test the following:
1. The admin console on the MAJIC server.
2. Normal... - 01:55 AM Feature #1811: implement the AJAX client driver
- I builded a new jetty release. The good news are that web sockets are working now in Google Chrome 32.
- 08:43 AM Feature #2240 (Closed): implement proper color support in the Swing ChUI and AJAX ChUI clients
02/14/2014
- 05:37 PM Feature #1805: add missing UI method support
- Good findings. Go ahead and implement the proper behavior....
- 05:56 AM Feature #1805: add missing UI method support
- 1) query is not opened....
- 12:00 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Here are the changes which passed today regression tests.
You can go ahead and release it. - 11:49 AM Feature #1811: implement the AJAX client driver
- Here are the changes which passed today regression tests.
- 11:04 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I fixed this issue by replacing the "monospaced" with "monospace" in tty.screen.js line 377 b... - 10:57 AM Feature #1811: implement the AJAX client driver
- 1. Regarding fonts: During development I realized that fonts are rendered slightly different on web browsers and Java...
- 09:16 AM Feature #1811: implement the AJAX client driver
- I found another problem in @ClientCore@ this time. There are cases when the P2J Client terminates via @System.exit@. ...
- 07:26 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I saw that you already did some changes inside WebClientSpawner and the code was moved to Cli... - 07:23 AM Feature #1811: implement the AJAX client driver
- I saw that you already did some changes inside WebClientSpawner and the code was moved to ClientSpawner.
However the ... - 07:15 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The bug must be fixed in line 123 as follow:
OK, I'll include the fix with my #2124 update, ... - 07:07 AM Feature #1811: implement the AJAX client driver
- Unfortunately I found another NPE bug which occur if the spawn or spawn.exe is missing.
In this case the ProcessBuil... - 06:52 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I just manage to reproduce the bug. I started than I stopped the server without any other act... - 06:46 AM Feature #1811: implement the AJAX client driver
- I just manage to reproduce the bug. I started than I stopped the server without any other action and the bug occurs.
... - 06:32 AM Feature #1811: implement the AJAX client driver
- TemporaryAccountWorker thread is used to enable/disable temporary accounts.
Since this operation require a specific ... - 06:12 AM Feature #1811: implement the AJAX client driver
- It's a bug. In TemporaryAccountWorker line 119 I omitted to check the callerLatch for null value.
The correct code s... - 05:38 AM Feature #1811: implement the AJAX client driver
- Marius, I've managed to get a NPE in @TemporaryAccountPoolWorker@:...
- 06:04 AM Feature #1787: implement batch mode support
- Constantin, The config options to start batch mode is:
@swing="client:driver:type=chui_batch client:driver:backgroun... - 05:05 AM Feature #1787: implement batch mode support
- Eugenie, I've used this configuration to start a client, on linux: @client:driver:type=chui_batch client:mode:batch=t...
02/13/2014
- 02:38 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- The assumption that they were using a circular linked list is valid, but the rules to add the new field-group are obs...
- 08:36 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- > 1. Strange, but access sibling attributes (PREV-SIBLING, NEXT-SIBLING) of field-groups itself distorted generated g...
- 01:09 PM Feature #1787: implement batch mode support
- The update uploaded that implements the messageBox() processing for background mode for you to review. The simulated ...
- 07:49 AM Feature #1787: implement batch mode support
- Eugenie Lyzenko wrote:
> > Eugenie: the modal message boxes are not supported by background mode. On linux pro -b -p... - 07:39 AM Feature #1787: implement batch mode support
- > Eugenie: the modal message boxes are not supported by background mode. On linux pro -b -p with a MESSAGE ... VIEW-A...
- 04:52 AM Feature #1787: implement batch mode support
- LE: the @all the pro -b, bpro, and prowin32 -b ways of starting a batch program@ part needs to be expanded with (for ...
- 04:40 AM Feature #1787: implement batch mode support
- Eugenie: the modal message boxes are not supported by background mode. On linux @pro -b -p@ with a @MESSAGE ... VIEW-...
- 12:23 PM Feature #1811: implement the AJAX client driver
- Code Review 0213b
The changes look good. Please get it runtime regression tested. - 11:22 AM Feature #1811: implement the AJAX client driver
- Renamed sync() method to initRemoteTerminal()
I implemented also the screen characters message caching. - 10:52 AM Feature #1811: implement the AJAX client driver
- OK. I have an idea to cache also the text messages. I'm going to implements this feature.
- 10:47 AM Feature #1811: implement the AJAX client driver
- Code Review 0213a
I am fine with the code, except for 1 change. I should have looked more carefully at the @sync(... - 09:06 AM Feature #1811: implement the AJAX client driver
- 1. Regarding sync() method. This is a private method called from the onConnect(session) method, when a new session is...
- 09:08 AM Feature #2240 (Review): implement proper color support in the Swing ChUI and AJAX ChUI clients
02/12/2014
- 06:04 PM Feature #1811: implement the AJAX client driver
- Code Review 0212a
1. Please note that our maximum line length is 98 characters. The docs haven't been updated. Y... - 12:42 PM Feature #1811: implement the AJAX client driver
- 1. AWT Color instances are build using now RGB values in ColorPalette.
2. The code used to set the Font color attr... - 04:14 PM Feature #1805: add missing UI method support
- I'm not sure. Having it on our list may be just a mistake. Please write a testcase (or find one in the testcases/ua...
- 01:57 PM Feature #1805: add missing UI method support
- As far as I can see @DESELECT-ROWS@ method is really implemented.. What needs to be done in the task #2144 for this t...
02/11/2014
- 05:41 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I'm trying to identify when the Progress creates auxiliary field-group. There are possible 2 variants:
1. Progress cr... - 05:34 PM Feature #1811: implement the AJAX client driver
- Code Review 0211a
1. In ColorPalette, let's use RGB values instead of the AWT Color instances. This is more unive... - 05:25 PM Feature #1811: implement the AJAX client driver
- > 2. According to the P4G manuals the DEFAULT_COLOR_TABLE has 16 colors (0...15) which are reserved, that is, SHOULD ...
- 12:54 PM Feature #1811: implement the AJAX client driver
- > Seems that pfcolor 3 cannot be converted or not supported.
Looks like PFCOLOR is parsed ok and a valid AST is... - 11:56 AM Feature #1811: implement the AJAX client driver
- Based on the current COLOR implementation for ChUI native driver I implemented the COLOR for ChUI Swing driver too. (...
- 01:54 PM Bug #2241: Uncompilable code is generated when PFCOLOR option is used with DEFINE VARIABLE
- Also note that PFCOLOR in the other statements doesn't generate the actual assignment. So the only option to set PFCO...
- 01:51 PM Bug #2241: Uncompilable code is generated when PFCOLOR option is used with DEFINE VARIABLE
- The code ...
- 01:09 PM Bug #2241 (New): Uncompilable code is generated when PFCOLOR option is used with DEFINE VARIABLE
- 06:39 AM Feature #1787: implement batch mode support
- This is the log after running run_batch.p on windev01 within an appserver. Same as input redirection on linux: all te...
- 06:15 AM Feature #1787: implement batch mode support
- Eugenie, I've ran the attached program (which executes all your tests except @batch_test0.p@) using the @pro -b -p ru...
02/10/2014
- 04:16 PM Feature #1787: implement batch mode support
- Testcases have been added.
- 10:15 AM Feature #1811: implement the AJAX client driver
- Today I did a lot of investigations related to COLOR implementation on CHUI Swing and WEB clients.
First I attached ... - 08:51 AM Feature #1811: implement the AJAX client driver
- Please add some javadoc to describe these important points.
- 02:14 AM Feature #1811: implement the AJAX client driver
- We have 2 jetty handlers for two targets ./ and ./index.html which load the same page:
1. When the user is first r...
02/09/2014
- 01:08 PM Feature #1811: implement the AJAX client driver
- I am not sure how the custom colors will be defined for the Swing and Web chuis, but at the moment color-map.xml may ...
- 12:37 PM Feature #1811: implement the AJAX client driver
- > Hynek recently added proper color support for our NCURSES/WIN32 Console based ChUI client (the ConsoleDriver which ...
02/07/2014
- 06:39 PM Feature #1811: implement the AJAX client driver
- Marius, I'm merging your 0206a.zip update with mine and mainPage and indexPage handlers in ChuiWebDriver.startupServe...
- 12:53 PM Feature #1811: implement the AJAX client driver
- First, I should have previously mentioned that details about the most recent color work can be found in #1801.
> 1... - 12:13 PM Feature #1811: implement the AJAX client driver
- Today I started to work on issue #2240 regarding color implementation on swing and web chui clients.
I studied the i... - 09:33 AM Feature #1811: implement the AJAX client driver
- Update [mag_upd20140206a.zip]
Passed regression tests, committed to bzr revision 10459. - 08:23 AM Feature #1811: implement the AJAX client driver
- Yes. You just need to post your assessment of the regression testing into Redmine, not the results themselves. At t...
- 08:21 AM Feature #1811: implement the AJAX client driver
- May I delete the attached files containing the test results?
- 08:15 AM Feature #1811: implement the AJAX client driver
- The tc_job_002 is expected to fail at that point, so this testing passes.
Please commit the update and distribute it. - 08:00 AM Feature #1811: implement the AJAX client driver
- Here are the results of my regression tests.
For the first time the CTRL-C test passed.
The main test part has onl... - 06:22 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Well, I finished the test for the case of any sequence of DOWN and UP calls.
Test: _mixedupdown1.p_
Description: Th... - 09:43 AM Feature #2238 (Closed): investigate and resolve issues related to browser "session management"
- 09:07 AM Feature #2238 (Review): investigate and resolve issues related to browser "session management"
- 09:42 AM Feature #2212 (Closed): design websockets protocol for bidirectional communication between the ja...
- 09:30 AM Feature #2212: design websockets protocol for bidirectional communication between the javascript ...
- Update [mag_upd20140206a.zip]
Passed regression tests, committed to bzr revision 10459. - 09:07 AM Feature #2212 (Review): design websockets protocol for bidirectional communication between the ja...
- 04:11 AM Feature #2240 (WIP): implement proper color support in the Swing ChUI and AJAX ChUI clients
02/06/2014
- 12:44 PM Feature #1811: implement the AJAX client driver
- I sow now that is missing. It wasn't add to bzr. I will include this file also on the next commit.
Thanks. - 12:38 PM Feature #1811: implement the AJAX client driver
- Marius, a note about 0129a.zip: the archive has a @tty.keymap.js@ file which is not in bzr rev 10457. Please check 01...
- 12:11 PM Feature #1811: implement the AJAX client driver
- Hynek recently added proper color support for our NCURSES/WIN32 Console based ChUI client (the ConsoleDriver which is...
- 12:06 PM Feature #1811: implement the AJAX client driver
- OK. Get this regression tested.
- 12:02 PM Feature #1811: implement the AJAX client driver
- From my point of view I think no.
- 11:57 AM Feature #1811: implement the AJAX client driver
- Code Review 0206a
It looks really good. Other than adding real color support, is there anything else left to do?
... - 11:45 AM Feature #1811: implement the AJAX client driver
- Sorry, it was my mistake. I have a short script to build the archive and I had a small problem inside the script.
Pl... - 10:50 AM Feature #1811: implement the AJAX client driver
- Were the changes to tty.screen.js and tty.socket.js deliberately removed from 0206a?
- 10:14 AM Feature #1811: implement the AJAX client driver
- 1. The WAIT_TO_DIE javadoc is inaccurate.
Done.
2. Please rename the sartWatchdog() to startWatchdog().
Do... - 12:08 PM Feature #2240 (Closed): implement proper color support in the Swing ChUI and AJAX ChUI clients
02/05/2014
- 03:04 PM Feature #1811: implement the AJAX client driver
- Code Review 0205a
1. The WAIT_TO_DIE javadoc is inaccurate.
2. Please rename the sartWatchdog() to startWatchdo... - 10:29 AM Feature #1811: implement the AJAX client driver
- Here are the latest changes. I fixed also the issue related to isatty() when using spawner.
It was a bug on my spawn...
02/04/2014
- 03:12 PM Feature #1811: implement the AJAX client driver
- Indeed. The watchdog timer has been designed to terminate the process when the user close the browser.
Even more whe... - 02:47 PM Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> 3. As Constantin noted above, it is a common case for these clients to be left running for a very... - 01:26 PM Feature #1811: implement the AJAX client driver
- Code Review 0204a
Overall, this is very good.
1. In ChuiWebSimulator, please synchonize any access or assignmen... - 09:40 AM Feature #1811: implement the AJAX client driver
- Here is the implementation of text attributes (color)
I found the following attributes defined (see ColorAttribute).... - 08:17 PM Feature #1811: implement the AJAX client driver
- > - the untrusted connection issue will be annoying for "live" usage; for testing is OK, but having to go through thi...
- 08:11 PM Feature #1811: implement the AJAX client driver
- Code Review 0203b
I am fine with this change. - 03:11 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> Field-group creation is seemed straightforward except @UP@ direction.
OK, I understand now. M... - 08:49 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Constantin Asofiei wrote:
> Greg: Vadim I think is talking about a way to identify a field-group without using the h...
02/03/2014
- 03:16 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Greg: Vadim I think is talking about a way to identify a field-group without using the handle ID in 4GL code, not in ...
- 03:05 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- The NAME can still be interrogated from converted 4GL code, right? That means there could be code that relies upon t...
- 01:58 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I found that I can use the @NAME@ attribute for that purpose (mark the field-group). This attribute has unknown value...
- 12:31 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I tried to find out what algorithm is used to generate new field-groups and to reuse existed. The case 3 in my previo...
- 08:13 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I assume it is possible to access the PRIVATE-DATA for a FIELD-GROUP widget in 4GL code, which means using that attri...
- 12:18 PM Feature #1811: implement the AJAX client driver
- In regard to the libffi issue, please see note 74 in #1634.
- 12:05 PM Feature #1811: implement the AJAX client driver
- During the weekend I tried to do some tests on Windows OS and I found two important issues:
1. The File.renameTo(F... - 10:31 AM Feature #1811: implement the AJAX client driver
- In regard to 0203a, I have some minor concerns with the ClientDriver changes, but please go ahead and commit/distribu...
- 09:52 AM Feature #1811: implement the AJAX client driver
- The changes look good to me. If Greg has no objections, you can release them.
- 09:45 AM Feature #1811: implement the AJAX client driver
- Here are the package that I used today on the regression tests.
Passed the regression tests.
02/01/2014
- 08:42 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> There are an array of predefined FIELD-GROUP ids and we are calculating actual index (fgidx) i... - 06:09 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- There are possible several principally different cases:
1. Simple case: All DOWN calls have equal steps size. As it ...
01/31/2014
- 02:35 PM Feature #1811: implement the AJAX client driver
- Marius, about 0131c.zip:
* please make an update without the JS changes in the .html files, and get it conversion te... - 11:31 AM Feature #1811: implement the AJAX client driver
- 1. The user Refresh action could not be detected. Is the same like closing the browser.
When the user reload the ... - 08:28 AM Feature #1811: implement the AJAX client driver
- I added the ClientDriver log file redirection implementation.
- 08:11 AM Feature #1811: implement the AJAX client driver
- 1. The redirection to a log file is not possible from ProcessBuilder because we redirect the stderr for spawner not f...
- 07:40 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> 1. Put screen color message statement isn't implemented on the web client. I have to check ho... - 06:45 AM Feature #1811: implement the AJAX client driver
- A better way to prevent back navigation by editing history.
- 06:01 AM Feature #1811: implement the AJAX client driver
- 1. Put screen color message statement isn't implemented on the web client. I have to check how to do that. Could you ...
- 05:33 AM Feature #1811: implement the AJAX client driver
- Marius, 0131a.zip solves the login problem (I'll let Greg do a full review), but there are some other issues in MAJIC...
- 03:07 AM Feature #1811: implement the AJAX client driver
- I fixed the issue related to server key store import. It was a misunderstanding related to implementation.
For a web... - 01:12 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Marasmus... there is no shift. It's my mistake. It because of wrong order of operations: displaying the value, execut...
- 11:28 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Constantin Asofiei wrote:
> The field-groups are used to group widgets together (as their names say). It is a lot ea... - 08:57 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> I just don't understand the logic of field-groups. Why authors decided to use spare field-grou... - 03:09 AM Feature #2212: design websockets protocol for bidirectional communication between the javascript ...
- Correct post location is Feature #1811. Please delete my posts.
- 03:05 AM Feature #2212: design websockets protocol for bidirectional communication between the javascript ...
- I fixed the issue related to server key store import. It was a misunderstanding related to implementation.
For a web...
01/30/2014
- 06:16 PM Feature #1811: implement the AJAX client driver
- > 1. The browser context menu can be controlled from JS on all major web browsers IE, Firefox and Chrome:
Go ahead... - 01:56 PM Feature #1811: implement the AJAX client driver
- OK Constatin thanks. Tomorrow I will try to fix this issue.
Are you did tests with the web client? How it's works?
- 01:52 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I think that using the temporary accounts implementation is OK to authenticate for server key... - 01:43 PM Feature #1811: implement the AJAX client driver
- OK. In this case I have to do some changes on the ClientCore and potentially on other places.
I think that using the... - 01:36 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> At this moment what I understood is as follow:
> 1. Use the temporary account to connect to ... - 01:33 PM Feature #1811: implement the AJAX client driver
- OK. I have to think to this issue.
At this moment what I understood is as follow:
1. Use the temporary account... - 12:57 PM Feature #1811: implement the AJAX client driver
- Marius, I think there is a problem with the temporary accounts. If I understood properly, the process of authenticat...
- 12:20 PM Feature #1811: implement the AJAX client driver
- The changes inside the mag_upd20140129a.zip archive has been committed to bzr revision 10457
- 11:33 AM Feature #1811: implement the AJAX client driver
- Please check in and distribute the 0129a update. Make sure to post the bzr revision number here.
- 11:24 AM Feature #1811: implement the AJAX client driver
- Regarding browser session and JS code.
The web browser are designed to navigate over the Internet and for security ... - 11:08 AM Feature #1811: implement the AJAX client driver
- After three executions of CTRL-C part regression tests I obtained the same results (see attachments).
The main part ... - 08:11 AM Feature #1811: implement the AJAX client driver
- > To avoid any confusions maybe is better to eliminate the Dojo zip from CLASSPATH (from manifest file).
No, it is... - 07:49 AM Feature #1811: implement the AJAX client driver
- To avoid any confusions maybe is better to eliminate the Dojo zip from CLASSPATH (from manifest file).
We could add ... - 07:44 AM Feature #1811: implement the AJAX client driver
- > The Dojo dependencies zip file is always in the CLASSPATH because is in the list of dependencies inside the manifes...
- 07:43 AM Feature #1811: implement the AJAX client driver
- > Maybe for safety it's a good idea to design and implements something like a "watchdog" timer used to force an exit ...
- 06:40 AM Feature #1811: implement the AJAX client driver
- When the page having the JS code running is loaded a WebSocket connection is open.
If the user close the browser the... - 02:28 AM Feature #1811: implement the AJAX client driver
- The Dojo dependencies zip file is always in the CLASSPATH because is in the list of dependencies inside the manifest ...
- 02:16 AM Feature #2238 (WIP): investigate and resolve issues related to browser "session management"
01/29/2014
- 06:14 PM Feature #1788: implement define rectangle and rectangle widget support
- For now this will only be implemented in ChUI mode.
Start by writing 4GL testcases to show the features of the rec... - 05:29 PM Feature #1811: implement the AJAX client driver
- For #2238: the following are some potential issues that we need to consider/research. Document your thoughts and fin...
- 05:18 PM Feature #1811: implement the AJAX client driver
- Code Review 0129a
There are no concerns. Please note that I don't plan to check in the Dojo build, into bzr. I a... - 02:05 PM Feature #1811: implement the AJAX client driver
- Here is the package that I tested today. The package contains the new jetty 9.1 build.
Due to it size the Dojo zip f... - 05:20 PM Feature #2238: investigate and resolve issues related to browser "session management"
- Please put all history into the parent task, #1811.
- 05:20 PM Feature #2238 (Closed): investigate and resolve issues related to browser "session management"
- 11:33 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I just don't understand the logic of field-groups. Why authors decided to use spare field-group?! I just don't see an...
01/28/2014
- 02:30 PM Feature #1811: implement the AJAX client driver
- Code Review 0128c
The code looks good.
> but just for safety is OK.
Exactly.
> 1. We are not use Dojo at ... - 01:47 PM Feature #1811: implement the AJAX client driver
- I did the changes. Normally no concurrency should occur on this class but just for safety is OK.
I have two other ... - 01:28 PM Feature #1811: implement the AJAX client driver
- > Sorry, but I don't find any place in this class to use synchronization.
> The open and close methods are synchroni... - 01:13 PM Feature #1811: implement the AJAX client driver
- Sorry, I changed the date of last changes on the ClientBuilderOptions class header.
- 01:08 PM Feature #1811: implement the AJAX client driver
- 1. Done. ChuiWebSimulator.onConnect allow us to set the session idle time out which in turn override the default valu...
- 12:52 PM Feature #1811: implement the AJAX client driver
- > The ConcurrentHashMap is fully thread safe by design and is internally synchronized.
> The Java concurrent package... - 11:44 AM Feature #1811: implement the AJAX client driver
- I added the missing Result class.
The ConcurrentHashMap is fully thread safe by design and is internally synchronize... - 11:33 AM Feature #1811: implement the AJAX client driver
- Code Review 0128a
1. In ChuiWebSimulator, I would like to shift to an idle timeout (maxIdleTime) that is set progr... - 10:46 AM Feature #1811: implement the AJAX client driver
- Here is the implementation for CTRL-C issue and some remarks.
1. A Result object is used instead a boolean value.
... - 05:46 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Greg Shah wrote:
> I prefer an approach where multiuple virtual widgets on the server resolve to the correct widget ... - 05:32 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- We need be careful when using conditional down (@DOWN WITH FRAME f1@, without an expression) and explicit down (i.e. ...
01/27/2014
- 06:29 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- As we are getting close to the time for implementation, I want to mention something.
I would like to consider an i... - 06:12 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I suppose I can formulate some rule, interpreting the rules, that Progress uses to fill fields with values.
We have ... - 05:43 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Constantin Asofiei wrote:
> > The only unclear moment is the algorithm of Fill-in filling with values for me.
> I'm... - 04:06 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- > The only unclear moment is the algorithm of Fill-in filling with values for me.
I'm not sure what you are refering... - 03:58 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I've committed all test procedures I had.
The result of stream test _(streams.p)_ is in file _2162_ext_frame_stre... - 10:35 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Please commmit the tests for note 36/37 to bzr.
> About cyclic order of field groups I confirm it. All tests show i... - 09:51 AM Feature #1811: implement the AJAX client driver
- Code Review 0127a
I am fine with the code. It looks very good.
My only request is for tty.keyboard.js, tty.key... - 09:40 AM Feature #1811: implement the AJAX client driver
- > B. Another solution is to use the existing RemoteObject to get a new account and do a re-logon. This scenario shoul...
- 08:30 AM Feature #1811: implement the AJAX client driver
- 1. Today I did a code review over the JS code. The changes are attached.
2. Also I started to investigate the CTRL...
01/25/2014
- 04:57 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- About cyclic order of field groups I confirm it. All tests show it. About Fill-in fields - they have equal IDs at all...
- 10:45 AM Feature #1811: implement the AJAX client driver
- It is good, thanks.
- 10:43 AM Feature #1811: implement the AJAX client driver
- Sorry, was my fault.
- 10:38 AM Feature #1811: implement the AJAX client driver
- Code Review 0125c
I like it. The only thing I don't understand is why the tty.keymap.js is missing. - 10:26 AM Feature #1811: implement the AJAX client driver
- Done.
- 10:00 AM Feature #1811: implement the AJAX client driver
- Code Review 0125b
I like this version better from the perspective of how you made the code better separated.
Bu... - 09:55 AM Feature #1811: implement the AJAX client driver
- Code Review 0125a
I don't want to remove all the server-side Dojo support that you already provided. Put that wor... - 09:46 AM Feature #1811: implement the AJAX client driver
- The keyboard listeners are bind on canvas instead document.
The canvas should have the focus in order to receive key... - 06:31 AM Feature #1811: implement the AJAX client driver
- Looking for a solution to fix the cross browser keystrokes handle issues I found:
Supported Key Combinations:
The... - 09:29 AM Feature #2037 (Closed): runtime support for frame options
- 09:29 AM Feature #1801: add some frame options
- Attached is the actual version that is the merged code that was checked in as 10451.
Also available in: Atom