Project

General

Profile

Activity

From 01/19/2022 to 02/17/2022

02/17/2022

02:25 PM User Interface Bug #6077: Movable widget problem, when using both mouse buttons
Run the test example from #6074:
# drag frame with left mouse button, do *not* release the button
# while left bu...
Vladimir Tsichevski
02:13 PM User Interface Bug #6077 (New): Movable widget problem, when using both mouse buttons
Vladimir Tsichevski
11:41 AM User Interface Bug #6074: Movable widget problem
This problem is a regression after the change 13461.
Alexandru, take a look, please.
I've tried your example @m...
Vladimir Tsichevski
09:37 AM User Interface Bug #6076: Help text is not reset when a widget with no help text gains the focus.
Testcase:... Stanislav Lomany
09:34 AM User Interface Bug #6076 (New): Help text is not reset when a widget with no help text gains the focus.
Stanislav Lomany
07:02 AM Base Language Feature #4384: Builtin OO Implementation
> Fixed issues as per-review, attached the new patch.
No objections.
Greg Shah

02/16/2022

02:47 PM User Interface Feature #4438: parsing and conversion of .wrx files
Hynek Cihlar wrote:
> Some of the OCXes require a license key otherwise they fail to instantiate. I found out the li...
Hynek Cihlar
02:34 PM User Interface Feature #4438: parsing and conversion of .wrx files
Some of the OCXes require a license key otherwise they fail to instantiate. I found out the license key is part of th... Hynek Cihlar
02:39 PM User Interface Bug #6074 (WIP): Movable widget problem
Vladimir Tsichevski
02:38 PM User Interface Bug #6074: Movable widget problem
The following example defines a movable frame. Users can drag this frame with left mouse button withing the window.
...
Vladimir Tsichevski
02:37 PM User Interface Bug #6074 (Closed): Movable widget problem
Vladimir Tsichevski
12:14 PM User Interface Bug #6073: Improve FRAME:SCROLL option support
Currently, only @SCROLL = 1@ is supported. We need to add proper support for @SCROLL > 1 && SCROLL < DOWN@. This shou... Stanislav Lomany
11:46 AM User Interface Bug #6073 (New): Improve FRAME:SCROLL option support
Stanislav Lomany
07:03 AM User Interface Bug #6057 (WIP): Attributes access causing widget to be realized when not need to.
I agree we need proper tests and need to know the full scope of behavior before implementing the full fix. Go ahead ... Greg Shah
06:23 AM User Interface Bug #6057 (Feedback): Attributes access causing widget to be realized when not need to.
Greg,
since we had to revert changes on @realized@/@wasRealized@ - because accessing some of those attributes were...
Marian Edu

02/15/2022

10:45 AM User Interface Feature #4438: parsing and conversion of .wrx files
It all looks good. Greg Shah
08:44 AM User Interface Feature #4438: parsing and conversion of .wrx files
Greg Shah wrote:
> That is huge! It will be a big step ahead since we will be able capture the output for all @.wrx...
Hynek Cihlar
07:15 AM User Interface Feature #4438: parsing and conversion of .wrx files
That is huge! It will be a big step ahead since we will be able capture the output for all @.wrx@ files up front.
...
Greg Shah
06:18 AM User Interface Feature #4438: parsing and conversion of .wrx files
I can report a success in parsing OCX properties for PSTimer. I successfully read the Interval and Enabled properties... Hynek Cihlar
07:08 AM Base Language Feature #4384: Builtin OO Implementation
Marian, review about the patch:
* ObjectModelParser,HttpClient,BodyWriterBuilder - they have no actual change, only ...
Constantin Asofiei
05:36 AM Base Language Feature #4384: Builtin OO Implementation
Fixed issues as per-review, attached the new patch.
Marian Edu

02/14/2022

