Project

General

Profile

Activity

From 02/11/2021 to 03/12/2021

03/12/2021

06:50 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> With respect to the OPEN-MIME-TYPE testcase and Swing, it also works "out of the box" using the file:// protocol
...
Greg Shah
06:28 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Roger Borrello wrote:
> Greg Shah wrote:
> > At this point, we are going with our own @launcher://@ protocol for sp...
Greg Shah
05:07 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
With respect to the @OPEN-MIME-TYPE@ testcase and Swing, it also works "out of the box" using the @file://@ protocol,... Roger Borrello
03:49 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Greg Shah wrote:
> At this point, we are going with our own @launcher://@ protocol for specifying the resource to lo...
Roger Borrello
12:31 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
It was @msys@. I'm not sure where that comes into play, but when I don't include @c:\msys\bin@ in the path, everythin... Roger Borrello
11:52 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Greg Shah wrote:
> See @.bzrignore@.
Thanks.
With respect to @library.c@ and the non-declaration, I'll have to d...
Roger Borrello
08:56 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
See @.bzrignore@. Greg Shah
08:49 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Greg Shah wrote:
> I assume you are fixing them.
With respect to the Java header, which is what triggered a rebui...
Roger Borrello
07:49 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
At this point, we are going with our own @launcher://@ protocol for specifying the resource to load?
If so, then I...
Greg Shah
07:44 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> because there were warnings/errors in memory.c and library.c
I assume you are fixing them.
Greg Shah
07:44 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Code Review Task Branch 3821c Revision 12113
The changes are good.
Greg Shah

03/11/2021

06:58 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
See @12113@ for updates.
Also, it must have been some time since @ant-native@ was built on 32-bit, because there w...
Roger Borrello
10:35 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Code Review Task Branch 3821c Revision 12111
This is much better.
1. I don't think that @desktop.h@ should have...
Greg Shah
09:35 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Please review rev 12111. Right now the @fwd_local_launcher.c@ is a little bit "hokey", but until I get the connective... Roger Borrello
07:23 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Search for @javah@ in @build.xml@. Greg Shah
06:21 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
With respect to the JNI and the makefile, the @JNIHEADER@ macro includes generated headers. How are those generated, ... Roger Borrello

03/10/2021

