Project

General

Profile

Activity

From 11/12/2017 to 12/11/2017

12/12/2017

11:35 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
Investigation so far shows that the 4GL's where clause processing and error handling is a bit different than ours. An... Eric Faulhaber
09:08 PM User Interface Bug #3381: Sub-menu drawing issues
Task branch @3394a@ has been updated for review to revision @11256@.
The fix for @Windows10@ selected menu item ba...
Eugenie Lyzenko
07:46 PM User Interface Bug #3381: Sub-menu drawing issues
Task branch @3394a@ has been updated for review to revision @11255@.
This update include several painting issues i...
Eugenie Lyzenko

12/11/2017

02:56 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin, your changes fixed the tree control and all date picker issues. Thank you for help. There are only visibl... Sergey Ivanovskiy
02:37 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> OK. Did you try to draw sequence diagrams related to drawings? It seems there are differe...
Constantin Asofiei
02:32 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
OK. Did you try to draw sequence diagrams related to drawings? It seems there are different scenarios that can invoke... Sergey Ivanovskiy
02:23 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey, when you mentioned the @afterConfigUpdateBase@, it got me thinking... we need to post physical boundaries and... Constantin Asofiei
09:23 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
This trace should be discussed too... Sergey Ivanovskiy
08:44 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin, you are correct that @AbstractWidget.afterConfigUpdateBase@ (trunc version) looks incorrect because of @p... Sergey Ivanovskiy
05:16 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
It looks like a bug that for a date picker button defined by... Sergey Ivanovskiy
04:51 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
This function of @OutputManager@... Sergey Ivanovskiy
02:17 PM User Interface Bug #3381: Sub-menu drawing issues
> No there is no such line in @FWD@. Can you remember when you saw it last time?
I guess somewhere between revisio...
Stanislav Lomany
12:07 PM User Interface Bug #3381: Sub-menu drawing issues
Stanislav,
From your picture I can see vertical line in @Windows10@ theme:
!missing_vert_win10.jpg!
No there...
Eugenie Lyzenko

12/09/2017