01:43 PM Base Language Feature #4384: Builtin OO Implementation
> > * I find it a little confusing that @KW_POLY@ is not "poly" or "polymorphic" but is "_bdt_".
>
> "poly" or "po...
Greg Shah
12:19 PM Base Language Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> Code Review 3821c.4384m.patch
>
> I've applied the change to a local branch. Some thoughts:
...
Marian Edu
12:11 PM Base Language Feature #4384: Builtin OO Implementation
Code Review 3821c.4384m.patch
I've applied the change to a local branch. Some thoughts:
1. In @literals.rules@...
Greg Shah
10:05 AM Base Language Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> I don't see any changes in the patch for @progress.g@.
Still, there should be some starting at...
Marian Edu
09:24 AM Base Language Feature #4384: Builtin OO Implementation
I don't see any changes in the patch for @progress.g@. Greg Shah
03:52 AM Base Language Feature #4384: Builtin OO Implementation
Marian Edu wrote:
> Attached the patch to merge changes in 4384m branch back into 3821c. There are changes in antlr ...
Marian Edu
02:56 AM Base Language Feature #4384: Builtin OO Implementation
Attached the patch to merge changes in 4384m branch back into 3821c. There are changes in antlr grammar and rules to ... Marian Edu

02/12/2022

07:28 AM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
Roger Borrello wrote:
> Is this the kind of update you are envisioning? It is successful in my customer's app.
>
...
Marian Edu
07:08 PM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
Is this the kind of update you are envisioning? It is successful in my customer's app.... Roger Borrello

02/11/2022

05:51 PM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
Marian Edu wrote:
> The use of the @canAccess@ guard should be reviewed and fix cases where widget realization is no...
Roger Borrello

02/10/2022

08:50 AM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
Some widget attributes require the widget to be realized else an error will be thrown (in fact a set of three). The m... Marian Edu
08:44 AM User Interface Bug #6057 (WIP): Attributes access causing widget to be realized when not need to.
Marian Edu
08:39 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Which converts to:
> [...]
Good catch, the 4GL snippet is probably not the right one but...
Marian Edu
08:20 AM User Interface Bug #6038: ComboBox setScreenValue improvements
This is in the constructor of @GenericWidget@:... Roger Borrello
08:18 AM User Interface Bug #6038: ComboBox setScreenValue improvements
One more thing to note. I had a breakpoint in @GenericWidget.realize@:... Roger Borrello
02:53 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger, thanks for debugging this - the fact that setting the widget visibility to true marks it as 'realized' is ok. ... Marian Edu

02/09/2022

03:55 PM User Interface Bug #6038: ComboBox setScreenValue improvements
I was able to debug the client, breaking in @AbstractWidget._setVisible@:... Roger Borrello
12:49 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Roger Borrello wrote:
> > The error message comes right after I make the menu choice to run...
Roger Borrello
12:40 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> The error message comes right after I make the menu choice to run the program, and before I ...
Roger Borrello
12:32 PM User Interface Bug #6038: ComboBox setScreenValue improvements
The error message comes right after I make the menu choice to run the program, and before I hit:... Roger Borrello
12:30 PM User Interface Bug #6038: ComboBox setScreenValue improvements
There is this:... Roger Borrello
12:27 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Regarding what might be going on with setting the @SCROLLBAR-HORIZONTAL@ attribute of a @SELECTION-LIST@ after the fr... Roger Borrello
11:40 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Roger Borrello wrote:
> > Likewise I am getting @** Attribute SCREEN-VALUE for the COMBO-BOX xx...
Roger Borrello
10:21 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> I notice the @ComboBoxConfig.format@ is 2 exclamations marks: @!!@. I am not familiar with t...
Marian Edu
10:14 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Likewise I am getting @** Attribute SCREEN-VALUE for the COMBO-BOX xxx has an invalid value ...
Marian Edu
10:12 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Roger Borrello wrote:
> > Using 13497 on my customer's application, and now receiving 4053 ...
Roger Borrello
10:11 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROL...
Marian Edu
10:09 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Roger Borrello wrote:
> Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROL...
Roger Borrello
09:40 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROLLBAR-HORIZONTAL because t... Roger Borrello
09:01 AM User Interface Bug #6038: ComboBox setScreenValue improvements
I did a couple of cosmetic changes to 6038-20220209.patch and checked it in 3821c revision 13497. Hynek Cihlar
08:56 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek Cihlar wrote:
> Marian Edu wrote:
> > Marian Edu wrote:
> > Attached the patch for combo-box so the trailing...
Hynek Cihlar
08:53 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek Cihlar wrote:
> In @ComboBoxWidget@ @setLabel@ was called only when value type differed from the combo-box typ...
Marian Edu
08:44 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Marian Edu wrote:
> Attached the patch for combo-box so the trailing spaces from value are remo...
Hynek Cihlar
07:16 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Testing this in 4GL only for combo-box the values are trimmed but only at the end, the @list-ite...
Marian Edu
01:39 PM Base Language Feature #4658: OO serialization support
I assume the OE serializer is walking the object graph somehow. But what happens if the same legacy OO instance is r... Constantin Asofiei

