Project

General

Profile

Activity

From 10/29/2015 to 11/27/2015

11/28/2015

09:27 PM Bug #2749: widget keeps drawing with focus highlight when a different from gets selected
The investigation results. The frames inside test properly receive the gaining/loosing focus. This is the painting is... Eugenie Lyzenko

11/27/2015

06:59 PM Bug #2887: web client flashing/drawing artifacts
it fixes the wait cursor issue. Also it passes simple tests. Sergey Ivanovskiy
06:51 PM Bug #2887: web client flashing/drawing artifacts
Greg, please review this diff. It passes 454 testcase for the customer. The changes are to assign p2j.socket.js a fun... Sergey Ivanovskiy
06:20 PM Bug #2887: web client flashing/drawing artifacts
The issue is to smooth flashing effects. The proposed solution creates the off screen canvas and the window canvas. C... Sergey Ivanovskiy
05:09 PM Bug #2887 (Closed): web client flashing/drawing artifacts
Greg Shah
02:53 PM Bug #2849: implement and/or fix the default popup menus for all widgets
I've checked again @FillIn@ and @Editor@ widgets. It behave in the following way (when right mouse button is clicked)... Vadim Gindin
02:24 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
There are the following issues:
# CHUI. Dynamic attach/detach menubar (MENUBAR layout problems). It correlates with ...
Vadim Gindin
02:08 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Are there any issues mentioned in this task which are not yet fixed AND which are not part of some other open task? Greg Shah
01:29 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Committed with revno 10978. Vadim Gindin
01:06 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Go ahead and check these into 2677b. Greg Shah
12:04 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Here is the current changes diff (base on revision 10976 of the branch 2677b). Changes solve 3 bugs, described in the... Vadim Gindin
02:20 PM Bug #2851 (WIP): the default-window retains its active titlebar even when it is no longer the foc...
Greg Shah
02:18 PM Bug #2749: widget keeps drawing with focus highlight when a different from gets selected
Sorry, wrong task. Greg Shah
02:17 PM Bug #2749 (WIP): widget keeps drawing with focus highlight when a different from gets selected
Greg Shah
02:10 PM Bug #2854 (Closed): scrollbar buttons don't draw the pressed state
Greg Shah
01:16 PM Bug #2854: scrollbar buttons don't draw the pressed state
The @evl_upd20151125a.diff@ has been committed in @2677b@ as @10977@. Eugenie Lyzenko
01:06 PM Bug #2854: scrollbar buttons don't draw the pressed state
Go ahead and check these into 2677b. Greg Shah
09:21 AM Bug #2854: scrollbar buttons don't draw the pressed state
We know there are some regressions in the GUI testcases for 2677b. Let's see how significant these are before we dec... Greg Shah
01:56 PM Bug #2886: missing pause when an invalid program name is input in ask-gui.p
Please see #2778-96 for details. Greg Shah
01:55 PM Bug #2886 (New): missing pause when an invalid program name is input in ask-gui.p
Greg Shah
01:52 PM Bug #2779 (Closed): ./demo/calc-static-chars.p has the vertical scrollbar and its buttons layout ...
As of task branch 2677b revision 10976 this no longer occurs. I'm not sure which update resolved it but we have made... Greg Shah
01:46 PM Bug #2828: alert-box button text is vertically positioned too low in the web client as compared w...
This same issue can be seen in the frame title for the web client (the text is positioned to the right and lower than... Greg Shah
09:22 AM Bug #2809: implement missing behaviour related to HIDDEN attribute
Greg Shah wrote:
> Is there more work still needed for WINDOW:HIDDEN and DIALOG-BOX:HIDDEN?
Yes, I haven't tested y...
Constantin Asofiei
09:20 AM Bug #2809: implement missing behaviour related to HIDDEN attribute
Is there more work still needed for WINDOW:HIDDEN and DIALOG-BOX:HIDDEN? Greg Shah
07:01 AM Bug #2809: implement missing behaviour related to HIDDEN attribute
2677b rev 10975 fixes implicit window show, when is targeted by a frame; the UI statements showing the window are the... Constantin Asofiei
06:53 AM Bug #2861 (Closed): fix widget z-order inside frame, when focus is switching - there are differen...
Agreed, this is done. Greg Shah

11/26/2015

06:08 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Rebased task branch 2565a from P2J trunk rev 10954. The latest revision is now 10957. Igor Skornyakov
04:58 PM Bug #2851: the default-window retains its active titlebar even when it is no longer the focused w...
After recent rebase for @2677b@ the test @frame-z-order/zw1.p@ stops working. The windows are all hidden now. Eugenie Lyzenko
10:07 PM Bug #2851: the default-window retains its active titlebar even when it is no longer the focused w...
This is some intermediate results for review. I've uploaded as zip instead of diffing because fix is in progress and ... Eugenie Lyzenko
03:34 PM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
>
> The threading issue is resolved.
>
> Just one thing for futur...
Eugenie Lyzenko
03:25 PM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> This is the updated diff for review.
The threading issue is resolved.
Just one thing ...
Hynek Cihlar
03:11 PM Bug #2854: scrollbar buttons don't draw the pressed state
This is the updated diff for review. Eugenie Lyzenko
02:36 PM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Btw., the same problem is in @ScrollBarGuiImpl.mousePressed()@. @EventManager.postEvent()@ mus...
Eugenie Lyzenko
12:13 PM Bug #2854: scrollbar buttons don't draw the pressed state
Btw., the same problem is in @ScrollBarGuiImpl.mousePressed()@. @EventManager.postEvent()@ must be replaced with @Thi... Hynek Cihlar
11:08 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Eugenie Lyzenko wrote:
> >
> > You have to use @ThinClient.post...
Hynek Cihlar
09:37 AM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
>
> You have to use @ThinClient.postOSEvent()@ so that the event man...
Eugenie Lyzenko
08:43 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> >Do you mean the scroll bar is not redrawn? Is the scroll event properly processed, is the ...
Hynek Cihlar
08:08 AM Bug #2854: scrollbar buttons don't draw the pressed state
>Do you mean the scroll bar is not redrawn? Is the scroll event properly processed, is the scroll bar state updated?
...
Eugenie Lyzenko
03:43 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Eugenie Lyzenko wrote:
> >
> > Very well.
> >
> > We also n...
Hynek Cihlar
03:34 AM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
>
> Very well.
>
> We also need to get rid of the @ThinClient.ev...
Eugenie Lyzenko
02:46 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> >
> > No. During the time you are scrolling, the application is st...
Hynek Cihlar
02:14 PM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
Second run has only a common failure: GSO 17's gso_17.sum report has an extra row... I'm inclined to assume is a fals... Constantin Asofiei
09:36 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
Runtime testing passed with only false negatives (I assume). I'm running main part again to confirm. Constantin Asofiei
03:08 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
2677b rev 10968 fixes the regression in note 7. Runtime testing is in progress again. Constantin Asofiei
03:06 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
The changes exposed an existing issue in @Frame.drawDownFrame@: @frameScroll.minimumSize@ reports incorrect height; i... Constantin Asofiei
03:47 AM Bug #2849: implement and/or fix the default popup menus for all widgets
Vadim Gindin wrote:
> ..
> There are possible 3 variants:
> # Leave the current change, that add right mouse butt...
Vadim Gindin
03:39 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Yesterday, I've fixed CHUI bug with menubar:
> Another bug for CHUI: Focused element of MENUBAR must be drawn as Col...
Vadim Gindin

11/25/2015

06:06 PM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
>
> No. During the time you are scrolling, the application is still processing input.
>
> ...
Eugenie Lyzenko
05:07 PM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Eugenie Lyzenko wrote:
> >
> > I don't agree. Other events are ...
Hynek Cihlar
05:01 PM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
>
> I don't agree. Other events are processed when the mouse button ...
Eugenie Lyzenko
04:54 PM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> The auto scroll should work only when mouse is down. We need to react immediately. And this...
Hynek Cihlar
04:19 PM Bug #2854: scrollbar buttons don't draw the pressed state
>You've made the ScrollBarGuiButton.mouseInputExecutor static ... I don't think you wanted to remain so, as you added... Eugenie Lyzenko
12:22 PM Bug #2854: scrollbar buttons don't draw the pressed state
Greg Shah wrote:
> Code Review evl_upd20151125a.diff
>
> I'm OK with the changes.
>
> Hynek/Constantin: do you have...
Hynek Cihlar
12:07 PM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > Eugenie: please resolve items 2 and 3 from Constantin's feedback.
> ...
Constantin Asofiei
11:59 AM Bug #2854: scrollbar buttons don't draw the pressed state
Code Review evl_upd20151125a.diff
I'm OK with the changes.
Hynek/Constantin: do you have any remaining concerns?
Greg Shah
09:23 AM Bug #2854: scrollbar buttons don't draw the pressed state
>Btw., why is the extra thread needed? Can't we just redraw the button back up on a mouse button released event?
N...
Eugenie Lyzenko
09:17 AM Bug #2854: scrollbar buttons don't draw the pressed state
Greg Shah wrote:
> Eugenie: please resolve items 2 and 3 from Constantin's feedback.
>
Done with evl_upd2015112...
Eugenie Lyzenko
09:13 AM Bug #2854: scrollbar buttons don't draw the pressed state
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > This is implementation for auto-scroll mode as reaction to press a...
Hynek Cihlar
09:04 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie Lyzenko wrote:
> This is implementation for auto-scroll mode as reaction to press and hold the mouse on scro...
Hynek Cihlar
08:43 AM Bug #2854: scrollbar buttons don't draw the pressed state
Eugenie: please resolve items 2 and 3 from Constantin's feedback.
I'll add a task for the web client flashing issue.
Greg Shah
08:22 AM Bug #2854: scrollbar buttons don't draw the pressed state
Greg Shah wrote:
> Code Review evl_upd20151124d.diff
>
> My primary concern is whether the new approach has any n...
Constantin Asofiei
07:32 AM Bug #2854: scrollbar buttons don't draw the pressed state
Code Review evl_upd20151124d.diff
My primary concern is whether the new approach has any negative ramifications fo...
Greg Shah
09:45 PM Bug #2854: scrollbar buttons don't draw the pressed state
This is implementation for auto-scroll mode as reaction to press and hold the mouse on scrollbar button. Eugenie Lyzenko
08:09 PM Bug #2854: scrollbar buttons don't draw the pressed state
This is the change for review to note #2 resolution.
I have found another deviation with @4GL@. When press and hol...
Eugenie Lyzenko
04:50 PM Bug #2851: the default-window retains its active titlebar even when it is no longer the focused w...
We have serious issue with @window@ activation here. Especially when there are many windows in addition to the main w... Eugenie Lyzenko
01:08 PM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
Code Review Task Branch 2677b Revision 10966
The changes are good. The resulting code is much cleaner. Hopefully...
Greg Shah
12:53 PM Bug #2861 (Review): fix widget z-order inside frame, when focus is switching - there are differen...
2677b rev 10966 contains a fix for this and #2878.
I'm starting runtime testing with this revision.
Constantin Asofiei
10:47 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
No, adding a clipping rectangle with only the widget's visible part will not work - as the visible part may not be a ... Constantin Asofiei
05:55 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
The issues in @nested_frames.p@ are not exactly z-order related. The problem is with explicit widget drawing, when t... Constantin Asofiei
04:20 AM Bug #2861 (WIP): fix widget z-order inside frame, when focus is switching - there are differences...
Constantin Asofiei
11:52 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Here is the latest diff on merged branch. Vadim Gindin
10:23 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Vadim Gindin wrote:
> Talking about ability to draw menu with opened sub-menus exceeding window sizes, is there a se...
Hynek Cihlar
09:50 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
OK, I understand.
I have collected changes for 2-3 tasks and I would want to commit some of them, that are approve...
Vadim Gindin
03:18 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Greg Shah wrote:
> > In that case w.isVisible()==false and therefore super.currentFocus() will be called. Isn't it?
...
Hynek Cihlar
09:44 AM Bug #2879: selecting item from the list by mouse in SELECTION-LIST widget is broken
To recreate use any @SELECTION-LIST@ widget test like @selection_list/sel_list_test10.p@ and try to click on some ite... Eugenie Lyzenko
09:41 AM Bug #2879 (New): selecting item from the list by mouse in SELECTION-LIST widget is broken
Eugenie Lyzenko
08:42 AM Feature #1798 (Closed): implement full frame family support (parent-child relationships between f...
Well done! Greg Shah
08:39 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Constantin Asofiei wrote:
> 2677b rev 10960 fixes another regression (looks like is last one). runtime testing is in...
Constantin Asofiei
03:47 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
2677b rev 10960 fixes another regression (looks like is last one). runtime testing is in progress. Constantin Asofiei
07:55 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
The approach based on the EditableWidget should be re-designed for a number of reasons:
1. The mouse cursor shape fo...
Igor Skornyakov

11/24/2015

06:28 PM Bug #2854: scrollbar buttons don't draw the pressed state
The point #2 is still under resolution. Be ready later today. Eugenie Lyzenko
06:15 PM Bug #2854: scrollbar buttons don't draw the pressed state
The changes for review to fix. We need to use @repaint()@ for pressing state. In drop-down based combo-box the specia... Eugenie Lyzenko
04:40 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
> In that case w.isVisible()==false and therefore super.currentFocus() will be called. Isn't it?
Yes, you're proba...
Greg Shah
03:01 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Greg Shah wrote:
> > It is just a such behaviour: while popup menu is opened, tab order isn't working and navigation...
Vadim Gindin
02:42 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
> It is just a such behaviour: while popup menu is opened, tab order isn't working and navigation is available only i... Greg Shah
02:35 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Greg Shah wrote:
> Code Review 1124.diff
>
> My only question is regarding the addition of the @Window.currentFoc...
Vadim Gindin
02:10 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Code Review 1124.diff
My only question is regarding the addition of the @Window.currentFocus()@ code. This seems ...
Greg Shah
12:18 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
All 3 points in this task are fixed. See attached diff. I've separated issues from other tasks. Vadim Gindin
08:58 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
1. Separate out the changes for toggle-box/right mouse issues.
2. Fix the rest based on the code reviews.
Greg Shah
08:54 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
So should I fix it now or postpone that? Vadim Gindin
07:29 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Beside what Greg noted:
* in ChUI, message area, status area, frames (and menubar) are all attached to the same pare...
Constantin Asofiei
07:18 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Code Review 1123.diff
1. I don't think it is a good idea to require that the status line and message line implemen...
Greg Shah
02:12 PM Bug #2836 (Closed): wrong number of inner lines in COMBO-BOX
Greg Shah
02:03 PM Bug #2836: wrong number of inner lines in COMBO-BOX
Greg Shah wrote:
> Code Review evl_upd20151124a.zip
>
> I'm fine with the change. You can check it into branch 2...
Eugenie Lyzenko
01:38 PM Bug #2836: wrong number of inner lines in COMBO-BOX
Code Review evl_upd20151124a.zip
I'm fine with the change. You can check it into branch 2677b.
Greg Shah
01:30 PM Bug #2836: wrong number of inner lines in COMBO-BOX
This is the fix for issue. @ComboBoxWidget.finishSetup()@ recalculates the @INNER-LINES@ value after explicitly set. ... Eugenie Lyzenko
02:11 PM Bug #2859 (Closed): combo-box layout obscures the 3D border
Greg Shah
01:52 PM Bug #2859: combo-box layout obscures the 3D border
The fix for issue from @evl_upd20151123b.zip@ has been commited in @2677b@ as revision @10956@. Eugenie Lyzenko
01:33 PM Bug #2859: combo-box layout obscures the 3D border
The changes will be checked in with #2816 (see note 10). Greg Shah
11:46 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> The attached diff improves drawing of FILL-IN border. It utilizes the @Keep3DFillinBorder@ env...
Hynek Cihlar
11:21 AM Feature #1801: add some frame options
Please note that the diff attached with note 314 was also posted to #2876 as it also contains fixes related to #2876,... Hynek Cihlar
11:14 AM Feature #1801: add some frame options
The attached diff improves drawing of FILL-IN border. It utilizes the @Keep3DFillinBorder@ environment variable, when... Hynek Cihlar
10:03 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Constantin Asofiei wrote:
> > Yes, @DIALOG@ window should only host one frame. There is an abstract method @TopLevelW...
Hynek Cihlar
09:39 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Greg Shah wrote:
> What else is left to do for this task (besides regression testing)?
I can't think of anything el...
Constantin Asofiei
09:39 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek Cihlar wrote:
> > > Similar issue as above in @UiUtils.g...
Constantin Asofiei
09:23 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Similar issue as above in @UiUtils.getFramesAbove()@. In case o...
Hynek Cihlar
09:14 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Hynek Cihlar wrote:
> Similar issue as above in @UiUtils.getFramesAbove()@. In case of a @DIALOG@ the method will co...
Constantin Asofiei
08:52 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
What else is left to do for this task (besides regression testing)? Greg Shah
08:47 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > 2677b rev 10953 contains second phase of frame family support (...
Constantin Asofiei
08:43 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Greg Shah wrote:
> Code Review Task Branch 2677b Revision 10954
>
> My only question is about the safety of @boun...
Constantin Asofiei
07:45 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Code Review Task Branch 2677b Revision 10954
My only question is about the safety of @bounds.intersects(outer)@ in...
Greg Shah
07:36 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
Constantin Asofiei wrote:
> 2677b rev 10953 contains second phase of frame family support (plus some other fixes). P...
Hynek Cihlar
06:47 AM Feature #1798: implement full frame family support (parent-child relationships between frames)
2677b rev 10954 fixes a bug in @isRootFrame()@. main part is in progress. Constantin Asofiei

11/23/2015

03:46 PM Feature #1798: implement full frame family support (parent-child relationships between frames)
2677b rev 10953 contains second phase of frame family support (plus some other fixes). Please review.
Runtime test...
Constantin Asofiei
01:56 PM Bug #2849: implement and/or fix the default popup menus for all widgets
Greg Shah wrote:
> > but displays blinked cursor later when pop-up menu will be closed
>
> Vadim, have you teste...
Vadim Gindin
11:37 AM Bug #2849: implement and/or fix the default popup menus for all widgets
> but displays blinked cursor later when pop-up menu will be closed
Vadim, have you tested without a popup menu r...
Greg Shah
11:33 AM Bug #2849: implement and/or fix the default popup menus for all widgets
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > Hynek Cihlar wrote:
> > > Greg Shah wrote:
> > > > I'm OK with the ...
Vadim Gindin
06:01 AM Bug #2849: implement and/or fix the default popup menus for all widgets
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Greg Shah wrote:
> > > I'm OK with the changes.
> > >
> > > Hynek...
Hynek Cihlar
03:09 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Constantin. You were absolutely right about the reason. I've added @isVisible@ check for MENUBAR to @WindowLayout@ an... Vadim Gindin

11/22/2015

07:54 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Constantin Asofiei wrote:
> Vadim, in which branch are you working this?
bracnh 2677a, revno 11067.

> Also, p...
Vadim Gindin
04:22 AM Bug #2849: implement and/or fix the default popup menus for all widgets
Hynek Cihlar wrote:
> Greg Shah wrote:
> > I'm OK with the changes.
> >
> > Hynek/Constantin: any concerns with the ...
Vadim Gindin

11/21/2015

05:14 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated Igor Skornyakov

11/20/2015

06:53 PM Bug #2859: combo-box layout obscures the 3D border
This is the fix for issue. The several small GUI fixes to improve @combo-box@ painting. Also the simple mode may need... Eugenie Lyzenko
02:52 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> @BROWSE@ widget support with @VIEW-AS TOGGLE-BOX@ and @VIEW-AS COMBO-BOX@ options is incorrect - the converted code... Greg Shah
01:52 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
@BROWSE@ widget support with @VIEW-AS TOGGLE-BOX@ and @VIEW-AS COMBO-BOX@ options is incorrect - the converted code d... Igor Skornyakov
02:51 PM Feature #2628: Non-fill-in column support in browse.
In regard to cursor support for those contained widgets, please see #2565-60. Greg Shah
02:37 PM Bug #2849: implement and/or fix the default popup menus for all widgets
Greg Shah wrote:
> I'm OK with the changes.
>
> Hynek/Constantin: any concerns with the @ThinClient@ change?
V...
Hynek Cihlar
02:30 PM Bug #2849: implement and/or fix the default popup menus for all widgets
I'm OK with the changes.
Hynek/Constantin: any concerns with the @ThinClient@ change?
Vadim: Even if everyone i...
Greg Shah
02:36 AM Bug #2849: implement and/or fix the default popup menus for all widgets
Here the diff, including small sub-menu fix. Vadim Gindin
09:59 AM Bug #2834 (Closed): GUI combo-box multiple drop-downs can be shown
Update evl_upd20151119a.zip (for both #2833 and #2834) committed to 2677a as revision 11071. Greg Shah
04:02 AM Bug #2834: GUI combo-box multiple drop-downs can be shown
Greg Shah wrote:
> Code Review evl_upd20151118b.zip
>
> (Originally posted to #2831 by accident)
>
> I am fine...
Constantin Asofiei
09:58 AM Bug #2833 (Closed): GUI combo-box navigation keys don't work as expected
Greg Shah
09:41 AM Bug #2833: GUI combo-box navigation keys don't work as expected
Greg Shah wrote:
> Code Review evl_upd20151119a.zip
>
> I'm good with the changes. Please update the copyright d...
Eugenie Lyzenko
09:07 AM Bug #2833: GUI combo-box navigation keys don't work as expected
Code Review evl_upd20151119a.zip
I'm good with the changes. Please update the copyright date in @Key.java@ and ch...
Greg Shah
08:04 PM Bug #2833: GUI combo-box navigation keys don't work as expected
All 3 issues are fixed in this update. For number 1 @HOME@/@END@ key processing is also fixed. It also includes the @... Eugenie Lyzenko
09:57 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Vadim, I think I know why you are seeing the top light-gray space. Menu-bar gets attached to window (and window is r... Constantin Asofiei
09:44 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Vadim, in which branch are you working this?
Also, please remind me, have you managed to address the sub-menu body...
Constantin Asofiei
09:57 AM Bug #2867: investigate PUT SCREEN problems in ChUI on both linux and windows
A useful clarification from Constantin:
> When I made the initial change to @UiUtils.hideFrames@, they were not to...
Greg Shah
09:28 AM Bug #2867: investigate PUT SCREEN problems in ChUI on both linux and windows
Use the @testcases/uast/frame_hiding_clears_put_screen_run.p@ and check for any differences between P2J and 4GL, with... Constantin Asofiei
09:24 AM Bug #2867 (New): investigate PUT SCREEN problems in ChUI on both linux and windows
Constantin Asofiei
05:21 AM Bug #2861: fix widget z-order inside frame, when focus is switching - there are differences betwe...
When focus is switching between overlapped widgets inside the same frame (these widgets may be a nested frame, too), ... Constantin Asofiei
05:20 AM Bug #2861 (Closed): fix widget z-order inside frame, when focus is switching - there are differen...
Constantin Asofiei

11/19/2015

05:58 PM Bug #2831 (Closed): Pressing ENTER key on the combo box breaks the window layout.
Greg Shah
05:53 PM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
Greg Shah wrote:
> Please check in the @ComboBoxGuiImpl@ change from @evl_upd20151118c.zip@. We will wait on the @S...
Eugenie Lyzenko
05:30 PM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
Please check in the @ComboBoxGuiImpl@ change from @evl_upd20151118c.zip@. We will wait on the @ScrollableSelectionLi... Greg Shah
05:25 PM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
Code Review evl_upd20151118c.zip
I am fine with the change to @ComboBoxGuiImpl@.
Greg Shah
05:26 PM Bug #2834: GUI combo-box multiple drop-downs can be shown
Code Review evl_upd20151118b.zip
(Originally posted to #2831 by accident)
I am fine with the change. My only c...
Greg Shah
04:32 PM Bug #2778 (Closed): ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah
04:30 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Yes, it seems that the other issues are fixed for restart. Sergey Ivanovskiy
04:27 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Code Review Task Branch 2677a Revision 11065
The changes are good. I closed #2860 since you have resolved this.
...
Greg Shah
03:23 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review the committed revision 11065 that added the trust certificate checking. Sergey Ivanovskiy
02:40 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
OK. Greg Shah
02:21 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> Agreed. Go ahead with your changes (you can check them in to 2677a).
>
> We will work the rest in #2860.
Greg,...
Sergey Ivanovskiy
02:15 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Agreed. Go ahead with your changes (you can check them in to 2677a).
We will work the rest in #2860.
Greg Shah
12:42 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
We can use now this insecure solution and after the trust certificates support will be fixed, we will eliminate it. Sergey Ivanovskiy
12:27 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> Our current client truststore approach in the @TransportSecurity@ constructor doesn't allow us to provide an in-mem... Sergey Ivanovskiy
11:49 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> Found that after the client has established the regular session with the server it has ZeroActionTrustManager(X509T... Greg Shah
10:14 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, I have no ideas except this one to check if we provide a trust key store for the web client in the bootstrap co... Sergey Ivanovskiy
12:14 PM Bug #2849: implement and/or fix the default popup menus for all widgets
Please post a diff text file (use something like @bzr diff -cREVISION > proposed_change.txt@) that shows your propose... Greg Shah
10:53 AM Bug #2859: combo-box layout obscures the 3D border
The problem is with the size and possibly position of the drop-down button. Its bottom and right edge cover the widge... Hynek Cihlar
10:13 AM Bug #2859: combo-box layout obscures the 3D border
Hynek: please document the details.
This is a latent problem with the combo-box that was exposed when THREE-D supp...
Greg Shah
10:12 AM Bug #2859 (Closed): combo-box layout obscures the 3D border
Greg Shah
10:03 AM Bug #2850: menu/simple_sm.p drawing issues in Swing client
I'm trying to understand how the "menubar's" rectangle get into screen clippings, that are drawn in @BorderedPanelGui... Vadim Gindin
09:19 AM Bug #2858: implement support for animated mouse cursors
Greg Shah wrote:
> Does the metadata in the @.ani@ file include the timing or interval used for the animation?
Ye...
Igor Skornyakov
09:17 AM Bug #2858: implement support for animated mouse cursors
Does the metadata in the @.ani@ file include the timing or interval used for the animation? Greg Shah
09:16 AM Bug #2858: implement support for animated mouse cursors
For some other details please see #2565-57.
This must work for both Swing GUI and javascript GUI. For that to hap...
Greg Shah
09:08 AM Bug #2858: implement support for animated mouse cursors
Moving this task to be separate from #2565. Greg Shah
05:53 AM Bug #2858: implement support for animated mouse cursors
Progress supports animated custom mouse cursors defined via .ani files (see http://www.gdgsoft.com/anituner/help/anif... Igor Skornyakov
05:33 AM Bug #2858 (New): implement support for animated mouse cursors
Igor Skornyakov

11/18/2015

05:46 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Greg Shah wrote:
> 3. At the start of the test the warning "Run-time error ... (3269)" is shown and no menubar is di...
Vadim Gindin
05:36 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Here are the images
# Fonts compare !fonts_compare.png! of PROGRESS, P2J SWING, P2J WEB. There is an other font for ...
Vadim Gindin
05:37 PM Bug #2857: font differences for toggle box and menu
Here are the images
# Fonts compare !fonts_compare.png! of PROGRESS, P2J SWING, P2J WEB. There is an other font for ...
Vadim Gindin
05:18 PM Bug #2857: font differences for toggle box and menu
# Label position in toggle-box is different: higher than usual. It probably depends on font difference.
# (Menu) Labe...
Vadim Gindin
05:18 PM Bug #2857 (Closed): font differences for toggle box and menu
Vadim Gindin
05:07 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Found that after the client has established the regular session with the server it has ZeroActionTrustManager(X509Tru... Sergey Ivanovskiy
04:36 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> I'm nervous about this, because it disables security that I thought we already had (the ability to validate the ser... Sergey Ivanovskiy
02:44 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> but there exist the temporary user accounts used to create session by programmatic authentication (com/goldencode/p... Greg Shah
01:02 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
It is exactly what we can find if do googling http://www.rgagnon.com/javadetails/java-fix-certificate-problem-in-HTTP... Sergey Ivanovskiy
01:00 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I have found a solution to come back to my first investigation #98. The following code fixes the restart issue
<pre...
Sergey Ivanovskiy
12:36 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> > Please help to find the documentation how to setup client-server session correctly.
>
> A good ...
Sergey Ivanovskiy
04:25 PM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
The root cause is the improper handling for @ENTER@ key in @GUI@ mode for combo-box. Even if the @SESSION:DATA-ENTRY-... Eugenie Lyzenko
02:52 PM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
Confirmed as issue for Swing client too. Eugenie Lyzenko
02:39 PM Bug #2834: GUI combo-box multiple drop-downs can be shown
The issue investigation has been performed. The original event processing logic need to be restored inside @Scrollabl... Eugenie Lyzenko
10:44 AM Bug #2849: implement and/or fix the default popup menus for all widgets
It seems, right click/press event on some widget (TOGGLE-BOX, FILL-IN or all other) does not raise ENTRY event and do... Vadim Gindin
07:16 PM Bug #2856: GUI SELECTION-LIST of 1 item doesn't select the item on key down
In GUI SELECTION-LIST having one item key down should make the item current. Also check the behavior of other key com... Hynek Cihlar
07:14 PM Bug #2856 (New): GUI SELECTION-LIST of 1 item doesn't select the item on key down
Hynek Cihlar
07:13 PM Bug #2855: GUI SELECTION-LIST changes current list item on cursor key up instead of down
When navigating the items in GUI SELECTION-LIST the current item must be changed when cursor keys (and others like pa... Hynek Cihlar
07:11 PM Bug #2855 (New): GUI SELECTION-LIST changes current list item on cursor key up instead of down
Hynek Cihlar

11/17/2015

05:56 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> Please help to find the documentation how to setup client-server session correctly.
A good summary can be found ...
Greg Shah
03:27 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Committed revision 11056 is checked for ask-gui.p Sergey Ivanovskiy
03:07 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Ok, can do it quickly. Sergey Ivanovskiy
03:02 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> Greg, please review the changes according to #89. The default implementation @isRealized(...
Greg Shah
02:18 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please look at the log produced during the web login process... Sergey Ivanovskiy
01:20 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Please help to find the documentation how to setup client-server session correctly. I don't know the security bootstr... Sergey Ivanovskiy
01:06 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
The configuration that is used to restore the client session is... Sergey Ivanovskiy
01:57 PM Feature #1801: add some frame options
>> or try to understand what is wrong with the test?
>
> No. I'm going to ask some customer 4GL developers to see i...
Greg Shah
12:13 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Have you looked inside the twelve monkeys library that we already use to see if it supports readi...
Igor Skornyakov
11:58 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> I'm working now on the animated cursor support base on the sample code from http://www.informit.com/articles/articl... Greg Shah
09:16 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I'm working now on the animated cursor support base on the sample code from http://www.informit.com/articles/article.... Igor Skornyakov

11/16/2015

03:38 PM Bug #2854: scrollbar buttons don't draw the pressed state
There is another problem with GUI button pressed state and possibly related. When button is pressed in ALERT-BOX (and... Hynek Cihlar
03:28 PM Bug #2854: scrollbar buttons don't draw the pressed state
In the Swing client, @./combo_box/combo_box9_1.p@ can be used to see the problem. This is only a button drawing issu... Greg Shah
03:27 PM Bug #2854 (Closed): scrollbar buttons don't draw the pressed state
Greg Shah
02:27 PM Bug #2853: layout is wrong in ./image/image10_1.p
Using @./image/image10_1.p@ in Swing the layout differs from Progress.
Progress:
!image_10_1.p_in_progress_2015...
Greg Shah
02:26 PM Bug #2853 (New): layout is wrong in ./image/image10_1.p
Greg Shah
02:19 PM Bug #2852: missing status text and active titlebar color during editing
Using @./window_parenting/waitfor_2wnd.p@ in a Swing client using branch 2677a rev 11052, you can see two problems:
...
Greg Shah
02:16 PM Bug #2852 (New): missing status text and active titlebar color during editing
Greg Shah
02:11 PM Bug #2851: the default-window retains its active titlebar even when it is no longer the focused w...
Use @frame-z-order/zw1.p@ to recreate. Select any window that is not the "P2J GUI Client" and you will see that "P2J... Greg Shah
02:10 PM Bug #2851 (Closed): the default-window retains its active titlebar even when it is no longer the ...
Greg Shah
02:00 PM Bug #2850: menu/simple_sm.p drawing issues in Swing client
Using @./menu/simple_sm.p@ in the Swing client, Vadim reported:
1. After I press on some menu-item in the on of su...
Greg Shah
01:59 PM Bug #2850 (Closed): menu/simple_sm.p drawing issues in Swing client
Greg Shah
01:57 PM Bug #2849: implement and/or fix the default popup menus for all widgets
Using @./toggle_box/gui/tbx_present.p@, Vadim Gindin reported:
"Right mouse button press is fully ignored in PROGR...
Greg Shah
01:56 PM Bug #2849 (Closed): implement and/or fix the default popup menus for all widgets
Greg Shah
12:46 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> In the web client at step 7, we are no longer connected to the client's Jetty. We are put back to...
Sergey Ivanovskiy
12:32 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Based on testing in rev 11052, even the Swing client is acting improperly. The Swing client seems to flash the error... Greg Shah
10:40 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review the changes according to #89. The default implementation @isRealized()@ returns @config() != null... Sergey Ivanovskiy
09:27 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> What does it mean for a particular widget to be realized or not and is it different from boolean isDisplayed() of W... Greg Shah
09:05 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > > After testing @ask-gui.p@ in the web client, it dies as ...
Greg Shah
06:29 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> > An improvement would be to have isRealized() method which would forward to config().realized fo...
Sergey Ivanovskiy
06:00 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> > After testing @ask-gui.p@ in the web client, it dies as soon as the UPDATE exits. The ...
Constantin Asofiei
05:58 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> After testing @ask-gui.p@ in the web client, it dies as soon as the UPDATE exits. The Swing client works fine. In... Sergey Ivanovskiy
12:34 PM Bug #2848: right side border of fillin is missing
This can be recreated using @demo/calc-static-pixels.p@. The result fill-in at the top has its right side border cli... Greg Shah
12:33 PM Bug #2848 (New): right side border of fillin is missing
Greg Shah
11:13 AM Bug #2844: flat status area in web client
Two interesting findings:
1. If you watch carefully, you can see that when the window is first displayed, the sta...
Greg Shah

11/15/2015

05:43 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
HTTP(s) URLs as the @LOAD-MOUSE-POINTER@ arguments and @PROPATH@ entries have been tested.
Section 27 has been upda...
Igor Skornyakov

11/14/2015

09:39 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> An improvement would be to have isRealized() method which would forward to config().realized for widgets with valid... Greg Shah
09:38 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> BTW, the condition !window.config().realized || !window.isVisible() is interesting. Is it even possible for the win... Greg Shah
08:58 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> > 1. Is this allowed by the customer's security policy?
>
> Yes.
>
> > 2. Is it worth to do...
Igor Skornyakov
08:57 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> Can start design and implementation.
Please do.
> A more thorough analysis of Q1h and http(s) - based URLs ca...
Greg Shah
08:56 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> 1. Is this allowed by the customer's security policy?
Yes.
> 2. Is it worth to do at all?
Yes, go ahead an...
Greg Shah
04:47 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated.
All questions are answered. Can start design and implementation.
A more thorough a...
Igor Skornyakov
02:42 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I've realised that it is possible to test https(s) - based @PROPATH@ and @LOAD-MOUSE-POINTER()@ on @windev01@. I can ... Igor Skornyakov

11/13/2015

05:09 PM Bug #2847: Potential issues in GUI frame layout realized in non-default window
GUI frame layout depends on its parent window. The parent window may be different during @frame.openScope()@ and when... Hynek Cihlar
04:58 PM Bug #2847 (New): Potential issues in GUI frame layout realized in non-default window
Hynek Cihlar
04:27 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated. Igor Skornyakov
03:05 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> No, you did not misunderstand me. Generally, I want the full set of requirements to be known up ...
Igor Skornyakov
03:00 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
No, you did not misunderstand me. Generally, I want the full set of requirements to be known up front so I did want ... Greg Shah
02:58 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Don't worry about testing this right now. As I mentioned in note 29, we aren't going to support ...
Igor Skornyakov
02:56 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Don't worry about testing this right now. As I mentioned in note 29, we aren't going to support it right now. So I ... Greg Shah
02:37 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I've configured HTTP server on my local machine and tryied to configure cursor image via URL: @http://188.244.40.33/B... Igor Skornyakov
11:39 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Before we determine this, I'd like to know the list of cursors which have no counterpart.
I th...
Igor Skornyakov
11:26 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> Regarding the predefined mouse cursors which curently do not have counterparts. Should I create them myself or can ... Greg Shah
11:23 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Please add a question 1h: How is the cursor hotspot determined when loading an @.ico@ as a pointe...
Igor Skornyakov
11:22 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Regarding the predefined mouse cursors which curently do not have counterparts. Should I create them myself or can fi... Igor Skornyakov
11:00 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Please add a question 1h: How is the cursor hotspot determined when loading an @.ico@ as a pointer?
The @.cur@ and...
Greg Shah
10:49 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated. Igor Skornyakov
10:12 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated. Igor Skornyakov
08:21 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 26 has been updated. Igor Skornyakov
08:02 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
In WIN32, the default way to load a cursor is with a @.cur@ or @.ani@ file. However, based on this:
https://msdn....
Greg Shah
07:52 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> The @PROPATH@ can be changed for a single process. It is most often set as an environment variab...
Igor Skornyakov
07:50 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Igor Skornyakov wrote:
> What is the right way to test @PROPATH@ - related features?
>
> Even if I have sufficien...
Greg Shah
05:35 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated. Igor Skornyakov
05:09 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
What is the right way to test @PROPATH@ - related features?
Even if I have sufficient rights on @windev01@ to chan...
Igor Skornyakov
03:26 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
After testing @ask-gui.p@ in the web client, it dies as soon as the UPDATE exits. The Swing client works fine. In t... Greg Shah
03:01 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Hynek Cihlar wrote:
> Greg Shah wrote:
> > Yes, @ask-gui.p@ is working properly now.
> >
> > However, I would li...
Hynek Cihlar
02:33 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Yes, @ask-gui.p@ is working properly now.
>
> However, I would like Constantin or Hynek to com...
Hynek Cihlar
02:20 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Yes, @ask-gui.p@ is working properly now.
However, I would like Constantin or Hynek to comment on rev 11050. The ...
Greg Shah
01:35 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Now for the swing client ask-gui.p displays "Try another program?" but if we give ask-gui.p as an input program this ... Sergey Ivanovskiy
01:11 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Decided to commit revision 11050 because @config()@ hasn't been implemented for @FrameWindowGuiImpl@. Sergey Ivanovskiy
12:57 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Hynek, Constantin please help what implementation of... Sergey Ivanovskiy
12:52 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Debugging the code @WindowGuiImpl.tinyInput@ found that again we fall down to ... Sergey Ivanovskiy
12:27 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Checked the swing client the ask-gui.p window appears but the modal dialog "Try another program?" doesn't appear. It ... Sergey Ivanovskiy
12:07 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
The fix for the problem in note 71/72 is in 2677a rev 11049 Constantin Asofiei
10:36 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Constantin Asofiei wrote:
> OK. The reason why @ask-gui.p@ fails is because currently in GUI the @UPDATE@, @SET@ an...
Sergey Ivanovskiy
10:31 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
OK. The reason why @ask-gui.p@ fails is because currently in GUI the @UPDATE@, @SET@ and @PROMPT-FOR@ don't set the ... Constantin Asofiei
10:17 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> Should the default window become visible if it is realized?
> [...]
No. DEFAULT-WINDOW...
Constantin Asofiei
10:15 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Should the default window become visible if it is realized?... Sergey Ivanovskiy
10:03 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
line 9431 the variable @allFramesVisible@ is false and we are in @ThinClient.enable@ in @ThinClient.viewWorker(...)@ ... Sergey Ivanovskiy
09:52 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I probably should have opened a new issue. The problem I'm referring to is in the web client. It is similar to the ... Greg Shah
09:42 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
The current version 11048 I used to test has the visibility window issue, the swing client window for ask-gui.p doesn... Sergey Ivanovskiy
08:36 AM Bug #2778 (WIP): ./ask-gui.p fails if "Program name" is filled with a misspelled program name
This has been regressed at some point in branch 2677a. The original problem is back. Greg Shah
09:21 AM Bug #2845: rounded rectangle corner drawing
In the web client, the rounded rectangles are drawn using JS canvas @quadraticCurveTo()@. This has two potential pro... Greg Shah
09:16 AM Bug #2845 (New): rounded rectangle corner drawing
Greg Shah
09:12 AM Bug #2844: flat status area in web client
Most of the time, the status area draws without the inset effect in the text portion. When the tinyInput() modal win... Greg Shah
09:10 AM Bug #2844 (Closed): flat status area in web client
Greg Shah
08:33 AM Feature #1811: implement the AJAX client driver
I haven't checked if this link is still relevant in today's browsers, but it does document a cross-browser approach t... Greg Shah
04:51 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> Aside from the obvious of unsupported slider I had some abends related to widget focusing. I d...
Igor Skornyakov
04:48 AM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Hynek Cihlar wrote:
> > I only ran portion of the scripts, there were multiple runtime err...
Hynek Cihlar
04:43 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> I only ran portion of the scripts, there were multiple runtime errors. As a quick workaround I...
Igor Skornyakov

11/12/2015

04:58 PM Feature #1801: add some frame options
Greg Shah wrote:
> Code Review Task Branch 2677a Revision 11045
>
> The changes look good.
>
> Did you try Igo...
Hynek Cihlar
04:16 PM Feature #1801: add some frame options
Code Review Task Branch 2677a Revision 11045
The changes look good.
Did you try Igor's 3D testcases? Is everyt...
Greg Shah
04:03 PM Feature #1801: add some frame options
Hynek Cihlar wrote:
> Task branch 2677a revision 11045 add runtime support for THREE-D.
There are some known issu...
Hynek Cihlar
03:48 PM Feature #1801: add some frame options
Task branch 2677a revision 11045 add runtime support for THREE-D. Hynek Cihlar
04:39 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Greg Shah wrote:
> Go ahead.
Committed to 2677a rev 11047.
Constantin Asofiei
04:38 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Go ahead. Greg Shah
04:34 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
I have the changes from issue 11 ready - they are safe, and can be committed now. Constantin Asofiei
02:32 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Greg Shah wrote:
> 3. In @GenericFrame.makeFrameEnable()@, the conditional code protected by @if (!frame.config.hid...
Constantin Asofiei
02:27 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Code Review Task Branch 2677a Revision 11041
This seems like a good step forward. I did make some minor header an...
Greg Shah
01:30 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
With 2677a rev 11041, @testcases/uast/hidden/hidden_attribute_run.p@ executes OK for all statements. Please review.
...
Constantin Asofiei
02:09 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
# All my attempts to fix the following bug (after I made proposed changes): !intersection.png! ends with nothing at t... Vadim Gindin
01:36 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated.
Tests committed to @uast/mouse@ revno 1428.
Igor Skornyakov
01:05 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Sections 26 and 27 have been updated. Igor Skornyakov
11:11 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> Valid URL protocols include HTTP and HTTPS.
When implementing, do not worry about this feature. We don't suppor...
Greg Shah
10:49 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Section 27 has been updated. Igor Skornyakov
10:16 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
ANSWERS:
*Q1a*. @LOAD-MOUSE-POINTER@ specifies the mouse pointer to display when the pointer is moved over the widge...
Igor Skornyakov
10:04 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
QUESTIONS:
1. Check the following statements from the Progress documentation:
1a. @LOAD-MOUSE-POINTER@ specifies the...
Igor Skornyakov
08:50 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> May be it is better just to add an update note? This will guarantee that all watchers will be notified and automati... Greg Shah
08:34 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Yes. The first note is just questions. The second note with the answers and other findings, sho...
Igor Skornyakov
08:29 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> 1. Do I understand correctly that there should be two notes: one with question and another one with answers and oth... Greg Shah
08:14 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Hopefully, you get the idea. Create questions to prove or disprove each part of the documentatio...
Igor Skornyakov
08:08 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I have two concerns.
1. You are mixing questions and answers together in a way that makes it hard to see the list ...
Greg Shah
07:59 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
1. @LOAD-MOUSE-POINTER@ removes trailing spaces for predefined cursor shapes (the @MOUSE-POINTER@ value doesn't conta... Igor Skornyakov
07:53 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> I am asking you to work this way, because we have found that it is the most effective way to do t...
Igor Skornyakov
07:50 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
It is expected that as you go, you will find other questions that were not considered up front. Likewise, you see th... Greg Shah
07:41 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> Please comply with this request *before* you write all your testcases. In other words, I expect ...
Igor Skornyakov
07:33 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> Please make a list of those "assertions" and post it here. I see several other questions that they do not address:... Greg Shah
06:27 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Indeed. With FreeRDP I can see the effect! So the problem was with Remmina. Igor Skornyakov
06:25 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Constantin Asofiei wrote:
> Igor Skornyakov wrote:
> Please check also how @LOAD-MOUSE-POINTER()@ treats leading or...
Igor Skornyakov
06:20 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Igor Skornyakov wrote:
> > RECTANGLE/COMPILER-WAIT/APPSTARTING work with BUTTON/FILL-IN but RECTANGLE is a no-op (th...
Constantin Asofiei
06:16 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Constantin Asofiei wrote:
> Please check all widgets for this implicit value. Also, @LOAD-MOUSE-POINTER@ needs to...
Igor Skornyakov
06:07 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Igor Skornyakov wrote:
> I see something strange with @LOAD-MOUSE-POINTER()@ method on @windev01@ (see attached prog...
Constantin Asofiei
05:36 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I see something strange with @LOAD-MOUSE-POINTER()@ method on @windev01@ (see attached program):
1. Initial value of...
Igor Skornyakov

11/11/2015

04:44 PM Feature #2564: implement GUI BROWSE widget
Yes, it seems the fundamental problem is that when we introduced Java annotations to the DMO implementation classes, ... Eric Faulhaber
04:22 PM Feature #2564: implement GUI BROWSE widget
Related to Eric & Stanislav discussion on notes 214-220:
I created some testcases based on Stanislav's hints.
The...
Ovidiu Maxiniuc
02:04 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> > For the JS side, the current usage of p2j.screen.setCursorStyle I think is becoming obsolete - ...
Constantin Asofiei
02:00 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> For the JS side, the current usage of p2j.screen.setCursorStyle I think is becoming obsolete - for the editable wid... Greg Shah
01:58 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> For custom cases, it will refer to the cursor by the image name (this needs testing if it requires only the image n... Greg Shah
01:57 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Constantin Asofiei wrote:
> Igor, about current "editable" support: please check what @MOUSE-POINTER@ attribute retu...
Igor Skornyakov
01:48 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> So the backing code for @LOAD-MOUSE-POINTER()@ would either reference a predefined @CursorType@ o...
Constantin Asofiei
01:10 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Greg Shah wrote:
> I hope I've made things clear.
Yes, thank you very much.
Igor Skornyakov
12:49 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
> As far I as can see at this moment p2j supports a pre-defined set of mouse cursor shapes.
Yes. So far we have p...
Greg Shah
10:28 AM Feature #2565: implement runtime support for the SET-WAIT-STATE method
I have some questions regarding mouse cursor support in p2j.
As far I as can see at this moment p2j supports a pre-d...
Igor Skornyakov
01:48 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Greg Shah wrote:
> Does the change in 2677a rev 11033 to @WindowWidget@ have any implications in ChUI?
No.
Constantin Asofiei
01:43 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Does the change in 2677a rev 11033 to @WindowWidget@ have any implications in ChUI? Greg Shah
12:09 PM Feature #2566: implement LOAD-MOUSE-POINTER method
For details on the work in this task, please see #2565 where all the work is being done. Do not post other informati... Greg Shah
08:40 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Constantin, thank you for help! Just one question. How about @BorderedPanelGuiImpl@? I recall that mentioned erroneou... Vadim Gindin
05:07 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
I think we need to modify @width()@ and @height()@ to report only the sub-menus "title" area; after this, override @r... Constantin Asofiei
04:19 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Vadim Gindin wrote:
> Constantin Asofiei wrote:
> > OK, the issue in note 17 is related to repaint calls for the su...
Constantin Asofiei
02:43 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Constantin Asofiei wrote:
> OK, the issue in note 17 is related to repaint calls for the sub-menu. Currently, you a...
Vadim Gindin
07:08 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> Igor, please make sure the content of uast/3d is compilable by P2J, thanks.
Sorry Hynek. It...
Igor Skornyakov
06:19 AM Feature #1801: add some frame options
Igor, please make sure the content of uast/3d is compilable by P2J, thanks. Hynek Cihlar

11/10/2015

04:25 PM Feature #2565: implement runtime support for the SET-WAIT-STATE method
Created task branch 2565a from the trunk revno 10951. Igor Skornyakov
02:19 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Vadim Gindin wrote:
> Constantin Asofiei wrote:
> > Vadim Gindin wrote:
> > > Once again, it is not a configuratio...
Constantin Asofiei
01:43 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > Once again, it is not a configuration/build problem, because @s...
Vadim Gindin
08:57 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
OK, the issue in note 17 is related to repaint calls for the sub-menu. Currently, you are posting a PaintEvent with ... Constantin Asofiei
08:32 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Vadim Gindin wrote:
> Once again, it is not a configuration/build problem, because @simple_sm.p@, for example, works...
Constantin Asofiei
08:17 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Vadim Gindin wrote:
> Once again, it is not a configuration/build problem, because @simple_sm.p@, for example, works...
Constantin Asofiei
08:16 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Once again, it is not a configuration/build problem, because @simple_sm.p@, for example, works as usual. Drawing happ... Vadim Gindin
06:09 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
It seems that all drawing is happen, but after that window is closed without any pauses or messages. Procedure @/uast... Vadim Gindin
12:45 PM Feature #1801: add some frame options
Greg Shah wrote:
> It looks to me like there are significant differences there. I assume you are documenting them f...
Igor Skornyakov
12:35 PM Feature #1801: add some frame options
Greg Shah wrote:
> During my rebase of 2677a, I have found that you merged the wrong version of 2038a. You have mer...
Igor Skornyakov
12:23 PM Feature #1801: add some frame options
During my rebase of 2677a, I have found that you merged the wrong version of 2038a. You have merged 2038a revision 1... Greg Shah
12:19 PM Feature #1801: add some frame options
It looks to me like there are significant differences there. I assume you are documenting them fully, here. Greg Shah
12:17 PM Feature #1801: add some frame options
Checked 3D L&F w/o @ENABLE FRAME@. Igor Skornyakov
11:56 AM Feature #1801: add some frame options
Greg Shah wrote:
> Igor Skornyakov wrote:
> > Greg Shah wrote:
> > > 1. Please add fillin and text widgets that ha...
Igor Skornyakov
11:46 AM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Greg Shah wrote:
> > 1. Please add fillin and text widgets that have the default bgcolor t...
Greg Shah
11:03 AM Feature #1801: add some frame options
The 3D border looks like following:
The "normal" border is duplicated - shifted by one pixel up and left (or down an...
Igor Skornyakov
10:00 AM Feature #1801: add some frame options
Greg Shah wrote:
> 5. You have not reported anything yet for @SESSION:THREE-D@. Make sure you are using @SYSTEM-DIA...
Igor Skornyakov
09:30 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> Igor can you also check, whether there are any size differences between 3D and non-3D mode? I ...
Igor Skornyakov
09:24 AM Feature #1801: add some frame options
Igor can you also check, whether there are any size differences between 3D and non-3D mode? I am particularly keen ab... Hynek Cihlar
09:21 AM Feature #1801: add some frame options
Greg Shah wrote:
> 3. Make sure you look at the drop-down for a combo-box to see if there are any differences.
I do...
Igor Skornyakov
09:14 AM Feature #1801: add some frame options
Greg Shah wrote:
> 1. Please add fillin and text widgets that have the default bgcolor to your frame. In the custom...
Igor Skornyakov
08:59 AM Feature #1801: add some frame options
Greg Shah wrote:
> It is important to make sure that when you set @SESSION:THREE-D@, that it has no effect on the re...
Igor Skornyakov
08:58 AM Feature #1801: add some frame options
> However I do not understand what you mean saying "test your other window cases". Please clarify.
It is important...
Greg Shah
08:55 AM Feature #1801: add some frame options
Greg Shah wrote:
> 1. Please add fillin and text widgets that have the default bgcolor to your frame. In the custom...
Igor Skornyakov
08:51 AM Feature #1801: add some frame options
1. Please add fillin and text widgets that have the default bgcolor to your frame. In the customer application, it s... Greg Shah
08:48 AM Feature #1801: add some frame options
Hynek Cihlar wrote:
> The border seems to differ for fill-in and editor. The difference is in the border being drawn...
Igor Skornyakov
08:42 AM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Added 3D tests for multiple widgets per frame, dialog-box and window (revno 1420).
>
> 1...
Hynek Cihlar
08:25 AM Feature #1801: add some frame options
Added 3D tests for multiple widgets per frame, dialog-box and window (revno 1420).
1. I see no difference between ...
Igor Skornyakov
10:31 AM Bug #2835 (Closed): Abend when ChUI combo-box drop-down activated
Greg Shah
09:41 AM Bug #2835: Abend when ChUI combo-box drop-down activated
Hynek Cihlar wrote:
> Greg Shah wrote:
> > This issue is in the trunk?
>
> No, this a regression caused by my ch...
Hynek Cihlar
07:09 AM Bug #2835: Abend when ChUI combo-box drop-down activated
Greg Shah wrote:
> This issue is in the trunk?
No, this a regression caused by my changes in 2677a rev 11021. Bes...
Hynek Cihlar
05:15 AM Bug #2835: Abend when ChUI combo-box drop-down activated
This issue is in the trunk? Greg Shah
08:23 PM Bug #2835: Abend when ChUI combo-box drop-down activated
The following program abends when drop-down activated by down key. See the exception call-stack below.... Hynek Cihlar
08:21 PM Bug #2835 (Closed): Abend when ChUI combo-box drop-down activated
Hynek Cihlar
07:37 AM Bug #2795: scoped variables/tables/etc and persistent procedures
Greg Shah wrote:
> Did you put the final changes in for this one? Can this be closed?
No, haven't got the chance t...
Constantin Asofiei
05:12 AM Bug #2795: scoped variables/tables/etc and persistent procedures
Did you put the final changes in for this one? Can this be closed? Greg Shah
05:29 AM Bug #2837: GUI combo-box drop-down needs to be able to draw outside of it's containing top-level ...
Greg Shah wrote:
> This will probably also have to be used for menus, popup menus and tooltips. I guess all off the...
Hynek Cihlar
05:24 AM Bug #2837: GUI combo-box drop-down needs to be able to draw outside of it's containing top-level ...
This issue seems related to #2816, since the size of the combo-box drop-down will be affected by the font/line height... Greg Shah
09:44 PM Bug #2837: GUI combo-box drop-down needs to be able to draw outside of it's containing top-level ...
4GL:
!Drop-down_4GL.png!
P2J:
!Drop-down_P2J.png!
Hynek Cihlar
09:38 PM Bug #2837 (Closed): GUI combo-box drop-down needs to be able to draw outside of it's containing t...
Hynek Cihlar
05:28 AM Bug #2836: wrong number of inner lines in COMBO-BOX
Greg Shah wrote:
> Is this in GUI, ChUI or both?
Both.
>
> This issue is in the trunk?
Yes.
Hynek Cihlar
05:18 AM Bug #2836: wrong number of inner lines in COMBO-BOX
Is this in GUI, ChUI or both?
This issue is in the trunk?
Greg Shah
09:22 PM Bug #2836: wrong number of inner lines in COMBO-BOX
The following program doesn't show the correct number of entries in combo-box drop-down.... Hynek Cihlar
09:21 PM Bug #2836 (Closed): wrong number of inner lines in COMBO-BOX
Hynek Cihlar
05:21 AM Bug #2834: GUI combo-box multiple drop-downs can be shown
Greg Shah wrote:
> This issue is in the trunk?
Yes.
Hynek Cihlar
05:15 AM Bug #2834: GUI combo-box multiple drop-downs can be shown
This issue is in the trunk? Greg Shah
08:08 PM Bug #2834: GUI combo-box multiple drop-downs can be shown
Steps to recreate:
Activate drop-down in one combo-box. When drop-down visible click on a the drop-down button of a ...
Hynek Cihlar
08:06 PM Bug #2834 (Closed): GUI combo-box multiple drop-downs can be shown
Hynek Cihlar
05:20 AM Bug #2833: GUI combo-box navigation keys don't work as expected
Greg Shah wrote:
> This only occurs in GUI?
Yes.
>
> This issue is in the trunk?
Yes.
Hynek Cihlar
05:14 AM Bug #2833: GUI combo-box navigation keys don't work as expected
This only occurs in GUI?
This issue is in the trunk?
Greg Shah
08:01 PM Bug #2833: GUI combo-box navigation keys don't work as expected
# Arrow and PgUp/PgDn keys don't work/redraw the combo-box when drop-down not visible.
# Left/right keys don't work...
Hynek Cihlar
07:48 PM Bug #2833 (Closed): GUI combo-box navigation keys don't work as expected
Hynek Cihlar
07:41 PM Bug #2832: GUI combo-box simple mode is broken
@DROP-DOWN@ mode is affected in the same way. In @DROP-DOWN@ mode the fill-in entry field is used the same way as in ... Hynek Cihlar
07:40 PM Bug #2832: GUI combo-box simple mode is broken
In SIMPLE mode @ComboBoxGuiImpl@ creates multiple sibling widgets (a @FillIn@ entry field and a selection list) on th... Hynek Cihlar
07:38 PM Bug #2832 (Closed): GUI combo-box simple mode is broken
Hynek Cihlar

11/09/2015

06:12 PM Feature #1801: add some frame options
Greg Shah wrote:
> Please archive 2038a.
This is done already.
Igor Skornyakov
06:11 PM Feature #1801: add some frame options
Greg Shah wrote:
> Actually, I had requested you merge into 2677a, not the trunk. In the future, please take more c...
Igor Skornyakov
06:10 PM Feature #1801: add some frame options
Please archive 2038a. Greg Shah
06:09 PM Feature #1801: add some frame options
Actually, I had requested you merge into 2677a, not the trunk. In the future, please take more care with my instruct... Greg Shah
06:08 PM Feature #1801: add some frame options
The task branch has been merged to the trunk revno 10951 Igor Skornyakov
05:54 PM Feature #1801: add some frame options
Greg Shah wrote:
> Please DO NOT investigate this issue. I sent an email a few weeks ago explaining that we have a ...
Igor Skornyakov
05:50 PM Feature #1801: add some frame options
Please DO NOT investigate this issue. I sent an email a few weeks ago explaining that we have a regression in the tr... Greg Shah
05:23 PM Feature #1801: add some frame options
The status of the regression testing is the following:
1. All CTRL-C tests passed.
2. In the main regression the on...
Igor Skornyakov

11/07/2015

01:19 PM Feature #1801: add some frame options
Fair enough. Please do execute the runtime regression testing. Greg Shah
12:49 PM Feature #1801: add some frame options
There are 3 expected differences in the generated code between 2038a and the trunk.... Igor Skornyakov
11:07 AM Feature #1801: add some frame options
Greg Shah wrote:
> Code Review Task Branch 2038a Revision 10975
>
> It looks good.
>
> If I understand correct...
Igor Skornyakov
11:04 AM Feature #1801: add some frame options
Code Review Task Branch 2038a Revision 10975
It looks good.
If I understand correctly, this work is complete. ...
Greg Shah
10:59 AM Feature #1801: add some frame options
Fixed issues mentioned in the code review.
Committed to the task branch 2038a revno 10975.
Igor Skornyakov
09:36 AM Feature #1801: add some frame options
Code Review Task Branch 2038a Revision 10974
1. @frame_scoping.rules@ and @FrameInterface@ have no changes except ...
Greg Shah
08:41 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
I need some advice with the current bug (see the image below).
Procedure: @/uast/menus/popup_ext.p@.
Bug: extra...
Vadim Gindin

11/06/2015

04:50 PM Feature #1801: add some frame options
1. Fixed conversion for the @NO-HELP@ option.
2. Removed @NO-HELP@ and @NO-VALIDATE@ flags from the @FrameConfig@ an...
Igor Skornyakov
02:26 PM Feature #1801: add some frame options
Greg Shah wrote:
> OK, I think I see a good way to do this.
>
> Here is the implementation plan:
>
> 1. Please...
Igor Skornyakov
02:24 PM Feature #1801: add some frame options
OK, I think I see a good way to do this.
Here is the implementation plan:
1. Please review the usage of @set_us...
Greg Shah
02:04 PM Feature #1801: add some frame options
Greg Shah wrote:
> Interesting. Does Progress allow a NO-HELP option to be specified for the BROWSE? It would most...
Igor Skornyakov
01:50 PM Feature #1801: add some frame options
> Except for the BROWSE widget where the NO-HELP option of the enclosing frame doesn't suppress the schema-originated... Greg Shah
01:40 PM Feature #1801: add some frame options
Greg Shah wrote:
> I will help you with the next steps. But first, I need you to confirm if I am correct in my stat...
Igor Skornyakov
01:36 PM Feature #1801: add some frame options
>> Please confirm my understanding in items 1 through 4 above. I will then post about the next steps in the analysis.... Greg Shah
01:34 PM Feature #1801: add some frame options
Greg Shah wrote:
> > I think that the right place to suppress a @setHelp()@ generation is @frame_generator.xml@ line...
Igor Skornyakov
01:33 PM Feature #1801: add some frame options
Greg Shah wrote:
> The problem here is that we don't really want to suppress the @setHelp()@ when the help was speci...
Igor Skornyakov
01:19 PM Feature #1801: add some frame options
> I think that the right place to suppress a @setHelp()@ generation is @frame_generator.xml@ line 5051.
I should a...
Greg Shah
12:55 PM Feature #1801: add some frame options
Good. From this snippet, you can see the context that the TRPL rules must expect. The option node is a @KW_NO_HELP@... Greg Shah
11:28 AM Feature #1801: add some frame options
Greg Shah wrote:
> The best way to think about the conversion is the following:
>
> 1. Each external procedure is...
Igor Skornyakov
10:52 AM Feature #1801: add some frame options
The best way to think about the conversion is the following:
1. Each external procedure is an abstract syntax tree...
Greg Shah
10:29 AM Feature #1801: add some frame options
Greg Shah wrote:
> Hopefully we can make that faster. Ask questions here and I will try to help.
Thank you. One ...
Igor Skornyakov
10:22 AM Feature #1801: add some frame options
Hopefully we can make that faster. Ask questions here and I will try to help. Greg Shah
10:03 AM Feature #1801: add some frame options
Greg Shah wrote:
> When will 2038a be ready for review?
If I will not finish today I will do it at the weekend. I...
Igor Skornyakov
10:00 AM Feature #1801: add some frame options
When will 2038a be ready for review? Greg Shah
02:00 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
I like the plan. Greg Shah
02:00 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Somehow, it looks like this task history entry was lost:
Issue #2809 has been updated by Constantin Asofiei.
Gr...
Greg Shah
01:36 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
Greg Shah wrote:
> Another approach is to add some code in @GenericFrame@ at the beginning of each API which is assoc...
Constantin Asofiei
01:23 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
What are the next steps for this? Does it make sense to finish all of this off? Can/should some items be deferred? Greg Shah
12:34 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
And something else to mention: hidden_attribute.p and hidden_attribute2.p are ChUI only due to a @PUT SCREEN@ stateme... Constantin Asofiei
12:31 PM Bug #2809: implement missing behaviour related to HIDDEN attribute
2677a revision 11014 address these:
* HIDDEN attribute for widget/frame is reported correctly throughout the test sui...
Constantin Asofiei
09:50 AM Bug #2831: Pressing ENTER key on the combo box breaks the window layout.
To reproduce this bug it needs to run the following test case ./demo/demo_widgets.p (com.goldencode.testcases.demo.De... Sergey Ivanovskiy
09:45 AM Bug #2831 (Closed): Pressing ENTER key on the combo box breaks the window layout.
Sergey Ivanovskiy
09:12 AM Feature #2564: implement GUI BROWSE widget
Agree. I'll run regression testing. Stanislav Lomany
09:10 AM Feature #2564: implement GUI BROWSE widget
Considering the intrusiveness of the scrolling changes (including non-GUI code changes), I think it makes sense to ge... Greg Shah
09:00 AM Feature #2564: implement GUI BROWSE widget
OK, I think the current approach seems the reasonable thing to do right now. Perhaps there is a way to reduce the du... Greg Shah
07:22 AM Feature #2564: implement GUI BROWSE widget
Stanislav Lomany wrote:
> On top - no. On bottom - 1 px can be hidden.
OK, then to me this seems a different case o...
Constantin Asofiei
07:10 AM Feature #2564: implement GUI BROWSE widget
On top - no. On bottom - 1 px can be hidden. Stanislav Lomany
07:06 AM Feature #2564: implement GUI BROWSE widget
Stanislav, quick question: is it possible for the BROWSE in GUI to display a partial row on top/bottom edge? Constantin Asofiei
06:51 AM Feature #2564: implement GUI BROWSE widget
I'm not going to argue, I just what to notice that I strongly prefer setting scrollbar parameters directly instead of... Stanislav Lomany
06:44 AM Feature #2564: implement GUI BROWSE widget
Stanislav Lomany wrote:
> There isn't much duplication. Browse scrolling has at least following "features":
> 1....
Hynek Cihlar
06:34 AM Feature #2564: implement GUI BROWSE widget
There isn't much duplication. Browse scrolling has at least following "features": 1. unconventional thumb size; 2. "g... Stanislav Lomany
06:03 AM Feature #2564: implement GUI BROWSE widget
Stanislav Lomany wrote:
> > Ad the scrolling changes. ... This is quite unfortunate as we will have to now maintain ...
Hynek Cihlar
06:00 AM Feature #2564: implement GUI BROWSE widget
> Ad the scrolling changes. ... This is quite unfortunate as we will have to now maintain two different implementatio... Stanislav Lomany
05:54 AM Feature #2564: implement GUI BROWSE widget
> I see. In this case, what does the converted DMO interface and implementation class hierarchy look like for these t... Stanislav Lomany
09:03 AM Bug #2830: investigate if the BROWSE scrolling implementation can be made using less duplication ...
Please see #2564-219 and #2564-221 (through 229). Greg Shah
09:02 AM Bug #2830 (New): investigate if the BROWSE scrolling implementation can be made using less duplic...
Greg Shah

11/05/2015

06:01 PM Bug #2828: alert-box button text is vertically positioned too low in the web client as compared w...
This shows the issue (use @simpler_alert_box.p@ to recreate it. On the left is the Swing client and on the right is ... Greg Shah
06:00 PM Bug #2828 (New): alert-box button text is vertically positioned too low in the web client as comp...
Greg Shah
05:48 PM Bug #2827: PAUSE (and probably STATUS) don't cause an otherwise not visible window to become visible
Please see #1811-1553 Greg Shah
05:47 PM Bug #2827 (New): PAUSE (and probably STATUS) don't cause an otherwise not visible window to becom...
Greg Shah
05:18 PM Feature #2564: implement GUI BROWSE widget
Greg Shah wrote:
> Code Review Task Branch 2564d Revision 10962
>
> I really like the improvements. The @ScrollB...
Hynek Cihlar
05:02 PM Feature #2564: implement GUI BROWSE widget
I see. In this case, what does the converted DMO interface and implementation class hierarchy look like for these tem... Eric Faulhaber
04:40 PM Feature #2564: implement GUI BROWSE widget
@file1.p@:... Stanislav Lomany
04:28 PM Feature #2564: implement GUI BROWSE widget
So, is this just about dynamic temp-tables? I'm having trouble understanding how this change (which will change stati... Eric Faulhaber
04:09 PM Feature #2564: implement GUI BROWSE widget
The label was specified by @COLUMN-LABEL@ option in temp-table definitions. Stanislav Lomany
04:08 PM Feature #2564: implement GUI BROWSE widget
My original issue was that the column added by @ADD-LIKE-COLUMN@ had incorrect label. Stanislav Lomany
03:52 PM Feature #2564: implement GUI BROWSE widget
Greg Shah wrote:
> Eric: do you have any concerns with the @p2o.xml@ change? It seems fine to me.
Yes, it's somewh...
Eric Faulhaber
03:16 PM Feature #2564: implement GUI BROWSE widget
Code Review Task Branch 2564d Revision 10962
I really like the improvements. The @ScrollBarController@ and @Scrol...
Greg Shah
02:34 PM Feature #2564: implement GUI BROWSE widget
It is ready. Let me know when to merge it. Stanislav Lomany
02:29 PM Feature #2564: implement GUI BROWSE widget
I'd like to get this merged into 2677a and shift your other bug fixing work to that branch.
Is 2564d ready for cod...
Greg Shah
01:29 PM Feature #2564: implement GUI BROWSE widget
Yes. Stanislav Lomany
12:38 PM Feature #2564: implement GUI BROWSE widget
Is multi-line label support finished as of branch 2564d rev 10962? Greg Shah
02:35 PM Feature #1801: add some frame options
Greg Shah wrote:
> I think this is a good idea. However:
>
> 1. We need to finish your current work on 2038a (NO...
Igor Skornyakov
02:33 PM Feature #1801: add some frame options
I think this is a good idea. However:
1. We need to finish your current work on 2038a (NO-HELP and the cleanup). ...
Greg Shah
02:20 PM Feature #1801: add some frame options
Greg Shah wrote:
> I understand your point here. It is correct. But if you at least have a non-trivial layout (by ...
Igor Skornyakov
12:24 PM Feature #1801: add some frame options
> > I don't yet see any answers for items 1, 3 or 6.
> As far as I can see the documentation describes the behavio...
Greg Shah
12:19 PM Feature #1801: add some frame options
Greg Shah wrote:
> I don't yet see any answers for items 1, 3 or 6.
As far as I can see the documentation describ...
Igor Skornyakov
12:03 PM Feature #1801: add some frame options
Greg Shah wrote:
> Is 2038a ready for a full code review?
>
> We will continue to wait on the @validate()@ method...
Igor Skornyakov
11:56 AM Feature #1801: add some frame options
Is 2038a ready for a full code review?
We will continue to wait on the @validate()@ method quirk with schema expre...
Greg Shah
11:48 AM Feature #1801: add some frame options
Greg Shah wrote:
> What is the status of your THREE-D research?
>
> I don't yet see any answers for items 1, 3 ...
Igor Skornyakov
11:45 AM Feature #1801: add some frame options
What is the status of your THREE-D research?
I don't yet see any answers for items 1, 3 or 6.
I also don't ...
Greg Shah
06:41 AM Feature #1801: add some frame options
Added test for the embedded frame revno 1415.
The @FRAME:THREE-D@ attribute value doesn't affect the embedded frame ...
Igor Skornyakov
06:11 AM Feature #1801: add some frame options
Added more widgets to the 3D test suite. revno 1414. Igor Skornyakov
01:52 PM Bug #2783 (Closed): ./window_sizing/create_empty_window.p fails for web and swing clients
That is an issue, but it is something to be worked in another task. I'm going to close this. Greg Shah
01:36 PM Bug #2783: ./window_sizing/create_empty_window.p fails for web and swing clients
> Is there a real issue left here or was the original problem just a matter of missing converted code? If there is n... Sergey Ivanovskiy
01:12 PM Bug #2783: ./window_sizing/create_empty_window.p fails for web and swing clients
Is there a real issue left here or was the original problem just a matter of missing converted code? If there is no ... Greg Shah
08:28 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Code Review Task Branch 2677a Revision 11010
The changes look good.
Greg Shah
07:43 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
It works. I've committed it to revno 11010 (branch 2677a). Now I'm going to fix the following bug:
!background_extra...
Vadim Gindin
02:58 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
It seems I've solved it. Sorry to trouble. I'll commit it a little later. I'm testing solution at this moment. The re... Vadim Gindin
07:51 AM Bug #2778 (Closed): ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah
05:35 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Constantin: do you have any concerns?
No, the changes look good.
Constantin Asofiei

11/04/2015

06:53 PM Feature #2564: implement GUI BROWSE widget
Never mind, I found how to fix it. Stanislav Lomany
06:30 PM Feature #2564: implement GUI BROWSE widget
Regarding column label: there is the following issue:... Stanislav Lomany
05:36 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> Sergey: can we close this issue or are there any remaining items to address?
I think we can close this issue.
Sergey Ivanovskiy
04:44 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Code Review Task Branch 2677a Revision 11008
I'm OK with the changes.
Constantin: do you have any concerns?
...
Greg Shah
04:38 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review committed revision 11008 branch 2677a. It clears the windows in the reverse order to their creati... Sergey Ivanovskiy
02:20 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > Greg, do you permit to commit the attached diff into 2677a?
>
> ...
Sergey Ivanovskiy
04:47 PM Feature #1801: add some frame options
More screenshots Igor Skornyakov
04:46 PM Feature #1801: add some frame options
Screen snapshots. Igor Skornyakov
04:43 PM Feature #1801: add some frame options
Created @THREE-D@ tests for most widgets (see @uast/3d/@). As far as I can see there is no different between @THREE-D... Igor Skornyakov
09:24 AM Feature #1801: add some frame options
Greg Shah wrote:
> > The next task is for you to do the research for THREE-D as I have described in note 184. Check ...
Igor Skornyakov
08:55 AM Feature #1801: add some frame options
> The next task is for you to do the research for THREE-D as I have described in note 184. Check in the testcases and... Greg Shah
04:09 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
About PaintEvent rectangle.
@SubMenuGuiImpl.prepParentLocation()@ for sub-menu "Smooth operator" adds the height ...
Vadim Gindin
01:29 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Constantin Asofiei wrote:
> Debug the @PaintEvent@'s being raised against the coordinates used during drawing. This...
Vadim Gindin

11/03/2015

05:24 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> Greg, do you permit to commit the attached diff into 2677a?
If it does not cause any r...
Greg Shah
05:22 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
> For rev 111006 the result is the same, the client is failed if we press the "Modify" button with the same log at th... Greg Shah
02:14 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I have applied this diff to the customer's GUI app and after select 454 testcases, the required screens are displayed... Sergey Ivanovskiy
02:02 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I am looking at my system resource screen while starting the customer's p2j server, the cpu threads are playing toget... Sergey Ivanovskiy
01:47 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, do you permit to commit the attached diff into 2677a? Sergey Ivanovskiy
01:07 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Forgot history comments. Sergey Ivanovskiy
01:05 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Constantin Asofiei wrote:
> Greg Shah wrote:
> > I am fine with the change.
> >
> > Constantin: what do you thin...
Sergey Ivanovskiy
12:42 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> I am fine with the change.
>
> Constantin: what do you think?
Yes, I'm Ok with the changes. B...
Constantin Asofiei
11:32 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I am fine with the change.
Constantin: what do you think?
Greg Shah
11:30 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Changed to create the keyboard reader as a final driver's instance field.
Greg, Constantin, please look at the attac...
Sergey Ivanovskiy
11:10 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Agree, we can create the keyboard instance. Sergey Ivanovskiy
11:07 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> Greg, please review the fix, all listeners are removed and windows are disposed during @T...
Greg Shah
11:06 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > In this bug the keys input are always delivered to the swing @Keybo...
Sergey Ivanovskiy
11:02 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> In this bug the keys input are always delivered to the swing @KeyboardFocusManager@, but ...
Greg Shah
11:00 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
In this bug the keys input are always delivered to the swing @KeyboardFocusManager@, but the last one due to this too... Sergey Ivanovskiy
10:45 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review the fix, all listeners are removed and windows are disposed during @ThinClient.terminate()@. I am... Sergey Ivanovskiy
09:31 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Yes. And it is important to remove listeners and other event processing instances so that we don't retain anything t... Greg Shah
09:10 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> I don't think this workaround is correct.
>
> I still don't understand how we have a working w...
Sergey Ivanovskiy
08:59 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I don't think this workaround is correct.
I still don't understand how we have a working window that is receiving ...
Greg Shah
03:52 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
This diff is ready to commit with comments. Sergey Ivanovskiy
03:17 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review the attached diff. Sergey Ivanovskiy
03:06 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
I have tried to store the keyboard reader instance in the swing application context and to save the default window af... Sergey Ivanovskiy
05:14 PM Feature #1801: add some frame options
Greg Shah wrote:
> Am I correct in assuming that in this case you have commented out the validation expression for @...
Igor Skornyakov
05:07 PM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Greg Shah wrote:
> > > Well, the situaton is the same if only @num1@ is enabled instead of...
Greg Shah
05:01 PM Feature #1801: add some frame options
Greg Shah wrote:
> For now, please do the known cleanup on branch 2038a. I am going to do a code review as well, ri...
Igor Skornyakov
04:52 PM Feature #1801: add some frame options
For now, please do the known cleanup on branch 2038a. I am going to do a code review as well, right now.
The next...
Greg Shah
04:50 PM Feature #1801: add some frame options
> I will make final updates of the history records at the merge step.
I prefer if you would fix things now, so tha...
Greg Shah
04:45 PM Feature #1801: add some frame options
Greg Shah wrote:
> > Well, the situaton is the same if only @num1@ is enabled instead of @num@
>
> Do you mean th...
Igor Skornyakov
04:44 PM Feature #1801: add some frame options
> Well, the situaton is the same if only @num1@ is enabled instead of @num@
Do you mean that in this case @num@ su...
Greg Shah
01:38 PM Feature #1801: add some frame options
Added comments to the test.
Fixed the implemenation of the @VALIDATE()@ method. Now it seems correct except the prob...
Igor Skornyakov
01:04 PM Feature #1801: add some frame options
Well, the situaton is the same if only @num1@ is enabled instead of @num@ Igor Skornyakov
12:54 PM Feature #1801: add some frame options
Greg Shah wrote:
> The results from @validate_method_in_enabled_frame_with_db_and_explicit_rule.p@ make more sense t...
Igor Skornyakov
12:49 PM Feature #1801: add some frame options
The results from @validate_method_in_enabled_frame_with_db_and_explicit_rule.p@ make more sense than the ones from @v... Greg Shah
12:44 PM Feature #1801: add some frame options
Greg Shah wrote:
> As item 3 in note 218 requested, I wanted the results to be listed in comments in the testcases. ...
Igor Skornyakov
12:33 PM Feature #1801: add some frame options
As item 3 in note 218 requested, I wanted the results to be listed in comments in the testcases. Please bzr update t... Greg Shah
11:36 AM Feature #1801: add some frame options
Test updated. All results are as expected expect the last one:
@uast/validation/validate_method_in_enabled_frame_wit...
Igor Skornyakov
10:43 AM Feature #1801: add some frame options
I don't see any output of the @screen-value@ in the message statements. It is not at all clear what the current valu... Greg Shah
10:38 AM Feature #1801: add some frame options
Please note that you didn't record the results in comments, so the reader must run the code to see what it does. Ple... Greg Shah
08:43 AM Feature #1801: add some frame options
Greg Shah wrote:
> I need you to do the following before I can help you:
>
> 1. Please check in the newer 4GL dat...
Igor Skornyakov
08:07 AM Feature #1801: add some frame options
Also: you have test filenames that have typos. I think "edition" is supposed to be "editing". Please fix it. Greg Shah
08:06 AM Feature #1801: add some frame options
I need you to do the following before I can help you:
1. Please check in the newer 4GL database files (similar to ...
Greg Shah
07:29 AM Feature #1801: add some frame options
The behavior described in the previous note doesn't take place with the @UPDATE@ statement. See @uast/validation/vali... Igor Skornyakov
06:26 AM Feature #1801: add some frame options
There is something strange with the @VALIDATE()@ method.
When running @uast/validation/validate_method_in_enabled_fr...
Igor Skornyakov
10:07 AM Bug #2810 (Rejected): button highlight does not change when the user clicks on a non-focused button
Greg Shah
10:07 AM Bug #2810: button highlight does not change when the user clicks on a non-focused button
Strange. I can't duplicate it either.
I wonder if I encountered some rare race condition when I saw the bug. I'l...
Greg Shah
09:54 AM Bug #2810: button highlight does not change when the user clicks on a non-focused button
I can't duplicate this via mouse. Constantin Asofiei
09:48 AM Bug #2810: button highlight does not change when the user clicks on a non-focused button
When using TAB to change focus, the focus highlight moves as expected. Greg Shah
09:38 AM Bug #2810: button highlight does not change when the user clicks on a non-focused button
This can be recreated using @./button/gui_btn_test4.p@. Try to click on an unfocused button. The button responds pr... Greg Shah
09:35 AM Bug #2810 (Rejected): button highlight does not change when the user clicks on a non-focused button
Greg Shah
09:31 AM Bug #2781 (Closed): ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" ...
Greg Shah
09:12 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Greg Shah wrote:
> Task branch 2677a rev 11003 resolves the regression in this program. My testing shows everything...
Eugenie Lyzenko
08:39 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch 2677a rev 11003 resolves the regression in this program. My testing shows everything is working properly... Greg Shah
06:13 AM Bug #2809: implement missing behaviour related to HIDDEN attribute
For frames and windows, setting the @HIDDEN@ attribute to @true@ will block drawing it until an explicit statement wh... Constantin Asofiei
06:04 AM Bug #2809 (WIP): implement missing behaviour related to HIDDEN attribute
Constantin Asofiei
04:57 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Vadim Gindin wrote:
> Does @PaintPrimitives@ contain absolute coordinates @(x,y)@ or relative?
Coordinates passed t...
Constantin Asofiei
03:23 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Does @PaintPrimitives@ contain absolute coordinates @(x,y)@ or relative?
I'm recalling, that current problem is the ...
Vadim Gindin

11/02/2015

05:35 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
At this moment I have no any ideas why after the application restart, the swing client window doesn't get @FocusGaine... Sergey Ivanovskiy
03:38 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Please, who can explain the resize method for @EmulatedWindowState.java@... Sergey Ivanovskiy
03:56 PM Bug #2758 (Closed): toggle-box selection highlight color depends on the widget's text color and b...
Greg Shah
03:38 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Greg Shah wrote:
> Code Review Task Branch 2677a Revision 11002
>
> I'm good with the changes.
>
> Have you te...
Vadim Gindin
03:36 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Code Review Task Branch 2677a Revision 11002
I'm good with the changes.
Have you tested the result and confirme...
Greg Shah
03:25 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
committed with revno 11002. Vadim Gindin
02:27 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
OK, I'm fine with that approach. Greg Shah
02:17 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Greg, I have some difficulty implementing initialization of highlightColor from @afterConfigUpdate(..)@. I need to re... Vadim Gindin
07:52 AM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Greg Shah wrote:
> You have visually tested the results in P2J, comparing side by side with the 4GL?
Not only vis...
Vadim Gindin
06:53 AM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
You have visually tested the results in P2J, comparing side by side with the 4GL?
My primary concern with the use ...
Greg Shah
03:32 PM Feature #2564: implement GUI BROWSE widget
After the multi-line label issue, please work on the reposition issue in #2272-293. Greg Shah
03:19 PM Feature #2564: implement GUI BROWSE widget
Stanislav Lomany wrote:
> In @ScrollPaneGuiImpl.draw@ there is the following piece of code which draws scroll bars a...
Hynek Cihlar
02:10 PM Feature #2564: implement GUI BROWSE widget
In @ScrollPaneGuiImpl.draw@ there is the following piece of code which draws scroll bars and THEN performs layout ("d... Stanislav Lomany
11:11 AM Feature #2564: implement GUI BROWSE widget
I'm done with scrolling. Switching to drawing issues and then to multi-line label. Stanislav Lomany
03:30 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Code Review Task Branch 2677a Revision 10999
I'm fine with the changes.
Greg Shah
03:02 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Constantin,
The changes with @11000@, @11001@ causes the regression that bring me to the original issue(see the at...
Eugenie Lyzenko
11:01 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10999@.
This is the fix for bottom frame border issue. The scr...
Eugenie Lyzenko
09:44 AM Feature #1801: add some frame options
Greg Shah wrote:
> I've checked in that testcase as @validation/validate_method_with_enabled_fields_during_editing.p...
Igor Skornyakov
09:41 AM Feature #1801: add some frame options
I've checked in that testcase as @validation/validate_method_with_enabled_fields_during_editing.p@.
Please note th...
Greg Shah
09:14 AM Feature #1801: add some frame options
Greg Shah wrote:
> > This is what I expected. However the update/update4.p doesn't prove that.
>
> There is somet...
Igor Skornyakov
09:06 AM Feature #1801: add some frame options
> This is what I expected. However the update/update4.p doesn't prove that.
There is something wrong with your tes...
Greg Shah
08:35 AM Feature #1801: add some frame options
Greg Shah wrote:
>
> 1. While in editing mode, there is possibly a subset of widgets that are enabled. The @valida...
Igor Skornyakov
08:22 AM Feature #1801: add some frame options
>> 2. Doesn't the comparison with "ENABLED-FIELDS" need to be done case-insensitively?
>
> I'm not sure as it seems...
Greg Shah
07:35 AM Feature #1801: add some frame options
Greg Shah wrote:
> Code Review Task Branch 2038a Revision 10971
>
> 1. It is incorrect to call down to the client...
Igor Skornyakov
07:28 AM Feature #1801: add some frame options
Code Review Task Branch 2038a Revision 10971
1. It is incorrect to call down to the client to get the screen-buffe...
Greg Shah
06:35 AM Feature #1801: add some frame options
Greg Shah wrote:
> > At this moment P2J returns "yes" in both cases as widgets are not enabled at the moment when V...
Igor Skornyakov
06:27 AM Feature #1801: add some frame options
> At this moment P2J returns "yes" in both cases as widgets are not enabled at the moment when VALIDATE() is invoked... Greg Shah
06:17 AM Feature #1801: add some frame options
Greg Shah wrote:
> > The FRAME:NO-HELP option suppresses the schema-defined help message but not the explicit one (s...
Igor Skornyakov
06:16 AM Feature #1801: add some frame options
Greg Shah wrote:
> > If both values are 0. The message is: no 0 0
> > If values are correct the output is: yes -1 9...
Igor Skornyakov
06:15 AM Feature #1801: add some frame options
> The FRAME:NO-HELP option suppresses the schema-defined help message but not the explicit one (see uast/update/updat... Greg Shah
06:13 AM Feature #1801: add some frame options
> If both values are 0. The message is: no 0 0
> If values are correct the output is: yes -1 9
This is the 4GL re...
Greg Shah
06:12 AM Feature #1801: add some frame options
> How do you plan to convert NO-VALIDATE and NO-AUTO-VALIDATE? From the tests you posted, I think these frame options... Greg Shah
07:37 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Greg Shah wrote:
> Actually, ignore the @VALIDATE@ language statement case. We are pretty sure this has nothing to ...
Igor Skornyakov
07:30 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Actually, ignore the @VALIDATE@ language statement case. We are pretty sure this has nothing to do with UI features.... Greg Shah
07:04 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Greg Shah wrote:
> How does the browse validation get invoked using the @VALIDATE()@ method and the @VALIDATE@ langu...
Igor Skornyakov
07:03 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Greg Shah wrote:
> Good results.
>
> > Both FRAME-NO-AUTO-VALIDATE and BROWSE:NO-AUTO-VALIDATE suppress automatic...
Igor Skornyakov
06:59 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
How does the browse validation get invoked using the @VALIDATE()@ method and the @VALIDATE@ language statement? Greg Shah
06:58 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
Good results.
> Both FRAME-NO-AUTO-VALIDATE and BROWSE:NO-AUTO-VALIDATE suppress automatic validation (explicit an...
Greg Shah

11/01/2015

02:27 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
In the note #36 @quit@ should be called from the swing UI dispatcher thread. The @dispose@ method of @java.awt.Window... Sergey Ivanovskiy
02:17 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
The problem is that the swing doesn't dispatch keys input. Please look at #31 note, at the moment of lost keys input ... Sergey Ivanovskiy
01:42 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > Greg Shah wrote:
> > > Feedback on the proposed workaroun...
Sergey Ivanovskiy
12:47 PM Feature #1801: add some frame options
Constantin Asofiei wrote:
> Igor Skornyakov wrote:
> > The @FRAME:NO-HELP@ option suppresses the schema-defined hel...
Igor Skornyakov
12:32 PM Feature #1801: add some frame options
Igor Skornyakov wrote:
> The @FRAME:NO-HELP@ option suppresses the schema-defined help message but not the explicit ...
Constantin Asofiei
11:29 AM Feature #1801: add some frame options
The @FRAME:NO-HELP@ option suppresses the schema-defined help message but not the explicit one (see @uast/update/upda... Igor Skornyakov
10:49 AM Feature #1801: add some frame options
Greg Shah wrote:
> > However the VALIDATE() method returns valid results (see update2). However it doesn't display e...
Igor Skornyakov
10:38 AM Feature #1801: add some frame options
> However the VALIDATE() method returns valid results (see update2). However it doesn't display error message if vali... Greg Shah
10:27 AM Feature #1801: add some frame options
Greg Shah wrote:
> I don't understand how you came to this conclusion. @uast/update/upodate4.p@ has no @UPDATE@ sta...
Igor Skornyakov
10:20 AM Feature #1801: add some frame options
> However with the UPDATE statement (see uast/update/upodate4.p)
I don't understand how you came to this conclusi...
Greg Shah
11:08 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
BTW: There is no @NO-HELP@ option for the @BROWSE@ widgets in the Progress documentation. However 4GL doesn't complai... Igor Skornyakov
10:57 AM Bug #2799: browse widget doesn't execute validation expressions in P2J (both chui and gui)
The @NO-HELP@/@NO-VALIDATE@/@NO-AUTO-VALIDATE@ options behavior for the @BROWSE@ widget is as described below (see at... Igor Skornyakov
10:07 AM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
You're right:
> | (0, 31, 31) | (255, 0, 31) | (255, 0, 31) |
That's incorrect data. Correct result color is (...
Vadim Gindin
01:40 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Eugenie Lyzenko wrote:
> >Eugenie, is this still an issue?
>
> Yes, still wrong painting. See the picture attache...
Constantin Asofiei

10/31/2015

05:10 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
>Eugenie, is this still an issue?
Yes, still wrong painting. See the picture attached.
This is not a @Window@ i...
Eugenie Lyzenko
04:13 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Greg Shah wrote:
> 4. The bottom border of the frame is not drawn (this is probably just a side-effect of the size p...
Constantin Asofiei
07:21 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Code Review Task Branch 2677a Revision 10991/10994
I'm OK with the changes.
Greg Shah
08:01 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10994@.
This is the fix for regression in @#2782@.
The real...
Eugenie Lyzenko
04:36 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Feedback on the proposed workaround:
> >
> > 1. Why are there @S...
Constantin Asofiei
10:04 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Feedback on the proposed workaround:
>
> 1. Why are there @SwingEmulatedWindow@ instances that...
Sergey Ivanovskiy
08:27 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Feedback on the proposed workaround:
1. Why are there @SwingEmulatedWindow@ instances that survive the reset of th...
Greg Shah
08:56 AM Feature #1801: add some frame options
I have two problems with implementation of the @VALIDATE()@ method.
1. As I've mentioned in the note 189 this meth...
Igor Skornyakov
06:43 AM Feature #1801: add some frame options
> I haven't removed the setter as the situation is unclear with the NO-VALIDATE option for BROWSE.
For BROWSE, th...
Greg Shah
07:31 AM Bug #2766: implement a text metrics server process
I expect that Golden Code will host a metrics server on our premises. We would want to make it available to all runn... Greg Shah
05:16 AM Feature #2564: implement GUI BROWSE widget
Stanislav, another issue: the label can be set on multiple rows via @!@; i.e. @Some!Label!Multiple!Rows@ will show ea... Constantin Asofiei

10/30/2015

06:44 PM Feature #1801: add some frame options
Greg Shah wrote:
> Please provide a detailed list of the findings for NO-VALIDATE. I have previously written severa...
Igor Skornyakov
06:00 PM Feature #1801: add some frame options
Please provide a detailed list of the findings for NO-VALIDATE. I have previously written several questions needing ... Greg Shah
04:04 PM Feature #1801: add some frame options
It seems that the description of the @VALIDATE()@ method in the Progress documentation is not correct.
As @uast/upda...
Igor Skornyakov
11:00 AM Feature #1801: add some frame options
Greg Shah wrote:
> Great! Does that include the ESC issue?
Nope. The ESC issue still exists (w/o database ot tem...
Igor Skornyakov
10:56 AM Feature #1801: add some frame options
> > Please create a version of the @update1.p@ testcase that operates only with a temp-table. This removes the bogus... Greg Shah
10:54 AM Feature #1801: add some frame options
Greg Shah wrote:
> Please create a version of the @update1.p@ testcase that operates only with a temp-table. This r...
Igor Skornyakov
10:52 AM Feature #1801: add some frame options
Greg Shah wrote:
>If my understanding is correct, then the implementation will be quite straightforward.
Yes, the...
Hynek Cihlar
09:47 AM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Started to examine the effect of the @THREE-D@ option/attribute.
> 1. At the first glance...
Greg Shah
09:05 AM Feature #1801: add some frame options
> > Have you gotten past the bug in note 176?
>
> Not yet. I've just commented out the reference to @num1@ in the ...
Greg Shah
09:03 AM Feature #1801: add some frame options
> > > UPDATE fails and client crashes when two fields are affected (see uast/update/update1. with @uast/update/bogus.... Greg Shah
08:46 AM Feature #1801: add some frame options
Greg Shah wrote:
> Have you gotten past the bug in note 176?
Not yet. I've just commented out the reference to @n...
Igor Skornyakov
08:45 AM Feature #1801: add some frame options
Greg Shah wrote:
> > UPDATE fails and client crashes when two fields are affected (see uast/update/update1. with @ua...
Igor Skornyakov
08:41 AM Feature #1801: add some frame options
Igor Skornyakov wrote:
> Incorrect ESCAPE processing (see @testcases/uast/update/update1.p@).
>
> After pressing ...
Greg Shah
08:37 AM Feature #1801: add some frame options
> UPDATE fails and client crashes when two fields are affected (see uast/update/update1. with @uast/update/bogus.df")... Greg Shah
06:22 AM Feature #1801: add some frame options
Incorrect ESCAPE processing (see @testcases/uast/update/update1.p@).
After pressing @ESCAPE@ when the second frame...
Igor Skornyakov
06:13 AM Feature #1801: add some frame options
@UPDATE@ fails and client crashes when two fields are affected (see @uast/update/update1.@ with @uast/update/bogus.df... Igor Skornyakov
03:01 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
OK, well the algorithm is seems very simple. It is indeed XOR based. For all of the entries I tested (except for on... Greg Shah
01:00 PM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Here is the table of highlight rectangle colors depending on foreground and background toggle-box colors.
|_. Fore...
Vadim Gindin
08:01 AM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
I didn't check all numbers, but generally the code looks right.
> but why did you selected exactly that colors com...
Greg Shah
04:33 AM Bug #2758: toggle-box selection highlight color depends on the widget's text color and background...
Greg, I've wrote the highlights colors test using your class. Please have a look at it: @uast/toggle_box/gui/rgb.p@ a... Vadim Gindin
01:53 PM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg, please review this work around. I am planning to work on the better solution, there is an idea to use @KeyEvent... Sergey Ivanovskiy
01:11 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10991@.
This is the frame title height fix. When we have the t...
Eugenie Lyzenko
09:17 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Code Review Task Branch 2677a Revision 10988
The changes are good. I like the useful comments you added.
Greg Shah
08:55 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10988@.
This is the fixes for rectangle wrong size and paintin...
Eugenie Lyzenko
08:32 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
> Careful look at the test shows the following remaining issues:
I see two other issues to add:
4. The bottom b...
Greg Shah
08:21 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Code Review Task Branch 2677a Revision 10984
It looks good.
Greg Shah
07:40 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10986@.
Small fix for @StackLayout@ bug.
Eugenie Lyzenko
04:30 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Eugenie Lyzenko wrote:
> Hynek,
>
> Debugging widget layout issue I have found the following weird code in @Stack...
Hynek Cihlar
10:38 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10984@.
The fix for incorrect buttons location. The root cause...
Eugenie Lyzenko
08:27 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Hynek,
Debugging widget layout issue I have found the following weird code in @StackLayout@, method @doLayout@ lin...
Eugenie Lyzenko
11:03 AM Bug #2804: Incorrect ESCAPE processing.
With the attached program after pressing ESCAPE when the second frame is active 4GL returns to the first frame and hi... Igor Skornyakov
11:01 AM Bug #2804 (New): Incorrect ESCAPE processing.
Igor Skornyakov
04:13 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Done. revno 10985. Vadim Gindin

10/29/2015

06:32 PM Bug #2803: movie-ratings-dynamic.p has a font problem
When run using 2677a revision 10983, the text is too large (and is quite jagged) compared to the 4GL. In addition, i... Greg Shah
06:27 PM Bug #2803 (New): movie-ratings-dynamic.p has a font problem
Greg Shah
06:26 PM Bug #2782 (Closed): movie-ratings-dynamic.p has scroll bars but 4GL window hasn't
Greg Shah
03:50 PM Bug #2782: movie-ratings-dynamic.p has scroll bars but 4GL window hasn't
The @2677a@ update @10983@ resolves this issue. The screen attached. Eugenie Lyzenko
06:16 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Please make the history entry updates that are missing. Greg Shah
12:44 PM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
Greg Shah wrote:
> > When we press sm1 (it's body become opened) and move mouse pointer to sm2, sm2 body must also m...
Vadim Gindin
11:29 AM Bug #2736: fix GUI menu drawing problems in menu/simple_sm.p
> When we press sm1 (it's body become opened) and move mouse pointer to sm2, sm2 body must also must become opened, b... Greg Shah
05:25 PM Feature #2564: implement GUI BROWSE widget
There is work on item 3 to do. Note revision 10954 misses some headers and javadocs. Stanislav Lomany
04:54 PM Feature #2564: implement GUI BROWSE widget
As of rev 10954, are issues 1 through 3 (from note 193) complete or is there still work to do on item 3? Greg Shah
10:25 AM Feature #2564: implement GUI BROWSE widget
!redraw.png!
Guys, have you met a similair issue or have ideas how to fix it? Non-focused browse is not drawn proper...
Stanislav Lomany
03:50 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Eugenie Lyzenko wrote:
> So the remaining issue is incorrect button placement inside the frame. Should I investigate...
Constantin Asofiei
03:49 PM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Task branch @2677a@ for review updated to revision @10983@.
This is the fix for unwanted scrollbar for this issue ...
Eugenie Lyzenko
04:33 AM Bug #2781: ./button/gui_btn_test4.p the vertical scrollbar appears if the "Fill on/off" is pressed
Eugenie Lyzenko wrote:
> Initial investigations for issue. The @4gl@ initial picture is attached here.
>
> 1. Tak...
Constantin Asofiei
02:30 PM Feature #1801: add some frame options
Greg Shah wrote:
> To be clear: you are saying that @NO-AUTO-VALIDATE@ has nothing to do with schema validations. I...
Igor Skornyakov
02:25 PM Feature #1801: add some frame options
Igor Skornyakov wrote:
> @NO-AUTO-VALIDATE@ semantics looks exectly the same with @UPDATE@ for variables. See update...
Greg Shah
02:13 PM Feature #1801: add some frame options
@NO-AUTO-VALIDATE@ semantics looks exectly the same with @UPDATE@ for variables. See updated @uast/update/update1.p@ ... Igor Skornyakov
10:47 AM Feature #1801: add some frame options
Greg Shah wrote:
> Does @NO-AUTO-VALIDATE@ disable implicit validation for all types of validation expression? Two ...
Igor Skornyakov
10:38 AM Feature #1801: add some frame options
Does @NO-AUTO-VALIDATE@ disable implicit validation for all types of validation expression? Two things to check in t... Greg Shah
10:12 AM Feature #1801: add some frame options
At this moment I'm working on the @VALIDATE()@ method implemetation as it is neede to check the @NO-AUTO-VALIDATE@ fu... Igor Skornyakov
10:05 AM Feature #1801: add some frame options
Please summarize where you have gotten with your @NO-VALIDATE@ testing and with any additional or changed testcases. ... Greg Shah
08:59 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
The issue with blocking keys input is due to the fact that the current keyboard focus manager has not have an active ... Sergey Ivanovskiy
03:43 AM Bug #2778: ./ask-gui.p fails if "Program name" is filled with a misspelled program name
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > This test case also raises another bug. If the program restarts, th...
Sergey Ivanovskiy
08:47 AM Bug #2792 (Closed): image loading issues
Code Review Task Branch 2677a Revision 10979
The changes are good.
Testing confirms that the original problem i...
Greg Shah
 

Also available in: Atom