Project

General

Profile

Activity

From 10/25/2019 to 11/23/2019

11/22/2019

05:03 PM Database Bug #4421: blob/clob access with H2
Constantin Asofiei wrote:
> @BlobUserType@ and @ClobUserType@ need to be changed, so that the LOB access is done in ...
Eric Faulhaber
03:53 PM Database Bug #4421: blob/clob access with H2
Even after I added the @:_temp@ exclusion (so that only dirty and meta will use the stream lob APIs), it still fails.... Constantin Asofiei
03:39 PM Database Bug #4421: blob/clob access with H2
Ovidiu, your solution is working, but I need one more criteria, to distinguish between session-local tables and physi... Constantin Asofiei
02:44 PM Database Bug #4421: blob/clob access with H2
Constantin,
As a temporary workaround until a better solution is found, try to use @session.connection().getMetaData...
Ovidiu Maxiniuc
01:43 PM Database Bug #4421: blob/clob access with H2
For reference, this is the kind of error H2 throws, when using the LOB setters:... Constantin Asofiei
09:45 AM Database Bug #4421: blob/clob access with H2
The Hibernate dialect has a method named @useInputStreamToInsertBlob@ - the implementation for H2 returns true, while... Constantin Asofiei
09:39 AM Database Bug #4421 (WIP): blob/clob access with H2
Constantin Asofiei
04:42 PM Base Language Bug #4427: Unable to convert keyword input when used to index into an extent
h1. General
Expression execution error when there is an @input@ statement withing the brackets of an extent which ...
Roger Borrello
04:31 PM Base Language Bug #4427 (Closed): Unable to convert keyword input when used to index into an extent
Roger Borrello
04:17 PM Database Bug #4426: Cannot find parent when processing REPEAT PRESELECT
h1. General
Expression execution error when there is a @preselect@ qualifier on @repeat@.
*20191231 Update: Cus...
Roger Borrello
04:05 PM Database Bug #4426 (New): Cannot find parent when processing REPEAT PRESELECT
Roger Borrello
03:46 PM Base Language Bug #4425: Lost frame_id when converting code with missing field names to update
h1. General
A typo in code resulted in @update@ not having any field names passed to it. This creates a conversion...
Roger Borrello
03:38 PM Base Language Bug #4425 (Closed): Lost frame_id when converting code with missing field names to update
Roger Borrello
03:11 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
It probably should only be set when this is a parameter.
This change is dangerous so it will need some regression ...
Greg Shah
03:07 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
Greg Shah wrote:
> I think it needs to do that for regular buffer definitions, but I suspect that buffer parameters ...
Roger Borrello
02:45 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
I think it needs to do that for regular buffer definitions, but I suspect that buffer parameters should not be propag... Greg Shah
02:29 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
Greg, the issue is with this code, in @progress.g:procedure@ like 11198:... Constantin Asofiei
02:20 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
Constantin Asofiei wrote:
> The @bufname@ annotation is incorrect:
> [...]
> instead of the correct one:
> [...]
...
Roger Borrello
02:14 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
The @bufname@ annotation is incorrect:... Constantin Asofiei
01:49 PM Base Language Bug #4423: Incorrect buffer scoping when same buffer name used as a parameter to internal procedure
h1. General
Conversion error occurs when dealing with a shared buffer name that also happens to be defined as a pa...
Roger Borrello
01:21 PM Base Language Bug #4423 (Closed): Incorrect buffer scoping when same buffer name used as a parameter to interna...
Roger Borrello
03:08 PM Base Language Bug #4424: Additional def var needed to receive table handle when keyword FOR included in def par...
The solution is to add code in annotations that will detect this case. When found, it should:
* delete the @FOR@ ...
Greg Shah
02:58 PM Base Language Bug #4424: Additional def var needed to receive table handle when keyword FOR included in def par...
h1. General
We found usual syntax in code where the keyword @for@ was included as a qualifier to the @def input pa...
Roger Borrello
02:08 PM Base Language Bug #4424 (Closed): Additional def var needed to receive table handle when keyword FOR included i...
Roger Borrello
02:14 PM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > >OK. @MSG_FILE_UPLOADING@ is implemented correctly and large f...
Sergey Ivanovskiy
04:02 AM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Sergey Ivanovskiy wrote:
> OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But me...
Hynek Cihlar
12:59 PM Database Bug #4422: h2.sortNullsHigh in page-store mode
Eric Faulhaber wrote:
> For our development/testing use of H2, I think it is ok to switch to the MV_STORE storage en...
Constantin Asofiei
12:55 PM Database Bug #4422: h2.sortNullsHigh in page-store mode
For our development/testing use of H2, I think it is ok to switch to the MV_STORE storage engine when using H2 as the... Eric Faulhaber
10:32 AM Database Bug #4422: h2.sortNullsHigh in page-store mode
With #3961, we disabled MVCC and moved to page-store. But with page-store, the h2.sortNullsHigh is not working - thi... Constantin Asofiei
10:29 AM Database Bug #4422 (New): h2.sortNullsHigh in page-store mode
Constantin Asofiei
12:56 PM Database Bug #3961: "Unexpected code path" failure when using H2 in MVCC mode
Eric Faulhaber wrote:
> Please refresh my memory on this issue. Is there a production use case where this is a probl...
Constantin Asofiei
12:43 PM Database Bug #3961: "Unexpected code path" failure when using H2 in MVCC mode
Please refresh my memory on this issue. Is there a production use case where this is a problem?
We do not support ...
Eric Faulhaber