02/08/2022

03:28 PM Base Language Feature #4658: OO serialization support
Thoughts from Constantin:
* the runtime can't use 'implements Serializable' as progress.lang.object IS serializabl...
Greg Shah
02:34 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Testing this in 4GL only for combo-box the values are trimmed but only at the end, the @list-items@/@list-item-pairs@... Marian Edu
02:14 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Eugenie Lyzenko wrote:
> > How about this change in @GenericFrame.java@?
> I've started with @...
Eugenie Lyzenko
01:51 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Eugenie Lyzenko wrote:
> How about this change in @GenericFrame.java@?
I've started with @GenericFrame@ before but ...
Marian Edu
01:45 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Eugenie Lyzenko wrote:
> > Marian,
> >
> > Please see #5991.
> >
> > We have severe regre...
Eugenie Lyzenko
01:26 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Eugenie Lyzenko wrote:
> Marian,
>
> Please see #5991.
>
> We have severe regression from recent combo-box cha...
Marian Edu
12:22 PM User Interface Bug #6038: ComboBox setScreenValue improvements
With respect to #6044, the fixes in 13481 corrected the problem which exist with 13481. However, the fixes in 13481 ... Roger Borrello
12:16 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian,
Please see #5991.
We have severe regression from recent combo-box changes for @(set/get)ScreenValue@. P...
Eugenie Lyzenko
11:46 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Greg Shah wrote:
> Marian: We are backing out the latest 3821c in the customer test environment for both #5881 and #...
Marian Edu
10:19 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian: We are backing out the latest 3821c in the customer test environment for both #5881 and #6044. Please let us... Greg Shah
05:09 AM User Interface Bug #6038: ComboBox setScreenValue improvements
OK, as per our tests so far it looks like the validation doesn't have anything to do with the fact that the widget's ... Marian Edu
09:05 AM User Interface Bug #6053: Widget realisation
Yes, please do. Greg Shah
09:02 AM User Interface Bug #6053: Widget realisation
The widget 'realisation' is somehow inconsistent in FWD, there are two attributes in widget configuration with a big ... Marian Edu
08:52 AM User Interface Bug #6053 (Review): Widget realisation
Marian Edu
02:27 AM User Interface Bug #6042: Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the pa...
Hynek Cihlar wrote:
> [...]
Hynek, I could have sworn I've saw that happening but running the code in 4GL doesn't...
Marian Edu

02/07/2022

02:27 PM Database Bug #4994 (Closed): NPE in AdaptiveQuery when loading null data for an outer join
Thanks. Eric Faulhaber
02:27 PM Database Bug #4994: NPE in AdaptiveQuery when loading null data for an outer join
Yes, I think so. I do not think I heard of any related issues or regressions because of this. Ovidiu Maxiniuc
02:23 PM Database Bug #4994: NPE in AdaptiveQuery when loading null data for an outer join
Ovidiu Maxiniuc wrote:
> [...]
> Committed revision 3821c/12070.
Can this be closed?
Eric Faulhaber
09:36 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > Hynek Cihlar wrote:
> > > The changes in 6038-20220204.02.patch are ...
Eugenie Lyzenko
09:17 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Agreed. Greg Shah
09:11 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Greg Shah wrote:
> Marian: Is there anything remaining to do in this task?
I've wrote 4GL tests (static/dynamic...
Marian Edu
09:07 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > The changes in 6038-20220204.02.patch are good. Checked them in 38...
Greg Shah
09:34 AM User Interface Bug #6016: Selection list setScreenValue improvements
Roger Borrello wrote:
> Roger Borrello wrote:
> > In @ControlSetEntity.setScreenValue@, we've lost the ability to p...
Roger Borrello
09:03 AM User Interface Bug #6016: Selection list setScreenValue improvements
Roger Borrello wrote:
> In @ControlSetEntity.setScreenValue@, we've lost the ability to prevent the error message fr...
Roger Borrello

