Project

General

Profile

Activity

From 04/22/2022 to 05/21/2022

05/20/2022

04:53 PM Bug #6374: Tab-stop widget order should be reset after frame is realized
The proposed fix which was not accepted (needs more investigation) is attached as @reset-tabitems-on-frame-realize.di... Vladimir Tsichevski
04:40 PM Bug #6383: TAB-ITEM issues
Vladimir Tsichevski wrote:
> h5. Problem 3
>
> The Java method naming in inconsistent: @moveAfterTab@, but @mov...
Vladimir Tsichevski
04:38 PM Bug #6383: TAB-ITEM issues
There are a number of known issues related to tab item list and related 4gl calls. This issue is to post these proble... Vladimir Tsichevski
08:52 AM Bug #6383 (New): TAB-ITEM issues
Vladimir Tsichevski

05/19/2022

01:24 PM Feature #5742: improve web client startup time
Ignore the environmental issues.
What is left to do is the items in #5742-3 which reduce the startup time of the F...
Greg Shah
12:42 PM Feature #5742: improve web client startup time
Greg,
Should I continue working on this issue (and possibly looking for environmental issues) considering #6233#note...
Tomasz Domin

05/18/2022

06:04 AM Feature #5742 (WIP): improve web client startup time
Tomasz Domin

05/17/2022

03:36 PM Bug #6374: Tab-stop widget order should be reset after frame is realized
The issue can be replicated with the following test case.... Hynek Cihlar
03:35 PM Bug #6374 (New): Tab-stop widget order should be reset after frame is realized
Hynek Cihlar

05/16/2022

09:45 AM Feature #6369: Frame widget needs specific MOVE-TO-BOTTOM() call implementation
For @MOVE-TO-BOTTOM()@ call used with frame widget we need to implement the same approach is now used for @MOVE-TO-TO... Eugenie Lyzenko
09:42 AM Feature #6369 (New): Frame widget needs specific MOVE-TO-BOTTOM() call implementation
Eugenie Lyzenko

05/13/2022

06:06 AM Bug #6360: Frame size adjustment
In 4GL when a nested frame is placed in a parent frame it's size might be adjusted based on the available size inside... Marian Edu
05:46 AM Bug #6360 (New): Frame size adjustment
Marian Edu

05/03/2022

07:01 AM Feature #5742: improve web client startup time
We have another case where a customer's system (based on Amazon Linux which is in turn based on RedHat/CentOS) showed... Greg Shah

05/02/2022

06:46 AM Bug #6267 (Review): StackOverflowError in BROWSE widget
Constantin, please review the committed revision 13835(3821c). Sergey Ivanovskiy

04/29/2022

05:33 AM Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Guys, I'm trying to close this somehow but although I've tried to keep the current implementatio...
Hynek Cihlar
04:15 AM Bug #6267: StackOverflowError in BROWSE widget
If @cpinternal@ is @UTF-8@, then 4GL calculates a key codepoint using reverse mapping of bytes to integer in reverse ... Sergey Ivanovskiy

04/28/2022

10:48 AM Bug #5622: TREEVIEW widget issues
Vladimir Tsichevski wrote:
> Tijs Wickardt wrote:
>
> > Interesting. A possible third explanation: OE stores the ...
Tijs Wickardt
10:35 AM Bug #5622: TREEVIEW widget issues
Tijs Wickardt wrote:
> Interesting. A possible third explanation: OE stores the default OCX values in the wrx. If ...
Vladimir Tsichevski
10:01 AM Bug #5622: TREEVIEW widget issues
Vladimir Tsichevski wrote:
> > I see two explanations here. OE either looks in the type library where default param ...
Tijs Wickardt
09:34 AM Bug #5622: TREEVIEW widget issues
Hynek Cihlar wrote:
> > And this value must *not* be the 4gl @undefined@, because, by my observations, sending @un...
Vladimir Tsichevski
08:44 AM Bug #5622: TREEVIEW widget issues
I created #6302 to cover the empty arguments issue. Hynek Cihlar
08:41 AM Bug #5622: TREEVIEW widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > It is on the OCX object to determine what the default valu...
Hynek Cihlar
08:30 AM Bug #5622: TREEVIEW widget issues
Hynek Cihlar wrote:
> It is on the OCX object to determine what the default value is when an empty argument is giv...
Vladimir Tsichevski
03:30 AM Bug #5622: TREEVIEW widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> >
> > > I assume you mean the followi...
Hynek Cihlar
03:27 AM Bug #5622: TREEVIEW widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > I assume you mean the following statement: @hNode = chCfTr...
Hynek Cihlar
05:39 AM Bug #6267: StackOverflowError in BROWSE widget
I found that the issue is in @Utils.toChar(int)@ that is used for converting a codepoint to a character. If an input ... Sergey Ivanovskiy

04/27/2022

