Project

General

Profile

Activity

From 08/04/2016 to 09/02/2016

09/02/2016

02:58 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
The first run has finished. The most of tests are failed and the most of failed tests (all I've seen) are failed at t... Vadim Gindin

09/01/2016

03:16 PM Bug #3175: a created dynamic widget is not always added to its parent's field group
This program is failed for P2J due to the dynamic buttons are not added to the field group of its parent frame.
<pre...
Sergey Ivanovskiy
09:14 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > How to process this case? Should I add @ow...
Hynek Cihlar
08:56 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > How to process this case? Should I add @owner == null && @ condition ...
Vadim Gindin
08:41 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> How to process this case? Should I add @owner == null && @ condition to the branch @else if (W...
Hynek Cihlar
08:33 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > @hasFocus()@ should probably also handle t...
Vadim Gindin
08:19 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > @hasFocus()@ should probably also handle the case when this is detach...
Hynek Cihlar
08:14 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
I've created the separate task #3176 for the bug, described in the notes 193, 195. Vadim Gindin
08:06 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Code review 2966a.
> ..
> @SubMenuGuiImpl@
> If I interpret the code correctly, @mouseEnter...
Vadim Gindin
07:38 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
> > > but there is another bug: the first item is drawn as selected right after menu is opened. mouseEntered() is cal... Greg Shah
06:42 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Code review 2966a.
The changes look good, just some minor things.
@ThinClient.waitForEvent()@
Call @wnd.getMen...
Hynek Cihlar
02:54 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Greg Shah wrote:
> > but there is another bug: the first item is drawn as selected right after menu is opened. mouse...
Vadim Gindin
08:13 AM Bug #3176: The first item in popup menu is drawn as selected right after menu is opened.
The first item in popup menu is drawn as selected right after menu is opened. GUI. After popup menu is opened no item... Vadim Gindin
08:12 AM Bug #3176 (Feedback): The first item in popup menu is drawn as selected right after menu is opened.
Vadim Gindin
09:18 PM Feature #2959: Implement search by key in browse
At this point the sort mechanics from the note 4 is implemented for the most part - it still needs some pixel-perfect... Stanislav Lomany

08/31/2016

06:56 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
> but there is another bug: the first item is drawn as selected right after menu is opened. mouseEntered() is called ... Greg Shah
06:10 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I've fixed @simple_sm.p@ test, rebased the branch, removed debugging code and missed headers a...
Vadim Gindin
11:59 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
I've fixed @simple_sm.p@ test, rebased the branch, removed debugging code and missed headers and javadoc. Current rev... Vadim Gindin

08/30/2016

01:37 PM Bug #3175: a created dynamic widget is not always added to its parent's field group
If a dynamic widget is created and the parent frame handle is assigned to it, then its parent frame doesn't update it... Sergey Ivanovskiy
01:33 PM Bug #3175 (New): a created dynamic widget is not always added to its parent's field group
Sergey Ivanovskiy

08/29/2016

02:24 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Note there are some remaining issues, (1) @Exit@ not drawing its pressed state and (2) mouse e...
Hynek Cihlar
02:23 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > As I can see too, ENTRY/LEAVE events are not supported by menu elemen...
Hynek Cihlar
01:40 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> As I can see too, ENTRY/LEAVE events are not supported by menu elements. May be @parent.nextFo...
Hynek Cihlar
01:39 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
As I can see too, ENTRY/LEAVE events are not supported by menu elements. May be @parent.nextFocus()/parent.prevFocus(... Vadim Gindin
10:47 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Greg Shah wrote:
> >
> > Can menus receive ENTRY events at all?
>
> According to 4GL doc...
Greg Shah
10:04 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Greg Shah wrote:
>
> Can menus receive ENTRY events at all?
According to 4GL doc and my tests menu elements do ...
Hynek Cihlar
09:54 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
> This focus processing is needed for some widgets to allow to revoke the ENTRY event,
It is needed for the NO-AP...
Greg Shah
08:18 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Once again. We have the following at the moment of menu item drawing:
> # WindowManager.activ...
Hynek Cihlar
07:51 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Once again. We have the following at the moment of menu item drawing:
# WindowManager.activatedWindow() is already c...
Vadim Gindin
07:47 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> It is 2 separate threads:
> [...]
> and
> [...]
> Full stacks are in attached files.
Ye...
Hynek Cihlar
07:39 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
It is 2 separate threads:... Vadim Gindin
06:07 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > I had 1 change: commented out @invokeLater()@ in @WindowManager.windo...
Vadim Gindin
05:45 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I had 1 change: commented out @invokeLater()@ in @WindowManager.windowActivated()@. When I'd r...
Hynek Cihlar
05:16 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Strange.. I still see an exception and the first item in sub-menu bod...
Vadim Gindin
05:00 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Strange.. I still see an exception and the first item in sub-menu body is not get focused when...
Hynek Cihlar
04:42 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Strange.. I still see an exception and the first item in sub-menu body is not get focused when body is opened using d... Vadim Gindin
03:29 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > When key navigation results in new sub men...
Hynek Cihlar

08/28/2016

10:17 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > When key navigation results in new sub menu body being opened, a focu...
Vadim Gindin
09:29 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> When key navigation results in new sub menu body being opened, a focus must be explicitly requ...
Vadim Gindin

08/26/2016

12:34 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
When key navigation results in new sub menu body being opened, a focus must be explicitly requested for the opened su... Hynek Cihlar
10:53 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > Hynek Cihlar wrote:
> > > > I have identi...
Hynek Cihlar
09:54 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Hynek Cihlar wrote:
> > > I have identified some problems which affe...
Vadim Gindin
09:47 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > I have identified some problems which affect the menu use case, detai...
Vadim Gindin
09:24 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> I have identified some problems which affect the menu use case, details in my next message.
...
Hynek Cihlar
09:07 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Vadim Gindin wrote:
> > @SubMenuGuiImpl.showBody()@ is called during down-arrow event process...
Hynek Cihlar
08:55 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> @SubMenuGuiImpl.showBody()@ is called during down-arrow event processing and it creates Overla...
Vadim Gindin
08:20 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
@SubMenuGuiImpl.showBody()@ is called during down-arrow event processing and it creates OverlayWindow wnd and calls @... Vadim Gindin
05:33 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek, I still see the same. WINDOW_ACTIVATED is thrown after menu-it...
Vadim Gindin
05:17 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek, I still see the same. WINDOW_ACTIVATED is thrown after menu-item drawn.
And do you s...
Hynek Cihlar
05:08 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek, I have a problem here about focusing as you noted earlier (not...
Vadim Gindin
04:14 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek, I have a problem here about focusing as you noted earlier (note 149). What happen. Afte...
Hynek Cihlar

08/25/2016

04:52 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek, I have a problem here about focusing as you noted earlier (note 149). What happen. After first ran I press ALT... Vadim Gindin
03:42 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
> > How quickly can this be done?
>
> I hope I'll finish it tomorrow
OK.
Greg Shah
03:40 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Greg Shah wrote:
> How quickly can this be done?
I hope I'll finish it tomorrow
Vadim Gindin
03:36 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
How quickly can this be done? Greg Shah
02:20 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Yes. Key navigation is not fully fixed. Vadim Gindin
11:21 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Is there anything left to work in this task? Greg Shah
11:06 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > > I'll look at it. If you have any uncommitted changes, please commit...
Vadim Gindin
06:31 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> > I'll look at it. If you have any uncommitted changes, please commit them.
>
> I've alread...
Hynek Cihlar
05:00 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek, "Smooth operator" sub-menu is now shown, but WINDOW_DEACTIVATE...
Vadim Gindin
04:58 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek, "Smooth operator" sub-menu is now shown, but WINDOW_DEACTIVATED for this sub-menu is st...
Hynek Cihlar
04:49 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > 1. I'd asked about a previous bug noted in...
Vadim Gindin

08/24/2016

07:56 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > 1. I'd asked about a previous bug noted in 140. The body of sub-menu ...
Hynek Cihlar
05:01 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> 1. I'd asked about a previous bug noted in 140. The body of sub-menu "Smooth operator" must be...
Hynek Cihlar
04:55 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > Vadim Gindin wrote:
> > > > The second me...
Vadim Gindin
03:58 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > The second menu body is still closing righ...
Hynek Cihlar
03:19 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > The second menu body is still closing right after opening..
>
> I ...
Vadim Gindin

08/23/2016

11:44 AM Feature #3174: Implement browse scrolling by "dragging" the highlighted row.
Found a new way to scroll a browse.
1. Position mouse over a row and hold the left mouse button.
2. While holding ...
Stanislav Lomany
11:14 AM Feature #3174 (New): Implement browse scrolling by "dragging" the highlighted row.
Stanislav Lomany
10:39 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> The second menu body is still closing right after opening..
I don't see this. Do you have m...
Hynek Cihlar
09:43 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek, I've checked the last test with key navigation. The second menu body is still closing right after opening.. Vadim Gindin
08:31 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> > P.S. I'd temporarily committed your changes from the note 66. Current revision (rebased and ...
Hynek Cihlar

08/22/2016

07:18 PM Feature #2959: Implement search by key in browse
Created task branch 2959a from trunk revision 11084. Stanislav Lomany
04:37 PM Bug #3136 (Closed): Unhandled exception after VIEW frame, due to frame widget not registered on t...
Greg Shah
03:59 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
The task branch 3136a is merged into the trunk as bzr revision 11084. Sergey Ivanovskiy
03:27 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
OK, please merge to trunk.
In your email notification, remember to mention that there is a single expected change ...
Greg Shah
02:55 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
For the committed revision 11092 I did the standalone GUI testing and didn't find visible bugs. Sergey Ivanovskiy
12:14 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
OK, good.
Please add this comment to the javadoc for @DEFAULT_MINIMAL_SIZE_IN_PIXELS@:
"This value seems to be ...
Greg Shah
11:27 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Checked it now. I think that @my_progress.ini@ settings has been applied correctly, for the default size=10 the progr... Sergey Ivanovskiy
11:19 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> I copied @progress.ini@ file on @windev01@
> [...]
> and changed the default font to b...
Hynek Cihlar
11:14 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I copied @progress.ini@ file on @windev01@ ... Sergey Ivanovskiy
10:26 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Code Review Task Branch 3136a Revision 11091
The changes are fine.
I do suspect that the minimum size is tied...
Greg Shah
09:32 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > I don't know how to debug further. Could y...
Hynek Cihlar
08:28 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > I don't know how to debug further. Could you help me.
>
> This sou...
Vadim Gindin

08/21/2016

06:31 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
The corresponding screen shots proved that it was a visual effect that one side was looking smaller than the other on... Sergey Ivanovskiy

08/20/2016

09:13 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Fixed the minimal size to be 18 pixels, the committed revision 11091. It seems that
> [....
Hynek Cihlar

08/19/2016

02:50 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Fixed the minimal size to be 18 pixels, the committed revision 11091. It seems that... Sergey Ivanovskiy
02:23 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Thank you, I will check it. Sergey Ivanovskiy
02:23 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Please review the committed revision committed revision 11090. Sergey Ivanovskiy
02:19 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Sergey Ivanovskiy wrote:
> > It seems that P2J works with the following example incorrec...
Hynek Cihlar
02:05 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> It seems that P2J works with the following example incorrectly. It squeezes the frame siz...
Sergey Ivanovskiy
09:19 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Pushed up to revision 11089. Sergey Ivanovskiy
09:05 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Planning to rebase. Sergey Ivanovskiy
08:58 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
It seems that P2J works with the following example incorrectly. It squeezes the frame size to the size of the contain... Sergey Ivanovskiy
07:27 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I have checked this program on winddev01... Sergey Ivanovskiy

08/18/2016

04:34 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> No, I have checked only how Progress 4GL displays empty frames.
IMHO size assignment b...
Hynek Cihlar
04:31 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I will check and compare these examples and their variations on windev01 with P2J later. Sergey Ivanovskiy
04:24 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
3136a is rebased to the current revision 11088. No, I have checked only how Progress 4GL displays empty frames. Sergey Ivanovskiy
04:16 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Thank you for these examples. Committed revision 11087 uses @setOuterSize@ instead of @se...
Hynek Cihlar
04:02 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Thank you for these examples. Committed revision 11087 uses @setOuterSize@ instead of @setWidth@ and @setHeight@. It ... Sergey Ivanovskiy
12:11 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, agree, please review the committed revision 11086. I moved ...
Hynek Cihlar
12:06 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Yes, agree, please review the committed revision 11086. I moved this code to @Frame.reali...
Hynek Cihlar
11:24 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Yes, agree, please review the committed revision 11086. I moved this code to @Frame.realizeFrame@ overridden method. ... Sergey Ivanovskiy
10:50 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Committed revision 11085 adds a ...
Hynek Cihlar
10:46 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Committed revision 11085 adds a safety fix to set the default si...
Sergey Ivanovskiy
10:42 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I mean that my changes don't influence the terminal client and CHUI client that these clients work already properly i... Sergey Ivanovskiy
10:35 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> Terminal P2J client doesn't display empty frames.
Please explain what you mean by this. Is there some exception...
Greg Shah
10:30 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Ok, thank you. Sergey Ivanovskiy
08:53 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> What is the event that happens when the frame has been realized?. Do you have a simple ex...
Hynek Cihlar
08:45 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Committed revision 11085 adds a safety fix to set the default si...
Sergey Ivanovskiy
08:35 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Committed revision 11085 adds a safety fix to set the default size only if the certain co...
Hynek Cihlar
07:56 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Committed revision 11085 adds a safety fix to set the default size only if the certain condition holds... Sergey Ivanovskiy
07:38 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Please review the rebased revision 11084 that fixes an empty frame look and feel according to Progress 4GL GUI look a... Sergey Ivanovskiy
01:46 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Greg Shah wrote:
> > but their look and feels are different.
>
> OK, please fix this.
>
> Also, please post wh...
Sergey Ivanovskiy
01:14 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
To test if frames would be placed correctly the default pixel width and height were set by changing the corresponding... Sergey Ivanovskiy
12:30 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I don't know how to debug further. Could you help me.
This sounds like the problem we've ha...
Hynek Cihlar
09:42 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > I've haste with that answer a little. Ther...
Vadim Gindin
12:10 PM Feature #2959: Implement search by key in browse
In this case the shading color is constant. BTW, I didn't notice that it is also true for raised 3D headers, so I sho... Stanislav Lomany
10:42 AM Feature #2959: Implement search by key in browse
> Although these cases look similar I haven't seen another case with the inner top-left shadow with width 1px less th... Greg Shah
08:18 AM Feature #2959: Implement search by key in browse
Although these cases look similar I haven't seen another case with the inner top-left shadow with width 1px less than... Stanislav Lomany
02:19 AM Feature #2959: Implement search by key in browse
Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > > Do you know if there are any other elements which should be drawn u...
Vadim Gindin
10:44 AM Feature #2676: implement the equivalent to configurable support for a windows theme
See #2676-15 (actually read all notes from 6 through 15) to see a potential hidden dependency in our drawing on color... Greg Shah

08/17/2016

05:33 PM Feature #2959: Implement search by key in browse
Greg Shah wrote:
> > Do you know if there are any other elements which should be drawn using not-raised 3D rect?
> ...
Eugenie Lyzenko
03:20 PM Feature #2959: Implement search by key in browse
> Do you know if there are any other elements which should be drawn using not-raised 3D rect?
Vadim/Hynek/Eugenie:...
Greg Shah
02:49 PM Feature #2959: Implement search by key in browse
Do you know if there are any other elements which should be drawn using not-raised 3D rect? Stanislav Lomany
02:41 PM Feature #2959: Implement search by key in browse
> Note that the pressed column header is some kind of rectangle with top-left shadow. We don't have this P2J so I've ... Greg Shah
01:47 PM Feature #2959: Implement search by key in browse
Note that the pressed column header is some kind of rectangle with top-left shadow. We don't have this P2J so I've re... Stanislav Lomany
11:22 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> I think that the frames layout is sensitive to the frames sequence definition received by...
Sergey Ivanovskiy
11:03 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I think that the frames layout is sensitive to the frames sequence definition received by the client. It seems that t... Sergey Ivanovskiy
10:57 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
This question appears due to the layout issues if my understanding is correct. For an example this program... Sergey Ivanovskiy
10:32 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Is it correct that frames are pushed to the client in a sequence that is in a reverse order to their appearances in t... Sergey Ivanovskiy
05:53 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > I've haste with that answer a little. There is some confusion with th...
Vadim Gindin
04:07 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I've haste with that answer a little. There is some confusion with that flag.
Yes, there se...
Hynek Cihlar

08/16/2016

06:45 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> but their look and feels are different.
OK, please fix this.
Also, please post what the P2J result is for bot...
Greg Shah
05:25 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Committed revision 11081 added comments and a history entry. Sergey Ivanovskiy
05:22 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
This testcase ... Sergey Ivanovskiy
04:32 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
After some emails to discuss the test results, runtime testing is deemed to have passed.
The code in 3136a needs ...
Greg Shah
03:08 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Also, please don't post MAJIC-specific details in this task which is visible to all customers. Greg Shah
03:07 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
These CTRL-C 3-way failures commonly happen on devsrv01. Ignore them. Greg Shah
03:05 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
The first part, "Ctrl-C" test suite, is that... Sergey Ivanovskiy
02:32 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Thank you, I don't notice it at the first run. Sergey Ivanovskiy
02:04 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Did you read the "Interpreting the Results" section of that document? Greg Shah
01:49 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I tried to come through these tests @run_regression.sh runtime-regression -Dmajic-built=true@ for 3136a branch, but t... Sergey Ivanovskiy
09:53 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> Found this one <variable name="frameShr" init="'Shared'" />.
This is something that can be used in @frame_scopi...
Greg Shah
09:42 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Found this one <variable name="frameShr" init="'Shared'" />. Sergey Ivanovskiy
09:40 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
No, I only looked at the java converted file. These code changes don't distinguish these cases. Is there some attribu... Sergey Ivanovskiy
09:22 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> Don't know the changes are bad or good (correct)?
Did you look at @util/labadj.p.cache@?
It has these referen...
Greg Shah
06:08 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Sergey Ivanovskiy wrote:
> Planning to test MAJIC conversion against the committed revision 11080(3136a).
Regressio...
Sergey Ivanovskiy
01:22 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > I don't understand. "pressed" state transf...
Vadim Gindin
12:50 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > I don't understand. "pressed" state transferring makes sense only for...
Vadim Gindin
12:28 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I don't understand. "pressed" state transferring makes sense only for MENUBAR..
To make sur...
Hynek Cihlar
11:51 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > I've committed changes (WindowGuiImpl, SwingMouseHandler). Please rev...
Vadim Gindin
07:45 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> I've committed changes (WindowGuiImpl, SwingMouseHandler). Please review. It works, I'm not su...
Hynek Cihlar
04:10 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > But we must also track clicks outside of the P2J window, that also mu...
Vadim Gindin

08/15/2016

04:33 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Planning to test MAJIC conversion against the committed revision 11080(3136a).... Sergey Ivanovskiy
03:02 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Created a task branch, 3136a. I am trying to find some hints from the original commit.... Sergey Ivanovskiy
01:37 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I don't know for sure. I suspect that it may have been some "safety" code that was put in there because at some poin... Greg Shah
01:19 PM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Greg, Hynek, do you know why the scope node is removed if the referred frame has no widgets. The source rule is annot... Sergey Ivanovskiy
11:35 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> XML Rules --XSLT--> Java/Kotlin/Scala ---> Debug.
:)
Our plan (to be implemented sometime next year) is to im...
Greg Shah
10:36 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Greg Shah wrote:
> I manually wrote that as documentation. There is no tool or setting to generate that.
XML Rul...
Hynek Cihlar
10:24 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
I manually wrote that as documentation. There is no tool or setting to generate that. Greg Shah
10:12 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Thank you, now I can proceed independently. This part of @com/goldencode/p2j/pattern/package.html@... Sergey Ivanovskiy
10:08 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> now I am using simply @<action>printfln("DEBUG: get_named_frame %s, cnt = %s, scope= %s", name, cnt, scope)</action... Greg Shah
10:05 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
> It would be helpful to log all applied and processed rules for this small program like it was described by @com/gol... Greg Shah
09:59 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
It would be helpful to log all applied and processed rules for this small program like it was described by @com/golde... Sergey Ivanovskiy
09:53 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
Greg Shah wrote:
> The problem is that the @VIEW frame@ is not being treated properly in @annotations/frame_scoping....
Sergey Ivanovskiy
09:49 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
The problem is that the @VIEW frame@ is not being treated properly in @annotations/frame_scoping.rules@ where we crea... Greg Shah
01:38 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
But these AST's are generated finally by CB phase, these nodes have been added ... Sergey Ivanovskiy
01:19 AM Bug #3136: Unhandled exception after VIEW frame, due to frame widget not registered on the client
If one of these commented lines is used, then the conversion driver generates @openScope()@ for the target frame and ... Sergey Ivanovskiy
09:44 AM Feature #2959: Implement search by key in browse
> should I implement SORT-ASCENDING and SORT-NUMBER attributes for displaying sorting direction and sort-level number... Greg Shah
07:49 AM Feature #2959: Implement search by key in browse
Greg, should I implement SORT-ASCENDING and SORT-NUMBER attributes for displaying sorting direction and sort-level nu... Stanislav Lomany
07:23 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> But we must also track clicks outside of the P2J window, that also must lead to flag reset.
...
Hynek Cihlar
07:10 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > or when focus is moved to a widget not belonging to the menu.
>
> ...
Vadim Gindin
03:26 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> or when focus is moved to a widget not belonging to the menu.
This is a bit tricky. I think...
Hynek Cihlar
03:09 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> # The first one is the scenario, described in the note 117. The mouse pointer is moved from bo...
Hynek Cihlar
12:55 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > P.S.
> > There are also posting FOCUS_GAINED and events in mouseExit...
Vadim Gindin

08/12/2016

10:00 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> P.S.
> There are also posting FOCUS_GAINED and events in mouseExited methods, so I can't full...
Hynek Cihlar
09:32 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > Vadim Gindin wrote:
> > > > #In mouseEnte...
Vadim Gindin
07:33 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > #In mouseEntered we don't know the widget ...
Hynek Cihlar
06:57 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > #In mouseEntered we don't know the widget we came from. It is also ca...
Vadim Gindin
06:30 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> #In mouseEntered we don't know the widget we came from. It is also cannot be solved using focu...
Hynek Cihlar
06:15 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
#In mouseEntered we don't know the widget we came from. It is also cannot be solved using focusing, because not all w... Vadim Gindin
06:06 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Vadim Gindin wrote:
> > Greg Shah wrote:
> > > Vadim Gindin wrote:
> > > > The only one bug...
Hynek Cihlar
05:50 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> Greg Shah wrote:
> > Vadim Gindin wrote:
> > > The only one bug is remained: transferring "p...
Vadim Gindin

08/11/2016

06:02 PM Bug #3163: 4GL quirk: browse becomes unusable when an incompatible query is assigned
In 4GL functionality that allows to assign another browsed query with other buffers doesn't work for dynamic browses ... Stanislav Lomany
09:54 AM Bug #3167: The modal windows appearence issues in the case of the virtual desktop has two device ...
The virtual desktop's screen is formed by two rectangles with a common side and the primary device screen resolution ... Sergey Ivanovskiy
09:46 AM Bug #3167 (New): The modal windows appearence issues in the case of the virtual desktop has two d...
Sergey Ivanovskiy
08:26 AM Bug #3136 (WIP): Unhandled exception after VIEW frame, due to frame widget not registered on the ...
Hynek will provide guidance as needed. Greg Shah

08/10/2016

03:12 PM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Greg Shah wrote:
> Vadim Gindin wrote:
> > The only one bug is remained: transferring "pressed" state to neighbour ...
Vadim Gindin
10:21 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Vadim Gindin wrote:
> The only one bug is remained: transferring "pressed" state to neighbour in the menubar.
Can...
Greg Shah
01:31 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
The only one bug is remained: transferring "pressed" state to neighbour in the menubar. Vadim Gindin

08/09/2016

11:03 AM Bug #2966: NullPointerException is raised when RMB is clicked to show popup menu
Please document your findings and the plan to resolve the issues. This needs to be closed soon. Greg Shah
04:53 AM Bug #3163: 4GL quirk: browse becomes unusable when an incompatible query is assigned
In 4GL you can re-assign a query which has different kind of DMO classes or even different number of buffers. In most... Stanislav Lomany
04:46 AM Bug #3163 (New): 4GL quirk: browse becomes unusable when an incompatible query is assigned
Stanislav Lomany

08/05/2016

07:39 AM Bug #2365: ThinClient.trigger() and ThinClient.validate() must send the screen-buffer for all fra...
3051d was merged to trunk as rev 11077. Greg Shah
 

Also available in: Atom