Activity
From 08/11/2021 to 09/09/2021
09/09/2021
- 03:01 AM Bug #5622: TREEVIEW widget issues
- Code review 3821c revision 12897.
Please test how the method @remove@ will behave when a convertibe number is pass...
09/08/2021
- 06:16 PM Feature #5151: Add complete support for tree-list OCX triggers
- The second argument for the @OnKeyDown@ event is *integer* key modifiers mask. It is currently converted as @new logi...
- 05:31 PM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> Some of @TREEVIEW@ events expect arguments of @INPUT-OUTPUT@ type. For example, the arg... - 05:21 PM Bug #5622: TREEVIEW widget issues
- Some of @TREEVIEW@ events expect arguments of @INPUT-OUTPUT@ type. For example, the argument @KeyCode@ of the @KeyPre...
- 09:18 AM Bug #5622: TREEVIEW widget issues
- If needed, there was a conversion of the customer application using 12899. Please see #5034-1173 for details.
- 04:22 AM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> Hynek, can you please help me?
>
> What is the proper way to set the widget default ...
09/07/2021
- 06:27 PM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
> > Vladimir,
> >
> > Does the @ocx_conversion.rules@ requir... - 06:19 PM Bug #5622: TREEVIEW widget issues
- Eugenie Lyzenko wrote:
> Vladimir,
>
> Does the @ocx_conversion.rules@ require urgent reconversion of big custome... - 04:49 PM Bug #5622: TREEVIEW widget issues
- Vladimir,
Does the @ocx_conversion.rules@ require urgent reconversion of big customer application? I need to take ... - 03:56 PM Bug #5622: TREEVIEW widget issues
- Hynek, can you please help me?
What is the proper way to set the widget default mouse pointer icon? By this I mean... - 03:31 PM Bug #5622: TREEVIEW widget issues
- In 3821c rev. 12897 the following issues has been fixed:
# Partial (mostly conversion only) support added for @TRE...
09/03/2021
- 07:59 AM Bug #5280 (Test): TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Tree...
- 06:22 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Code review 3821c revision 12882. The changes are OK.
09/02/2021
- 11:52 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
>
> > >Doesn't the replacement widget in #3822 use the @TREEV... - 11:42 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Eugenie Lyzenko wrote:
> >Doesn't the replacement widget in #3822 use the @TREEVIEW@ code internally?
>
> Yes, ... - 10:58 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Greg Shah wrote:
> > > Eugenie: Could this code have been used in that customer-specific OCX replacement from #3822?... - 10:49 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- > > Eugenie: Could this code have been used in that customer-specific OCX replacement from #3822?
>
> Do you mean ... - 10:43 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Greg Shah wrote:
> Eugenie: Could this code have been used in that customer-specific OCX replacement from #3822?
... - 10:14 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Eugenie: Could this code have been used in that customer-specific OCX replacement from #3822?
- 09:24 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Greg Shah wrote:
> Vladimir: We generally don't add random features. Why was the feature there if it is not needed?... - 08:59 AM Bug #5280: TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treeview co...
- Vladimir: We generally don't add random features. Why was the feature there if it is not needed? I'm worried that i...
09/01/2021
- 03:16 PM Bug #5280 (Review): TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Tr...
- 03:16 PM Bug #5280 (WIP): TREEVIEW: Vertical rollover feature: assure TREEVIEW is compatible with MS Treev...
- Tested: the roll-over feature does not exist in MS TreeView.
Fixed in FWD 3821c rev. 12882 - 09:32 AM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> @TreeViewWidget.clearAll@ invalidates the nodes...
the proper @tree:Nodes:Clear@ con... - 08:45 AM Bug #5622: TREEVIEW widget issues
- SOLVED Scrolling issue:
# Run @treeview.p@ application
# Expand enough nodes to make vertical scrollbar visible.
... - 08:38 AM Bug #5622: TREEVIEW widget issues
- Treeview rendering issues:
# Extra line up from the first root node
# The node text is clipped from the left.
... - 08:34 AM Bug #5622: TREEVIEW widget issues
- The treeview demo app reference screen in OE:
!5622-treeview-demoapp-OE.png! - 08:27 AM Bug #5622: TREEVIEW widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > @TreeViewWidget.clearAll@ invalidates the nodes, which may be ... - 01:55 AM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> @TreeViewWidget.clearAll@ invalidates the nodes, which may be referenced by 4gl as the ...
08/31/2021
- 06:43 PM Bug #5622: TREEVIEW widget issues
- The @TreeNodeCollectionResource.add(NumberType anchorIndex, NumberType relationType, character key, character text)@ ...
- 06:24 PM Bug #5622: TREEVIEW widget issues
- RESOLVED. @TreeViewWidget.clearAll@ invalidates the nodes, which may be referenced by 4gl as the result of ``tree:Nod...
- 06:03 PM Bug #5622: TREEVIEW widget issues
- Solved: the .ext-hints file was invalid.
The corrected one is attached.
Vladimir Tsichevski wrote:
> REJECTED. C... - 06:01 PM Bug #5622: TREEVIEW widget issues
- Conversion issue: the valid 4gl call:...
- 02:08 PM Bug #5622 (WIP): TREEVIEW widget issues
- The test application to demonstrate conversion problems above: @treeview.p@, @treeview.p.ext-hints@.
This applicat... - 02:05 PM Bug #5622: TREEVIEW widget issues
- Conversion crashes on the following valid 4gl:...
- 01:27 PM Bug #5622: TREEVIEW widget issues
- REJECTED. Conversion/runtime issue: missing method. The 4gl:...
- 01:18 PM Bug #5622: TREEVIEW widget issues
- Conversion produces invalid Java statement:...
08/27/2021
- 05:19 PM Bug #5622: TREEVIEW widget issues
- Vladimir Tsichevski wrote:
> The semantic and implementations for @tree:Nodes:remove()@ in FWD do not match that of ... - 04:52 PM Bug #5622: TREEVIEW widget issues
- The semantic and implementations for @tree:Nodes:remove()@ in FWD do not match that of _Microsoft TreeView Control 6....
08/26/2021
- 01:39 PM Bug #5622: TREEVIEW widget issues
- In original _Microsoft TreeView Control 6.0 (SP6)_ OCX control the *plus/minus button* is visible if and only if *the...
- 01:05 PM Bug #5622: TREEVIEW widget issues
- In original _Microsoft TreeView Control 6.0 (SP6)_ OCX control node keys must be unique across the tree. Currently in...
- 12:58 PM Bug #5622: TREEVIEW widget issues
- In this task various issues related to the @TREEVIEW@ FWD widget issues, and its difference from @TREELIST@ FWD widge...
- 12:47 PM Bug #5622 (WIP): TREEVIEW widget issues
08/20/2021
- 10:40 AM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> The @hasChildren@ (branch or leaf) node attribute issue:
>
> # When a child is added...
08/19/2021
- 06:55 PM Bug #5118: TREELIST widget issues
- The @hasChildren@ (branch or leaf) node attribute issue:
# When a child is added to a node, FWD sets the @hasChild... - 07:49 AM Bug #5118: TREELIST widget issues
- Mouse event (@OnMouseLeftUp@, @OnMouseLeftDown@, @OnMouseRightUp@) triggers issue: all 3 callback arguments passed to...
- 07:42 AM Bug #5118: TREELIST widget issues
- @DeleteOnCollapse@ mode issue:
In FWD, in @DeleteOnCollapse@ mode the collapsed node subtree is not removed, if th...
08/18/2021
- 07:09 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> The API call @tree:DeleteChildNodes(nodeId)@ is not currently implemented, but is is us... - 05:12 PM Bug #5118: TREELIST widget issues
- The API call @tree:DeleteChildNodes(nodeId)@ is not currently implemented, but is is used in customer code.
Also available in: Atom