11/21/2019

04:59 PM Base Language Feature #3867: direct java class access from 4GL code
In @BlockManager.topLevelBlock()@, it seems like this code should be aware of @BLOCK-LEVEL/ROUTINE-LEVEL ON ERROR UND... Greg Shah
12:43 PM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Sergey Ivanovskiy wrote:
> Sergey Ivanovskiy wrote:
> > OK. @MSG_FILE_UPLOADING@ is implemented correctly and large...
Sergey Ivanovskiy
12:40 PM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Sergey Ivanovskiy wrote:
> OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But me...
Sergey Ivanovskiy
12:30 PM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But message @MSG_FILE_CHOOSE@ is i... Sergey Ivanovskiy
11:40 AM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek, could you explain more thoroughly how to reproduce @OutOf...
Sergey Ivanovskiy
11:08 AM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Sergey Ivanovskiy wrote:
> Hynek, could you explain more thoroughly how to reproduce @OutOfMemoryException@ in the w...
Hynek Cihlar
11:05 AM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Hynek, could you explain more thoroughly how to reproduce @OutOfMemoryException@ in the web gui driver process. Did y... Sergey Ivanovskiy
08:08 AM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Sergey/Constantin: Please do a code review. Greg Shah

11/20/2019

01:51 PM User Interface Feature #3856 (Review): implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 com...
Greg Shah
09:49 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Documentation for @PROGRESS-BAR@ and @IMAGELIST@ widgets, could help for code review:
https://proj.goldencode.com/pr...
Marius Gligor
08:06 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
I've fixed @OCX@ conversion rules, then I tested both @progress-bar@ and @imagelist@ uast tests and all were successf... Marius Gligor
12:32 PM User Interface Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
Implemented files upload/selection in the web clients. The changes were checked in to 3809e revision 11391.
The im...
Hynek Cihlar
10:58 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Committed these fixes in rev 11348 (4077a) and then merged 4077a into 3809e as rev 11390. Sergey Ivanovskiy
09:03 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code Review Task Branch 4077a Revision 11347
I'm good with the changes, except some minor things:
1. In @progre...
Greg Shah
07:35 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code review 4077a revision 11347. The changes are good. I have no more concerns for 4077a. Hynek Cihlar
06:58 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Please review the committed revision 11347 (4077a).
Sergey Ivanovskiy
05:48 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Yes, thank you, I will change this too. For localized resources native to ascii conversion is usually used and severa... Sergey Ivanovskiy
05:36 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> I think that the presented rev 11346 should give expected results.
Even with 11346 the...
Hynek Cihlar
05:18 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I wouldn't want to use @PrintWriter writer = new PrintWriter(doc...
Sergey Ivanovskiy
05:06 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> I wouldn't want to use @PrintWriter writer = new PrintWriter(doc, "UTF-8");@ because of t...
Hynek Cihlar
04:49 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Please review the committed revision 11346. If this solution will not be approved, then @PrintWriter writer = new Pri... Sergey Ivanovskiy
04:24 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
I wouldn't want to use @PrintWriter writer = new PrintWriter(doc, "UTF-8");@ because of the following reasons. Source... Sergey Ivanovskiy
04:18 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Testing several documents opened sequentially by 4GL business co...
Sergey Ivanovskiy
03:17 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> but it needs to be represented by html entities
The HTML page is encoded in UTF-8, so...
Hynek Cihlar
03:09 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Testing several documents opened sequentially by 4GL business code I detected race condit...
Hynek Cihlar
02:05 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Testing several documents opened sequentially by 4GL business code I detected race conditions with the Swing client. ... Sergey Ivanovskiy
01:58 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Code review 4077a revision 11345.
>
> With
> [...]
>
> the end user will be presented w...
Sergey Ivanovskiy
02:56 AM Base Language Feature #3753: I18N additions
We add tests for translation using Chinese language.
For Chinese language we have to use UTF-8 code page for all inv...
Mihai Popescu-Tiganea

11/19/2019