05:01 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
The root cause of the first failing test is that the new code in @AbstractQuery.preprocessSubstitutionArguments@ does... Eric Faulhaber
04:08 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
The errors I've looked at so far seem to be cases of @P2JQuery.Parameter@ lambda expressions being passed too far alo... Eric Faulhaber
03:16 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
ETF testing failed immediately because the DMO ASM code used the old BDT @assign@ signatures. Once I fixed this (comm... Eric Faulhaber
07:43 AM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > Guys,
> >
> > I'm just trying to run browse pop-up test in my W...
Eugenie Lyzenko
04:19 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Guys,
>
> I'm just trying to run browse pop-up test in my Windows devbox. And has abend ...
Hynek Cihlar
08:06 PM User Interface Bug #3382: Client-side popup menus abend
Guys,
I'm just trying to run browse pop-up test in my Windows devbox. And has abend from inability to open temp t...
Eugenie Lyzenko
10:01 PM User Interface Bug #3381: Sub-menu drawing issues
4GL level1 menu opening:
!sub_menu1_level1.jpg!
4GL level2 menu opening:
!sub_menu1_level2.jpg!
Eugenie Lyzenko

12/08/2017

04:25 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin, no, updates for combo boxes and tree and another widgets are different issues. I didn't solve them. This ... Sergey Ivanovskiy
04:20 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Please review committed revision 11249 (3394a) that should discard empty rectangles from ...
Constantin Asofiei
03:22 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Please review committed revision 11249 (3394a) that should discard empty rectangles from @SceenBitmap@. It seems that... Sergey Ivanovskiy
12:11 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Please clarify what is incorrect in setNewSelection?
I traced @ScrenBitmap.this.setState@ and found many cases wit...
Sergey Ivanovskiy
08:50 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> The following changes can help to fix combo box updates
> [...]
> but I found another p...
Constantin Asofiei
08:39 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
But it is possible that these empty clipping rectangles have been incorrectly added to @ScreenBitmap@. It needs to fi... Sergey Ivanovskiy
05:27 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> I changed coordinates in #3394-41. The rectangle is empty and is invalid but if it is pas...
Constantin Asofiei
05:26 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > I meant the existing definition of @NativeRectangle.this.e...
Sergey Ivanovskiy
05:22 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Constantin Asofiei wrote:
> > See @CombobBox.setValue@ and other @setValue@ for i.e. sel...
Constantin Asofiei
05:21 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin Asofiei wrote:
> See @CombobBox.setValue@ and other @setValue@ for i.e. selection-list and other widgets ...
Sergey Ivanovskiy
05:16 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> I meant the existing definition of @NativeRectangle.this.empty()@ which is correct.
I do...
Constantin Asofiei
05:13 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
I meant the existing definition of @NativeRectangle.this.empty()@ which is correct. Sergey Ivanovskiy
05:10 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Yes I mean @NativeRectangle@, but @Rectangle@ has the same issue. To clarify this bug with empty rectangles let us co... Sergey Ivanovskiy
05:07 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Yes, and the fact that the month combo box is not repainted with actual value.
See @Comb...
Constantin Asofiei
04:58 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Yes, and the fact that the month combo box is not repainted with actual value.
It seems that the @NativeRectangle....
Sergey Ivanovskiy
04:56 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Please look at this picture date_picker.mkv.
You refer to the border artefacts around th...
Constantin Asofiei
04:43 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Please look at this picture date_picker.mkv. Sergey Ivanovskiy
03:02 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
>
> In your last change you used the menu popup location passed to @Menu.showPopup()@, which a...
Eugenie Lyzenko
12:40 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Yes, the coordinates must be taken from the mouse event causing th...
Hynek Cihlar
10:42 AM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Yes, the coordinates must be taken from the mouse event causing the popup to come up and not f...
Eugenie Lyzenko
06:57 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Eugenie, why not to get the location from the mouse event? What if...
Hynek Cihlar
04:47 AM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Eugenie, why not to get the location from the mouse event? What if the popup isn't actually di...
Eugenie Lyzenko
02:57 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Task branch @3394a@ has been updated for review to revision @11247@.
>
> Fixed the bar s...
Hynek Cihlar
08:10 PM User Interface Bug #3382: Client-side popup menus abend
Task branch @3394a@ has been updated for review to revision @11247@.
Fixed the bar scrolling initiated from pop-up...
Eugenie Lyzenko
01:05 PM Conversion Tools Feature #2110: improve orphan comment processing
I think I know the cause of most (if not all) of our orphaned comment problem.
It is caused by how we deal with to...
Greg Shah

12/07/2017

03:32 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> OK, I lost the conception of redrawing if the business methods change some widget (its po...
Constantin Asofiei
03:32 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > This resize rectangle is displayed forever after its appea...
Eugenie Lyzenko
03:25 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
OK, I lost the conception of redrawing if the business methods change some widget (its position, its size, its conten... Sergey Ivanovskiy
03:18 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> This resize rectangle is displayed forever after its appearance on double click at the fr...
Constantin Asofiei
03:17 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Please answer to this conceptual question. What is the meaning of this flag and when it c...
Constantin Asofiei
02:53 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Please answer to this conceptual question. What is the meaning of this flag and when it can be used (@BaseConfig@)? C... Sergey Ivanovskiy
02:50 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
This resize rectangle is displayed forever after its appearance on double click at the frame space right to the last ... Sergey Ivanovskiy
02:47 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Don't know it is an answer. The frame is @folder-frm 27 Dimension[126.0,16.43] Point[0.0,1.0] visible true can false;... Sergey Ivanovskiy
02:33 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> With the current version the main tab frame can be resizable and resize or editor grid is...
Constantin Asofiei
02:22 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
With the current version the main tab frame can be resizable and resize or editor grid is displayed. It wasn't observ... Sergey Ivanovskiy
09:54 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Don't mind, I answered by myself. Sergey Ivanovskiy
09:44 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Please help to answer why in this code adatesd0.w for the date picker the x and y coordinates for the selected date r... Sergey Ivanovskiy
01:29 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
>When you are at the changes can you make sure the key input works correctly? I am getting an ex...
Eugenie Lyzenko
04:00 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Well, looks like I have found alternative approach. So the set of changes:
I like that. ...
Hynek Cihlar
11:52 PM User Interface Bug #3382: Client-side popup menus abend
Well, looks like I have found alternative approach. So the set of changes:
1. No using @invokeLater()@ to avoid chan...
Eugenie Lyzenko

12/06/2017

05:12 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> If adapter @adapter.mouseClicked(e)@ calls body that has @invokeLater@ wrapper the result w...
Hynek Cihlar
05:06 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> >
> > (2) Enqueue only the call to @TC.messageBox()@ in the mouse ...
Hynek Cihlar
05:05 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > This is exactly how it is currently implemented. Pop-up @ScrollPop...
Eugenie Lyzenko
04:57 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
>
> (2) Enqueue only the call to @TC.messageBox()@ in the mouse adapter body. Less impact on t...
Eugenie Lyzenko
04:50 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> This is exactly how it is currently implemented. Pop-up @ScrollPopupGuiImpl.mouseClicked()@...
Hynek Cihlar
04:39 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> > In this case we have null parent again because @invokeLater()@ defer click handler to the mo...
Eugenie Lyzenko
04:36 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Yes, at least scrolling down by pop-up menu does not work.
I think there are two options...
Hynek Cihlar
04:30 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > But if we postpone click processing to the end - we have dismissed...
Eugenie Lyzenko
04:27 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> But if we postpone click processing to the end - we have dismissed menu when it should exis...
Hynek Cihlar
04:17 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Hynek Cihlar wrote:
> >
> > In fact I don't see any reason the ...
Hynek Cihlar
03:32 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Hynek Cihlar wrote:
>
> In fact I don't see any reason the ordering should not be enforced ...
Eugenie Lyzenko
01:55 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> > Another word you mean every possible code (we will remove @ThinClient.messageBox()@ from fin...
Hynek Cihlar
01:31 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> What I do not understand here is why we are committed to @ThinClient.messageBox()@? This is...
Hynek Cihlar
12:20 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
>
> The call to @ThinClient.messageBox()@ must be executed in @ThinClient.invokeLater@ so that...
Eugenie Lyzenko
12:04 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> Unfortunately this is not enough to fix the issue. Moving @MenuItemGuiImpl.selectMenuItem()...
Hynek Cihlar
09:49 PM User Interface Bug #3382: Client-side popup menus abend
Unfortunately this is not enough to fix the issue. Moving @MenuItemGuiImpl.selectMenuItem()@ before @ScrollPopupGuiIm... Eugenie Lyzenko
03:25 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> With the current 3394a the Hotel GUI Check-in date picker doesn't repaint items correctly...
Constantin Asofiei
03:24 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
With the current 3394a the Hotel GUI Check-in date picker doesn't repaint items correctly if the current month (year)... Sergey Ivanovskiy

12/05/2017

02:34 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> You mean execution @selectMenuItem()@ first, then mouse adapters?
Exactly so.
Hynek Cihlar
05:55 AM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Please try to move the execution of mouse adapters in @MenuItemGuiImpl.mouseClicked@ before @s...
Eugenie Lyzenko
04:29 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> So the suggested fix approach can be the following change in @ThinClient.invokeTriggers(......
Hynek Cihlar
09:35 PM User Interface Bug #3382: Client-side popup menus abend
So the suggested fix approach can be the following change in @ThinClient.invokeTriggers(...)@, line starting at @1822... Eugenie Lyzenko
01:00 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
I need to investigate more thoroughly, but my initial thoughts:
@RecordBuffer$Handler.invoke@: should be safe to r...
Eric Faulhaber
12:45 PM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
I will post more details of the problem and the proposed solution shortly. But for now, I have a question.
The pe...
Greg Shah
11:16 AM Base Language Bug #3406: implement silent error mode as a lambda to allow aborting the control flow
Created task branch 3406a. The changes for this task are going to be in a sensitive area and will affect many files. Greg Shah

12/04/2017

06:36 PM User Interface Bug #3382: Client-side popup menus abend
Debugging result. The current events data flow:
1. After the user clicks on @Scroll here@ pop up menu from scrollb...
Eugenie Lyzenko
04:00 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> The order of repaints can be the root cause?
No, as they just determine which widgets wi...
Constantin Asofiei
03:27 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
The order of repaints can be the root cause? Sergey Ivanovskiy
03:25 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Updated #3394-18 with correct logs. Yes, they are 121 and 124. Sergey Ivanovskiy
03:10 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Finally, the last two nodes: "Twin" and "Luxury Suite " were not repainted.
Do you now t...
Constantin Asofiei
03:08 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Yes, I tested Hotel GUI Add Room Dialog and opened the first node and then opened the second node. Finally, the last ... Sergey Ivanovskiy
01:38 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Sergey Ivanovskiy wrote:
> Interesting note if setup conditional breakpoints for the tree control widgets in @Abstra...
Constantin Asofiei
01:35 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Interesting note if setup conditional breakpoints for the tree control widgets in @AbstractWidget.afterConfigUpdateBa... Sergey Ivanovskiy
03:57 PM User Interface Bug #2766: implement a text metrics server process
Code Review Task Branch 3394a Revisions 11232/11233
I'm good with the changes.
Greg Shah
02:36 PM User Interface Bug #2766: implement a text metrics server process
Greg, please review 3394a rev 11232/11233. Constantin Asofiei
01:27 PM User Interface Bug #2766: implement a text metrics server process
Greg Shah wrote:
> You recently added the captured @text-metrics.xml@ to the project. Was there a problem that drov...
Constantin Asofiei
01:21 PM User Interface Bug #2766: implement a text metrics server process
> Another note: currently FontManager reads the entire font-table (~46k strings) into the client-side's memory. In th... Greg Shah
01:18 PM User Interface Bug #2766: implement a text metrics server process
I was not using the properly derived font (as Swing was doing) when computing the metrics. With current changes, the... Constantin Asofiei
10:52 AM User Interface Bug #2766: implement a text metrics server process
Some quick and dirty changes in web code allow AWT Font and FontMetrics to be used. But I think I'm not using the co... Constantin Asofiei
08:02 AM User Interface Bug #2766: implement a text metrics server process
Agreed. Greg Shah
06:26 AM User Interface Bug #2766: implement a text metrics server process
Greg Shah wrote:
> Another approach might be to use caching for the calculated metrics. This would have to be done ...
Constantin Asofiei
06:14 AM User Interface Bug #2766: implement a text metrics server process
I agree we should resolve this.
If we can calculate suitable metrics in the Java client, I would be fine with that...
Greg Shah
06:05 AM User Interface Bug #2766: implement a text metrics server process
In addition to the functional issues we see from deviations from the Windows metrics when encountering dynamic text, ... Greg Shah
08:38 AM Base Language Bug #3406 (Closed): implement silent error mode as a lambda to allow aborting the control flow
Greg Shah

12/03/2017

09:13 AM Base Language Bug #3400: shared variables context for RUN int-proc IN ext-proc-handle is not properly pushed
Greg Shah wrote:
> Code Review Task Branch 3394a Revision 11225
>
> 1. In @ProcedureManager.searchInStack()@, why...
Constantin Asofiei
12:56 AM Base Language Bug #3400: shared variables context for RUN int-proc IN ext-proc-handle is not properly pushed
Code Review Task Branch 3394a Revision 11225
1. In @ProcedureManager.searchInStack()@, why use a map as @searched@...
Greg Shah

12/02/2017

02:38 PM Base Language Bug #3400: shared variables context for RUN int-proc IN ext-proc-handle is not properly pushed
The fixes are in 3394a rev 11225
In the end, the problem was that the lookup for shared vars must be performed on ...
Constantin Asofiei
11:44 AM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
>
> This also eliminates the exception for widgets that detached from parent, like pop-up m...
Hynek Cihlar

12/01/2017

05:46 PM User Interface Bug #3382: Client-side popup menus abend
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
>
> If in the menu-item it is expected that the top-level window may...
Eugenie Lyzenko
04:56 PM User Interface Bug #3382: Client-side popup menus abend
Eugenie Lyzenko wrote:
> This change resolve the issue. Any objections or notes?
The exception thrown from @topLe...
Hynek Cihlar
04:38 PM User Interface Bug #3382: Client-side popup menus abend
The root cause for this issue is the code in pop up menu item:... Eugenie Lyzenko
04:42 PM User Interface Bug #3401: clarifications for windows related methods in Widget and GuiDriver classes
Patch committed to 3394a as revision 11221. Ovidiu Maxiniuc
03:07 PM User Interface Bug #3401: clarifications for windows related methods in Widget and GuiDriver classes
Recently I used the @window()@ method to pass the window id of a @EditorGuiImpl@ in the @GuiDriver@ for accessing som... Ovidiu Maxiniuc
02:42 PM User Interface Bug #3401 (Closed): clarifications for windows related methods in Widget and GuiDriver classes
Ovidiu Maxiniuc
10:47 AM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11248@.
Adding protection for null characters passed ...
Eugenie Lyzenko
10:45 PM Base Language Feature #3262: implement COM/OLE Automation support
During testing COM feature with big application found new issues:
1. The file resources to be taken from application...
Eugenie Lyzenko
10:11 PM Base Language Feature #3262: implement COM/OLE Automation support
> Is it OK to leave this feature postponed?
Yes, you can match the support level of the Java code.
Greg Shah
09:50 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11247@.
OK. This update returns native code to the st...
Eugenie Lyzenko
07:14 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> > So for now you offer to have nothing extent array support.
> Yes, because the correct...
Eugenie Lyzenko
10:27 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
3394a was rebased from trunk rev 11208 - new rev 11219. Constantin Asofiei
09:55 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Constantin Asofiei wrote:
> I'm rebasing 3394a rev 11217 in 15 minutes if nobody objects.
Constantin Asofiei
09:40 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
I'm rebasing 3394a rev 11217 in 15 minutes if nobody objects. Constantin Asofiei
08:21 AM Base Language Bug #3400: shared variables context for RUN int-proc IN ext-proc-handle is not properly pushed
The main problems I identified are:
# a shared-var leak for persistent procedures (they are not being removed when t...
Constantin Asofiei
08:19 AM Base Language Bug #3400 (Closed): shared variables context for RUN int-proc IN ext-proc-handle is not properly ...
Constantin Asofiei

11/30/2017

05:53 PM Base Language Feature #3396: shift searchpath and other pathing lists in the directory to use the platform neut...
I almost completely forgot about #3225. I took a quick look over it. The 3225b contains only a single altered file: @... Ovidiu Maxiniuc
04:51 PM Base Language Feature #3396: shift searchpath and other pathing lists in the directory to use the platform neut...
The @searchpath@ is the @directory.xml@ value that is used by the FWD runtime to represent the @PROPATH@. Since FWD ... Greg Shah
05:14 PM Base Language Feature #3262: implement COM/OLE Automation support
Guys,
More complex approach can be to introduce new class for results coming from native side to Java, say @ComRet...
Eugenie Lyzenko
04:55 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Another word as I can see you removed (undone) all recent changes prepared to handle extent...
Constantin Asofiei
04:50 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie, please see 3262b rev 11246. Note that you will need to have some changes in th...
Eugenie Lyzenko
04:15 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie, please see 3262b rev 11246. Note that you will need to have some changes in the FWD native COM part, becaus... Constantin Asofiei
01:01 PM Base Language Feature #3262: implement COM/OLE Automation support
Yes. I didn't start yet to fix the branch, I'll try tonight or tomorrow the latest. Constantin Asofiei
12:57 PM Base Language Feature #3262: implement COM/OLE Automation support
Yes, we have signature match issue. Like this when @FWD@ expects @comhandle.call()@ returning @BDT@ while our @comhan... Eugenie Lyzenko
11:53 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Code Review Task Branch 3262b Revision 11244
>
> I've checked in some changes as 11245. I'm g...
Eugenie Lyzenko
11:00 AM Base Language Feature #3262: implement COM/OLE Automation support
Code Review Task Branch 3262b Revision 11244
I've checked in some changes as 11245. I'm good with that version. ...
Greg Shah
09:28 AM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11244@.
The notes resolution changes. Optional @NO-CO...
Eugenie Lyzenko
08:47 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Code Review Task Branch 3262b Revision 11243
>
> 1. Please make the 4th parameter to @launch()...
Eugenie Lyzenko
06:07 AM Base Language Feature #3262: implement COM/OLE Automation support
Code Review Task Branch 3262b Revision 11243
1. Please make the 4th parameter to @launch()@ optional. This means ...
Greg Shah
10:42 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11243@.
This is minor javadoc fixes for my recent cha...
Eugenie Lyzenko
09:47 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with recent trunk @11208@, new version is @11242@. Eugenie Lyzenko
09:27 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11241@.
This update fixes the handling of the @NO-WAI...
Eugenie Lyzenko

11/29/2017

05:15 PM Base Language Feature #3262: implement COM/OLE Automation support
> Is this OK?
Yes.
> Observing the rule file for process launch I see we do not have any support for NO-CONSOLE...
Greg Shah
02:58 PM Base Language Feature #3262: implement COM/OLE Automation support
For Windows @SILENT@ option I suggest to change the @ProcessDaemon@ class to take into account the same reaction for ... Eugenie Lyzenko
11:19 AM Base Language Feature #3262: implement COM/OLE Automation support
> For example notepad.exe and regedit.exe cause the 4GL application to finish external app to continue after os-comm... Greg Shah
11:15 AM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie, I've tried this simple program, with @pro@, @prowin@ and from procedure editor,...
Eugenie Lyzenko
11:12 AM Base Language Feature #3262: implement COM/OLE Automation support
Yes, @notepad.exe@, @regedit.exe@, also @write.exe@ can be started with @no-console@ option. However the behavior is ... Eugenie Lyzenko
11:05 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Are you testing with OpenEdge 11.6?
@11.6.3@.
Eugenie Lyzenko
10:28 AM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie, I've tried this simple program, with @pro@, @prowin@ and from procedure editor, and it opens the @notepad.ex... Constantin Asofiei
10:27 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Try running a program that has no GUI and which also can be made to run without STDIN/STDOUT/STDE...
Hynek Cihlar
08:59 AM Base Language Feature #3262: implement COM/OLE Automation support
Try running a program that has no GUI and which also can be made to run without STDIN/STDOUT/STDERR. In other words,... Greg Shah
08:24 AM Base Language Feature #3262: implement COM/OLE Automation support
Are you testing with OpenEdge 11.6? Greg Shah
08:11 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> @dir@ is an internal feature of the @cmd.exe@ shell. It won't work without the shell. But launc...
Eugenie Lyzenko
07:43 AM Base Language Feature #3262: implement COM/OLE Automation support
@dir@ is an internal feature of the @cmd.exe@ shell. It won't work without the shell. But launching a @.exe@ progra... Greg Shah
07:39 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> I will review the changes shortly.
>
> > NO-CONSOLE - does not start any child process in GUI....
Eugenie Lyzenko
06:02 AM Base Language Feature #3262: implement COM/OLE Automation support
I will review the changes shortly.
> NO-CONSOLE - does not start any child process in GUI.
I don't understand w...
Greg Shah
09:22 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11240@.
The change adds initial step to turn the chil...
Eugenie Lyzenko
05:58 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
3394a 11213 passed main runtime testing. Constantin Asofiei

11/28/2017

06:51 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1705@.
The child process starting testcases added for @GUI@ mode ...
Eugenie Lyzenko
05:59 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
>
> Please check the @NO-WAIT@, @SILENT@ and @NO-CONSOLE@ options. I suspect the @NO-WAIT@ is pr...
Eugenie Lyzenko
03:56 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with trunk @11207@, new revision is @11239@. Eugenie Lyzenko
03:47 PM Base Language Feature #3262: implement COM/OLE Automation support
Starting the rebase. Eugenie Lyzenko
03:45 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Greg/Eugenie: I plan to make the Java code in 3262b generic enough so that we will be ab...
Greg Shah
03:44 PM Base Language Feature #3262: implement COM/OLE Automation support
> >Eugenie: Would you please run some testcases to see how the interactive child process launching works under GUI? I... Greg Shah
03:42 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg/Eugenie: I plan to make the Java code in 3262b generic enough so that we will be able to add the missing extent ... Constantin Asofiei
03:32 PM Base Language Feature #3262: implement COM/OLE Automation support
Planning to rebase the branch with the recent trunk in a 10 min. if nobody objects. Eugenie Lyzenko
03:27 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
>Eugenie: Would you please run some testcases to see how the interactive child process launching wo...
Eugenie Lyzenko
03:19 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Constantin Asofiei wrote:
> > Eugenie Lyzenko wrote:
> > > Constantin Asofiei wrote:
> >...
Constantin Asofiei
03:17 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > Constantin Asofiei wrote:
> > >Eugenie: the large GUI app w...
Eugenie Lyzenko
03:06 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Code Review Task Branch 3262b Revision 11234
> ...
>4. The changes in comauto_win.c are so exte...
Eugenie Lyzenko
02:42 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11238@.
Undo the @EnvironmentOps@ change that fixes t...
Eugenie Lyzenko
02:29 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Constantin Asofiei wrote:
> >Eugenie: the large GUI app we are using has constructs like S...
Constantin Asofiei
02:27 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
>Eugenie: the large GUI app we are using has constructs like STRING(com-var:property) - th...
Eugenie Lyzenko
02:25 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Greg Shah wrote:
> > It seems we should just continue the work in this branch to finish...
Greg Shah
02:24 PM Base Language Feature #3262: implement COM/OLE Automation support
> The FWD executes ProcessDaemon.launch() for START EXCEL.EXE some_file.csv. This causes the ChildProcessFactory.getC... Greg Shah
02:16 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > Code Review Task Branch 3262b Revision 11234
> >
> >1. In assignme...
Constantin Asofiei
02:15 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> It seems we should just continue the work in this branch to finish the extent support, rather tha...
Constantin Asofiei
02:14 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Code Review Task Branch 3262b Revision 11234
>
>1. In assignments.rules, the newly added code ...
Eugenie Lyzenko
02:13 PM Base Language Feature #3262: implement COM/OLE Automation support
It seems we should just continue the work in this branch to finish the extent support, rather than reverting it all. Greg Shah
02:00 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Constantin: Do you have any concerns about the changes in this branch?
I've fixed some cases (re...
Constantin Asofiei
01:58 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> Code Review Task Branch 3262b Revision 11234
>
> 3. The @EnvironmentOps@ change is not correct...
Eugenie Lyzenko
01:56 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> > found the cases that use COM prefixed with starting EXCEL.EXE as subprocess which is currently ...
Eugenie Lyzenko
12:26 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin: Do you have any concerns about the changes in this branch? Greg Shah
12:25 PM Base Language Feature #3262: implement COM/OLE Automation support
> found the cases that use COM prefixed with starting EXCEL.EXE as subprocess which is currently not supported in FWD... Greg Shah
12:23 PM Base Language Feature #3262: implement COM/OLE Automation support
Code Review Task Branch 3262b Revision 11234
1. In @assignments.rules@, the newly added code is disabled because o...
Greg Shah
04:11 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Greg Shah wrote:
> 1. In @Button.setText()@ and @ToggleBox.setText()@ why is it safe to only repaint in @autoResize@...
Constantin Asofiei
04:08 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Code Review Task Branch 3394a Revision 11211
1. In @Button.setText()@ and @ToggleBox.setText()@ why is it safe to ...
Greg Shah
01:15 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
> I think the improvements I made to postpone the drawing should be done only in GUI; ChUI has the PUT SCREEN stuff w... Greg Shah
11:43 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Greg Shah wrote:
> Do you want to make 3394a the next "accumulate the fixes" branch? Or would you prefer to keep it...
Constantin Asofiei
10:57 AM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Do you want to make 3394a the next "accumulate the fixes" branch? Or would you prefer to keep it separate? Greg Shah
02:26 PM User Interface Bug #3390 (Closed): Eliminate unnecessary frame redraws due to inconsistent calculated height
Greg Shah
02:15 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
3390a was merged to trunk as revision 11207 and archived. Hynek Cihlar
02:10 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
Please merge to trunk. Greg Shah
01:53 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
3390a passed regression tests and was rebased against trunk 11206. No more changes are expected in the branch. Hynek Cihlar
01:11 PM User Interface Bug #3373: incremental scroll in non-full Browse page
It is OK to call @UnimplementedFeature@ on the client. It will be logged there and that is OK.
Since 3369a is merg...
Greg Shah
12:13 PM Base Language Feature #3396 (WIP): shift searchpath and other pathing lists in the directory to use the platfor...
Greg Shah
07:29 AM User Interface Bug #3395: rectangle:edge-chars is not working in GUI
The @RECTANGLE:EDGE-CHARS@ is not working in GUI clients. We need to be able for @EDGE-PIXELS@ and @EDGE-CHARS@ to w... Constantin Asofiei
07:28 AM User Interface Bug #3395 (Closed): rectangle:edge-chars is not working in GUI
Constantin Asofiei

11/27/2017

06:49 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
3394a rev 11208 adds this:
* Batch the MSG_REGISTER_HOVERABLE_WIDGET messages.
* Avoid gd.setCurrentSelection(null)...
Constantin Asofiei
05:38 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
I've been looking into the JS code and there are some findings:
# we can reduce the @MSG_REGISTER_HOVERABLE_WIDGET@ ...
Constantin Asofiei
04:40 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
For #3394-3, the changes are in 3394a rev 11207. Constantin Asofiei
03:22 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
Another issue to improve is described by this email chain:
-------
Constantin,
according to win32 api docs...
Constantin Asofiei
03:20 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
An issue to try to improve is described by this email chain:
-------------
I agree that Hynek's idea of two que...
Constantin Asofiei
03:19 PM User Interface Feature #3394: generic drawing improvements: repaint and other misc code
In branch 3369a (trunk rev 11206), there are some fixes which remove some aggressive @repaint()@ calls when i.e. fram... Constantin Asofiei
03:18 PM User Interface Feature #3394 (Closed): generic drawing improvements: repaint and other misc code
Constantin Asofiei
06:15 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11233@, rebased with recent trunk, new version is @11234... Eugenie Lyzenko
03:56 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
Hynek Cihlar wrote:
> A fix checked in to 3390a revision 11206. Please review.
I'm OK with the changes.
Constantin Asofiei
03:47 PM Bug #3378 (Closed): Date input fields don't get focus by clicking on them
Branch 3369a was merged to trunk as revision 11206. Greg Shah
03:47 PM User Interface Bug #3374 (Closed): NPE in ConfigManager
Branch 3369a was merged to trunk as revision 11206. Greg Shah
03:46 PM Database Bug #3372 (Closed): Unexpected usage of standalone unknown value.
Branch 3369a was merged to trunk as revision 11206. Greg Shah
03:46 PM User Interface Bug #3371 (Closed): NPE in AbstractGuiDriver in client log
Branch 3369a was merged to trunk as revision 11206. Greg Shah
03:45 PM Bugs Bug #3355 (Closed): The tab pane button for HOTEL GUI is not included in the focus traversal chain
Branch 3369a was merged to trunk as revision 11206. Greg Shah
03:44 PM User Interface Feature #3369 (Closed): add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Greg Shah
03:11 PM User Interface Feature #3369 (WIP): add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3369a Was merged to trunk rev 11206 and archived. Constantin Asofiei
02:29 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
No problem. I am un-committing 3369a/ right now. Ovidiu Maxiniuc
01:30 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
No, I want to get the 3369a into the trunk.
Ovidiu: Would you please move the changes 11248 into a separate branch?
Greg Shah
01:15 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> Another regression fixed, 3369a rev 11247 is in testing.
Rev 11247 passed main part of ...
Constantin Asofiei
08:56 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Another regression fixed, 3369a rev 11247 is in testing. Constantin Asofiei
03:33 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Don't mind it works now, after external jconsole has been accessed to the client process. It is not a bug probably. Sergey Ivanovskiy
03:29 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
I am using 3369a to work on #3385 and it seems that the Login screen (Swing client) doesn't accept keys input. Sergey Ivanovskiy
09:29 AM User Interface Bug #3373: incremental scroll in non-full Browse page
> I thing we should log the event instead (@UnimplementedFeature.TODO@) as a reminder and return @false@ because no r... Stanislav Lomany

11/26/2017

04:54 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11232@.
Added fix for @propath@ variation. Allows hav...
Eugenie Lyzenko
08:09 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11231@.
Fix for regression caused by shifting from si...
Eugenie Lyzenko
02:56 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
A fix checked in to 3390a revision 11206. Please review. Hynek Cihlar
02:28 PM User Interface Bug #3390: Eliminate unnecessary frame redraws due to inconsistent calculated height
On 11/25/2017 09:37 PM, Hynek Cihlar wrote:
> Constantin,
>
> the problem is caused by the char->pixel->char round...
Hynek Cihlar
02:28 PM User Interface Bug #3390 (Closed): Eliminate unnecessary frame redraws due to inconsistent calculated height
Hynek Cihlar

11/25/2017

05:06 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with trunk @11205@, new revision is @11230@. Eugenie Lyzenko
10:34 AM User Interface Bug #3375 (Closed): Stack overflow kills the client
Greg Shah
10:32 AM User Interface Bug #3375: Stack overflow kills the client
3375a passed regression tests, rebased, merged to trunk as revision 11205 and archived. Hynek Cihlar
09:07 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Eric Faulhaber wrote:
> There are some issues with repainting in the ADM screens: e.g., an old tab remains "selecte...
Constantin Asofiei
07:40 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Eric Faulhaber wrote:
> Also, I don't notice the same issue with buttons from one screen being painted incorrectly i...
Eric Faulhaber
07:33 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
An observation: I've noticed that the embedded mode drawing seems much more "crisp" than virtual desktop mode or the ... Eric Faulhaber
07:20 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Eric Faulhaber wrote:
> There are some issues with repainting in the ADM screens: e.g., an old tab remains "selecte...
Constantin Asofiei
07:20 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
I did some testing with the large app in Swing mode and in virtual desktop mode (converted with 3369a rev. 11237). It... Eric Faulhaber
09:56 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> Constantin Asofiei wrote:
> > Constantin Asofiei wrote:
> > > 3369a rev 11231 contains...
Eric Faulhaber
07:50 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> Constantin Asofiei wrote:
> > 3369a rev 11231 contains some performance fixes:
> > # a...
Constantin Asofiei
07:38 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Branch 3369a rebased from trunk rev 11204. The latest revision is 11236.
This will require a full reconversion of...
Greg Shah
07:13 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
I'm rebasing now. Greg Shah

11/24/2017

06:52 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Can I rebase 3369a? I know the 3375a change is not yet available, but I think it is best to go ahead and pick up the... Greg Shah
06:34 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> 3369a rev 11231 contains some performance fixes:
> # avoid unnecessary repaints
There ...
Constantin Asofiei
05:10 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3369a rev 11231 contains some performance fixes:
# avoid logging overhead in the EmulatedWindowState and SwingEmulat...
Constantin Asofiei
04:56 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Hynek Cihlar wrote:
> 3369a 11220 improves performance of coordinate values rounding.
There are still these cases w...
Constantin Asofiei
04:29 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Yes, but I want to wait for Hynek's update first. Constantin Asofiei
04:28 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Does it need to rebase 3369a? Sergey Ivanovskiy
09:19 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Greg Shah wrote:
> Code Review Task Branch 3369a Revision 11226
I fixed a regression in 11227, I was not considerin...
Constantin Asofiei
08:55 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Code Review Task Branch 3369a Revision 11226
I think the code is correct from a logical standpoint.
If we had...
Greg Shah
07:25 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3369a rev 11225/11226 fixes class name collisions for converted external program names. Full conversion is required.... Constantin Asofiei
05:40 PM User Interface Bug #3375: Stack overflow kills the client
Greg Shah wrote:
> Code Review Task Branch 3375a Revision 11204
>
> The changes are fine. The difference now is ...
Hynek Cihlar
12:40 PM User Interface Bug #3375: Stack overflow kills the client
Code Review Task Branch 3375a Revision 11204
The changes are fine. The difference now is very slight.
If it pa...
Greg Shah
12:04 PM User Interface Bug #3375: Stack overflow kills the client
Hynek Cihlar wrote:
> It finished with one regression, I am currently fixing the issue. I don't expect the fix to ta...
Hynek Cihlar
11:01 AM User Interface Bug #3375: Stack overflow kills the client
Greg Shah wrote:
> Code Review Task Branch 3375a Revision 11203
>
> I'm fine with the changes. Did ChUI regressi...
Hynek Cihlar
08:09 AM User Interface Bug #3375: Stack overflow kills the client
Code Review Task Branch 3375a Revision 11203
I'm fine with the changes. Did ChUI regression testing finish?
Greg Shah
03:39 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with trunk @11204@, new revision is @11229@. Eugenie Lyzenko
02:20 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11226@, @11227@.
This update implements improved obje...
Eugenie Lyzenko
06:45 AM Base Language Feature #3262: implement COM/OLE Automation support
> Looks like we also need to change gap report processing rules to reflect the added implementation, this is one more... Greg Shah
10:45 PM Base Language Feature #3262: implement COM/OLE Automation support
OK. Looks like the @4GL@ @COM@ garbage collector approach has been clarified. The internal object taken from given @C... Eugenie Lyzenko
09:11 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> > The COM objects has no actual parent-child relationships. The same object can be obtained for r...
Eugenie Lyzenko
07:05 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg,
Looks like we also need to change gap report processing rules to reflect the added implementation, this is o...
Eugenie Lyzenko
02:37 PM User Interface Bug #3370 (Closed): READ-ONLY attribute error in server log
Greg Shah
02:26 PM User Interface Bug #3370: READ-ONLY attribute error in server log
Committed revision 11204.
Branch was archived. Notification email was sent to team.
Ovidiu Maxiniuc
02:00 PM User Interface Bug #3370: READ-ONLY attribute error in server log
Please merge 3370a to trunk. Greg Shah
01:13 PM User Interface Bug #3370: READ-ONLY attribute error in server log
The conversion test on devsrv01 ended with success. The generated code by 3370a/11203 is unchanged.
Ovidiu Maxiniuc
08:58 AM User Interface Bug #3370: READ-ONLY attribute error in server log
Indeed, we should have an interface for each P4GL attribute / method. Some of them can be grouped together if they ar... Ovidiu Maxiniuc
08:41 AM User Interface Bug #3370: READ-ONLY attribute error in server log
Code Review Task branch 3370a Revision 11203
The changes look good.
I think you have found a more widespread fl...
Greg Shah
06:49 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Agreed.
Stanislav: Please put that change in 3369a. Then you can fix this issue later.
Greg Shah
06:42 AM User Interface Bug #3373: incremental scroll in non-full Browse page
I noticed that in the log, but throwing exceptions in this manner is dangerous. This time the @incrementalScroll()@ w... Ovidiu Maxiniuc
06:30 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Ovidiu: Does this affect a user or is it just a report in the log? Greg Shah
06:35 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
3240c was merged into the trunc rev. 11203. Sergey Ivanovskiy
06:10 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Please merge 3240c to trunk. Greg Shah

11/23/2017

06:42 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11225@.
This update adds extent array support for pro...
Eugenie Lyzenko
06:25 AM Base Language Feature #3262: implement COM/OLE Automation support
> The COM objects has no actual parent-child relationships. The same object can be obtained for re-use from different... Greg Shah
09:42 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11224@.
This is minor cleanup update. I have designed...
Eugenie Lyzenko
12:45 PM Bug #3378: Date input fields don't get focus by clicking on them
Please look at the committed rev. 11223 (3369a). Sergey Ivanovskiy
12:04 PM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> Constantin, actually your patch fixes the issue (the tab button is not displayed active, ...
Constantin Asofiei
11:57 AM Bug #3378: Date input fields don't get focus by clicking on them
Constantin, actually your patch fixes the issue (the tab button is not displayed active, but it has the current focus... Sergey Ivanovskiy
11:39 AM Bug #3378: Date input fields don't get focus by clicking on them
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I checked the Swing client, but the original issue was reproduce...
Constantin Asofiei
11:32 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> I checked the Swing client, but the original issue was reproduced with the web client too...
Hynek Cihlar
11:30 AM Bug #3378: Date input fields don't get focus by clicking on them
I checked the Swing client, but the original issue was reproduced with the web client too. Sergey Ivanovskiy
11:28 AM Bug #3378: Date input fields don't get focus by clicking on them
Constantin Asofiei wrote:
> OK, this is because the old login window is still assumed as the 'current focus window'....
Hynek Cihlar
11:11 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> It seems very close to be a fix. The Available Rooms tab button is selected in this case,...
Constantin Asofiei
09:28 AM Bug #3378: Date input fields don't get focus by clicking on them
It seems very close to be a fix. The Available Rooms tab button is selected in this case, and @FocusManager.setFocusO... Sergey Ivanovskiy
08:58 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> Checked on windev01 that the native Hotel GUI places focus on the "Available Rooms" tab b...
Constantin Asofiei
08:46 AM Bug #3378: Date input fields don't get focus by clicking on them
It seems reasonable changes. Checked on windev01 that the native Hotel GUI places focus on the "Available Rooms" tab ... Sergey Ivanovskiy
08:32 AM Bug #3378: Date input fields don't get focus by clicking on them
There is this code in @TC.processProgressEvent@:... Constantin Asofiei
08:03 AM Bug #3378: Date input fields don't get focus by clicking on them
OK, understand, planning to find another way. Sadly I couldn't setup Hotel GUI on VM Windows 12, but Hotel GUI is ava... Sergey Ivanovskiy
07:46 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> According to #3378-3 this @ENTRY@ event was not sent because @oldFocus@ was @null@.
Po...
Hynek Cihlar
07:41 AM Bug #3378: Date input fields don't get focus by clicking on them
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I would like to propose this diff for the fix
> > [...]
> > be...
Sergey Ivanovskiy
06:53 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> I would like to propose this diff for the fix
> [...]
> because all another GUI widgets...
Hynek Cihlar
12:09 PM User Interface Bug #3382: Client-side popup menus abend
I've created a client-side popup menu for browse (using the same approach used as in @ScrollPopupGuiImpl@) and called... Stanislav Lomany
12:01 PM User Interface Bug #3382: Client-side popup menus abend
Stanislav, do you remember the actual case when the exception happened? I would rather have a real recreate for this. Hynek Cihlar
11:45 AM User Interface Bug #3382 (WIP): Client-side popup menus abend
Hynek Cihlar
11:33 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Greg, I'll fix it, but considering the amount of work for #3261 I'm not sure if I should fix it before or after Nov 30. Stanislav Lomany
11:30 AM User Interface Bug #3373 (WIP): incremental scroll in non-full Browse page
Stanislav,
I understand you are working on this issue so I am assigning it to you.
Ovidiu Maxiniuc
11:33 AM User Interface Bug #3375 (WIP): Stack overflow kills the client
Ovidiu Maxiniuc
10:22 AM User Interface Bug #3375: Stack overflow kills the client
Created task branch 3375a and checked in the fix. The changes passed GUI regression tests, ChUI regression testing is... Hynek Cihlar
11:32 AM User Interface Bug #3374 (WIP): NPE in ConfigManager
I committed the fix for this issue was committed to 3369a with revision 11211. Ovidiu Maxiniuc
11:26 AM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
The revision 11212 of 3369a makes sure the window is selected in @EditorGuiImpl.computeLineWidths()@. The exceptions ... Ovidiu Maxiniuc
11:22 AM User Interface Bug #3370: READ-ONLY attribute error in server log
I created 3370a created and committed a patch for this issue. Current revision is 11203. Please review. Ovidiu Maxiniuc
06:00 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> Can I merge 3240c into the trunk?
3240c was rebased over trunc rev. 11202. The current...
Sergey Ivanovskiy

11/22/2017

04:36 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
>Eugenie: Can you write the Java-side array changes that are needed? Constantin is busy with anothe...
Eugenie Lyzenko
03:50 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie: Can you write the Java-side array changes that are needed? Constantin is busy with another task.
What el...
Greg Shah
02:17 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with trunk @11202@, new revision is @11223@. Eugenie Lyzenko
02:00 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11222@.
This is code partial cleanup and adding inter...
Eugenie Lyzenko
08:05 AM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> If I understand correctly, they are stating that the user is responsible for releasing all of the...
Eugenie Lyzenko
06:05 AM Base Language Feature #3262: implement COM/OLE Automation support
> The intermediate COM handles created with lines like comObject:prop1:prop2:(prop|method()) is not explicitly releas... Greg Shah
04:08 PM Bug #3378: Date input fields don't get focus by clicking on them
OK, merged this change into 3369a, revision 11221. Planning to archive 3355a. Sergey Ivanovskiy
03:53 PM Bug #3378: Date input fields don't get focus by clicking on them
3355a is going to be archived because its changes are already in 3369a, right?
This change should go into 3369a.
Greg Shah
03:10 PM Bug #3378: Date input fields don't get focus by clicking on them
Committed revision 11203 (3355a) applied this fix. Sergey Ivanovskiy
01:03 PM Bug #3378: Date input fields don't get focus by clicking on them
I would like to propose this diff for the fix... Sergey Ivanovskiy
06:32 AM Bug #3378: Date input fields don't get focus by clicking on them
Sergey Ivanovskiy wrote:
> On the web client after some random clicks involving the date input dialog I got this bro...
Ovidiu Maxiniuc
05:53 AM Bug #3378: Date input fields don't get focus by clicking on them
Debugged the Swing client for Hotel GUI. If the target "Checkin Date" fillin was clicked, then at the certain point o... Sergey Ivanovskiy
04:02 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3369a 11220 improves performance of coordinate values rounding. Hynek Cihlar
03:57 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Code Review Task Branch 3369a Revision 11219
I'm good with the change.
Greg Shah
02:43 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Revision 11219 contains a fix for unresponsive message boxes. Somebody please review. Hynek Cihlar
02:25 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Committed revision 11218 removed waste code due to the web client profiling done by Eric. Sergey Ivanovskiy
01:18 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Can I merge 3240c into the trunk? Sergey Ivanovskiy
10:56 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
I did this constraint in order that this new web alias has a unique name within the directory. If the web alias is fr... Sergey Ivanovskiy
08:24 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey, looks like I'm not allowed to use @embedded@ alias - is it because there is a process using the same certific... Constantin Asofiei
09:41 AM User Interface Bug #3382: Client-side popup menus abend
The problem with popup menus created at client side is that they can cause abend under a certain circumstances, e.g. ... Stanislav Lomany
09:18 AM User Interface Bug #3382 (Closed): Client-side popup menus abend
Stanislav Lomany
08:33 AM User Interface Bug #3368 (Closed): dialog-box frame height is not set correctly
Greg Shah
08:20 AM User Interface Bug #3368: dialog-box frame height is not set correctly
3368a was merged in trunk as revision 11202 and archived. Hynek Cihlar
06:23 AM User Interface Bug #3368: dialog-box frame height is not set correctly
Code Review Task Branch 3368a Revision 11205
The changes are good. You can merge to trunk.
Greg Shah
05:22 AM User Interface Bug #3368: dialog-box frame height is not set correctly
3368a revision 11205 contains a small change that resolves a regression found during ChUI testing. The revision has ... Hynek Cihlar
08:12 AM User Interface Bug #3381: Sub-menu drawing issues
Testcase attached (@sub-menus.p@). The following scenarios have issues:
# Right-click on the button: in swing the ri...
Stanislav Lomany
05:43 AM User Interface Bug #3381 (Closed): Sub-menu drawing issues
Stanislav Lomany
06:57 AM User Interface Bug #3370: READ-ONLY attribute error in server log
I think this needs to be separate from 3369a, so that we don't introduce a delay in getting the most critical changes... Greg Shah
05:23 AM User Interface Bug #3370 (WIP): READ-ONLY attribute error in server log
Ovidiu Maxiniuc
05:22 AM User Interface Bug #3370: READ-ONLY attribute error in server log
Greg,
I finished moving the READ-ONLY attribute to a new interface.
Because the introduction of the new interface @...
Ovidiu Maxiniuc
05:10 AM User Interface Bug #3370: READ-ONLY attribute error in server log
I found that @CommonHandle.readOnlyError(String)@ is annotated with @@LegacyAttribute(name = "READ-ONLY")@.
I cons...
Ovidiu Maxiniuc
02:48 AM User Interface Bug #3373: incremental scroll in non-full Browse page
The issue occurs because the browse is not yet initialized at the point when "END" event is applied. So we must figur... Stanislav Lomany

11/21/2017

06:33 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11221@.
This updates has changes to make chain calls ...
Eugenie Lyzenko
06:07 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > Honestly I do not understand why we need attributes support ...
Eugenie Lyzenko
05:37 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Honestly I do not understand why we need attributes support for @COM-HANDLE@. @COM-HANDLE@ ...
Constantin Asofiei
05:32 PM Base Language Feature #3262: implement COM/OLE Automation support
I would suggest to change @com_access.rules@ to:... Eugenie Lyzenko
04:56 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > The @NAME@ is a reserved keyword? What makes @NAME@ property...
Eugenie Lyzenko
02:57 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> The @NAME@ is a reserved keyword? What makes @NAME@ property to process differently?
Is a ...
Constantin Asofiei
02:55 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > 2. Consider the following @4GL@ code:
> > [...]
> >
> > ...
Eugenie Lyzenko
02:13 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> This is correct conversion and we have property getter and method call. Both of them return...
Constantin Asofiei
01:54 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > Guys,
> >
> > I have two notes at this time for Java side...
Eugenie Lyzenko
01:20 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Guys,
>
> I have two notes at this time for Java side with real @Excel@ application:
> ...
Constantin Asofiei
01:16 PM Base Language Feature #3262: implement COM/OLE Automation support
Guys,
I have two notes at this time for Java side with real @Excel@ application:
1. The @NativeComObject@ must ...
Eugenie Lyzenko
09:56 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1700@.
The real @MS Office@ testcases have been added. The curren...
Eugenie Lyzenko
05:45 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
OK, stopped this testing. Sergey Ivanovskiy
05:19 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
> In this run there are different failed tests except tc_job_002 and tc_job_clock_004
I think this is enough to t...
Greg Shah
04:23 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
The last main-regression tests were failed without writing reports. Planning to restart for rev 11208. Sergey Ivanovskiy
03:13 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Found the following unrelated issue that if the directory doesn't have a company configuration, then generated certif... Sergey Ivanovskiy
03:00 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
I checked that the main web site @www.goldencode.com@ has these target fields unset too. Sergey Ivanovskiy
02:56 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
@domain.csr@ has all required fields... Sergey Ivanovskiy
02:14 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> No, I don't think that with 3240c there is this bug. Constantin, could I look at @domain....
Constantin Asofiei
01:42 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > Checked P2J self-signed certificates and found that they d...
Sergey Ivanovskiy
11:41 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> Checked P2J self-signed certificates and found that they don't have organization and orga...
Constantin Asofiei
11:37 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
May be we should check up these use cases for AcmeClient: revoke certificate, delete account, then register new accou... Sergey Ivanovskiy
11:32 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin Asofiei wrote:
> Sergey, OK, the certificate is generated and is trusted by the browser. Issues:
> 1. a...
Sergey Ivanovskiy
10:50 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey, OK, the certificate is generated and is trusted by the browser. Issues:
# although I specified @--web-alias...
Constantin Asofiei
10:39 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Planning to run main-regression tests for rev. 11206. Sergey Ivanovskiy
10:34 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Greg Shah wrote:
> Please re-run the main regression testing. You don't have to re-do the CTRL-C tests.
Yes, the n...
Sergey Ivanovskiy
10:21 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> Constantin Asofiei wrote:
> > Sergey, I'm getting this on demosrv01:
> > [...]
> >
>...
Sergey Ivanovskiy
10:17 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin Asofiei wrote:
> Sergey, I'm getting this on demosrv01:
> [...]
>
> demosrv01 is configured with 3240...
Sergey Ivanovskiy
09:52 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Please re-run the main regression testing. You don't have to re-do the CTRL-C tests. Greg Shah
08:39 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey, I'm getting this on demosrv01:... Constantin Asofiei
04:23 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
The @ctrl-c-regression@ part has been finished with these results 20171120_231820.zip, where @gso_ctrlc_tests@ are pa... Sergey Ivanovskiy
11:35 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
The @main-regression@ part of the run-time tests is ready and available at devsrv01 in the results folder 20171120_16... Sergey Ivanovskiy
04:03 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3355a was merged into 3369a rev. 11213. Sergey Ivanovskiy
01:43 PM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
OK, my patch was failed, I need to apply changes manually. Sergey Ivanovskiy
11:42 AM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Greg Shah wrote:
> Constantin: How about merging these into 3369a?
Yes. Sergey, please merge into 3369a.
Constantin Asofiei
11:19 AM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Constantin: How about merging these into 3369a? Greg Shah
11:12 AM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Greg Shah wrote:
> Constantin: any objections?
The changes make sense.
Constantin Asofiei
10:09 AM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Code Review Task Branch 3355a Revision 11202
I am fine with the changes.
Constantin: any objections?
Greg Shah
12:55 PM Database Bug #3379: do not copy index definitions when defining WORKFILE like TABLE
A customer pointed out that when defining a WORKFILE using LIKE to copy the definition of a table, index information ... Eric Faulhaber
12:52 PM Database Bug #3379 (Closed): do not copy index definitions when defining WORKFILE like TABLE
Eric Faulhaber
12:37 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
> As far as I understand file choose dialog (for choosing report output file) is in WIP state, so it works to a cert... Greg Shah
09:01 AM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
Constantin Asofiei wrote:
> Ovidiu, please try something: is @EditorGuiImpl.processScrollPane@ called when i.e. the ...
Ovidiu Maxiniuc
08:41 AM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
Ovidiu, please try something: is @EditorGuiImpl.processScrollPane@ called when i.e. the editor is drawn? I wonder if... Constantin Asofiei
08:33 AM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
I tried to move the code in a @withSelectedWindow()@, but the widget is not fully reconstructed so the parent is not ... Ovidiu Maxiniuc
07:56 AM Bug #3378: Date input fields don't get focus by clicking on them
On the web client after some random clicks involving the date input dialog I got this broken screen. The web client l... Sergey Ivanovskiy
07:49 AM Bug #3378: Date input fields don't get focus by clicking on them
Open Hotel GUI with Swing client. The main screen is displayed with its first available tab "Available Rooms". Clicki... Sergey Ivanovskiy
07:45 AM Bug #3378 (Closed): Date input fields don't get focus by clicking on them
Sergey Ivanovskiy
06:42 AM User Interface Bug #3368: dialog-box frame height is not set correctly
Code Review Task Branch 3368a Revision 11204
I'm fine with the code. If it passes regression testing, you can mer...
Greg Shah
06:21 AM User Interface Bug #3368: dialog-box frame height is not set correctly
Greg Shah wrote:
> except it is not clear why the null check was removed from @FrameGuiImpl@.
The null check was ...
Hynek Cihlar
07:01 PM User Interface Bug #3368: dialog-box frame height is not set correctly
Code Review Task Branch 3368a Revision 11203
I'm fine with the changes, except it is not clear why the null check ...
Greg Shah

11/20/2017

05:35 PM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
Ovidiu, I would rather ensure that @EditorGuiImpl.computeLineWidths@ has a window selected (i.e. is bracketed in @gd.... Constantin Asofiei
03:11 PM User Interface Bug #3371: NPE in AbstractGuiDriver in client log
Code Review Task Branch 3369a Revision 11211
I generally OK with the changes. The one thing that is not clear to ...
Greg Shah
04:46 PM User Interface Bug #3368: dialog-box frame height is not set correctly
The incorrect size turned to be a problem in the frame layout itself. The frame height is not calculated correctly wh... Hynek Cihlar
04:04 PM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > It looks like we should set useHandleChainSiblings() === t...
Sergey Ivanovskiy
03:05 AM Bugs Bug #3355: The tab pane button for HOTEL GUI is not included in the focus traversal chain
Created task branch 3355a to work on #3355-19, #3355-20 and #3355-21. Sergey Ivanovskiy
01:28 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Code Review Task Branch 3369a Revision 11209
I'm fine with the changes. I checked in some minor changes to make i...
Greg Shah
01:08 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> Eric, I couldn't reproduce the iframe issue you've reported with 3369a. If you have any...
Eric Faulhaber
01:02 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Constantin Asofiei wrote:
> Eric: Persistence.java needs a history entry.
Done.
Eric Faulhaber
12:58 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Eric, I couldn't reproduce the iframe issue you've reported with 3369a. If you have any other details I can use to d... Constantin Asofiei
12:46 PM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
Greg, 3369a rev 11208 is ready for review.
Eric: Persistence.java needs a history entry.
Constantin Asofiei
10:30 AM User Interface Feature #3369: add support for BGCOLOR-RGB and FGCOLOR-RGB, FWD extension widget attributes
3369a rebased from trunk 11201. new rev is 11207. Constantin Asofiei
01:11 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
There are no another requirements to run the command except the P2J and embedded application servers should be stopped. Sergey Ivanovskiy
01:04 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
This command should change @directory.xml@ and add downloaded certificates to @directory.xml@ under @/security/certif... Sergey Ivanovskiy
12:47 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey, what directory preparations are there required? I assume all Jetty web servers will be using the same alias ... Constantin Asofiei
11:40 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin, please test this command #3240-80 (#3240-95) with these additional parameters @--web-alias@ and @--server... Sergey Ivanovskiy
11:27 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> Constantin, the tool @SSLCertGenUtil@ can build now the web key store that can be used fo...
Constantin Asofiei
11:02 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
I'm OK with the changes in 3240c rev 11205.
Sergey Ivanovskiy wrote:
> Should this branch 3240c be checked with r...
Constantin Asofiei
02:43 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Should this branch 3240c be checked with regression tests on devsrv01? It seems that the changes are related to web s... Sergey Ivanovskiy
10:26 AM User Interface Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Stanislav Lomany wrote:
> > And now the BROWSE version is also fully supported, right?
> Right.
Please update th...
Greg Shah
10:12 AM User Interface Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
> And now the BROWSE version is also fully supported, right?
Right.
Stanislav Lomany
09:50 AM User Interface Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
> @FRAME:NO-AUTO-VALIDATE@ option is mentioned here and I didn't deal with it. Otherwise it can be closed.
I belie...
Greg Shah
09:53 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Stanislav Lomany wrote:
> I'm not sure.
> Ovidiu, how did you managed to create a @0 DOWN@ browse? (normally you ca...
Ovidiu Maxiniuc
09:46 AM User Interface Bug #3373: incremental scroll in non-full Browse page
I'm not sure.
Ovidiu, how did you managed to create a @0 DOWN@ browse? (normally you can't create a browse with less...
Stanislav Lomany
09:40 AM User Interface Bug #3373: incremental scroll in non-full Browse page
How much work is it to fix? Greg Shah
09:38 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Yes. Stanislav Lomany
09:36 AM User Interface Bug #3373: incremental scroll in non-full Browse page
> No, it's internal P2J error.
@recordOrShowError()@ is only for "real" 4GL errors.
Is this a P2J bug?
Greg Shah
09:01 AM User Interface Bug #3373: incremental scroll in non-full Browse page
No, it's internal P2J error. Stanislav Lomany
08:59 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Is there an error in the 4GL? Greg Shah
08:49 AM User Interface Bug #3373: incremental scroll in non-full Browse page
Let me know if I should fix it (before/after deadline?). Stanislav Lomany
08:46 AM User Interface Bug #3373: incremental scroll in non-full Browse page
That is the event which represents a programming error. The text can be changed to "Incremental scroll cannot be used... Stanislav Lomany
08:06 AM User Interface Bug #3373: incremental scroll in non-full Browse page
The call to @incrementalScroll@ is caused by an... Ovidiu Maxiniuc
09:39 AM User Interface Bug #3370: READ-ONLY attribute error in server log
I agree with the solution. Greg Shah
09:06 AM User Interface Bug #3370: READ-ONLY attribute error in server log
I investigated this issue. The root cause of this error is the fact that the @READ-ONLY@ attribute is declared in @Co... Ovidiu Maxiniuc
07:45 AM Database Bug #3372 (WIP): Unexpected usage of standalone unknown value.
Fix committed revision 11206 in 3369a. Ovidiu Maxiniuc
07:43 AM Database Bug #3372: Unexpected usage of standalone unknown value.
Eric Faulhaber wrote:
> Please put this into task branch 3296a if it does not have a home yet.
Sorry, I meant 3369a.
Eric Faulhaber
07:35 AM Database Bug #3372: Unexpected usage of standalone unknown value.
Ovidiu Maxiniuc wrote:
> I decided to skip the injection of @rtrim@ if the node is marked as @unknown@. The result w...
Eric Faulhaber

11/19/2017

05:31 PM User Interface Bug #3306: Improve intermediate state in ROW-DISPLAY trigger.
That is still an amount of unplesant work which IMO we don't need to touch until customer meets a real problem with i... Stanislav Lomany
05:19 PM User Interface Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
@FRAME:NO-AUTO-VALIDATE@ option is mentioned here and I didn't deal with it. Otherwise it can be closed. Stanislav Lomany
05:11 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
I was creating pop-up menu from a browse and met some issues:
1. As far as I understand file choose dialog (for choo...
Stanislav Lomany
07:28 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Stanislav Lomany wrote:
> We need to have the switch for enhanced browse features, so I created this container, sear...
Greg Shah

11/18/2017

06:46 PM User Interface Bug #3306: Improve intermediate state in ROW-DISPLAY trigger.
What is the status of this? Greg Shah
06:45 PM User Interface Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Can this be closed? Greg Shah
06:43 PM User Interface Feature #3275 (Closed): improve browse support
Greg Shah
06:20 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie, see 11220 - it should work, I'm sending null value for empty parameters.
Yes...
Eugenie Lyzenko
05:47 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie, see 11220 - it should work, I'm sending null value for empty parameters. Constantin Asofiei
04:39 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Yes, I missed this part - how do you want it to work? Just set that value to @null@, and...
Eugenie Lyzenko
04:29 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie Lyzenko wrote:
> Constantin,
>
> The current Java side support for optional parameters is incomplete. The...
Constantin Asofiei
12:01 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin,
The current Java side support for optional parameters is incomplete. The using @comhandle.EMPTY(new Ob...
Eugenie Lyzenko
06:44 AM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11219@.
The update adds native support for optional p...
Eugenie Lyzenko
08:02 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1699@.
The read-only property test has been added. With respectiv...
Eugenie Lyzenko

11/17/2017

06:52 PM Base Language Feature #3262: implement COM/OLE Automation support
The required change to support optional parameters for method call has been prepared for native code. The idea is bas... Eugenie Lyzenko
12:24 AM Base Language Feature #3262: implement COM/OLE Automation support
Rebased with recent trunk, new revision is @11217@.
Some implementation details. Property set for indexed case is ...
Eugenie Lyzenko
12:04 AM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11216@.
This adds support for indexed properties hand...
Eugenie Lyzenko
02:30 PM User Interface Bug #3374: NPE in ConfigManager
Ovidiu Maxiniuc wrote:
> Also, the location (@ConfigManager.java@:350) does not make sense: the @dirtyConfigs@ is in...
Ovidiu Maxiniuc
01:54 PM User Interface Bug #3374: NPE in ConfigManager
The client is reset (back to login screen) when clicking various widgets. I found this is client log:... Ovidiu Maxiniuc
01:48 PM User Interface Bug #3374 (Closed): NPE in ConfigManager
Ovidiu Maxiniuc
02:09 PM User Interface Bug #3375: Stack overflow kills the client
The client got killed (not reset). Just before that the two shown windows started blinking alternatively. This is pro... Ovidiu Maxiniuc
02:06 PM User Interface Bug #3375 (Closed): Stack overflow kills the client
Ovidiu Maxiniuc
01:43 PM User Interface Bug #3373: incremental scroll in non-full Browse page
I found the following stack trace in client log:... Ovidiu Maxiniuc
01:38 PM User Interface Bug #3373 (Closed): incremental scroll in non-full Browse page
Ovidiu Maxiniuc
01:30 PM Database Bug #3372: Unexpected usage of standalone unknown value.
After further investigations I learned that the @rtrim@ was injected after collecting @toString@ node to list of unkn... Ovidiu Maxiniuc
11:59 AM Database Bug #3372: Unexpected usage of standalone unknown value.
FWD jumps to login screen in customer application. Searched logs and found the following exception listed as the root... Ovidiu Maxiniuc
11:46 AM Database Bug #3372 (Closed): Unexpected usage of standalone unknown value.
Ovidiu Maxiniuc
11:45 AM User Interface Bug #3371 (WIP): NPE in AbstractGuiDriver in client log
Found following exception in client log:... Ovidiu Maxiniuc
11:36 AM User Interface Bug #3371 (Closed): NPE in AbstractGuiDriver in client log
Ovidiu Maxiniuc
09:40 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin, the tool @SSLCertGenUtil@ can build now the web key store that can be used for the embedded application. ... Sergey Ivanovskiy
06:28 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
3240c was rebased over 11201. Please review 11205 that fixed all issues found in the review #3240-96. Sergey Ivanovskiy

11/16/2017

03:13 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
We need to have the switch for enhanced browse features, so I created this container, searchable under @Directory.ID_... Stanislav Lomany
10:11 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Rebased task branch 3261a from P2J trunk revision 11201. Stanislav Lomany
08:09 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Created task branch 3261a from P2J trunk revision 11200. Stanislav Lomany
12:21 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
>
> Eugenie: looks like 4GL allows a construct like @comVar:comProperty(1,2,3) = someVal...
Eugenie Lyzenko
11:07 AM Base Language Feature #3262: implement COM/OLE Automation support
The parse, conversion and Java ComOleHelper API changes are in 3262b rev 11215.
Eugenie: looks like 4GL allows a c...
Constantin Asofiei
09:21 PM Base Language Feature #3262: implement COM/OLE Automation support
> What I suggest is to separate at least the indexed property usage in fwdAppl:int1DIndexedProperty(3) = intVar1. fro... Greg Shah
09:16 PM Base Language Feature #3262: implement COM/OLE Automation support
> ComParamter.EMPTY
I like this.
Greg Shah
09:09 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1698@.
Added testcases to verify indexed property feature and obj...
Eugenie Lyzenko
07:34 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
> Eugenie, for the third case in your example: that one needs to be disambiguated by the F...
Eugenie Lyzenko
09:54 AM User Interface Feature #3275 (Review): improve browse support
3275d has been merged into the trunk as bzr revision 11201. Stanislav Lomany
09:04 AM User Interface Feature #3275: improve browse support
Please merge 3275d to trunk. Greg Shah
08:55 AM User Interface Feature #3275: improve browse support
Customer POC works fine, any possible regressions are related to "interactive" browse features, I think it is OK to c... Stanislav Lomany
08:21 AM User Interface Feature #3275: improve browse support
Code Review Task Branch 3275d Revision 11203
The changes are good.
What testing do you recommend? The impact o...
Greg Shah
07:06 AM User Interface Feature #3275: improve browse support
Rebased task branch 3275d from P2J trunk revision 11200. Please review. Stanislav Lomany
09:34 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
OK, understand. Planning to do changes accordingly. Sergey Ivanovskiy
09:16 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey Ivanovskiy wrote:
> Please correct me. The @webCertificates@ must be per a server name under @/security/certi...
Constantin Asofiei
09:06 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Constantin Asofiei wrote:
> Sergey, this is a review for 3240c rev 11202:
> placing the @webCertificates@ node unde...
Sergey Ivanovskiy
08:35 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Sergey, this is a review for 3240c rev 11202:
# placing the @webCertificates@ node under the @server/default@ is not...
Constantin Asofiei
07:44 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Decided to use separate configuration @webCertificates@ because the trusted chain certificates can be easily retrieve... Sergey Ivanovskiy

11/15/2017

06:07 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin Asofiei wrote:
>...
> I think we can check this if COM_METHOD is first child of a KW_ASSIGN. How is the...
Eugenie Lyzenko
05:22 PM Base Language Feature #3262: implement COM/OLE Automation support
Eugenie, for the third case in your example: that one needs to be disambiguated by the FWD native side - i.e. check i... Constantin Asofiei
05:21 PM Base Language Feature #3262: implement COM/OLE Automation support
> I'm debugging the @4GL@ @COM@ automation indexed properties. There are a some issues while converting this feature.... Constantin Asofiei
05:14 PM Base Language Feature #3262: implement COM/OLE Automation support
Guys,
I'm debugging the @4GL@ @COM@ automation indexed properties. There are a some issues while converting this f...
Eugenie Lyzenko
04:58 PM Base Language Feature #3262: implement COM/OLE Automation support
Greg Shah wrote:
> > I think we need to change method call processing on conversion level to have converted code lik...
Constantin Asofiei
09:10 AM Base Language Feature #3262: implement COM/OLE Automation support
> I think we need to change method call processing on conversion level to have converted code like this:
>
>> call(...
Greg Shah
08:14 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1697@.
Added testcases to verify @CREATE ...@, @CREATE ... CONNEC...
Eugenie Lyzenko
07:44 PM Base Language Feature #3262: implement COM/OLE Automation support
The investigation and debugging results for today.
1. The large application has object creation modes: @CREATE "Co...
Eugenie Lyzenko
09:18 AM User Interface Feature #3291: implement SYSTEM-DIALOG-COLOR
> The same code in FWD will only update the the color table entry, followed by a synch operation with the client. Thi... Greg Shah
09:16 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
I'm OK with your directory changes. I prefer them to be in the certificates branch.
Constantin: Any objections?
...
Greg Shah
08:45 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
I changed the web certificate configuration to this one in order to support private and public certificate pairs unde... Sergey Ivanovskiy

11/14/2017

03:41 PM User Interface Feature #3291: implement SYSTEM-DIALOG-COLOR
Greg Shah wrote:
> > After the the user makes a selection, the selection will be used by widgets that are subsequent...
Ovidiu Maxiniuc
09:12 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
!LetsEncryptCerts.png! Sergey Ivanovskiy
09:05 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Planning to add this new container @webCertificates@ to the directory under @server/default@... Sergey Ivanovskiy
07:30 PM Base Language Feature #3262: implement COM/OLE Automation support
The testcases repo has been updated to revision @1696@.
Added tests to verify optional parameter mode for method c...
Eugenie Lyzenko
07:18 PM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been updated for review to revision @11212@. Rebased with recent trunk, new revision is @1121... Eugenie Lyzenko

11/13/2017

06:37 PM Base Language Feature #3262: implement COM/OLE Automation support
Other findings for today:
1. The option @BY-VARIANT-POINTER@ is never used in our large @4GL@ code.
2. The option...
Eugenie Lyzenko
06:16 PM Base Language Feature #3262: implement COM/OLE Automation support
Constantin, Greg,
I'm debugging different data input modes for COM object method call and found one issue to discu...
Eugenie Lyzenko
04:05 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
3240c is rebased over 11200 trunc. Planning to use different public and private pairs of certificates for P2J server ... Sergey Ivanovskiy
12:40 PM User Interface Feature #3332 (Closed): Add support for load offset and load size parameters of LOAD-IMAGE* metho...
Greg Shah
12:31 PM User Interface Feature #3332: Add support for load offset and load size parameters of LOAD-IMAGE* methods of BUT...
3332a passed regression tests and have been merged to trunk as revision 11200. The task branch was archived. Hynek Cihlar
12:14 PM User Interface Bug #3370: READ-ONLY attribute error in server log
We see this in a customer app. Can also be recreated in Hotel GUI as follows:
# Log in.
# Click "Check-In..." in th...
Eric Faulhaber
12:11 PM User Interface Bug #3370 (Closed): READ-ONLY attribute error in server log
Eric Faulhaber

11/12/2017

04:48 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Let me consider Hotel GUI and its certificates usages.
1) The "standard" process and P2J web server both use the s...
Sergey Ivanovskiy
06:48 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Committed rev. 11200 added certificate suite and changed accordingly. Planning to use this @CertificateSuite@ to setu... Sergey Ivanovskiy
05:14 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Link to the task #3366-82. Sergey Ivanovskiy
04:47 AM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
Created task branch 3240c to setup a key store for P2J web server and local web clients based on Let's Encrypt certif... Sergey Ivanovskiy
03:44 PM User Interface Bug #3368: dialog-box frame height is not set correctly
Constantin, can you be more specific, what is the expected result of the sample code above? I didn't find any issues ... Hynek Cihlar
11:10 AM Base Language Feature #3262: implement COM/OLE Automation support
Task branch @3262b@ has been rebased with trunk @11199@, new revision is @11211@. Eugenie Lyzenko
07:11 AM User Interface Feature #3332: Add support for load offset and load size parameters of LOAD-IMAGE* methods of BUT...
3332a rebased against latest trunk. Hynek Cihlar
 

Also available in: Atom