Activity
From 02/15/2021 to 03/16/2021
03/17/2021
- 10:49 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Greg Shah wrote:
> It just needs to live wherever the @p2j.jar@ exists. It looks like you changed the name of the n...
03/16/2021
- 06:59 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- It just needs to live wherever the @p2j.jar@ exists. It looks like you changed the name of the native method. Did y...
- 05:54 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- A minor problem with the Swing that I can move on from. I was just trying to complete the code. But the JNI cannot be...
- 01:13 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Roger Borrello wrote:
> Greg Shah wrote:
> > Code Review #4179-61 Patch
> >
> > 1. The changes to @GuiWebDriver.... - 11:29 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- > At this point we don't know whether we have a URI for launcher://file_to_launch or simply a path to a file.
We d... - 11:21 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Greg Shah wrote:
> Code Review #4179-61 Patch
>
> 1. The changes to @GuiWebDriver.openMimeResource()@ are:
>
>... - 10:13 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Code Review #4179-61 Patch
1. The changes to @GuiWebDriver.openMimeResource()@ are:
* should not be uncondition... - 09:28 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- The wrapping end is coded and attached as a patch. I would appreciate some review. I am working on the native code, w...
- 03:32 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> An issue from #4908-4:
>
> By pressing and releasing left and right mouse buttons ...
03/15/2021
- 07:42 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- > I want to add @GuiWebDriver.openLauncherResource@ that will mimic @openMimeResource@ but will create a temp wrapper...
- 06:06 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Some change questions...
I want to add @GuiWebDriver.openLauncherResource@ that will mimic @openMimeResource@ but ... - 02:13 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- For security reasons, we will prompt the user before calling @desktopOpen()@. The idea is to display the command lin...
- 02:06 PM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- I've just spoken with Roger and we've agreed on the following approach.
*1.* @OPEN-MIME-RESOURCE@ will be enhanced... - 09:51 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Roger Borrello wrote:
> To close out my thoughts (I have a doctor appointment shortly), if we do find @file:///@, we... - 09:46 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Why are we messing with @file://@ in this task? The plan was to *always* use a @launcher://@ protocol for the launch...
- 09:43 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- To close out my thoughts (I have a doctor appointment shortly), if we do find @file:///@, we can proceed as if the re...
- 09:40 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- As to what that means to our code, if we agree on the "file://" prefix... we have to further decide if there is or is...
- 09:38 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Sergey Ivanovskiy wrote:
> For an example, this url throws exception @new URL("file://" + "C:\\tmp\\name.txt");@ but... - 09:10 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- For an example, this url throws exception @new URL("file://" + "C:\\tmp\\name.txt");@ but this one is correct...
- 09:01 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- These changes are not correct because @file:///@ is important for local files. Please look at https://en.wikipedia.or...
- 08:18 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Sergey, take a look at this update I propose for @UiUtils@:...
- 04:40 PM Bug #5118: TREELIST widget issues
- An issue from #4908-4:
By pressing and releasing left and right mouse buttons while dragging a tree column heade...
03/14/2021
- 06:16 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Sergey Ivanovskiy wrote:
> @UiUtils.resolveLocalFileResource(String uriString)@ doesn't throw malformed URL exceptio... - 05:26 AM 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...
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
... - 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... - 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,...
- 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... - 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...
- 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... - 08:56 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- See @.bzrignore@.
- 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... - 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... - 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. - 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.
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... - 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... - 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...
- 07:23 AM Feature #4179: create a standalone native launcher (Windows EXE and Linux/UNIX version) which can...
- Search for @javah@ in @build.xml@.
- 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, ...
03/10/2021
- 08:27 AM Bug #4826 (Closed): HTTP 413 error with Web Client
- 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... - 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... - 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...
- 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...
- 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...
- 10:18 PM Feature #4179 (WIP): create a standalone native launcher (Windows EXE and Linux/UNIX version) whi...
- 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...
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 ... - 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...
- 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 ...
- 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... - 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...
- 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... - 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...
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... - 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...
- 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,... - 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 ...
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...
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...
- 11:05 AM Bug #5178 (New): Handle APPLY -2 in ChUI
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... - 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...
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... - 02:12 PM Feature #4170 (Review): add drag and drop support to treeview widget
- 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...
- 01:10 PM Feature #4170: add drag and drop support to treeview widget
- Please provide details as a separate task.
- 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... - 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... - 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...
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...
- 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 ...
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@...
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...
- 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 ...
- 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... - 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...
- 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-... - 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@...
- 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....
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...
- 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... - 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...
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 ...
- 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...
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:...
- 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...
- 07:21 AM Bug #5153 (New): improvements to down body processing
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 ...
- 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... - 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...
- 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@, ...
- 07:26 AM Feature #5151: Add complete support for tree-list OCX triggers
- Please summarize the steps for adding the needed support.
- 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*)
... - 04:37 AM Feature #5151 (WIP): Add complete support for tree-list OCX triggers
- 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...
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 ... - 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... - 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... - 04:31 PM Bug #5150 (New): killing the web page for the web client should raise the equivalent of a window-...
- 08:45 AM Feature #3283: add 4GL extension to obtain the mouse pointer location
- How much effort is there to fix this?
- 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...
Also available in: Atom