Activity
From 02/03/2014 to 03/04/2014
03/04/2014
- 11:02 AM Feature #1811: implement the AJAX client driver
- > Also is possible to open a new window (pop-up) to load the page from server C.
Please avoid pop-ups. Just make ... - 10:58 AM Feature #1811: implement the AJAX client driver
- > What's strange is that happen only when the p2j Majic plug-in refresh. After Majic login everything works fine.
> ... - 10:37 AM Feature #1811: implement the AJAX client driver
- 1. Today I did many tests and investigations regarding the "Refresh" button on web browser so far unfortunately witho...
03/03/2014
- 06:15 PM Feature #1811: implement the AJAX client driver
- Code Review 0303a
1. About the authorization approach:
I agree, we cannot reuse the spawn UUID. As I noted in ... - 01:19 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> A SHA message digest is generated from the random UUID and used as an authorization token.
... - 11:51 AM Feature #1811: implement the AJAX client driver
- 1. During this weekend I did a lot of tests on Linux and Windows OS. Defining clip rectangles when drawing text lines...
- 02:24 AM Feature #1811: implement the AJAX client driver
- Marius, the changes in 0228b.zip look good to me. Greg: please take a look too.
02/28/2014
- 01:10 PM Feature #1811: implement the AJAX client driver
- Just a minor change. Use \u2501 (-) character to measure the width of a cell.
Character \u2501 should be the largest... - 11:16 AM Feature #1811: implement the AJAX client driver
- Here are my last cahanges after Majic tests on devsrv01.
- I added character \u2502 (|) to measure the height of ...
02/27/2014
- 10:15 AM Feature #1811: implement the AJAX client driver
- Implements STDOUT and STDERR redirection for spawner Ref. #2124
Passed regression tests. Committed to revision 10483
- 09:02 AM Feature #1811: implement the AJAX client driver
- Implements rectangle detection on screen cells that should be update on JS code.
With a few extra computation in Jav... - 07:25 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Please do some tests using this changes and let me know your results.
I'm using Firefox 26.0... - 08:22 AM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim:
# there is no @IterableResource@ file in the update
# @CommonFrame@: as is extending @IterableResource@, the... - 07:15 PM Feature #1787: implement batch mode support
- Committed in bzr as 10482.
02/26/2014
- 06:35 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Here is some update. Could you look at it. It is not working. Several questions.
1. We need separate widgets lists f... - 06:33 PM Feature #1787: implement batch mode support
- Check in and distribute the change.
- 06:22 PM Feature #1787: implement batch mode support
- The CTRL-C part has been passed without regressions. The servers are now stopped.
- 04:33 PM Feature #1787: implement batch mode support
- The main part of testing has been passed without regressions. Running the CTRL-C part. Expect to finish today later.
- 08:39 AM Feature #1787: implement batch mode support
- > I'm not sure what problem you see: checking the MAJIC login screen from my instance on devsrv01 (with latest rev) a...
- 05:19 AM Feature #1787: implement batch mode support
- Eugenie Lyzenko wrote:
> The testing is in progress.
>
> BTW, nave you noted the underline attribute for fill-in ... - 05:04 AM Feature #1787: implement batch mode support
- The testing is in progress.
BTW, nave you noted the underline attribute for fill-in fields is not drawing. The exa... - 01:30 AM Feature #1787: implement batch mode support
- Eugenie, the changes in 0225a.zip are OK - go ahead with regression testing.
- 01:10 PM Feature #1811: implement the AJAX client driver
- The package was send just for testing purposes. Please do not code review.
- 01:01 PM Feature #1811: implement the AJAX client driver
- Here are the changes containing the fixed bug. You can use JS console to see the order of the packages.
This part wi... - 12:49 PM Feature #1811: implement the AJAX client driver
- Sorry I think that is my fault. I found a serious bug inside my code which is the cause of describe bevaviour.
By mi... - 12:18 PM Feature #1811: implement the AJAX client driver
- >Also, if the JS is not processing the requests fast enough (i.e. consider my drawing stress test) and the >queue fil...
- 11:30 AM Feature #1811: implement the AJAX client driver
- TCP has nothing to do with it. I agree that the entire message will be received before it is delivered and if that m...
- 11:19 AM Feature #1811: implement the AJAX client driver
- WebSockets is built on TCP. TCP guarantees delivery and ordering of packets. In addition, unlike TCP, WebSockets is m...
- 10:33 AM Feature #1811: implement the AJAX client driver
- > is there any reason for the PushMessagesWorker not wait until is notified by the JS that it finished drawing?
I ... - 10:26 AM Feature #1811: implement the AJAX client driver
- If we don't sequence the drawings, what I'm worried about is that the screen can end up in the wrong state: i.e. if m...
- 09:55 AM Feature #1811: implement the AJAX client driver
- What you ask me to do I'm afraid that is impossible in JS.
Unlike Java the JS is a very simple programming language ... - 09:38 AM Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> If I understand the problem, we just need to make sure to always apply the screen changes IN ORDE... - 09:22 AM Feature #1811: implement the AJAX client driver
- > did you change the sockets on the JS side to be async in the mean time?
JS is single threaded (unless worker thr... - 07:57 AM Feature #1811: implement the AJAX client driver
- Marius, remember the stress drawing test on note 408? Well, I've ran it with your 0224a.zip update and it broke the b...
- 07:06 AM Feature #1811: implement the AJAX client driver
- Marius, the update is OK. Please put the @ProcessBuilderOptions.getProcess@ together with the other public methods. Y...
- 06:17 AM Feature #1811: implement the AJAX client driver
- Here are the latest changes and the results of my tests with and without STDOUT redirected to a file.
The STDERR is ... - 04:29 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The outputToFile parameter is an optional command line parameter. In the future it is possibl... - 04:26 AM Feature #1811: implement the AJAX client driver
- The outputToFile parameter is an optional command line parameter. In the future it is possible to add more optional p...
02/25/2014
- 05:30 PM Feature #1787: implement batch mode support
- The update for you review includes fix for @DISPLAY@ statement handling. I've looked for different ways and the has o...
- 10:34 AM Feature #1787: implement batch mode support
- > Have you tested the @STDOUT@ redirection case in P2J? To start a batch process with @STDOUT@ redirected, just add a...
- 10:29 AM Feature #1787: implement batch mode support
- Eugenie Lyzenko wrote:
> The statements:
> @MESSAGE@, @DISPLAY@, @PUT SCREEN@, @SET@, @UPDATE@, @ENABLE@ all contai... - 09:41 AM Feature #1787: implement batch mode support
- The statements:
@MESSAGE@, @DISPLAY@, @PUT SCREEN@, @SET@, @UPDATE@, @ENABLE@ all containing in batch test file set.... - 08:03 AM Feature #1787: implement batch mode support
- Eugenie, I'm OK with the changes in 0224c.zip. Together with the features which will be added by Marius on #1811 sho...
- 07:36 PM Feature #1787: implement batch mode support
- This update is the result of additional debugging and testing in Windows. We have to handle(make a stub) @setCursorSt...
- 04:07 PM Feature #1811: implement the AJAX client driver
- Marius, the entry point for the process in directory.xml needs to end with @.execute@ (i.e. the method which we need ...
- 01:43 PM Feature #1811: implement the AJAX client driver
- Now the redirections are works but I still have an error. The batch process cannot be started.
Tomorrow I have to do... - 12:46 PM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> The certificate problem is now fixed. However I have another problem.
> When I started the ... - 12:44 PM Feature #1811: implement the AJAX client driver
- The certificate problem is now fixed. However I have another problem.
When I started the batch client an error mess... - 12:15 PM Feature #1811: implement the AJAX client driver
- See the 0225b.zip update from #2124: I forgot to change the code in @ServerDriver.connect@, for the case when the pri...
- 10:31 AM Feature #1811: implement the AJAX client driver
- I forgot to mention: remove all the @security/keystore@ and @access/password@ nodes from @server.xml@ and @client.xml@.
- 10:26 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> I'm trying to start a batch process. I did all configurations but when I started the batch cl... - 10:25 AM Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> Perhaps we need to pass a token (a different one than we use between the server and P2J client) i... - 09:45 AM Feature #1811: implement the AJAX client driver
- I have to found a solution to set-up the embedded server on the client to accept only one connection.
- 09:29 AM Feature #1811: implement the AJAX client driver
- Once a web socket is open, we shouldn't allow any other connections. Likewise, only the browser that initially is re...
- 09:26 AM Feature #1811: implement the AJAX client driver
- I'm trying to start a batch process. I did all configurations but when I started the batch client I got:
Error con... - 09:14 AM Feature #1811: implement the AJAX client driver
- Marius, something else to think about and add to your web client issue list: once we are redirected, there is nothing...
- 07:26 AM Feature #1811: implement the AJAX client driver
- > Running a program in batch mode using @pro -b -p run_batch.p 2> a.txt@ behaves the same way as there was no redirec...
- 07:15 AM Feature #1811: implement the AJAX client driver
- No. it's not necessary to check STDERR redirection before redirect the STDOUT and vice versa.
All 4 cases are poss... - 07:14 AM Feature #1811: implement the AJAX client driver
- Eugenie Lyzenko wrote:
> Do we need to check @STDERR@ in addition to @STDOUT@ to find out if the output is redirecte... - 07:07 AM Feature #1811: implement the AJAX client driver
- Marius, Constantin,
I need some clarification for output redirection.
Do we need to check @STDERR@ in addition ... - 06:45 AM Feature #1811: implement the AJAX client driver
- Marius, some more issues/notes:
# adding @System.err.println@ calls directly in the java program will write to the s... - 06:19 AM Feature #1811: implement the AJAX client driver
- Indeed the spawn is the session leader process the parent of the child process, our client.
The 2 remaining processe... - 06:05 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> You said that this is not true and the correct is:
>
> The redirection of STDERR is the sa... - 04:36 AM Feature #1811: implement the AJAX client driver
- It was a miss understanding in requested design. Let clarify.
What I understood is that outputToFile is a file to re... - 04:13 AM Feature #1811: implement the AJAX client driver
- About 0225a.zip:
* ClientBuilderParameters
- can you think of a way to pass the PID in the file name, too? Maybe @%... - 03:38 AM Feature #1811: implement the AJAX client driver
- You have to delete the lines when the STDOUT and STDERR are redirected to PTY.
The open the file on which you want t... - 03:26 AM Feature #1811: implement the AJAX client driver
- Marius: can you tell me the changes needed in spawn.c, to redirect the child process to a file? I don't need the full...
02/24/2014
- 06:17 PM Feature #1787: implement batch mode support
- Code Review 0224b
The code looks good. Make sure you have addressed everything needed by Constantin and he can revi... - 06:12 PM Feature #1787: implement batch mode support
- In this update the native call has been moved to @FileChecker@ class. The @build.xml@ does not need to be updated any...
- 03:03 PM Feature #1787: implement batch mode support
- Code Review 0224a
1. The build.xml is missing from the update.
2. About this:
> I think only caller that use... - 02:17 PM Feature #1787: implement batch mode support
- The new updated has been uploaded for you to check.
>My only concern with this update is that the approach in @Pla... - 12:45 PM Feature #1787: implement batch mode support
- Code Review 0221a
I will let Constantin continue the discussion with you regarding the requirements for #2228.
... - 12:16 PM Feature #1811: implement the AJAX client driver
- OK, I understand.
- 12:15 PM Feature #1811: implement the AJAX client driver
- No files are missing. I did changes only on JS code.
On the next step I have to implements the rectangle detections ... - 12:09 PM Feature #1811: implement the AJAX client driver
- Code Review 0224a
Your use of the direct pixel access in canvas for the calculation of font metrics is very clever... - 11:29 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> How could I do tests using the mode 0 )with no password)?
Mode 0 is used for starting batch ... - 10:56 AM Feature #1811: implement the AJAX client driver
- I understood the STDERR is redirected foe both modes 0 and 1 so I kept the code.
The difference between > and >> is ... - 10:54 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> OK. A first question please. This change remains or was only for test purposes.
> pb.redirec... - 09:35 AM Feature #1811: implement the AJAX client driver
- OK. A first question please. This change remains or was only for test purposes.
pb.redirectError(ProcessBuilder.Redi... - 08:50 AM Feature #1811: implement the AJAX client driver
- PS: add support for a @clientConfig/outputToFile@ node, with the name of the log file. This flag will be read by @Pr...
- 08:41 AM Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> This part (detection of rectangles) is not yet implemented and I would like to implements on ... - 08:28 AM Feature #1811: implement the AJAX client driver
- Overall best performances has been obtained using Google Chrome which really has a very fast JS engine.
- 08:25 AM Feature #1811: implement the AJAX client driver
- 1. No longer dirty screens. I found what cause the canvas to becomes dirty and I fixed this issue.
When a text is...
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.
Also available in: Atom