07:24 PM Bug #5622: TREEVIEW widget issues
Vladimir Tsichevski wrote:
> Tijs Wickardt wrote:
> > On Wed 2022-04-20 we parked some @treeview@ issues. See @xfer...
Tijs Wickardt
06:51 PM Bug #5622: TREEVIEW widget issues
Hynek Cihlar wrote:
> I assume you mean the following statement: @hNode = chCfTreeView:TreeView:Nodes:Add(,,cParen...
Vladimir Tsichevski
06:17 PM Bug #5622: TREEVIEW widget issues
Another difference: in OCX the first argument to the @add@ procedure is a 1-based node index, and cannot be zero.
In...
Vladimir Tsichevski
01:16 PM Bug #5622: TREEVIEW widget issues
Tijs Wickardt wrote:
> On Wed 2022-04-20 we parked some @treeview@ issues. See @xfer testcases@ , @ocx_to_fwd/mscomc...
Vladimir Tsichevski
05:32 AM Bug #5622: TREEVIEW widget issues
Tijs Wickardt wrote:
> On Wed 2022-04-20 we parked some @treeview@ issues. See @xfer testcases@ , @ocx_to_fwd/mscomc...
Hynek Cihlar
02:33 AM Bug #5622: TREEVIEW widget issues
On Wed 2022-04-20 we parked some @treeview@ issues. See @xfer testcases@ , @ocx_to_fwd/mscomctl-treeview-ocx.readme.t... Tijs Wickardt
07:16 AM Bug #6038: ComboBox setScreenValue improvements
Greg Shah wrote:
> ** if multiple different format strings are defined (e.g. explicit @FORMAT ""@ definitions or imp...
Marian Edu
05:57 AM Bug #6267: StackOverflowError in BROWSE widget
I tested FWD with WINDOWS-1252 and the changes discussed in this thread and found many new issues for Swing and Web c... Sergey Ivanovskiy

04/26/2022

03:56 PM Bug #6267: StackOverflowError in BROWSE widget
It is okey. I cannot find how to setup of @i18n@ node in the directory. Is @i18n@ a node of @container@ class?
<pre...
Sergey Ivanovskiy
02:47 PM Bug #6267: StackOverflowError in BROWSE widget
Sergey Ivanovskiy wrote:
> Sergey Ivanovskiy wrote:
> > It seems that the @Keyboard@ can use unicode codepoints whe...
Hynek Cihlar
02:32 PM Bug #6267: StackOverflowError in BROWSE widget
Sergey Ivanovskiy wrote:
> It seems that the @Keyboard@ can use unicode codepoints when it initializes basic keys
>...
Sergey Ivanovskiy
06:41 AM Bug #6267: StackOverflowError in BROWSE widget
It seems that the @Keyboard@ can use unicode codepoints when it initializes basic keys... Sergey Ivanovskiy
06:36 AM Bug #6267: StackOverflowError in BROWSE widget
If integer value is within [0, 255], then it can be decoded using the current internal codepage given by @cpinternal@... Sergey Ivanovskiy
10:57 AM Bug #6298: Display using format
> Question - do we need to handle the case when the @value@ passed to @setScreenValue@ might be @FormatedValue@ (by l... Greg Shah
06:44 AM Bug #6298: Display using format
Looking at some issues with screen-value when the widget is using a custom format and the @display@ statement is used... Marian Edu
06:25 AM Bug #6298 (New): Display using format
Marian Edu
10:56 AM Bug #6038: ComboBox setScreenValue improvements
Our current approach can be described like this:
* static widgets (both client-side and server-side) are aware of ...
Greg Shah

04/25/2022

02:09 PM Bug #6267: StackOverflowError in BROWSE widget
OK, fix it. Greg Shah
01:59 PM Bug #6267: StackOverflowError in BROWSE widget
I checked that Apply statement interprets integer expression according to @cpinternal@ code page so @APPLY 225 TO EDI... Sergey Ivanovskiy
11:58 AM Bug #6267: StackOverflowError in BROWSE widget
Our approach is to use Unicode throughout all internal Java/Javascript code and we only convert to/from the @CPINTERN... Greg Shah
11:00 AM Bug #6267: StackOverflowError in BROWSE widget
I cannot answer these two questions. In this code... Sergey Ivanovskiy

04/22/2022

03:22 PM Bug #6267: StackOverflowError in BROWSE widget
It looks like the code from @I18nOps@ isn't used by @Keyboard@ but @String cset = Utils.getCharsetOverride();@ is use... Sergey Ivanovskiy
01:51 PM Bug #6267: StackOverflowError in BROWSE widget
Thank you. I have found this code @I18nOps@ too. Sergey Ivanovskiy
01:39 PM Bug #6267: StackOverflowError in BROWSE widget
Sergey Ivanovskiy wrote:
> Could you point me what is code that is responsible for providing @cpinternal@ and @cpstr...
Greg Shah
01:36 PM Bug #6267: StackOverflowError in BROWSE widget
Could you point me what is code that is responsible for providing @cpinternal@ and @cpstream@ codepage settings? I wo... Sergey Ivanovskiy
 

Also available in: Atom