Activity
From 05/28/2021 to 06/26/2021
06/24/2021
- 01:00 PM Bug #5118: TREELIST widget issues
- Yet another issue: arrows are not displayed when a column header is dragged: it is possible to change the column orde...
- 11:23 AM Bug #5118: TREELIST widget issues
- FIXED in rev. 12602.
Another issue: in OCX, when a tree is sorted or tree sort direction changes, the tree is scro... - 02:48 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > Any widget benefits from this. If a complex widget is well...
06/23/2021
- 05:57 PM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Any widget benefits from this. If a complex widget is well structured it will add to its res... - 03:02 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > Selective redraw (only invalidated widgets need to redraw)... - 01:04 PM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Selective redraw (only invalidated widgets need to redraw)
Caption items are very simple ob... - 12:36 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > # The tree body implemented ... - 11:51 AM Bug #5118: TREELIST widget issues
- Expand/collapse button hit test issue:
In the original OCX, clicking with mouse outside the expand/collapse button... - 11:48 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > # The tree body implemented as *one widget*: columns are *not*... - 11:01 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> # The tree body implemented as *one widget*: columns are *not* implemented as widgets. ... - 10:55 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> I would keep this as is. From the UX perspective, scrolling only the records makes better se... - 10:25 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > In OCX the scrollable contai... - 10:20 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > In OCX the scrollable container wraps the whole tree widget, i... - 10:11 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In OCX the scrollable container wraps the whole tree widget, including the tree caption... - 10:10 AM Bug #5118: TREELIST widget issues
- In OCX the scrollable container wraps the whole tree widget, including the tree caption. In FWD it wraps the tree bod...
06/22/2021
- 09:57 AM Bug #5118: TREELIST widget issues
- FIXED in rev. 12602.
Node navigation by keyboard works incorrectly. See the attached @5118-110.mp4@ video.
In thi...
06/21/2021
- 10:20 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> The generics are gone for the price of having to down cast on multiple places. This was the ... - 07:43 AM Bug #5118: TREELIST widget issues
- > Frankly I can't quantify what version is better but my guts incline more towards generics.
Since it is not absol... - 02:13 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > I can create a diff file and...
06/18/2021
- 03:33 PM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > I can create a diff file and post it here though.
>
> Yes, ... - 03:28 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> I can create a diff file and post it here though.
Yes, this is what I meant. - 03:22 PM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > And, I am pretty sure the first generic-related refactoring is... - 03:16 PM Bug #5118: TREELIST widget issues
- So, this is the result of the discussion and the current development state:
# Making @TREELIST/TREEVIEW@ implement... - 03:14 PM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> > As to the second refactoring, I am not so sure, so I can try the copy/paste approach you ... - 02:52 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> And, I am pretty sure the first generic-related refactoring is possible, because I have... - 02:50 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> >
> > > h3. Make @TREEVIEW@ i... - 11:06 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
>
> > h3. Make @TREEVIEW@ implemented as a layer over the @TREE... - 10:41 AM Bug #5118: TREELIST widget issues
- Eugenie Lyzenko wrote:
> Vladimir,
>
> Please keep in mind in your efforts there is another customer specific ext... - 10:39 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > # The conventional class ancestry is mixed with generics, and ... - 09:36 AM Bug #5118: TREELIST widget issues
- Greg Shah wrote:
> > Make @TREEVIEW@ implemented as a layer over the @TREELIST@. @TREEVIEW@ is a one-column @TREELIS... - 09:18 AM Bug #5118: TREELIST widget issues
- Sergey Ivanovskiy wrote:
> Vladimir, @TreeViewGuiImpl@ supports the editing of node labels but @TreeListGuiImpl@ doe... - 08:05 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> h3. Make @TREEVIEW@ implemented as a layer over the @TREELIST@
>
> *Rationale*
>... - 07:56 AM Bug #5118: TREELIST widget issues
- Vladimir,
Please keep in mind in your efforts there is another customer specific external widget that is highly de... - 07:47 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> # The conventional class ancestry is mixed with generics, and this prevents from using ... - 07:33 AM Bug #5118: TREELIST widget issues
- > Make @TREEVIEW@ implemented as a layer over the @TREELIST@. @TREEVIEW@ is a one-column @TREELIST@ with caption disp...
- 04:46 AM Bug #5118: TREELIST widget issues
- Vladimir, @TreeViewGuiImpl@ supports the editing of node labels but @TreeListGuiImpl@ doesn't implement this function...
06/17/2021
- 05:41 PM Bug #5118: TREELIST widget issues
- h2. Refactoring the @TREELIST/TREEVIEW@ implementation
# Make @TREEVIEW@ implemented as a layer over the @TREELIST... - 03:15 PM Bug #5472: Implement Swing keyboard mapping in a similar manner to web client
- Yes, the same approach can be taken.
- 12:18 PM Bug #5472: Implement Swing keyboard mapping in a similar manner to web client
- Do we really need to detect the user's keyboard layout? Could we follow the same approach as it was implemented for t...
- 09:28 AM Bug #5472: Implement Swing keyboard mapping in a similar manner to web client
- It is about selecting (or better yet, detecting) the correct keyboard layout.
More importantly, we must make chang... - 09:25 AM Bug #5472: Implement Swing keyboard mapping in a similar manner to web client
- Recent updates allow for keyboard mapping to be selected in the web client. Similar implementation is needed for Swing.
- 09:23 AM Bug #5472 (New): Implement Swing keyboard mapping in a similar manner to web client
- 10:39 AM Bug #5473: go-pending value is not maintained properly
- This is a helpful patch to add logging of the changes to @isGoPending@ in @ThinClient.java@...
- 10:29 AM Bug #5473 (New): go-pending value is not maintained properly
06/14/2021
- 04:56 PM Bug #5449: Focusing issues after APPLY entry TO window
- Related discussion is in #5142-14, #5142-24 thru #5142-32.
Testcase attached. To reproduce, press "ENTRY to window... - 04:15 PM Bug #5449 (New): Focusing issues after APPLY entry TO window
06/09/2021
- 11:37 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Greg Shah wrote:
>
> > 4. Column titles are not "dotted" when trimmed.
>
> They a...
06/08/2021
- 03:28 PM Bug #5118: TREELIST widget issues
- FIXED in rev. 12521. Greg Shah wrote:
> 4. Column titles are not "dotted" when trimmed.
They are indeed dotted,... - 03:13 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In FWD a node is collapsed/expanded on mouse up event for *any mouse button* in *any ... - 02:59 PM Bug #5118: TREELIST widget issues
- Adrian Lungu wrote:
> Vladimir Tsichevski wrote:
> > Another thing still unfixed (or a regression?): when the node ...
06/03/2021
- 03:50 PM Bug #5118: TREELIST widget issues
- FIXED. New findings:
Each cell in the original OCX has two distinct slots to keep the "cell value":
# @value@ ... - 11:02 AM Feature #5401: add 4GL syntax option to SYSTEM-DIALOG GET-FILE to lock the user into a given root...
- As a security measure, this task will add a 4GL syntax @JAIL-PATH <path_expr>@ option to @SYSTEM-DIALOG GET-FILE@ to ...
- 11:00 AM Feature #5401 (New): add 4GL syntax option to SYSTEM-DIALOG GET-FILE to lock the user into a give...
06/02/2021
- 05:15 PM Bug #5398: Fix UNDERLINE and COLOR don't convert to valid Java code for default frame
- The following code sample should convert the @UNDERLINE@ and @COLOR@ statements (with or without the @FORM@ statement...
- 05:09 PM Bug #5398 (New): Fix UNDERLINE and COLOR don't convert to valid Java code for default frame
- 03:45 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I like it. I also deleted the old files.
- 01:16 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> > I don't have rights to remove hotel-gui_guests_unsized2.png, hotel-gui_guests_resized2.png and... - 01:00 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- > I don't have rights to remove hotel-gui_guests_unsized2.png, hotel-gui_guests_resized2.png and hotel-gui_guests_si...
- 12:51 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Roger Borrello wrote:
> Also, what am I doing wrong with Virtual Desktop Mode? Should the directory update be in a d... - 12:37 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- With respect to the sizing itself, the number of pixels that are used to determine if you are trying to grab diagonal...
- 12:34 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> It is definitely not correct behavior.
>
> Also, you didn't do embedded mode. You did the Swi... - 11:56 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- It is definitely not correct behavior.
Also, you didn't do embedded mode. You did the Swing client. We don't nee... - 11:49 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Take a look at "Samples":/projects/p2j/wiki/Dynamic_Layout#Samples
It actually doesn't look correct, although I ma... - 07:53 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> Roger: Could you please capture some screen shots of example Windows before/after resize? I'd li... - 07:51 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Roger: Could you please capture some screen shots of example Windows before/after resize? I'd like 2 sequences (each...
- 01:43 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I added a note about the @<window>:RESIZE@ attribute.
It looks good. - 08:51 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I added a note about the @<window>:RESIZE@ attribute.
- 01:29 PM Feature #5397: TREELIST: implement multi-column sorting
- Currently tree list nodes can only be sorted by a single column value. Original OCX prototype supports optional multi...
- 01:26 PM Feature #5397 (New): TREELIST: implement multi-column sorting
06/01/2021
- 07:21 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
> > Vladimir,
>
> > Could you please fix this ASAP.
>
> t... - 07:12 PM Bug #5118: TREELIST widget issues
- Eugenie Lyzenko wrote:
> Vladimir,
> Could you please fix this ASAP.
this was a glitch. Fixed.
Note: this c... - 06:27 PM Bug #5118: TREELIST widget issues
- Vladimir,
The customer application fix to be in sync with @12481@ - @12487@ caused another extension jar failure:
... - 12:27 PM Bug #5118: TREELIST widget issues
- Fixed by rev. 12481: #5118-32, #5118-69, #5118-72.
- 11:58 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Unfortunately, these examples do not convert correctly, the 4gl line:
Rev. 12481: ... - 08:01 AM Bug #5118: TREELIST widget issues
- Sergey Ivanovskiy wrote:
> Please take into account that Image List OCX can be set for Tree View OCX. These testcase... - 07:25 AM Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > In the original @TREELIST@ OCX, at the moment a @TREELIST@ is ... - 07:24 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In the original @TREELIST@ OCX, at the moment a @TREELIST@ is created, there are 3 icon... - 05:02 AM Bug #5118: TREELIST widget issues
- Sergey Ivanovskiy wrote:
> Please take into account that Image List OCX can be set for Tree View OCX. These testcase... - 02:51 AM Bug #5118: TREELIST widget issues
- Please take into account that Image List OCX can be set for Tree View OCX. These testcases @./treeview/test-image-li...
- 04:15 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
>
> Hynek: ... - 01:43 PM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
>
> Hynek: ... - 11:31 AM Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
Hynek: Please review and edit a...
05/31/2021
- 07:31 PM Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
In the original @TREELIST@ OCX, at the moment a @TREELIST@ is created, there are 3 icons already... - 04:50 PM Bug #5118: TREELIST widget issues
- The @MultiSelect@ feature (both the getter and the setter) is not currently implemented, but it is used in customer c...
- 11:15 AM Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
@TreeWidgetBase.clearNodesImageList()@ destroys *all* images related to the widget, including ...
05/28/2021
- 01:20 PM Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Caption rendering: if the text does not fit the caption width, is must be left-aligned. - 10:50 AM Bug #5118: TREELIST widget issues
- Tree node background and foreground colors seem to be supported, but setting these does not affect the tree view. May...
Also available in: Atom