02/06/2022

08:29 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek Cihlar wrote:
> The changes in 6038-20220204.02.patch are good. Checked them in 3821c revision 13481.
It ha...
Eugenie Lyzenko

02/05/2022

11:32 AM User Interface Bug #6038: ComboBox setScreenValue improvements
The changes in 6038-20220204.02.patch are good. Checked them in 3821c revision 13481. Hynek Cihlar

02/04/2022

02:34 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> New issue related to #5118-61.
These and #5118-61 must be fixed in 3821c rev. 13480.
Vladimir Tsichevski
01:00 PM User Interface Bug #5118: TREELIST widget issues
New issue related to #5118-61.
Current management of *node colors* is incorrect in @TREELIST@. It must match that ...
Vladimir Tsichevski
01:08 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek: Merge this to 3821c if you are OK with the final version.
Marian: Is there anything remaining in this task?
Greg Shah
12:55 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Attached the patch with changes as per Hynek's review.
Hynek Cihlar wrote:
> In CBW.validateScreenValue there is ...
Marian Edu
12:34 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Hynek Cihlar wrote:
> > Perhaps I'm not interpreting the code directly. This is the flow I see....
Hynek Cihlar
12:29 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek Cihlar wrote:

> It is OK to mutate the argument in @validateScreenValue@ I think. My point was not to leak ...
Marian Edu
12:23 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Marian Edu wrote:
> Hynek Cihlar wrote:
> > Code review 6038-20220204.patch.
> >And also make sure to always pas...
Hynek Cihlar
12:05 PM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek Cihlar wrote:
> Code review 6038-20220204.patch.
>
> @validateScreenValue@, the method javadoc is a bit mis...
Marian Edu
11:46 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Code review 6038-20220204.patch.
@validateScreenValue@, the method javadoc is a bit misleading. It suggests SCREEN...
Hynek Cihlar
07:25 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Hynek: Please review.
Marian: Let us know if the ChUI testing shows any issues.
Greg Shah
07:19 AM User Interface Bug #6038: ComboBox setScreenValue improvements
Fixes for ComboBox/Radioset that re-uses the basic value validation from base class @ControlSetEntity@ and extend as ... Marian Edu
01:06 PM User Interface Bug #6016: Selection list setScreenValue improvements
Or would it be better just to place that condition within @validateScreenValue@, as it was before? Roger Borrello
01:03 PM User Interface Bug #6016: Selection list setScreenValue improvements
In @ControlSetEntity.setScreenValue@, we've lost the ability to prevent the error message from being displayed in the... Roger Borrello

02/03/2022

02:40 PM User Interface Bug #6042: Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the pa...
... Hynek Cihlar
02:35 PM User Interface Bug #6042 (Closed): Nested frame must not be made visible when empty and DISPLAY/ENABLE executed ...
Hynek Cihlar
10:34 AM Runtime Infrastructure Feature #5896 (WIP): enhance legacy REST support to provide better pure Java development
Greg Shah
06:19 AM User Interface Bug #6038 (Feedback): ComboBox setScreenValue improvements
Marian Edu
06:19 AM User Interface Bug #6016: Selection list setScreenValue improvements
Igor Skornyakov wrote:
> Please note that the problem described in #5983-15 still exists with this revision.
Yes, t...
Marian Edu
05:14 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek Cihlar wrote:
> Sounds good. I checked 6016-20220202.patch in 3821c revision 13476.
Please note that the prob...
Igor Skornyakov
04:17 AM User Interface Bug #6016: Selection list setScreenValue improvements
Marian Edu wrote:
> This works, no complain at run-time and get screen-value for @SECOND@ returns @S,D@, however whe...
Hynek Cihlar
02:02 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek Cihlar wrote:
> Marian, does it mean the other affected widgets, BROWSE-COLUMNS, COMBO-BOX and RADIO-SET, can'...
Marian Edu