05:37 PM Base Language Feature #3867: direct java class access from 4GL code
Greg Shah wrote:
> Any catch block directly inside any top level block will not be parented at a @prog.inner_block@....
Constantin Asofiei
05:34 PM Base Language Feature #3867: direct java class access from 4GL code
A testcase like this:... Greg Shah
05:28 PM Base Language Feature #3867: direct java class access from 4GL code
At this time, the 4GL catch block is incompatible with Java's checked exceptions. This is due to the fact that we ar... Greg Shah
03:57 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code review 4077a revision 11345.
With...
Hynek Cihlar
10:14 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
To do homogeneous changes we can use this code with the same results... Sergey Ivanovskiy
09:35 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
The browser plugin for this mime type is not supported.... Sergey Ivanovskiy
09:32 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Checking my changes I fixed @open_mime_resource_stmt@ rule in @progress.g@ and the found #4077-50. I would like to no... Sergey Ivanovskiy
06:39 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Yes, I agree with this point. Sergey Ivanovskiy
03:08 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > It seems that you didn't provide...
Hynek Cihlar
02:57 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > It seems that you didn't provide any proofs or evidences that th...
Sergey Ivanovskiy
12:03 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
In order to avoid any problems merging branch @3858b@ into branch @3856a@ finally I did:
1. I created a new branch...
Marius Gligor
10:35 AM Database Feature #3574: finish implementation of temp-table XML support
Methods:
* read-xmlschema() method
** file | memptr | handle | longchar %{color:#6080FF}OM: only file and longchar%...
Ovidiu Maxiniuc
09:24 AM Database Feature #3574: finish implementation of temp-table XML support
How much of this task is complete as of branch 3809e? Greg Shah
09:42 AM Database Bug #4200: verify and fix all temp-table options which must result in different DMO implementatio...
Another part I needed to add is BEFORE-TABLE - if this doesn't match between two tables, then we must emit two differ... Constantin Asofiei
09:19 AM Database Feature #4418: improve/fix temp-table naming approach
As much as possible, I prefer for the temp-table names to retain the name given in the business logic definition. It... Greg Shah
09:17 AM Database Feature #4418: improve/fix temp-table naming approach
Ovidiu made changes to temp-table naming in #3324 which have been merged to trunk. However, there remains some issue... Greg Shah
09:15 AM Database Feature #4418 (New): improve/fix temp-table naming approach
Greg Shah
02:24 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Constantin. I understand that the top priority for me at this moment is #4363 and #4364. Is...
Constantin Asofiei
02:23 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Thank you, Marian.
Constantin. I understand that the top priority for me at this moment is #4363 and #4364. Is thi...
Igor Skornyakov
01:36 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Regarding the @domainAccessCode@. This is indeed a secret data and is not serialized. I'me ...
Marian Edu

11/18/2019

05:23 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Constantin. I have to recall the details. I will provide my thoughts tomorrow. Please note,...
Constantin Asofiei
03:54 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Igor, I have two issues:
> * if you try to use @set-client@ a second time, on a already...
Igor Skornyakov
03:42 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor, I have two issues:
* if you try to use @set-client@ a second time, on a already auth DB (with the same client-...
Constantin Asofiei
05:13 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> It seems that you didn't provide any proofs or evidences that there are issues. Please be...
Hynek Cihlar
04:58 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
It seems that you didn't provide any proofs or evidences that there are issues. Please be more specific to the code b... Sergey Ivanovskiy
04:42 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Adding a localized title is a separated task and I believe it will be done by correct cha...
Hynek Cihlar
04:39 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Adding a localized title is a separated task and I believe it will be done by correct changes if this task will be ne... Sergey Ivanovskiy
03:57 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> > Yes and no. In fact the default encoding being used is another issue which can potentia...
Hynek Cihlar
03:46 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > > Java strings are already unicode (encoded as UTF-16). So the v...
Sergey Ivanovskiy
03:42 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> > Java strings are already unicode (encoded as UTF-16). So the value of the String variab...
Hynek Cihlar
03:39 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Greg Shah wrote:
> What about strings with spaces, tabs and control characters?
These are illegal for the @URI@ c...
Hynek Cihlar
03:30 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Wha...
Sergey Ivanovskiy
03:22 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
What about strings with spaces, tabs and control characters? Greg Shah
03:07 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > What is about native no unicode ...
Hynek Cihlar
02:56 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > What is about native no unicode characters?
>
> Sorry, can yo...
Sergey Ivanovskiy
02:24 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> What is about native no unicode characters?
Sorry, can you rephrase the question?
Hynek Cihlar
01:55 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
What is about native no unicode characters? Sergey Ivanovskiy
01:12 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> It seems that if we would remove toASCIIString() usage here, then the following code woul...
Hynek Cihlar
01:05 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
It seems that if we would remove toASCIIString() usage here, then the following code would be incorrect ... Sergey Ivanovskiy
12:57 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Yes, if these url strings are UTF-8, then we can leave them as they are. Is it possible that urls have non unicode st... Sergey Ivanovskiy
12:52 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek, I don't understand why url should not be encoded. Urls can be external and it seem...
Hynek Cihlar
12:44 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek, I don't understand why url should not be encoded. Urls can be external and it seems that they can have native ... Sergey Ivanovskiy
12:36 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> I didn't respond to this note #4077-24 because it is not an issue and this change doesn't...
Hynek Cihlar
12:20 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
I didn't respond to this note #4077-24 because it is not an issue and this change doesn't complicate debugging. The i... Sergey Ivanovskiy
12:12 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Yes...
Greg Shah
02:52 PM Base Language Feature #4417: features to allow direct usage of _progres (and related executables) to be support...
Customers use @_progres@ (and other related executables) to launch 4GL sessions. oday, in each project a task must b... Greg Shah
02:47 PM Base Language Feature #4417 (New): features to allow direct usage of _progres (and related executables) to be s...
Greg Shah

11/15/2019

02:06 PM User Interface Feature #3908 (Closed): implement browse column VIEW-AS COMBO-BOX
Greg Shah
01:53 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
Gaps were updated in 3809e rev 11383. Quirks are documented in #4075. Stanislav Lomany
12:39 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Doing tests for ImageList OCX widget conversion I found another interesting case:... Marius Gligor

11/14/2019

03:56 PM User Interface Bug #4416: scrollbar issues
The list of open issues:
# Scrolling by pressing an area between thumb and a scroll arrow (page down/up) doesn't wo...
Greg Shah
03:55 PM User Interface Bug #4416 (New): scrollbar issues
Greg Shah
12:58 PM User Interface Feature #3908 (WIP): implement browse column VIEW-AS COMBO-BOX
Greg Shah
12:57 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
Stanislav Lomany wrote:
> Missing conversion:
> @[ MAX-CHARS characters ] [ AUTO-COMPLETION [ UNIQUE-MATCH ] ]@
> ...
Greg Shah
12:54 PM User Interface Bug #4415: combo-box item selection via screen-value assignment has deviations
A regular combo in FWD with decimals should round decimals according to the format prescision before cmparision. E.g.... Greg Shah
12:54 PM User Interface Bug #4415 (New): combo-box item selection via screen-value assignment has deviations
Greg Shah
12:47 PM Database Feature #3815 (WIP): more temp-table options
> Code page is properly resolved and set, but data it is not actually converted: when a @longchar/clob@ value is ass... Greg Shah
10:30 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Unfortunately, after many attempts, I concluded that using existing conversion rules from section @4@ in @ocx_convers... Marius Gligor
08:59 AM Base Language Feature #3753: I18N additions
To run tests, follow steps should be done:
Create a database named *tran* in folder testcases/tran_man/db
Load de...
Mihai Popescu-Tiganea
07:17 AM User Interface Bug #4126 (Closed): Discrepancy in FWD runtime data
Greg Shah

11/13/2019

05:58 PM Database Bug #3651 (Closed): regression in server startup when _connect metadata is active and a database ...
Greg Shah wrote:
> I see that 3791c was arched as merged on 20191025. What revision of trunk includes this change?
...
Eric Faulhaber
05:26 PM Database Bug #3651: regression in server startup when _connect metadata is active and a database is loaded...
I see that 3791c was arched as merged on 20191025. What revision of trunk includes this change?
Can we close this?
Greg Shah
04:18 PM Base Language Feature #3867: direct java class access from 4GL code
Task branch 4069a has been merged to trunk as revision 11339. This is the majority of the necessary support. There ... Greg Shah
04:17 PM Database Bug #3960 (Closed): localedef problems in Ubuntu 18.04
Task branch 4069a has been merged to trunk as revision 11339. Greg Shah
12:25 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
> Is .ast file the input and after conversion the output as well?
Yes. It is read as the input to create the AST...
Greg Shah
11:43 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > 1. The output of conversion is in the @.ast@ file. As I understood w...
Marius Gligor
11:35 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> 1. The output of conversion is in the @.ast@ file. As I understood we have 2 trees, @main@ an...
Hynek Cihlar
11:17 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
For @chControlFrame:ImageList:ListImages:ADD(chControlFrame:ImageList:ListImages:COUNT + 1, "2", 99).@ expression, do... Marius Gligor
12:07 PM User Interface Bug #3597: fix direct manipulation problems related to MOVABLE, SELECTED, SELECTABLE and misc wid...
The changes from 3782a are in trunk (12 months ago). The rest of the work remains open. Greg Shah
12:05 PM Database Feature #3759 (Closed): setup, test and document PostgreSQL on Windows
Greg Shah
12:03 PM Conversion Tools Bug #3748 (Closed): Building issue on Windows for missing get_current_dir_name() api in MinGW
3706a was merged to trunk (long ago). Greg Shah
11:57 AM Build and Source Control Bug #3468 (Closed): invalid characters in source files
Branch 3413a rev 11269 was merged to trunk rev 11219 and archived. Greg Shah
11:48 AM Core Development Feature #1476 (Closed): slides for the "Field References" (database) chapter
Greg Shah
11:48 AM Core Development Support #1451 (Closed): Main branch regression testing
Greg Shah

11/12/2019

03:05 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > What I don't understand is how we have to deal with @ImageList@ nod...
Hynek Cihlar
02:59 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> What I don't understand is how we have to deal with @ImageList@ node. So far I ignored that ...
Hynek Cihlar
01:34 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Ovidiu Maxiniuc wrote:
> The @chain@ is used (or should be used) only when the first "link" (in this case @hImageLis...
Marius Gligor
01:22 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> Hynek Cihlar wrote:
> > Marius Gligor wrote:
> > > Unfortunately the following generated Ja...
Marius Gligor
01:15 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
The @chain@ is used (or should be used) only when the first "link" (in this case @hImageList@) is a @comhandle@. Some... Ovidiu Maxiniuc
11:13 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > Unfortunately the following generated Java code is not a valid code ...
Marius Gligor
10:08 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> I did a simple test using a simple walk rule:
>
> [...]
>
> and I've got:
> [...]
>
...
Hynek Cihlar
10:04 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> Unfortunately the following generated Java code is not a valid code because @hImageList@ ia a...
Hynek Cihlar
09:29 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
I did a simple test using a simple walk rule:... Marius Gligor
08:05 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
I'm working to define conversion rules for OCX statements which combine @handle@ calls with @com-handle@ calls.
So f...
Marius Gligor
12:37 PM Runtime Infrastructure Feature #4406: server-side REST execution without appserver agents
The current design of our appserver support, including how we execute REST requests, is to forward requests to a pool... Greg Shah
12:31 PM Runtime Infrastructure Feature #4406 (New): server-side REST execution without appserver agents
Greg Shah
10:39 AM Runtime Infrastructure Feature #4405: provide the capability to deliver static HTML and resources via the FWD server's J...
Customers using FWD for a web based application often have static HTML (and other non-HTML) resources which need to b... Greg Shah
10:35 AM Runtime Infrastructure Feature #4405 (Closed): provide the capability to deliver static HTML and resources via the FWD s...
Greg Shah
08:28 AM Database Bug #4404 (New): ConditionException inside full transaction FOR EACH loop
There is a bug when a ... Adrian Lungu

11/11/2019

04:23 PM Database Feature #4400: add /* UUID */ in where clause comment for every 4GL query so that SQL logging can...
The idea:
* In early annotations, we calculate a UUID for every 4GL query and store it as an annotation.
* In con...
Greg Shah
04:19 PM Database Feature #4400 (New): add /* UUID */ in where clause comment for every 4GL query so that SQL loggi...
Greg Shah
03:32 PM Conversion Tools Feature #1738: provide configurable control over code formatting
Specific customer requests:
1. Indentation: 3 space characters
2. Condensed code blocks (no new line before ope...
Greg Shah
02:06 PM Database Feature #4399: support session level "schema" switching
When thinking about a multi-tenant approach, there are 3 possible approaches:
* database instance per tenant
** a...
Greg Shah
01:56 PM Database Feature #4399 (New): support session level "schema" switching
Greg Shah
09:16 AM User Interface Feature #4113 (WIP): enable upload of files from the browser (in the web clients) using SYSTEM-DI...
Hynek Cihlar
03:58 AM Database Feature #3809: ProDataSet support
With 3809e revision 11373 all the ChUI regressions should be fixed. I started another run to make sure the changes do... Hynek Cihlar

11/10/2019

10:24 AM Database Support #4080: AWS Aurora support
I spoke with Amazon Principal Database Engineer Jim M. We discussed a range of items which I am documenting here.
...
Greg Shah

11/09/2019

10:56 AM Database Feature #4397: add database attrs, methods and options
The following work is needed:
* @BUFFER:LAST-BATCH@ attribute
** Although this is related to PDS, it has no conve...
Greg Shah
10:40 AM Database Feature #4397 (Closed): add database attrs, methods and options
Greg Shah
09:34 AM Base Language Feature #4396: add LONGCHAR support to X-DOCUMENT:LOAD()
Implement @LONGCHAR@ support to @X-DOCUMENT:LOAD()@.
If I understand correctly, after this addition the @LOAD()@ m...
Greg Shah
09:33 AM Base Language Feature #4396 (Closed): add LONGCHAR support to X-DOCUMENT:LOAD()
Greg Shah
08:50 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
We need to add some additional support levels:
* @cvt_lvl_no_need@/@rt_lvl_no_need@
** Description: "The feature ...
Greg Shah
08:15 AM Base Language Feature #4395: add support for KEEP-MESSAGES option
For sure, this can be used in @OUTPUT TO@ and must be implemented for that case.
This option is only documented as...
Greg Shah
08:01 AM Base Language Feature #4395 (Closed): add support for KEEP-MESSAGES option
Greg Shah

11/08/2019

04:26 PM User Interface Feature #4394: add some frame options and attributes
Add support for:
* @FRAME-NAME@ attribute (this is actually a generic widget attribute but it will need to be impl...
Greg Shah
04:23 PM User Interface Feature #4394 (Closed): add some frame options and attributes
Greg Shah
04:05 PM User Interface Feature #4393: add TITLE-DCOLOR attribute support
Implement @TITLE-DCOLOR@ support (and also @TITLE-FGCOLOR@ and @TITLE-BGCOLOR@) also make sense to implement at this ... Greg Shah
04:01 PM User Interface Feature #4393 (Closed): add TITLE-DCOLOR attribute support
Greg Shah
03:57 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
Example:
@h-appsrv:connect("-pf " + some-filename) no-error.@
Greg Shah
03:56 PM Base Language Feature #4392 (Closed): add -pf support for appserver CONNECT() method
Greg Shah
03:49 PM Base Language Feature #4391 (Closed): enhance existing SESSION:STARTUP-PARAMETERS support to honor -H -db -S -l...
Greg Shah
04:34 AM Database Feature #3809: ProDataSet support
I see 53 failed tests in my last ChUI regression run of 3809e. I'm looking at them. Hynek Cihlar

11/07/2019

06:52 PM Conversion Tools Feature #4389: escape support for supplementary unicode characters
Branch 4069a 11374 conversion added support for encoding Basic Multilingual Plane (BMP) unicode characters as represe... Greg Shah
02:33 PM Conversion Tools Feature #4389 (New): escape support for supplementary unicode characters
Greg Shah
09:27 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Hynek Cihlar wrote:
> Do you refer to functionality used in a GUI app?
So far I worked only in p2j project.
Marius Gligor
09:21 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> Hynek, please let me know:
> Is this enough to use ImageList with TreeView?
AFAIK this i...
Hynek Cihlar
09:16 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
1. Looking over initial ImageList OCX replacement implementation I found:
- @ImageListWidget@ is implemented as a wi...
Marius Gligor
04:12 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Hynek Cihlar wrote:
> The idea was to have the imagelist ocx converted as a regular legacy widget/resource, so that ...
Hynek Cihlar
03:54 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
Marius Gligor wrote:
> The question is, should we add a new rule to evaluate this kind of expression or we can chang...
Hynek Cihlar
06:40 AM Base Language Feature #3753: I18N additions
Constantin Asofiei wrote in #3753-10
> All runtime needs to be implemented. Below is a list of what it needs to be ...
Mihai Popescu-Tiganea
02:02 AM Base Language Feature #3753: I18N additions
Eugenie Lyzenko wrote:
> +4GL tests requirement+
>
> The following option's dependency need to be tested in 4GL e...
Mihai Popescu-Tiganea
04:17 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code review 4077a revisions 11342 and 11341. The changes are good. My only concern is #4077-24, which still remains. Hynek Cihlar
03:22 AM User Interface Bug #4135: high dpi screens display in low dpi
4135a was updated up to rev. 11344 over trunc rev 11338. Sergey Ivanovskiy
02:15 AM User Interface Bug #4135: high dpi screens display in low dpi
Planning to rebase now. The attached png files have comments so that DPR2 in their names means device pixel ratio 2 a... Sergey Ivanovskiy

11/06/2019

02:22 PM User Interface Bug #4135: high dpi screens display in low dpi
Which one is with normal DPI? Also, please rebase 4135a when you can. Constantin Asofiei
07:28 AM User Interface Bug #4135: high dpi screens display in low dpi
Please look at these 3 pictures. Two of them were done with Print Screen key and the last one was done with @Take a S... Sergey Ivanovskiy
06:33 AM User Interface Bug #4135: high dpi screens display in low dpi
Constantin Asofiei wrote:
> Related to your current scaling approach: the issue in #4135-30, is it related to drawin...
Sergey Ivanovskiy
06:19 AM User Interface Bug #4135: high dpi screens display in low dpi
Can you post an image with e.g. Hotel GUI on a normal screen and on a HDPI screen?
Related to your current scaling...
Constantin Asofiei
04:49 AM User Interface Bug #4135: high dpi screens display in low dpi
The correct way to draw on the high resolution screen is to draw scaled drawings on the java side.
The java script c...
Sergey Ivanovskiy
12:20 PM Database Feature #2156: datetime-tz and hibernate
Eric, you are right. I misread Stanislav's entry. There is no double-conversion with the use @TIMESTAMP WITH TZ@.
* ...
Ovidiu Maxiniuc
12:04 PM Database Feature #2156: datetime-tz and hibernate
Ovidiu Maxiniuc wrote:
> Stanislav Lomany wrote:
> > Isn't storing data in TIMESTAMP WITHOUT TZ in UTC solve our pr...
Eric Faulhaber
11:15 AM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> Isn't storing data in TIMESTAMP WITHOUT TZ in UTC solve our problems and has an extra plus...
Ovidiu Maxiniuc
08:32 AM Database Feature #2156: datetime-tz and hibernate
Isn't storing data in TIMESTAMP WITHOUT TZ in UTC solve our problems and has an extra plus of avoiding double convers... Stanislav Lomany
08:25 AM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> Please confirm that my understanding how @TIMESTAMP WITH TIME ZONE@ will work in note 55 i...
Eric Faulhaber
08:16 AM Database Feature #2156: datetime-tz and hibernate
Please confirm that my understanding how @TIMESTAMP WITH TIME ZONE@ will work in note 55 is correct and it is what we... Stanislav Lomany
08:09 AM Database Feature #2156: datetime-tz and hibernate
What is the status of this task? Greg Shah
09:44 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
1. Today I tried to convert some UAST tests for IMAGELIST OCX component and I found an expression like:... Marius Gligor
09:07 AM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
At this time, please minimize the work on this to only those features needed for the application being converted. I ... Greg Shah
09:16 AM Database Feature #3758: misc database features
Ovidiu Maxiniuc wrote:
> Indeed, the @DBTASKID@ should be marked as having full implementation. Where do I commit th...
Greg Shah
08:37 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek: Please do a code review. Greg Shah
06:25 AM Database Support #3871: determine how to change codepages/locales during import
I used this simple java code to generate dump files from @dump_file_template.txt@ Sergey Ivanovskiy

11/05/2019

06:11 PM Base Language Feature #4384: Builtin OO Implementation
h2. OO Built-Ins Requiring Implementation
Breakdown of OO BuiltIns to focus on:
* openedge.core.* = 3 Partial
* ...
Roger Borrello
06:10 PM Base Language Feature #4384 (Closed): Builtin OO Implementation
Roger Borrello
02:11 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
While checking the diff I found missed changes in @progress.g@ due to renaming. So the committed rev 11342 (4077a) lo... Sergey Ivanovskiy
02:03 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Yes, @uri.normalize()@ should do...
Hynek Cihlar
02:02 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, @uri.normalize()@ should do it.
>
> So @toASCIIString()@...
Sergey Ivanovskiy
01:58 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Yes, @uri.normalize()@ should do it.
So @toASCIIString()@ is not needed, correct?
Hynek Cihlar
01:55 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Yes, @uri.normalize()@ should do it.
Please review the committed revision 11341 that fixed the rest of the found i...
Sergey Ivanovskiy
12:36 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ c...
Hynek Cihlar
11:56 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ can point to the temporary fi... Sergey Ivanovskiy
11:34 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek, it looks like you examined the old code because I did this change in rev 11340 - changed this constant @file:@... Sergey Ivanovskiy
11:28 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> >I don't think we need to fallback in a ~/fwd dir for a temp locat...
Hynek Cihlar
10:48 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
>I don't think we need to fallback in a ~/fwd dir for a temp location. The Java runtime uses jav...
Sergey Ivanovskiy

11/04/2019

05:20 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code review 4077a.
@KW_NOT_EMBEDDED@ should be shortened to 11 chars.
coping => copying
Does it make sense t...
Hynek Cihlar
01:16 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> The correct spelling should be NOT-EMBEDDED-CONTENT.
Please review the committed revision 113...
Sergey Ivanovskiy
11:29 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Is there a way to get rid of coping the target file content into...
Sergey Ivanovskiy
10:59 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> NOT-EMBEDED-CONTENT represents that the given resource is not embedded into template ...
Hynek Cihlar
10:59 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Is there a way to get rid of coping the target file content into a temporary file?
Can...
Hynek Cihlar
08:00 AM User Interface Feature #4077 (Review): add option to OPEN-MIME-RESOURCE to delete the original source file when ...
Please review the committed revision 11339 (4077a). Now @OPEN-MIME-RESOURCE@ is defined by... Sergey Ivanovskiy
03:28 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
For the web client we copy the file and then deliver its copied content. This temporary file is deleted only after it... Sergey Ivanovskiy
08:34 AM Database Feature #3758: misc database features
Indeed, the @DBTASKID@ should be marked as having full implementation. Where do I commit this? Ovidiu Maxiniuc
03:48 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Igor: Did you ever create this note? I need the list of open items remaining from this task. I ...
Igor Skornyakov

11/03/2019

02:32 PM Base Language Feature #3753: I18N additions
Greg Shah wrote:
> Eugenie: I don't think that the @NO-MAP@ I/O option was ever implemented in the runtime. It just...
Eugenie Lyzenko
02:24 PM Base Language Feature #3753: I18N additions
Greg Shah wrote:
> Eugenie: The @NO-CONVERT@ and @CONVERT@ I/O options are listed as full and stub. I think this is...
Eugenie Lyzenko
01:09 PM Base Language Feature #3753: I18N additions
Eugenie: The @NO-CONVERT@ and @CONVERT@ I/O options are listed as full and stub. I think this is incorrect. I think... Greg Shah
01:04 PM Base Language Feature #3753: I18N additions
Eugenie: I don't think that the @NO-MAP@ I/O option was ever implemented in the runtime. It just looks like a stub. Greg Shah
08:24 AM Base Language Feature #4382: implement configurable directory override for PROGRESS global variable
Currently the code always returns "Full", but this is probably not a great idea. It means that COMPILE will work, wh... Greg Shah
08:20 AM Base Language Feature #4382 (Closed): implement configurable directory override for PROGRESS global variable
Greg Shah
07:08 AM Base Language Feature #4381: implement LIBRARY() and MEMBER() built-in functions
Implement the following:
* @LIBRARY()@ built-in function
* @MEMBER()@ built-in function (has conversion to @FileS...
Greg Shah
07:05 AM Base Language Feature #4381 (Closed): implement LIBRARY() and MEMBER() built-in functions
Greg Shah
06:25 AM Database Feature #3758: misc database features
Ovidiu: The @DBTASKID()@ is marked as runtime stubs in gap marking. I think this is incorrect. Based on the comment... Greg Shah
06:08 AM Base Language Feature #4380: finish work on some security features
*GES: this is being edited right now. I will be adding other items shortly.*
The following are needed:
* Run t...
Greg Shah
05:49 AM Base Language Feature #4380 (New): finish work on some security features
Greg Shah
06:07 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> We actually have much of that code in our spawner today (for Linux/UNIX and Windows). But it wil...
Greg Shah

11/02/2019

01:07 PM Base Language Feature #4378: properly handle clob/lonchar assignment, especially the implicit codepage conversion
* When a longchar/clob value is assigned to a clob field, it is implicitly converted into the codepage of the target ... Greg Shah
01:06 PM Base Language Feature #4378 (Closed): properly handle clob/lonchar assignment, especially the implicit codepage...
Greg Shah

11/01/2019

06:23 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius, note that @drop-procedure@ is no longer part of the conversion logic. Removing the init method was problemati... Hynek Cihlar
06:01 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if thi...
Hynek Cihlar
05:53 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Prepared this diff for the commit candidate. Sergey Ivanovskiy
05:02 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if this file is opened. Another wa... Sergey Ivanovskiy
05:29 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
For the swing client we open the target file by external programs which don't send us notifications that the target f... Sergey Ivanovskiy
12:09 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
h2. ImageList OCX details
Unfortunately we cannot use the commons controls from @mscomctl.ocx@ to create OE uast t...
Marius Gligor

10/31/2019

10:50 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
The current implementation uses @WebBrowserManager.openMimeResource@ to generate java code for @OPEN-MIME-RESOURCE@. ... Sergey Ivanovskiy
10:38 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
1. I've finished to write the PROGRESS-BAR widget documentation
("Progress Indicator Widget and OCX Replacement":/p...
Marius Gligor
05:46 AM User Interface Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
Layout calculation of some widgets depends on the set font, but only font number is considered, not the custom font. ... Hynek Cihlar
05:40 AM User Interface Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
When font number is assigned to a widget, the widget size is adapted to accommodate the assigned font size. This does... Hynek Cihlar
05:38 AM User Interface Bug #4377 (New): Custom widget font does not influence the widget size and doesn't propagate from...
Hynek Cihlar

10/30/2019

10:39 AM Database Support #4376 (New): test replication trigger implementation
Greg Shah
10:38 AM Database Feature #4375: add support for -pf <profile_filename> option for CONNECT statement
The @CONNECT@ statement can have a @.pf@ file specified as an option. At runtime, this must be read from the filesys... Greg Shah
10:34 AM Database Feature #4375 (Closed): add support for -pf <profile_filename> option for CONNECT statement
Greg Shah
10:18 AM User Interface Feature #4077 (WIP): add option to OPEN-MIME-RESOURCE to delete the original source file when the...
Sergey Ivanovskiy
09:59 AM Base Language Feature #3751 (Closed): implement support for OO 4GL and structured error handling
The remaining work will be done in #4373. Greg Shah
09:54 AM Base Language Feature #4374: parameter validation for Progress.Lang.Class:invoke and new
Implement parameter validation for Progress.Lang.Class:invoke and new. Here we may have problems as we had with CALL ... Greg Shah
09:54 AM Base Language Feature #4374 (New): parameter validation for Progress.Lang.Class:invoke and new
Greg Shah
09:53 AM Base Language Feature #4373: finish core OO 4GL support
This task is to aggregate the work to finish the OO 4GL implementation. The majority of the work for OO 4GL was alre... Greg Shah
09:49 AM Base Language Feature #4373 (New): finish core OO 4GL support
Greg Shah

10/29/2019

05:29 PM User Interface Bug #4135: high dpi screens display in low dpi
Committed revision 11343 (4135a) tried to fix the drawing issue from #4135-25. The root cause seems to be related to ... Sergey Ivanovskiy
05:21 PM User Interface Bug #4135 (Review): high dpi screens display in low dpi
Sergey Ivanovskiy
11:25 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Some thoughts regarding @PROGRESS-BAR@ implementation.
@PROGRESS-BAR@ widget is designed to replace the Microsoft ...
Marius Gligor

10/28/2019

09:58 AM Build and Source Control Bug #4372: No way of archiving artifacts
If you are working on a very large project, it _might_ be beneficial to having a way to archive the front-end artifac... Roger Borrello
09:56 AM Build and Source Control Bug #4372 (New): No way of archiving artifacts
Roger Borrello
09:29 AM User Interface Bug #4135: high dpi screens display in low dpi
OK. Please look at this screen shot.
!DemoWidgets1.png!
Sergey Ivanovskiy
09:06 AM User Interface Bug #4135: high dpi screens display in low dpi
> If I understand correctly we developed sub pixel conception for these half integers
No. The reason for the shif...
Greg Shah

10/27/2019

01:00 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
There might be issues in Hotel GUI, this is meant (for now) to work with 4069a. Constantin Asofiei
07:28 AM User Interface Bug #4135: high dpi screens display in low dpi
I checked a similar approach in which the offscreen canvas remains unscaled and when it is drawn onto the screen canv... Sergey Ivanovskiy

10/25/2019

01:22 PM Database Feature #4369: implement stateless FWD server clustering
> For me, running in a stateless mode means that the clients connect and execute independent (quick) request on one o... Greg Shah
01:19 PM Database Feature #4369: implement stateless FWD server clustering
> I think the in-server appserver agents would be a good addition to this (I know we plan to add this).
I think s...
Greg Shah
01:02 PM Database Feature #4369: implement stateless FWD server clustering
Ovidiu Maxiniuc wrote:
> How about the persistent procedures?
> As I see this, they are allowed as long they are u...
Constantin Asofiei
12:44 PM Database Feature #4369: implement stateless FWD server clustering
Constantin Asofiei wrote:
> An alternative for the meta tables would be to store it in a physical database, to which...
Ovidiu Maxiniuc
12:30 PM Database Feature #4369: implement stateless FWD server clustering
First, pleat let me know if I got this tight.
For me, running in a stateless mode means that the clients connect and...
Ovidiu Maxiniuc
11:25 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > It's possible to insert an AST node before another node, when both a...
Marius Gligor
10:06 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> It's possible to insert an AST node before another node, when both are siblings nodes?
You...
Hynek Cihlar
09:42 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I'm struggle to convert my uast test with Hotel GUI application but did not work. Doing many tests and conversions fi... Marius Gligor
05:05 AM User Interface Bug #4135: high dpi screens display in low dpi
In this article another method to scale images is described. https://phoboslab.org/log/2012/09/drawing-pixels-is-hard Sergey Ivanovskiy
 

Also available in: Atom