Activity
From 04/26/2018 to 05/25/2018
05/26/2018
- 08:15 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- 3565a has been merged into the trunc as bzr revision 11261 and archived.
- 08:04 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- 3565a passed regression testing, planning to merge it into the trunk now.
05/25/2018
- 10:28 AM Base Language Feature #3558: SEARCH("<program_name>.r") should return a value when there is a converted 4GL pro...
- This one is still opened - there is one more issue, @RUN prog.@ is valid in 4GL as long as there is a r-code compiled...
- 10:25 AM User Interface Bug #3584: tooltips do not work in FWD for disabled, TEXT and FILL-IN widgets
- The problems are these:
# 4GL allows tooltips for TEXT widgets, too.
# FILL-IN, TEXT are 'containers' in FWD and ca... - 10:23 AM User Interface Bug #3584 (WIP): tooltips do not work in FWD for disabled, TEXT and FILL-IN widgets
- 07:38 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- The "security context" is just a reference to the user's session, it is not a reference to editing the @security/@ pa...
- 05:18 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Guys, this snippet...
- 04:43 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- remote 3565a branch for regression testing was created with corresponding directory changes: file-system to legacy-sy...
- 01:55 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I started regression testing for rev 11280, but forgot to setup manually the directory that has changes.
05/23/2018
- 06:44 PM User Interface Bug #2765: find proper freely licensed replacements for the MS Windows OS fonts
- Constantin Asofiei wrote:
> Eugenie, what is the way to find replacement fonts, having a font-table of 48 entries, o... - 06:28 PM User Interface Bug #2765: find proper freely licensed replacements for the MS Windows OS fonts
- Eugenie, what is the way to find replacement fonts, having a font-table of 48 entries, over 7 fonts (with bold/normal...
- 04:48 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- OK. 3565a has been updated over the trunc rev. 11259 up to the rev. 11277.
- 04:17 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey, please rebase 3565a. I have a converted project that depends upon changes in trunk revision 11259. Thanks.
- 11:00 AM User Interface Bug #3582: Add missing support for dynamic menu server updates
- The propagation should be checked from client to server, too: the @mnemonic@ and @preprocessedLabel@ are exposed via ...
- 10:58 AM User Interface Bug #3582: Add missing support for dynamic menu server updates
- Changes in dynamic MENU, SUB-MENU and MENU-ITEM widgets through the widget attributes are not propagated to the clien...
- 10:51 AM User Interface Bug #3582 (Closed): Add missing support for dynamic menu server updates
05/22/2018
- 12:29 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Committed revision 11275 reduced the log level to FINER. My environment is not ready now. I am building the customer ...
- 12:21 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Code Review Task Branch 3565a Revision 11274
I'm good with the changes.
Please use @Level.FINER@ instead of @L... - 12:18 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- OK. It has been fixed in committed revision 11274.
- 12:05 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- This is not a code review, but I have a minor request: please rename @UnResolvedPathException@ to @UnresolvedPathExce...
- 11:51 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Please review the committed revision 11273.
- 09:35 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- @legacy-system/opsys@ is the definition of the original OPSYS value from the legacy system (the system on which the 4...
- 09:31 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> Testing this committed revision 11258. Please look at this revision. The directory change... - 09:24 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that I missed this issue because I got this case too without proper settings. Thank you, planning to fix it ...
- 09:14 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I just tried using this branch with a project that does not have any directory changes. I got:...
- 09:02 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Code Review Task Branch 3565a Revision 11272
I am OK with the changes.
> this.paths field is set from void setS... - 08:56 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Can I start regression testing for 3565a?
- 05:36 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- 3565a rev 11272 has been updated over trunc rev 11257.
05/21/2018
- 07:18 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Committed revision 11270 added @src/com/goldencode/p2j/util/PathResolverContainer.java@.
- 06:53 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Committed revision 11269 fixed java docs.
- 06:14 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg, please review 11268. I encountered text conflict in @Utils.java@ that it is possible that your changes can be l...
- 02:24 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- > @ThinClient.getInstance().getFileSystemDaemon()@
Surely we should not need to call @ThinClient@ from @FileSystem... - 02:14 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I did a mistake
>And in this instance method com.goldencode.p2j.util.FileSystemDaemon.getFileName(boolean, boolean, ... - 02:12 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> I searched usages of @FileSystemDaemon@ constructor
> [...]
> Is the second usage corre... - 02:01 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- > @searchAll@ is used only
> @search@ is used only
OK, good analysis. Please add comments to both of these to ex... - 01:37 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg Shah wrote:
> Code Review Task Branch 3565a Revision 11266
>
> 1. Why is this code duplicated in multiple @F... - 01:17 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I searched usages of @FileSystemDaemon@ constructor...
- 12:40 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg Shah wrote:
> Code Review Task Branch 3565a Revision 11266
>
> 3. Don't the following @FileSystemDaemon@ met... - 10:40 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Code Review Task Branch 3565a Revision 11266
1. Why is this code duplicated in multiple @FileSystemDaemon@ locatio... - 09:16 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- > It seems that OPEN-MIME-RESOURCE and OPEN-URL should resolve the file path if they open the local file. Correct?
... - 07:55 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Eric Faulhaber wrote:
> Sergey, will your changes handle image loading from the file system as well? I am not that f... - 07:10 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that this implementation of the search @FileSystemDaemon.searchAll@ searches file system roots first and if ...
- 06:58 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Constantin Asofiei wrote:
> Test @FILE-INFO:FILENAME@ and associated attributes like @PATHNAME@ and @FULL-PATHNAME@,... - 02:57 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Eric Faulhaber wrote:
> Sergey Ivanovskiy wrote:
> > Eric, could you point on the case where the image loading prob... - 02:41 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> Eric, could you point on the case where the image loading problem appeared?
The probl... - 01:20 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- In this function the target resource is looking through the value of @searchpath@ defined by the directory. This is t...
- 12:45 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- If we investigate the @PROPATH@ of the converted application, then we can find that all these paths are relative to t...
- 12:41 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Don't mind it is due to java doc doesn't describe that if the target resource is not found in its application jar, th...
- 12:24 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Eric, could you point on the case where the image loading problem appeared? There is @LogicalTerminal.getImageStreamF...
- 12:11 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey, will your changes handle image loading from the file system as well? I am not that familiar with the UI side ...
05/20/2018
- 03:29 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Test @FILE-INFO:FILENAME@ and associated attributes like @PATHNAME@ and @FULL-PATHNAME@, with FWD configured for lega...
- 02:16 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Constantin Asofiei wrote:
> Sergey, please test folder names with FILE-INFO handle, like @FILE-INFO:FILENAME = "."@ ...
05/18/2018
- 06:24 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- At least this patch I think is required:...
- 06:00 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey, please test folder names with FILE-INFO handle, like @FILE-INFO:FILENAME = "."@ (and other folder names), for...
- 05:14 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that OPEN-MIME-RESOURCE and OPEN-URL should resolve the file path if they open the local file. Correct?
<p... - 01:08 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Please review the committed revision 11264. It should cover all file path usages.
- 01:46 PM User Interface Bug #3575: "implicit copy from screen buffer" version of the ASSIGN statement is broken
- Note that in the original program which showed this issue the ASSIGN was enclosed in a EDITING block for an UPDATE st...
05/17/2018
- 05:43 PM User Interface Bug #3575: "implicit copy from screen buffer" version of the ASSIGN statement is broken
- This was originally identified as a compile-time failure in #3567-23 (see that note and most of the rest up to #3567-...
- 05:05 PM User Interface Bug #3575 (New): "implicit copy from screen buffer" version of the ASSIGN statement is broken
- 08:39 AM Database Feature #3574: finish implementation of temp-table XML support
- From Eric:
The following is the full list of (non-ProDataSet) features that are currently unimplemented for temp-t... - 08:38 AM Database Feature #3574 (Closed): finish implementation of temp-table XML support
05/16/2018
- 04:18 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg Shah wrote:
> 3. In any usage of @FileSystemDaemon.search*()@ on the *client side*, we use it for lookup in the... - 04:02 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I added this setting @<parameter name="opsys" value="win32" />@...
- 03:45 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> I don't understand why this converted code works with "\\", but doesn't work with "\"
> ... - 03:41 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> I need advices how to convert this program correctly
> [...]
There is no file system ... - 03:41 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> Greg, please help to explain the @propath@ values. Is it correct that if @propath@ lists ... - 03:40 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I don't understand why this converted code works with "\\", but doesn't work with "\"...
- 03:28 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Testing this committed revision 11258. Please look at this revision. The directory changes are...
- 03:05 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- I need advices how to convert this program correctly...
- 02:51 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that my changes in file-separator has an impact on the conversion of windows path strings...
- 01:29 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- > It seems that this "legacyPlatform" has similar meaning as new proposed legacy-system/opsys.
You are right.
P... - 12:22 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg, please help to explain the @propath@ values. Is it correct that if @propath@ lists legacy paths, then it must b...
- 11:29 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- There is @"legacyPlatform"@ ...
- 11:08 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Thank you, see the idea now.
- 10:51 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- > then what is the responsibility file-system node?
It won't exist.
> Do these changes just extend/rename file... - 10:49 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Greg, if we add @legacy-system@ node, then what is the responsibility @file-system@ node? There are @file-system/pkgr...
- 08:28 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Planning to use redundant data for the same mapping...
- 08:21 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- That is true for the name attribute since it is part of the "path" to the node.
You will need to implement somethi... - 08:05 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- We can't use @:@ colon character, @/@ slash and @\@ back slash in node names. It seems that these nodes are invalid
... - 12:44 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Hynek Cihlar wrote:
> Stanislav Lomany wrote:
> > Trunk has laggy drop-down menus. Do you see it?
> > !lag.gif!
>... - 12:39 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> Trunk has laggy drop-down menus. Do you see it?
> !lag.gif!
Thanks for noting, I will ... - 11:39 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Also the invokeLaterOS() call in the handler will be redundant
Indeed, I got rid of it. @repaint()@ also works fin... - 10:53 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- I meant pop-up menus.
- 10:52 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Trunk has laggy drop-down menus. Do you see it?
!lag.gif! - 09:46 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Rebased task branch 3261c from P2J trunk revision 11255.
- 07:44 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > Is the code checked in? What file and line number?
>
> Yes: @BrowsePopupMenu:435@
> ... - 07:02 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Is the code checked in? What file and line number?
Yes: @BrowsePopupMenu:435@... - 02:49 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > I call @browse.repaint()@, but it is not repainted: paint event is posted, but @browse.d... - 08:10 AM User Interface Bug #3487 (Closed): Sub-menu graphical issues
- 08:10 AM User Interface Bug #3487: Sub-menu graphical issues
- The issue was resolved in 3538c, which was merged to trunk as revision 11255.
- 08:09 AM User Interface Bug #3538 (Closed): The next focus widget for menu widget is not defined
- 08:09 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- 3538c merged to trunk as revision 11255. 3538c was archived.
- 07:50 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Code Review Task Branch 3538c Revision 11275
I'm good with the changes.
Please merge 3538c to trunk. - 04:57 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- 3538c passed ChUI regression tests. It is rebased against latest trunk. I also checked in one other simple change in ...
05/15/2018
- 07:38 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Please don't mind. If the scope of search is defined to be accounts search, then similar paths to @/server/standard/r...
- 07:14 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- My code failed to read @file-system@ node due to it has no read access writes to the target nodes. It seems that the ...
- 05:50 PM Runtime Infrastructure Feature #3565 (WIP): provide better support for file system access across platforms
- 1. I think we need to track the original system @OPSYS@ value.
Today we have the capability to override the @OPS... - 05:20 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- OK. It is unclear how to support @absolute-path-prefix-map@ if there are Windows and Linux clients simultaneously acc...
- 09:33 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Consider sending @absolute-path-prefix-map@ down to the client in @FileSystemOps.ContextContainer.initialValue()@.
- 09:29 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that the client gets directory settings via @BootstrapConfig@. And there are no usages of @DirectoryService@...
- 06:53 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > I call @browse.repaint()@, but it is not repainted: paint event is posted, but @browse.draw()@ is not called.
@r... - 05:05 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> After merging with the current trunk I met so far the following regressions:
> # No stabl... - 05:02 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- After merging with the current trunk I met so far the following regressions:
# Incorrect enhanced popup menu for col... - 03:07 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Rebased task branch 3261c from P2J trunk revision 11253.
- 11:41 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- The query support for dynamic sorting/filter was committed to branch 3261c (rev 11244).
The API is found in @QueryWr... - 10:33 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Something else to add: simple users should have only a single option named "Save changes", without all the server/use...
- 08:55 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- That is definitely pretty useful.
My only concern is that we should not give all users the ability to set defaul... - 08:52 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Is the state saving complete now?
Still working on it.
> Can we set a default in the directory that is overrid... - 08:48 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- FYI, enhanced browse now has the following options to save the settings (WIP):
!save-options.png!
Option "FOR A... - 08:47 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Is the state saving complete now?
Can we set a default in the directory that is overridden when a user makes chang... - 08:42 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Stanislav, see 3507a rev 11332 for another example how to create a node in the directory.xml , to set CURRENT-LANGU...
- 03:12 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Greg Shah wrote:
> Do you expect to finish testing today? I want to get this into trunk.
I haven't finished ChUI... - 03:08 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Greg Shah wrote:
> 1. In @MenuItem.processKeyEvent()@ line 306 calls @getParentMenu()@ and saves the result in the @... - 02:11 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Do you expect to finish testing today? I want to get this into trunk.
- 11:53 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Code Review Task Branch 3538c Revision 11271
These changes certainly make the menu processing significantly simple... - 08:56 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Please review latest 3538c. It contains an overhaul of the menu navigation implementation. It was simplified in order...
- 09:47 AM User Interface Bug #3570: Web client beeping
- It seems that the root cause of unusual beeping is @p2j.screen.js@
/**
* Display an error message.
... - 09:37 AM User Interface Bug #3570 (Closed): Web client beeping
- 06:11 AM User Interface Bug #3106: Various GUI COMBO-BOX issues
- Another issue, when an item selected in the combo drop-down, ENTER key doesn't have any effect. ENTER should close th...
05/14/2018
- 05:45 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Committed revision 11254 (3565a) added @PathResolver@ defined in @Utils@ module.
- 03:33 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Please don't mind. These values define the native file separator and the native case sensitive mode.
- 03:17 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- It seems that with @file-separator@ and @case-sensitive@ under @file-system@ node this task needs @native-file-separa...
- 12:45 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Yes.
The idea is to accept the longest exact match (case-insensitive) to a prefix of a path. That match must only... - 12:25 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Let us consider these hypothetical settings...
- 12:16 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav, see 3507a rev 11332 for another example how to create a node in the directory.xml , to set CURRENT-LANGUAG...
05/11/2018
- 10:51 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> OK. It seems I considered another tasks. Thanks for explanations. Thus in this task we sh... - 10:27 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- OK. It seems I considered another tasks. Thanks for explanations. Thus in this task we should add a windows path supp...
- 09:34 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> Constantin, in this revision 11269 (branch 3556a) you added similar mapping as described ... - 09:29 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Constantin, in this revision 11269 (branch 3556a) you added similar mapping as described in this task Absolute Task P...
- 07:33 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- OK. The task branch 3565a rev 11253 - created.
- 07:14 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Sergey Ivanovskiy wrote:
> Don't know it is reasonable to use 3556a. Although 3556a contains timer changes, r-file s... - 03:53 AM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- Don't know it is reasonable to use 3556a. Although 3556a contains timer changes, r-file search improvements and selec...
- 06:14 AM User Interface Bug #3538 (WIP): The next focus widget for menu widget is not defined
- 06:13 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Greg Shah wrote:
> Code Review Task Branch 3538c Revision 11258
>
> I'm good with the changes.
>
> If I unders... - 05:45 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- I have to finish enhanced browse stuff first, so will see who will be available earlier.
- 05:32 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > Please review the committed revision 11242 that should fix the web client usage and the ... - 05:13 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Please review the committed revision 11242 that should fix the web client usage and the swing client is still worki...
05/10/2018
- 04:34 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > Thus we can see that mouse pointer can be default or S_RESIZE. It is not clear for me wh... - 02:39 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Greg Shah wrote:
> Editing is serialized. While one session is editing, other sessions are locked out.
I see, @syn... - 02:36 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Greg, do we need something specific to flush the directory changes to disk? Or ds.unbind() will take care of saving...
- 11:17 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav, about reading/writing the browse state in the directory.xml - you can take a look at @AppServerDefinition....
- 09:15 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Thus we can see that mouse pointer can be default or S_RESIZE. It is not clear for me why another sides of "resize"...
- 09:00 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Sergey Ivanovskiy wrote:
> Also I found that @MouseDirectManipulation@ java logic doesn't change the cursor shape.
... - 02:14 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Sergey Ivanovskiy wrote:
> It seems that a widget should implement at least these methods in order its mouse pointer... - 04:24 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Code Review Task Branch 3538c Revision 11258
I'm good with the changes.
If I understand correctly, this also re... - 03:53 PM Runtime Infrastructure Feature #3565: provide better support for file system access across platforms
- There is an impedance mismatch when a converted application accesses file system resources, if the original system ra...
- 02:22 PM Runtime Infrastructure Feature #3565 (WIP): provide better support for file system access across platforms
05/09/2018
- 06:12 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Please review 3538c, it resolves this issue plus multiple others - several menu-related abends, drawing issues, event...
- 06:10 PM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Due to rebasing issues in branch 3538b I created 3538c and merged in all the changes from 3538b. 3538b will be dead-a...
05/08/2018
- 03:50 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Constantin Asofiei wrote:
> An idea: apply this 'client-side' filtering (UDFs and other stuff, for computed columns)... - 03:47 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- As a reminder about performance: #3261#note-67
If we want to support computed columns, then we have to go with the... - 03:35 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Ovidiu Maxiniuc wrote:
> Stanislav Lomany wrote:
> > Computed columns can be not only formulas, but user-written fu... - 03:32 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> Computed columns can be not only formulas, but user-written functions, which can run sub-q... - 03:24 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Computed columns can be not only formulas, but user-written functions, which can run sub-queries etc. So caching comp...
- 03:19 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Stanislav: I guess we may already pass an anonymous inner class instance of these expressions so that the browse ca...
- 02:54 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > * I think it would be better for filtering to pass in the actual BDT, not its string representation. If it is reall...
- 02:42 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Eric Faulhaber wrote:
> How would we use lambdas to augment an order by (sorting) or where clause (filtering), since... - 02:39 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Eric Faulhaber wrote:
> How would we use lambdas to augment an order by (sorting) or where clause (filtering), since... - 02:33 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- How would we use lambdas to augment an order by (sorting) or where clause (filtering), since we need to do these on t...
- 02:31 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Do we need to implement lambdas for the expression in a computed column? This way the browse can calculate it whenev...
- 02:03 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Sorry, I missed that these are _computed_ columns. I was referencing _calc_ columns.
- 02:02 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > * what happens with computed columns? Should we filter / sort based on them? For example:
It is impossible to filt... - 01:58 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- I have some other concerns/questions:
* what is the best API: pass to @QueryWrapper@ one filter at a time and keep t... - 01:44 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Eric Faulhaber wrote:
> Does anyone have a concern about encapsulating the "query switching" needed for filter/sort ... - 01:15 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > currently, BrowseWidget references P2JQuery, but isn't it actually limited to QueryWrapp... - 06:00 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > currently, BrowseWidget references P2JQuery, but isn't it actually limited to QueryWrapper instances?
Yes, I thi... - 05:35 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Yes.
- 05:33 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > If we drag rapidly the bottom side of the resize box until it passes more than 3 rows, t... - 05:31 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > If we drag rapidly the bottom side of the resize box until it passes more than 3 rows, then it throws this error. I...
- 01:01 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Also I found that @MouseDirectManipulation@ java logic doesn't change the cursor shape.
- 12:40 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- It seems that a widget should implement at least these methods in order its mouse pointer shape will react on mouse h...
05/07/2018
- 05:37 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- I just found that for the web client right sides of cells also can be dragged but the mouse pointer is not changed if...
- 05:29 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav Lomany wrote:
> > Stas, can you be more specific as to what needs to be fixed?
>
> !browse-resize-issue... - 05:06 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Ovidiu Maxiniuc wrote:
> create a set of couple of methods in @BrowseWidget@ for adding a filter and a sort order fo... - 04:59 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Ovidiu Maxiniuc wrote:
> Stanislav,
> For latest issue, I can only confirm that the Swing client is handling fine t... - 04:31 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Stanislav,
For latest issue, I can only confirm that the Swing client is handling fine the resize and column reorder... - 11:54 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- > Stas, can you be more specific as to what needs to be fixed?
!browse-resize-issues.png!
On the screenshot I was... - 11:20 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- OK. I had it in mind.
- 11:17 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Sergey: Can you help Stanislav with his request in #3261-124?
> Ye... - 11:05 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Greg Shah wrote:
> Sergey: Can you help Stanislav with his request in #3261-124?
Yes, I can take it. What is the pr... - 10:46 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Sergey: Can you help Stanislav with his request in #3261-124?
- 04:50 PM User Interface Bug #3395 (Closed): rectangle:edge-chars is not working in GUI
- 12:25 PM Base Language Feature #3558: SEARCH("<program_name>.r") should return a value when there is a converted 4GL pro...
- This was solved part of #3544 (3507a rev 11293 and 11294).
- 05:52 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- Due to rebasing issues in branch 3538a I created 3538b and merged in all the changes from 3538a. 3538a will be dead-a...
05/04/2018
- 03:53 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
- 3538a rebased against trunk revision 11252.
05/03/2018
- 05:42 PM User Interface Feature #3281: implement some frame options
- The remaining issues were fixed as part of #3528, in 3507a rev 11291
- 03:34 PM User Interface Feature #3281: implement some frame options
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Sorry, it seems this code has been added recently by rev 11251. ... - 11:33 AM User Interface Feature #3281: implement some frame options
- Sergey Ivanovskiy wrote:
> Sorry, it seems this code has been added recently by rev 11251. Hynek should know why it ... - 12:51 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
- Guys, I've found that column and row resizing doesn't work properly in web version with the current trunk: during col...
- 11:29 AM User Interface Bug #3560: widget handles in the 4GL will compile with any valid attribute name even if it is not...
- We do intend to implement some handle type-analysis in the future. This would enable us to find and warn about these...
- 11:25 AM User Interface Bug #3560: widget handles in the 4GL will compile with any valid attribute name even if it is not...
- 4GL allows (I think) any attribute/method to be specified for a widget reference, i.e.:...
- 11:24 AM User Interface Bug #3560 (New): widget handles in the 4GL will compile with any valid attribute name even if it ...
- 11:24 AM User Interface Bug #3395 (WIP): rectangle:edge-chars is not working in GUI
- This was fixed in 3507a rev -11290- 11291.
05/02/2018
- 03:40 PM User Interface Feature #3281: implement some frame options
- Sergey Ivanovskiy wrote:
> Constantin Asofiei wrote:
> > Anyone has any idea why this code was added to FillInGuiIm... - 02:49 PM User Interface Feature #3281: implement some frame options
- Constantin Asofiei wrote:
> Anyone has any idea why this code was added to FillInGuiImpl and EditorGuiImpl.mouseClic... - 02:23 PM User Interface Feature #3281: implement some frame options
- Anyone has any idea why this code was added to FillInGuiImpl and EditorGuiImpl.mouseClicked?...
05/01/2018
- 05:46 PM User Interface Bug #3559: trigger matching for multi-label events (i.e. RETURN/ENTER/CTRM-M, PAGE-UP/PGUP/PREV-P...
- 4GL has a weird way of matching an event to a trigger, if that event has multiple labels associated with it. For exa...
- 05:36 PM User Interface Bug #3559 (New): trigger matching for multi-label events (i.e. RETURN/ENTER/CTRM-M, PAGE-UP/PGUP/...
04/27/2018
- 09:49 AM Bugs Bug #3503 (Closed): generated classname mismatch for menu and sub-menu
- Branch 3469a was merged to trunk as revision 11252.
- 05:26 AM Base Language Feature #3558: SEARCH("<program_name>.r") should return a value when there is a converted 4GL pro...
- Many applications implement code that checks for the existence of specific @.r@ files ("compiled" r-code for specific...
- 05:17 AM Base Language Feature #3558 (New): SEARCH("<program_name>.r") should return a value when there is a converted 4...
04/26/2018
- 04:11 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
- 3469a was merged to trunk rev 11252 and archived.
Also available in: Atom