02/02/2022

10:10 AM User Interface Bug #6016: Selection list setScreenValue improvements
Marian Edu wrote:
> Greg Shah wrote:
> > > I've pushed 3821c rev 13469 to xfer.
>
> Thanks, attached the patch t...
Hynek Cihlar
09:47 AM User Interface Bug #6016: Selection list setScreenValue improvements
Greg Shah wrote:
> > I've pushed 3821c rev 13469 to xfer.
Thanks, attached the patch to fix the regression on com...
Marian Edu
08:19 AM User Interface Bug #6016: Selection list setScreenValue improvements
> I've pushed 3821c rev 13469 to xfer. Greg Shah
08:12 AM User Interface Bug #6016: Selection list setScreenValue improvements
Greg Shah wrote:
> A separate task makes sense.
Will do that, however the changes did introduce some regression f...
Marian Edu
07:17 AM User Interface Bug #6016 (Closed): Selection list setScreenValue improvements
A separate task makes sense. Greg Shah
07:01 AM User Interface Bug #6016: Selection list setScreenValue improvements
Greg Shah wrote:
> I've pushed 3821c rev 13469 to xfer.
>
> What is left open in this task? Please set the % Don...
Marian Edu
06:50 AM User Interface Bug #6016: Selection list setScreenValue improvements
I've pushed 3821c rev 13469 to xfer.
What is left open in this task? Please set the % Done.
Greg Shah
04:39 AM User Interface Bug #6016: Selection list setScreenValue improvements
Marian Edu wrote:
> Hynek Cihlar wrote:
> > The patch is good. Just one minor thing. When @SLW.setScreenValue@ asse...
Hynek Cihlar
02:06 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek Cihlar wrote:
> The patch is good. Just one minor thing. When @SLW.setScreenValue@ assembles the new value it ...
Marian Edu

02/01/2022

04:27 PM User Interface Bug #6016: Selection list setScreenValue improvements
Marian Edu wrote:
> Attached the patch that fixes some issues we've found when setting the @screen-value@ for select...
Hynek Cihlar
11:29 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek: Please review the patch and merge it into 3821c if you have no objections. Greg Shah
09:38 AM User Interface Bug #6016: Selection list setScreenValue improvements
Attached the patch that fixes some issues we've found when setting the @screen-value@ for selection-list. There are s... Marian Edu
10:21 AM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
Greg Shah wrote:
> BTW, I think if you used regular triggers (@ON event OF rectangle-widget...@) then it would work....
Vladimir Tsichevski

01/31/2022

04:27 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
We will defer work on this for now. Greg Shah
04:27 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
BTW, I think if you used regular triggers (@ON event OF rectangle-widget...@) then it would work. Most projects we h... Greg Shah
03:52 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
Rectangle rendering/positioning issues, demonstrated by the test app:
# In OE there is a *5-pixels wide gap* betwe...
Vladimir Tsichevski
03:44 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
Main issue: @TRIGGERS:@ section in @DEFINE RECTANGLE@ statement is not converted: no triggers in converted Java progr... Vladimir Tsichevski
03:36 PM User Interface Bug #6028 (New): Define rectangle widget: triggers section is not converted and other issues
Vladimir Tsichevski
10:41 AM Base Language Feature #4065: server-side processing of client platform dependencies
I'd like to get an estimate of the performance improvement this task can offer for non-interactive use cases. Perhap... Greg Shah
08:43 AM User Interface Bug #6026: line drawing issue in WebGL renderer
This was originally found in #5285. The details are being moved here since it is a generic issue.
The problem can...
Greg Shah
08:41 AM User Interface Bug #6026 (New): line drawing issue in WebGL renderer
Greg Shah
03:21 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek Cihlar wrote:
> The idea is to keep the client a generic and thin presentation logic. All the application logi...
Marian Edu

01/28/2022