08:27 AM Bug #4826 (Closed): HTTP 413 error with Web Client
Greg Shah
05:13 AM Bug #4826: HTTP 413 error with Web Client
Sergey Ivanovskiy wrote:
> I changed this condition @if (key.substring(0, 4).toLowerCase() = = "auth-")@ to @if (key...
Hynek Cihlar
05:13 AM Bug #4826: HTTP 413 error with Web Client
Sergey Ivanovskiy wrote:
> It seems that @substring(indexStart, indexEnd)@ is safe and doesn't throw index out of bo...
Hynek Cihlar
04:07 AM Bug #4826: HTTP 413 error with Web Client
The ECMA 262 specification https://tc39.es/ecma262/#sec-string.prototype.substring also states the same specification... Sergey Ivanovskiy
04:04 AM Bug #4826: HTTP 413 error with Web Client
I changed this condition @if (key.substring(0, 4).toLowerCase() = = "auth-")@ to @if (key.substring(0, 5).toLowerCase... Sergey Ivanovskiy
04:01 AM Bug #4826: HTTP 413 error with Web Client
It seems that @substring(indexStart, indexEnd)@ is safe and doesn't throw index out of bound exception. MDN said that... Sergey Ivanovskiy
10:18 PM Feature #4179 (WIP): create a standalone native launcher (Windows EXE and Linux/UNIX version) whi...
Roger Borrello
08:24 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> and break it down into parts to be "launched".
I don't think this is correct. @OPEN-MIME-RESOURCE@ just sends t...
Greg Shah

03/09/2021

05:59 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Greg Shah wrote:
> I think this code is very GUI specific. Please put it in @com.goldencode.p2j.ui.client.gui@ and ...
Roger Borrello
04:27 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
I think this code is very GUI specific. Please put it in @com.goldencode.p2j.ui.client.gui@ and change the @shellOpe... Greg Shah
03:46 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Right now the JNI is in @com.goldencode.p2j.util@ and the method is @Java_com_goldencode_p2j_util_shellOpenFile@. Is ... Roger Borrello
05:25 PM Bug #4826: HTTP 413 error with Web Client
Sergey Ivanovskiy wrote:
> Yes, I didn't observe that cookies with these keys "renderer" and "graphicsCached" should...
Hynek Cihlar
11:34 AM Bug #4826: HTTP 413 error with Web Client
Yes, I didn't observe that cookies with these keys "renderer" and "graphicsCached" should be persistent. These change... Sergey Ivanovskiy
07:51 AM Bug #4826: HTTP 413 error with Web Client
Sergey Ivanovskiy wrote:
> Does it make sense to implement the server side solution by setting response header @Clea...
Hynek Cihlar
07:27 AM Bug #4826 (WIP): HTTP 413 error with Web Client
Please review the committed revision 12095 (3821c) that should clear authorization token cookies if the application p... Sergey Ivanovskiy

03/06/2021

12:54 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Code Review Task Branch 3821c Revision 12090
It is a good start.
1. As mentioned in #4179-14, we need to assume...
Greg Shah
11:33 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
I'm not sure what you mean by "mime-type helper". Are you referring to the launcher that will be registered as an ap... Greg Shah
11:30 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Committed @fwd_local_launcher.c@ in @3821c_12090@ which utilizes @xdg-open@.
While the code can accept parameters,...
Roger Borrello
10:56 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
In trying to understand how to register an application helper for our mime-type helper, I was confused by whether or ... Roger Borrello

03/05/2021

01:54 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
I did see information indicating that Chrome uses whatever the desktop's mime database contains. I don't know if ther... Roger Borrello

03/04/2021

11:39 AM Bug #5178: Handle APPLY -2 in ChUI
4GL documentation states that "APPLY -2 is the same as APPLY ENDKEY". However, it was found that it works only in ChU... Stanislav Lomany
11:05 AM Bug #5178 (New): Handle APPLY -2 in ChUI
Stanislav Lomany

03/02/2021

08:08 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Greg Shah wrote:
> In #4179-1 is this requirement: *which can be registered as a browser's application helper for th...
Roger Borrello
07:52 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Regarding Linux, I came across @xdg-open@, which is part of @xdg-utils@:
https://wiki.archlinux.org/index.php/Xdg...
Roger Borrello

02/26/2021

02:36 PM Feature #4170 (Closed): add drag and drop support to treeview widget
> There is a known conversion issue that this code with a corresponding hint file
Please create a separate task fo...
Greg Shah
02:12 PM Feature #4170 (Review): add drag and drop support to treeview widget
Sergey Ivanovskiy
02:10 PM Feature #4170: add drag and drop support to treeview widget
Yes, the image list tests are working in general. There is a known conversion issue that this code with a correspondi... Sergey Ivanovskiy
01:10 PM Feature #4170: add drag and drop support to treeview widget
Please provide details as a separate task. Greg Shah
01:05 PM Feature #4170: add drag and drop support to treeview widget
Greg Shah wrote:
> Roger: I think you may have found some related behavior that seems wrong. Can you open a new tas...
Roger Borrello
08:39 AM Feature #4170: add drag and drop support to treeview widget
Can this task be put into Test mode?
Roger: I think you may have found some related behavior that seems wrong. Ca...
Greg Shah
06:21 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
In #4179-1 is this requirement: *which can be registered as a browser's application helper for the "application/fwd-l... Greg Shah

02/25/2021

06:50 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
I made updates in revs @12060/12061@ to allow the build to proceed. How are the native parts deployed if you are simp... Roger Borrello
09:08 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
I removed the @launcher@ target to prevent the continuation of the failures found in #5034-317, which was created by ... Roger Borrello

02/24/2021

06:21 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
First pass committed in @3821c_12057@. There is an update to the native @makefile@ to use the new @makefile.launcher@... Roger Borrello

02/23/2021

10:28 AM Feature #5151: Add complete support for tree-list OCX triggers
I can't tell if is is safe to presume a default value for direct - maybe the majority of node changes are due to impl... Adrian Lungu
10:26 AM Feature #5151: Add complete support for tree-list OCX triggers
The direct flag is set on @true@ when @setCurrentNode@ is fired due to a user specific action (usually a mouse press ... Adrian Lungu
10:23 AM Feature #5151: Add complete support for tree-list OCX triggers
Adrian,
I need to change customer specific code that uses modified @TreeGuiImp.setCurrentNode(TreeNode<N> node, bo...
Eugenie Lyzenko
06:57 AM Feature #5151: Add complete support for tree-list OCX triggers
Committed 3821c/rev. 12049 adding support for @OnChangeNodeDirect@ and @OnChangeTopVisibleNode@. In this process, I r... Adrian Lungu
09:23 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> What if you run OPEN-MIME-RESOURCE of this custom mime-type in ChUI or Swing clients? Should they reject?
@OPEN-...
Greg Shah
08:56 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
A question about implementation. Would the launcher only function on web client? What if you run @OPEN-MIME-RESOURCE@... Roger Borrello
07:33 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> So the tc.openMimeResource should make a special case of mimeType=application/fwd-local-launcher
Yes, if needed....
Greg Shah

02/22/2021

06:52 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
So the @tc.openMimeResource@ should make a special case of @mimeType=application/fwd-local-launcher@ and force the gi... Roger Borrello
07:09 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
> @UiUtils.resolveResourceUrl@
As of now, @file://@ resources are local to the FWD client. We will have to format...
Greg Shah
05:04 AM Feature #5151: Add complete support for tree-list OCX triggers
After some investigation, the following behavior is expected:
* @OnChangeNodeDirect@ is fired when the selected node...
Adrian Lungu

02/20/2021

11:44 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
How should the path to the local resource be formatted? Is it up to the user to enter *file:///* or should any valid ... Roger Borrello
03:29 AM Feature #5151: Add complete support for tree-list OCX triggers
Committed 3821c/rev. 12038 regarding @OnTreeDrag*@ OCX event triggers. The tests are mostly accurate; however, the i... Adrian Lungu

02/19/2021

07:38 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
Your testcase to run this can be as simple as this:... Greg Shah
07:24 AM Bug #5153: improvements to down body processing
1. Should we just add this @processDownBody()@ to @handleScreenBuffers()@? If the @downConfigs@ are non-null then we... Greg Shah
07:21 AM Bug #5153 (New): improvements to down body processing
Greg Shah

02/18/2021

02:06 PM Feature #3880: enhanced browse 3rd phase of improvements
I've changed item 2.3 from "Deal with multi-page Jasper layout (this relates to the case where export of a browse is ... Greg Shah
02:01 PM Feature #3880: enhanced browse 3rd phase of improvements
> Stanislav: Do you have any opinions on this?
I don't like dealing with JasperReport templates because the code l...
Stanislav Lomany
01:35 PM Feature #3880: enhanced browse 3rd phase of improvements
In #5145-11, Vladimir makes a very good point that using JasperReports for @BROWSE@ spreadsheet export has a big disa... Greg Shah
12:19 PM Feature #5151: Add complete support for tree-list OCX triggers
I investigated the @OnTreeDrag*@ triggers and they seem to be compatible with our current effort with @OLEDRAGDROP@, ... Adrian Lungu
07:26 AM Feature #5151: Add complete support for tree-list OCX triggers
Please summarize the steps for adding the needed support. Greg Shah
04:39 AM Feature #5151 (WIP): Add complete support for tree-list OCX triggers
Some of the tree based widgets don't have conversion support for some ocx-triggers:
* OnChangeNode (*supported*)
...
Adrian Lungu
04:37 AM Feature #5151 (WIP): Add complete support for tree-list OCX triggers
Adrian Lungu
06:13 AM Bug #5118: TREELIST widget issues
FIXED in rev 12518.
Another difference:
In FWD a node is collapsed/expanded on mouse up event for *any mouse butt...
Vladimir Tsichevski

02/16/2021

05:07 PM Bug #5150: killing the web page for the web client should raise the equivalent of a window-close ...
Thanks for creating this issue.
FYI the business value is: when the software is licensed for a maximum number of ...
Jurjen Dijkstra
04:37 PM Bug #5150: killing the web page for the web client should raise the equivalent of a window-close ...
> I think we need a listener for session termination which will emulate the 'window close' logic.
I think this is...
Greg Shah
04:33 PM Bug #5150: killing the web page for the web client should raise the equivalent of a window-close ...
A customer reported this issue (my paraphrased version):
> When the user closes the webbrowser (or only the browse...
Greg Shah
04:31 PM Bug #5150 (New): killing the web page for the web client should raise the equivalent of a window-...
Greg Shah
08:45 AM Feature #3283: add 4GL extension to obtain the mouse pointer location
How much effort is there to fix this? Greg Shah
05:43 AM Feature #3283: add 4GL extension to obtain the mouse pointer location
GET-MOUSE-POSITION returns coordinates relative to the screen when called on @FIELD-GROUP@ widget. It must return coo... Hynek Cihlar
 

Also available in: Atom