11:45 AM User Interface Bug #6016: Selection list setScreenValue improvements
Marian Edu wrote:
> Hynek Cihlar wrote:
> > Can't you just read the widget's screen value on the server before new ...
Hynek Cihlar
08:05 AM User Interface Bug #6016: Selection list setScreenValue improvements
Hynek Cihlar wrote:
> Can't you just read the widget's screen value on the server before new one is set and merge it...
Marian Edu
07:37 AM User Interface Bug #6016: Selection list setScreenValue improvements
Greg Shah wrote:
> From Marian:
>
> Setting @SCREEN-VALUE@ for a selection list was improved by Adrian as part of...
Hynek Cihlar
05:48 AM User Interface Bug #6016: Selection list setScreenValue improvements
From Marian:
Setting @SCREEN-VALUE@ for a selection list was improved by Adrian as part of #5992, however validati...
Greg Shah
03:28 AM User Interface Bug #6016 (Closed): Selection list setScreenValue improvements
Marian Edu

01/27/2022

11:51 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
Greg Shah wrote:
> Was this only in the WebGL renderer?
Yes.
> Is this the same issue as #5285?
No, that o...
Hynek Cihlar
10:30 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
Was this only in the WebGL renderer?
Is this the same issue as #5285?
Greg Shah

01/25/2022

04:40 AM Runtime Infrastructure Feature #1847: improve server instrumentation
As part of the work in #4785 (see #4785-746 and later), we have implemented general purpose JMX counter and timer sup... Greg Shah
04:35 AM Runtime Infrastructure Feature #1847: improve server instrumentation
I think one area of useful information may be related to the persistence layer:
* locks
* temp-tables
* buffers
...
Greg Shah

01/24/2022

05:34 PM Database Bug #6007: Browse scrolls through deleted records
In the attached testcase a browse easily scrolls through deleted records. It shouldn't go below the record 10. But it... Stanislav Lomany
05:33 PM Database Bug #6007 (New): Browse scrolls through deleted records
Stanislav Lomany
02:34 PM User Interface Bug #6006: JVM process failures while executing the swing client
It is my understanding that these failures have occurred sporadically while running a customer's converted GUI applic... Greg Shah
02:15 PM User Interface Bug #6006: JVM process failures while executing the swing client
Added logs for the observed JVM crashes. Sergey Ivanovskiy
02:10 PM User Interface Bug #6006 (New): JVM process failures while executing the swing client
Sergey Ivanovskiy
12:37 PM Database Feature #1587: implement full support for word indexes
Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > Igor, have you tested the performance of the database-native @wo...
Igor Skornyakov
12:29 PM Database Feature #1587: implement full support for word indexes
Eric Faulhaber wrote:
> Igor, have you tested the performance of the database-native @words@ UDF vs. that of the PL/...
Igor Skornyakov
11:57 AM Database Feature #1587: implement full support for word indexes
Igor, have you tested the performance of the database-native @words@ UDF vs. that of the PL/Java implementation of th... Eric Faulhaber

01/20/2022

08:22 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Greg Shah wrote:
> I don't think that is needed. We already have useful discussion here that is best to stay togeth...
Vladimir Tsichevski
08:01 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
I don't think that is needed. We already have useful discussion here that is best to stay together with the future w... Greg Shah
07:35 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Greg Shah wrote:
> Code Review 5989-2.diff
>
> We must not make changes to return unknown value from that method....
Vladimir Tsichevski
06:57 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Code Review 5989-2.diff
We must not make changes to return unknown value from that method. The contract of that m...
Greg Shah
06:49 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Code Review Task Branch 3821c Revision 13419
We should have an API in @BaseDataType@ to assign the default value w...
Greg Shah

01/19/2022

06:23 PM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Vladimir Tsichevski wrote:
> Also: the value visible in the fill-in for @MESSAGE SET@ statement differs from that in...
Vladimir Tsichevski
06:16 PM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
The original issue fixed in 3821c rev. 13419. Please, review. Vladimir Tsichevski
02:36 PM User Interface Bug #5989 (WIP): MESSAGE SET: empty string is treated as undefined
Also: the value visible in the fill-in for @MESSAGE SET@ statement differs from that in FWD for logical and number va... Vladimir Tsichevski
 

Also available in: Atom