Activity
From 02/24/2015 to 03/25/2015
03/25/2015
- 05:56 PM Feature #2480: add support for button and image attributes and options
- >...I don't like using the @EventManager$WorkArea.osEvent@ queue with other non-mouse or non-window events. This queu...
- 05:45 PM Feature #2480: add support for button and image attributes and options
- >1. This code needs to be merged with the latest bzr level.
It was synced yesterday with 10821.
>2. Why did you a... - 05:40 PM Feature #2480: add support for button and image attributes and options
- Greg Shah wrote:
> Constantin: please review.
Eugenie, beside what Greg noted, I don't like using the @EventManager... - 05:03 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150325a.zip
1. This code needs to be merged with the latest bzr level.
2. Why did you add ... - 04:34 PM Feature #2480: add support for button and image attributes and options
- This update for review has fix for wait-for loop "exit" button without endkey option issue. The idea is to propagate ...
- 02:42 PM Feature #2480: add support for button and image attributes and options
- Investigation results for case when both @AUTO-ENDKEY@ and @AUTO-GO@ options are true for same button:
1. define b... - 08:35 AM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150324a.zip
I'm OK with this approach.
> The loop is releasing only after pressing any key... - 09:34 PM Feature #2480: add support for button and image attributes and options
- This update for review has different approach for @GO@ issue fix. Now mouse click causes @CHOOSE@ event to be generat...
- 02:12 PM Feature #1790: implement menu support
- Vadim Gindin wrote:
> This variant also don't work. @WidgetBrowserAspect.onWidgetDrawn@ is not called at all. I didn... - 02:11 PM Feature #1790: implement menu support
- This variant also don't work. @WidgetBrowserAspect.onWidgetDrawn@ is not called at all. I didn't find something about...
- 01:19 PM Feature #1790: implement menu support
- Vadim Gindin wrote:
> I've tried to add JVM option "-Dwidgetbrowser", but @WidgetBrowser@ wasn't show. I suspect tha... - 01:06 PM Feature #1790: implement menu support
- I've tried to add JVM option "-Dwidgetbrowser", but @WidgetBrowser@ wasn't show. I suspect that @WidgetBrowserAspect@...
- 11:57 AM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Actually, you will have to merge up to the 10821 level. Just do the merge and then upload the zip file. I will revi...
- 08:27 AM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Great! Please commit it and distribute.
- 08:16 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- update evk_upd20150317 has been passed regression and conversion testing.
03/24/2015
- 03:21 PM Feature #2252: implement GUI client support
- Hynek, about your 0323a.zip: you have some ambiguities with the @config()@ method, one defined at Widget and the othe...
- 02:17 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> Code Review ca_upd20150324a.zip
>
> I good with it. Please check it in.
Committed revision ... - 02:07 PM Feature #2252: implement GUI client support
- Code Review ca_upd20150324a.zip
I good with it. Please check it in. - 01:48 PM Feature #2252: implement GUI client support
- This is replacement of 0323b.zip - it has passed conversion and runtime testing.
> Does this change the scoping lo... - 12:14 PM Feature #2252: implement GUI client support
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Constantin Asofiei wrote:
> If this is just rounding and there... - 10:33 AM Feature #2252: implement GUI client support
- > Yes, FORM needs to let the frame's scope expand. See this example where the frame is scoped to the REPEAT:
Does ... - 10:32 AM Feature #2252: implement GUI client support
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek, about your 0318a.zip changes: can you think of a way to ... - 10:18 AM Feature #2252: implement GUI client support
- Greg Shah wrote:
> Code Review ca_upd20150323b.zip
>
> 1. Does your @frame_scoping.rules@ change cause a frame's ... - 06:21 AM Feature #2252: implement GUI client support
- Btw., what was the motivation behind the @BaseConfig@ dynamic getters/setters? Were these introduced only to provide ...
- 09:09 PM Feature #2252: implement GUI client support
- Constantin, here is an update to 0318a.zip. I have added the config processing to server-side widgets as well. For th...
- 02:06 PM Feature #1790: implement menu support
- Vadim Gindin wrote:
> *So my problem with z-order is stayed unsolved. Could you advice me something?*
Please use th... - 10:49 AM Feature #1790: implement menu support
- Constantin Asofiei wrote:
> - draw: why are you raising a PaintEvent there? When draw() is called, is too late to ca... - 11:18 PM Feature #2480: add support for button and image attributes and options
- I've tested to use another event to unlock the update statement(CHOOSE from GUI button). It works but causes another ...
03/23/2015
- 07:39 PM Feature #2252: implement GUI client support
- Constantin Asofiei wrote:
> Hynek, about your 0318a.zip changes: can you think of a way to get rid of the setters/ge... - 07:25 PM Feature #2252: implement GUI client support
- Code Review ca_upd20150323b.zip
1. Does your @frame_scoping.rules@ change cause a frame's scope to expand or other... - 05:59 PM Feature #2252: implement GUI client support
- Greg, this is for the TEXT/FILL-IN drawing in GUI (#2451): it fixes the widget height/width and also adds a first pas...
- 05:57 PM Feature #2252: implement GUI client support
- Hynek, about your 0318a.zip changes: can you think of a way to get rid of the setters/getters from the WidgetConfig h...
- 03:37 PM Feature #2480: add support for button and image attributes and options
- > Key doubling is still here(if source is keyboard, not mouse). This needs additional investigation because it is out...
- 03:33 PM Feature #2480: add support for button and image attributes and options
- Greg Shah wrote:
> Code Review evl_upd20150320b.zip
>
> 1. @getAuto*Key()@ should be @isAuto*Key()@.
>
OK. D... - 12:21 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150320b.zip
1. @getAuto*Key()@ should be @isAuto*Key()@.
2. In @ThinClient.waitForEvent()@... - 02:46 PM Feature #1790: implement menu support
- Vadim, about your update:
SubMenuChuiImpl
- draw: why are you raising a PaintEvent there? When draw() is called, is... - 01:17 PM Feature #1790: implement menu support
- The current update
- 09:46 AM Feature #1790: implement menu support
- I have z-order difficulty and need your advice. I have 2 nested sub-menus:...
- 09:05 AM Feature #2422: add features to BROWSE
- We can't just let all these quirks wait until later. Both issues (in 108 and 109) seem like somewhat normal behavior...
03/22/2015
- 03:59 PM Feature #2422: add features to BROWSE
- Addition to the previous note. For multiple selection (ChUI and GUI) the message ("... There are no selected rows") i...
03/20/2015
- 06:46 PM Feature #2422: add features to BROWSE
- There is a quirk specific to single-selection browse in ChUI: if the current row cannot be fetched, it cannot be dele...
- 05:26 PM Feature #2480: add support for button and image attributes and options
- Merge with recent code base.
- 02:59 PM Feature #2480: add support for button and image attributes and options
- This update for review contains the fix for @GO@ event issue. Finally I have found the solution. The idea is any @GO@...
- 01:15 PM Feature #2480: add support for button and image attributes and options
- > I thought during the update statement we have TC.waitForEvent() and processEventsWorker() both active for incoming ...
- 12:33 PM Feature #2480: add support for button and image attributes and options
- >I don't understand what you mean here. There is no 2nd loop. @TC.waitForEvent()@ can only be called by @TC.readKey()...
- 08:34 AM Feature #2480: add support for button and image attributes and options
- > Further investigation shows another strange behavior in considered testcases. Pressing @AUTO-GO@ button does not co...
- 10:00 PM Feature #2480: add support for button and image attributes and options
- Further investigation shows another strange behavior in considered testcases. Pressing @AUTO-GO@ button does not comm...
03/19/2015
- 02:01 PM Feature #2480: add support for button and image attributes and options
- >I don't understand what you mean by "But the GO event is not explicitly registered for event list".
I mean the tr... - 01:32 PM Feature #2480: add support for button and image attributes and options
- > Moreover the @fill-in@ commit is happening only after @GO@ from second sequence. I suggest the widget validation in...
- 01:15 PM Feature #2480: add support for button and image attributes and options
- >Is this code @EventManager.postEvent(new KeyInput(this, EventType.KEY_TYPED, Key.VK_ENTER));@ responsible for the do...
- 12:50 PM Feature #2480: add support for button and image attributes and options
- >> Note for a keyboard source we have 2 set of the same events and it is a bit weird.
>
> Yes, I'm pretty sure its ... - 12:13 PM Feature #2480: add support for button and image attributes and options
- Looks like the events are:...
- 08:54 AM Feature #2480: add support for button and image attributes and options
- Please post the 4GL sequence of events for (chui, enter key), (gui, enter key), (chui, mouse click), (gui, mouse clic...
- 09:39 PM Feature #2480: add support for button and image attributes and options
- Some debugging results:
1. Pressing on button the ENTER key and clicking by mouse gives very different results:
The... - 08:46 PM Feature #2422: add features to BROWSE
- OK, I'm fine with the current proposal.
- 08:03 PM Feature #2252: implement GUI client support
- The attached update is a preview of business logic cleanup from config classes. There are some missing pieces - espec...
03/18/2015
- 05:59 PM Feature #2422: add features to BROWSE
- > Do all of our client-side browse column widgets have a server-side @BrowseColumnWidget@ associated with the same ID...
- 04:20 PM Feature #2422: add features to BROWSE
- > In order to get screen vales I've added the code which adds column values into a screen buffer (@ThinClient.getScre...
- 10:51 AM Feature #2422: add features to BROWSE
- In order to get screen vales I've added the code which adds column values into a screen buffer (@ThinClient.getScreen...
- 12:03 PM Feature #1790: implement menu support
- It looks like the @Iterables.direct|reverseFrom()@ code doesn't implement the "cyclic" nature of looping back around ...
- 11:50 AM Feature #1790: implement menu support
- > I thought that it looks strange. Ok, lets consider, if we can't change focus - just leave it as it was, why should ...
- 11:45 AM Feature #1790: implement menu support
- I've checked simplified @focusWorker@ method and it works (NPE is gone). Is it ok?
- 11:34 AM Feature #1790: implement menu support
- Greg Shah wrote:
> Also, I do wonder if the menus should be considered part of the content pane of the window or if ... - 11:29 AM Feature #1790: implement menu support
- Here it is:...
- 11:20 AM Feature #1790: implement menu support
- Please post the test you used to get the NPE.
- 11:04 AM Feature #1790: implement menu support
- Here is my current update.
- 06:36 AM Feature #1790: implement menu support
- > I don't understand why it is needed: reset current to null especially for Window. As a result: Window.focusWorker(t...
- 04:43 AM Feature #1790: implement menu support
- I faced with NPE:...
- 10:22 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Code Review evk_upd20150317a.zip
It looks good.
Please put it into conversion and runtime regression testing. - 09:14 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- fixes from note 21 review
03/17/2015
- 06:21 PM Feature #1794: implement font support
- Greg Shah wrote:
> Please check it in.
Committed revision 10814. - 06:16 PM Feature #1794: implement font support
- Please check it in.
- 06:06 PM Feature #1794: implement font support
- Greg Shah wrote:
> Perfect. After you make that one tweek, please do get this regression tested.
Attached version ... - 11:28 AM Feature #1794: implement font support
- Perfect. After you make that one tweek, please do get this regression tested.
- 11:26 AM Feature #1794: implement font support
- Greg Shah wrote:
> >> 3. Do we need to check with Guy to confirm that the windev01 font setup is the same as the Pro... - 11:25 AM Feature #1794: implement font support
- >> 3. Do we need to check with Guy to confirm that the windev01 font setup is the same as the Progress default font s...
- 11:22 AM Feature #1794: implement font support
- Greg Shah wrote:
> 1. As far as I can tell, the use of the 4GL is not really needed for what you are doing in @get-... - 11:15 AM Feature #1794: implement font support
- Code Review ca_upd20150317b.zip
The update looks very good.
1. As far as I can tell, the use of the 4GL is not ... - 10:34 AM Feature #1794: implement font support
- Added a hard-coded standard font table plus other misc fixes/enhancements related to font management.
- 04:29 PM Feature #2480: add support for button and image attributes and options
- Greg Shah wrote:
> Great! Commit it.
Committed to rev 10813. Will be distributed shortly. - 04:02 PM Feature #2480: add support for button and image attributes and options
- Great! Commit it.
- 03:33 PM Feature #2480: add support for button and image attributes and options
- The runtime testing completed for @evl_upd20150316a.zip@, CTRL-C 3-way tests was started in separate session. No regr...
- 01:09 PM Feature #2480: add support for button and image attributes and options
- > Do we need to investigate/fix this deviation in this task?
Yes, this should be fixed. - 11:29 AM Feature #2480: add support for button and image attributes and options
- >You've also tested both the GO and ENDKEY triggers and they work properly?
@ENDKEY@ works OK. But I have made one... - 10:03 AM Feature #2480: add support for button and image attributes and options
- You've also tested both the GO and ENDKEY triggers and they work properly?
Is evl_upd20150316b.zip the final update? - 10:01 AM Feature #2480: add support for button and image attributes and options
- >Yes, it is a good idea to to add an inner loop with a @ON ENDKEY undo, leave@ clause. Make sure that nothing execute...
- 09:04 AM Feature #2480: add support for button and image attributes and options
- >Are you using triggers for these tests (e.g. for the ENDKEY case, does your test have a trigger for the ENDKEY event...
- 11:03 PM Feature #2480: add support for button and image attributes and options
- > When the ENDKEY capable button is pressed, the test terminates meaning the main loop block is closing. Is this what...
- 09:14 PM Feature #2480: add support for button and image attributes and options
- >Please do test the additional cases like GO/ENDKEY triggers and make sure that in the case of @AUTO-ENDKEY@, that th...
- 09:01 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150316b.zip
I'm good with the changes.
Please do test the additional cases like GO/ENDKEY ... - 08:38 PM Feature #2480: add support for button and image attributes and options
- Conversion testing for @evl_upd20150316a.zip@ has been completed. Generated codes are identical. Continue with runtim...
- 08:05 PM Feature #2480: add support for button and image attributes and options
- The update for review presents conversion support for @AUTO-GO@ and @AUTO-ENDKEY@ attributes. Including dynamic handl...
03/16/2015
- 03:48 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150316a.zip
I'm fine with this. Please get it regression tested. - 03:26 PM Feature #2480: add support for button and image attributes and options
- This update for review fixes the issue with image based button when @DEFAULT@ attribute is set to true but frame's @D...
- 02:50 PM Feature #2480: add support for button and image attributes and options
- Greg Shah wrote:
> I see two things that are confusing to me:
>
> 1. Setting @my-button:default-button = true@ do... - 02:17 PM Feature #2480: add support for button and image attributes and options
- I see two things that are confusing to me:
1. Setting @my-button:default-button = true@ does not set that button's... - 02:00 PM Feature #2480: add support for button and image attributes and options
- >1. Are the changes to @ButtonGuiImpl@ really correct for the full set of your GUI testcases?
Yes.
>2. Do we ne... - 01:09 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150313a.zip
2 questions:
1. Are the changes to @ButtonGuiImpl@ really correct for the full... - 03:17 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Code Review evk_upd20150315a.zip
I only have some minor requests:
1. Add a history entry to @Editor.java@.
2... - 08:36 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- added error handling and modified state
note 17 requests are added
added limitation logic. There is a good place fo... - 02:53 PM Feature #2422: add features to BROWSE
- I'm OK storing the state in the screen buffer but separate from other widgets. But I'm looking for a specific propos...
- 02:32 PM Feature #2422: add features to BROWSE
- Are you planning to transfer browse columns states/values in screen buffers, like for any other widgets (e.g. fill-ins)?
- 01:15 PM Feature #2422: add features to BROWSE
- > Also we can track these changes not involving screen buffer by tracking this changes in Browse/BrowseColumns and th...
- 01:29 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
- Greg Shah wrote:
> After you have done some initial analysis, please organize the work into "sections" which can be ... - 01:17 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
- After you have done some initial analysis, please organize the work into "sections" which can be logically separated ...
- 01:24 PM Feature #1790: implement menu support
- > AbstractContainer has a field current that contains a widget having focus, so I think such situation, when a severa...
- 06:40 AM Feature #1790: implement menu support
- Thanks for help!
The next 2 questions.
1. Every opened sub-menu has its own focus. Lets assume we have MENUBAR wi... - 09:01 AM Feature #2522 (Closed): add attribute/method support for radio-set
- 09:00 AM Bug #2520 (Closed): Dynamic list controls are not visible
03/13/2015
- 05:24 PM Feature #1790: implement menu support
- Vadim Gindin wrote:
> The bottom and right borders of sub-menu is not drawn. I've debugged it and found that it beca... - 05:19 PM Feature #1790: implement menu support
- Vadim Gindin wrote:
> The bottom and right borders of sub-menu is not drawn. I've debugged it and found that it beca... - 05:16 PM Feature #1790: implement menu support
- The bottom and right borders of sub-menu is not drawn. I've debugged it and found that it because @ScreenBitmap@ acti...
- 12:26 PM Feature #1790: implement menu support
- > I think it will be not suitable to use DropDown and ComboBox classes for menu goals as a common mechanism.
I agr... - 11:28 AM Feature #1790: implement menu support
- The first question in previous note is solved: wrong implementation of @menu.width()@
- 09:06 AM Feature #1790: implement menu support
- Separate question about events. Lets look at @Button.processEvent()@ method:...
- 08:53 AM Feature #1790: implement menu support
- The next buffled difficulty. Here is my menu:...
- 03:22 PM Feature #2480: add support for button and image attributes and options
- This update for review(merged with recent code base) is release candidate for @DEFAULT@ button attribute feature. Add...
- 08:21 PM Feature #2480: add support for button and image attributes and options
- This updates is merged with the recent code base. Also it adds conversion/runtime support for standalone set/get @DEF...
- 12:34 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Has passed regression testing and is committed as bzr rev. 10811
- 12:33 PM Bug #2520: Dynamic list controls are not visible
- Final version has passed regression testing and is committed as bzr rev. 10811
- 12:32 PM Feature #2522: add attribute/method support for radio-set
- Has passed regression testing and is committed as bzr rev. 10811
- 12:16 PM Feature #2522: add attribute/method support for radio-set
- Yes, you can check it in.
- 11:29 AM Feature #2522: add attribute/method support for radio-set
- Please find the final update attached.
- 11:01 AM Feature #2522: add attribute/method support for radio-set
- Please post the final update here.
- 04:18 AM Feature #2522: add attribute/method support for radio-set
- All regression tests (except tc_job_002) passed. Can I commit mt changes?
- 12:22 PM Feature #2422: add features to BROWSE
- Yes, but we have single cell's widget (there are multiple columns) and only for editable browse.
Also we can track ... - 12:06 PM Feature #2422: add features to BROWSE
- Treating the browse column as a real widget is going to add quite a bit of complication. It will have to be ignored ...
- 11:39 AM Feature #2422: add features to BROWSE
- Guys, about the @SCREEN-VALUE@ of a browse column. This attribute matches the content of the cell of the specific col...
03/12/2015
- 04:01 PM Feature #2522: add attribute/method support for radio-set
- Constantin Asofiei wrote:
> Igor, I think the update is safe now. But please rename @pairsSetWhenRealized@ to @item... - 03:39 PM Feature #2522: add attribute/method support for radio-set
- Igor, I think the update is safe now. But please rename @pairsSetWhenRealized@ to @itemsSetWhenRealized@ - this flag...
- 01:16 PM Feature #2522: add attribute/method support for radio-set
- Constantin Asofiei wrote:
> Igor, I'm still trying to understand why the @pairsSetWhenRealized@ flag is needed - ple... - 12:51 PM Feature #2522: add attribute/method support for radio-set
- Igor, I'm still trying to understand why the @pairsSetWhenRealized@ flag is needed - please post a simple, minimum te...
- 12:37 PM Feature #2522: add attribute/method support for radio-set
- Code Review ias_upd20150312b.zip
I'm OK with the changes. - 12:18 PM Feature #2522: add attribute/method support for radio-set
- Actually Constantin is right: I've not tested all cases. Please find the update attached.
Thank you Constantin. - 11:26 AM Feature #2522: add attribute/method support for radio-set
- Constantin Asofiei wrote:
> About ias_upd20150312a.zip:
> * @ControlSetEntity.pairs@ - the javadoc for @return@ is ... - 10:56 AM Feature #2522: add attribute/method support for radio-set
- About ias_upd20150312a.zip:
* @ControlSetEntity.pairs@ - the javadoc for @return@ is not formatted properly.
* @Con... - 09:07 AM Feature #2522: add attribute/method support for radio-set
- Code Review ias_upd20150312a.zip
I'm fine with the changes.
Constantin: please review. - 07:44 AM Feature #2522: add attribute/method support for radio-set
- Done. The regression test started. The attached archive also contains minor fixed for #2508 and #2520
- 09:22 AM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150311a.zip
I'm good with the changes.
03/11/2015
- 06:47 PM Feature #2480: add support for button and image attributes and options
- The update for review presents suggested approach in base for implementation of the default button feature. The frame...
- 08:37 AM Feature #2480: add support for button and image attributes and options
- My only concern here is that the logic for this should not be in the window widget, but in the frame widget. Doesn't...
- 09:23 PM Feature #2480: add support for button and image attributes and options
- Looking for best implementation for button @DEFAULT@ attribute handling I see the following opportunity:
1. Pressing... - 12:35 PM Bug #2520: Dynamic list controls are not visible
- This looks reasonable. Please add this to the changes for #2522 to reduce testing effort. Also, it will give Consta...
- 11:55 AM Bug #2520: Dynamic list controls are not visible
- With the following update in Frame...
- 10:06 AM Feature #2422: add features to BROWSE
- Update merged with the latest sources. Committed to bzr rev 10804.
- 08:16 AM Feature #1790: implement menu support
- Vadim, some notes about the vig_20150309a.zip update you've sent me:
* Rectangle: the instances of this class need t...
03/10/2015
- 07:17 PM Feature #1790: implement menu support
- > I don't fully understand this statement. MENUBAR draws it's items (menu-items and sub-menus) within its area. Dropp...
- 06:58 PM Feature #1790: implement menu support
- Greg Shah wrote:
> Some thoughts:
>
> 1. Menus are different from our normal containers like Frames. With menus,... - 06:38 PM Feature #1790: implement menu support
- Some thoughts:
1. Menus are different from our normal containers like Frames. With menus, the contained widgets c... - 06:21 PM Feature #1790: implement menu support
- 1. I have simple MENUBAR with sub-menu and menu. It is drawn succesfully. At starting moment sub-menu has focus. When...
- 06:06 PM Feature #1790: implement menu support
- If you are stuck, please post specific questions or post more details of the problem so that we can help.
- 05:45 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> Perhaps it makes sense to integrate these changes with your work in #2522 to reduce the amount ... - 05:43 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- > And because there will be a separate commit by Constantin I understand a new history entry for the ControlSetEntity...
- 05:31 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> Code Review ias_upd20150310a.zip
>
> I'm fine with the proposed changes, except that the @Cont... - 05:29 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Code Review ias_upd20150310a.zip
I'm fine with the proposed changes, except that the @ControlSetConfig.java@ needs... - 05:24 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Igor Skornyakov wrote:
> Shall I start the regression testing right now?
No, don't put this into testing since Co... - 05:21 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Shall I start the regression testing right now?
- 05:05 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Please take a look at the augmented version of the Constantin's changes (I've the support for the above mentioned sub...
- 03:27 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Well, it seems that the situation is the following:
If LIST-ITEMS is assigned before the frame containing the widget... - 03:12 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- The situation looks strange. If one puts assignments in Constantin's sample not within "on" block (just two consecuti...
- 02:51 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Constantin,
I agree with your changes. However I've noticed another non-compatibility with 4GL:
With your sample ru... - 02:11 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Igor, please review and test this update with your standalone tests. It fixes problems in this code:...
- 11:03 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- The updated zip is attached.
- 10:51 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- setListItems() method fixed.
Has passed conversion regression testing and is committed as bzr rev. 10802.
- 10:36 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> What is the status of this? Also, please post the updated zip.
Regression test just passed (i... - 10:05 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- What is the status of this? Also, please post the updated zip.
- 05:10 PM Bug #2520: Dynamic list controls are not visible
- The updating of @savedWidgets@ doesn't work. Continue the investigation.
- 06:26 AM Bug #2520: Dynamic list controls are not visible
- I see. Thank you Constantin.
- 06:21 AM Bug #2520: Dynamic list controls are not visible
- Igor, see this test:...
- 05:56 AM Bug #2520: Dynamic list controls are not visible
- Constantin,
If I correctly understand your scenario my change retains the 4GL compatibility: after the frame is enab... - 05:05 PM Feature #2480: add support for button and image attributes and options
- The investigation shows the default button feature works only in GUI mode. The character mode just ignores this attri...
- 11:20 AM Feature #2422: add features to BROWSE
- The @QueryWrapper@ changes in 0310a look OK to me.
- 09:59 AM Feature #2422: add features to BROWSE
- Code Review svl_upd20150310a.zip
I'm fine with the changes.
Eric: please review the @QueryWrapper@ change.
B... - 05:53 AM Feature #2422: add features to BROWSE
- Update for review. Relatively to the previous version of the update (0305a) only @QueryWrapper@ has changed.
- 05:50 AM Feature #2422: add features to BROWSE
- About the recet bug. Here is the code that repositions browse to an invalid id:...
03/09/2015
- 07:24 PM Feature #2480: add support for button and image attributes and options
- @evl_upd20150307a.zip@ has been committed as 10800.
- 06:28 PM Feature #2480: add support for button and image attributes and options
- OK, please commit it.
- 06:13 PM Feature #2480: add support for button and image attributes and options
- Conversion testing completed. No difference in generated code. So the update @evl_upd20150307a.zip@ is ready to be co...
- 03:23 PM Feature #2480: add support for button and image attributes and options
- The new runtime test results: @10797_5c96d7c_20150309_evl.zip@ for update based on 10797. No regression found.
Sta... - 06:53 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Please note this text from the Progress docs for @EDITOR Phrase@:...
- 04:43 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> Igor, I think this is part of a larger defect in P2J, related to dynamic widgets/frames.... - 03:33 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> The urgency now is to determine if your Frame.addWidget change does not break any existin... - 03:30 PM Bug #2520: Dynamic list controls are not visible
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
>
> > Yes, don't complicate things for now. Just confirm the ... - 03:21 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> Yes, don't complicate things for now. Just confirm the implications of your change an... - 03:14 PM Bug #2520: Dynamic list controls are not visible
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
>
> > In any case, this is not currently supported by P2J. Th... - 03:10 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> In any case, this is not currently supported by P2J. The APIs are a no-op now.
I s... - 02:57 PM Bug #2520: Dynamic list controls are not visible
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
>
> > As I see from dvref.pdf, AUTO-RESIZE is for GUI only.
>... - 02:48 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> As I see from dvref.pdf, AUTO-RESIZE is for GUI only.
I know. However in my tests t... - 02:44 PM Bug #2520: Dynamic list controls are not visible
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > Igor, I think this is part of a larger defect in P2J, relate... - 02:39 PM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> Igor, I think this is part of a larger defect in P2J, related to dynamic widgets/frames.... - 02:25 PM Bug #2520: Dynamic list controls are not visible
- Igor, I think this is part of a larger defect in P2J, related to dynamic widgets/frames.
Something I think shoul... - 10:52 AM Bug #2520: Dynamic list controls are not visible
- Constantin Asofiei wrote:
> So, Igor: what issue were you trying to solve? Do you have a standalone test for it?
... - 10:35 AM Bug #2520: Dynamic list controls are not visible
- Greg Shah wrote:
> Constantin: please review the change (bzr rev 10797). Is the modification safe?
It's hard to tel... - 09:12 AM Bug #2520: Dynamic list controls are not visible
- Greg Shah wrote:
> Igor: in the future, please do not check anything in before you are explicitly approved to do so.... - 09:08 AM Bug #2520: Dynamic list controls are not visible
- Igor: in the future, please do not check anything in before you are explicitly approved to do so. Such approval is a...
- 09:47 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Code Review ias_upd20150309a.zip
The change is good. Please add a history entry, post the updated 0309b zip and g... - 09:19 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Fixed regression reported by Constantin (see #2408 notes 135/136/137). Restarted regression test
- 08:54 AM Feature #2508 (Closed): test LIST-ITEMS support in P2J and confirm that it is complete, add or fi...
- 09:11 AM Feature #2498: implement ADD-LAST() method
- Constantin Asofiei wrote:
> Have you tested both attributes with both widgets?
The method is the same for both widg... - 08:22 AM Feature #2498: implement ADD-LAST() method
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > Igor, you have a regression when LIST-ITEMS and LIST-ITEM-PA... - 07:55 AM Feature #2498: implement ADD-LAST() method
- Constantin Asofiei wrote:
> Igor, you have a regression when LIST-ITEMS and LIST-ITEM-PAIRS are set via the widget a... - 07:25 AM Feature #2498: implement ADD-LAST() method
- Igor, you have a regression when LIST-ITEMS and LIST-ITEM-PAIRS are set via the widget attribute, as in:...
03/08/2015
- 05:20 AM Bug #2520: Dynamic list controls are not visible
- Has passed conversion regression testing and is committed as bzr rev. 10797.
- 07:40 PM Feature #2480: add support for button and image attributes and options
- The testing completed, no regressions. The results: @10794_5c96d7c_20150307_evl.zip@.
Looks like I have to re-run ...
03/07/2015
- 01:51 PM Feature #2480: add support for button and image attributes and options
- Merge with 10796 code base.
- 08:46 PM Feature #2480: add support for button and image attributes and options
- The conversion testing completed. Generated codes are identical, no regressions. Starting runtime testing.
- 03:51 AM Bug #2520: Dynamic list controls are not visible
- Fixed. Started regression test
- 03:36 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Passed runtime regression testing and checked in as bzr rev 10796.
03/06/2015
- 04:46 PM Feature #2480: add support for button and image attributes and options
- Eugenie Lyzenko wrote:
> >Eugenie, do you know where the clipping rectangle is first calculated wrong? If not, can y... - 04:15 PM Feature #2480: add support for button and image attributes and options
- >I have no objections to this.
OK. I'm starting the conversion and runtime testing. - 04:01 PM Feature #2480: add support for button and image attributes and options
- >Eugenie, do you know where the clipping rectangle is first calculated wrong? If not, can you trace it down? Also, is...
- 02:20 PM Feature #2480: add support for button and image attributes and options
- Greg Shah wrote:
> > One consideration about clipping. The feature is now working for button widget but I think it h... - 02:05 PM Feature #2480: add support for button and image attributes and options
- > One consideration about clipping. The feature is now working for button widget but I think it has an issue. If usin...
- 02:04 PM Feature #2480: add support for button and image attributes and options
- Code Review evl_upd20150306a.zip
I'm fine with the changes. - 12:32 PM Feature #2480: add support for button and image attributes and options
- This update for review has completed runtime implementation for @NO-FOCUS@/@FLAT-BUTTON@ client part plus fixed newly...
- 03:45 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- After 3 runs the following 2 tests failed (in addition to the expected tc_job_002):...
- 03:00 PM Feature #1790: implement menu support
- Code Review vig_upd20150306a.zip
This is a good step forward.
1. It seems like there should be shared code betw... - 02:16 PM Feature #1790: implement menu support
- > When I'm pressing '->' in MENUBAR first menu-item (sub-menu) is blended when loosing focus. There are several calls...
- 10:37 AM Feature #1790: implement menu support
- It seems I will not make working version until today. Here is my current update with the following changes.
* Focus ... - 02:40 PM Feature #2422: add features to BROWSE
- One regression test has failed: @P2JQuery.bufferHandle()@ returns invalid handle. Looking into it.
- 08:46 AM Feature #2422: add features to BROWSE
- Code Review svl_upd20150305a.zip
I'm OK with the changes.
Eric: please review the @QueryWrapper@ change. - 02:59 AM Feature #2422: add features to BROWSE
- Update for review. Fixes minor issues.
- 11:44 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
- NUM-ITEMS runtime support (combo-box and selection-list)
INNER-LINES runtime setter attribute unknown behavior shoul... - 09:38 AM Feature #2534 (Closed): methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
- 08:46 AM Bug #2520: Dynamic list controls are not visible
- It seems that I've resolved the issue (with one-line fix). Will start regression testing after the one for #2508 will...
03/05/2015
- 03:50 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Code Review ias_upd20150305a.zip
I'm good with the changes. - 03:30 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- NPE was a result of my bug. To fix the cursor issue it was sufficient to hide cursor on SELECTION-LIST focus gain (an...
- 09:02 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- OK, please do fix these as part of this task.
- 09:00 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> Are these bugs specific to your change or are they already existing in P2J?
These bugs are not... - 08:57 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Are these bugs specific to your change or are they already existing in P2J?
- 08:56 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Found at least two bugs.
1. When there are several widgets in a frame the cursor position doesn't change when switch...
03/04/2015
- 04:26 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- > 1) take big file (much more then limit). And time to load this file will be much bigger then time to read file just...
- 04:24 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Code Review evk_upd20150301a.zip
1. Please name @LogicalTerminal.writeFile()@ as @LogicalTerminal.saveFile()@ to b... - 03:58 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- > Also I need to set modified flag. But didn't find good place to do it. Where I can have access to this flag ?
Se... - 08:08 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- 1) Added error handling and file stream close
4GL writes data into file till IO error. But for read operation 4gl re... - 03:17 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Merged with revno 10793. Tested. The selection list behavior on gain/loose focus has to be fixed.
- 11:43 AM Feature #2498 (Closed): implement ADD-LAST() method
- 11:08 AM Feature #2498: implement ADD-LAST() method
- Passed runtime regression testing and checked in as bzr rev 10793.
- 11:08 AM Feature #2498: implement ADD-LAST() method
- After updating majic_baseline @tc_po_item_003@ and @tc_po_item_004@. Majic rebuild passed OK.
- 08:49 AM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> Don't worry about the ctrl-c tests. The 3-way tests are known to fail and so long as all of them... - 08:41 AM Feature #2498: implement ADD-LAST() method
- Don't worry about the ctrl-c tests. The 3-way tests are known to fail and so long as all of them don't fail on all r...
- 05:24 AM Feature #2498: implement ADD-LAST() method
- Constantin Asofiei wrote:
> With rev 10787 there were baseline changes. You should reconfigure your setup or do a ... - 05:17 AM Feature #2498: implement ADD-LAST() method
- Igor Skornyakov wrote:
> @gso_ctrlc_3way_tests@ restarted. I've extracted @tc_po_item_003@ and @tc_po_item_004@ and ... - 05:08 AM Feature #2498: implement ADD-LAST() method
- In a third run all @gso_ctrlc_3way_tests@ failed. @tc_job_clock_004@ passed. I've also noticed that the following te...
- 09:33 PM Feature #2480: add support for button and image attributes and options
- This update for review contains runtime implementation for @NO-FOCUS@/@FLAT-BUTTON@. It is required to do more testin...
03/03/2015
- 05:18 PM Feature #2498: implement ADD-LAST() method
- The following tests failed identically in two runs:...
- 09:43 AM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> I think @unwrapControlEntity()@ should be removed from @handle@. Rebuilding MAJIC will confirm... - 09:37 AM Feature #2498: implement ADD-LAST() method
- Code Review ias_upd20150303c.zip
I think @unwrapControlEntity()@ should be removed from @handle@. Rebuilding MAJI... - 07:30 AM Feature #2498: implement ADD-LAST() method
- The problem was with @ScrollConatiner.ensureVisibility()@: I've reimplemented it to achieve the correct behavior for ...
- 02:50 PM Feature #2422: add features to BROWSE
- svl_upd20150302a was committed to bzr revision 10792.
- 02:25 PM Feature #2422: add features to BROWSE
- OK, my bad. I misread your post. The last record to the top of the browse IS CORRECT. In this case my update works pr...
- 01:28 PM Feature #2422: add features to BROWSE
- Correct or not, it's what Progress 9.1 did with the AOG Browse screen. It was quite strange. I've never recreated it ...
- 01:23 PM Feature #2422: add features to BROWSE
- Eric, are you sure that scrolling to the last row (and making it the scroll row) is not a correct behavior?
- 09:50 AM Feature #2422: add features to BROWSE
- AOG Browse fails. Reverting the code in AdaptiveQuery doesn't fix the issue. I'll look into that.
- 09:31 AM Feature #2422: add features to BROWSE
- @Cursor@:297 looks a little different to me. Have you confirmed the described behavior with the AOG Browse has not be...
- 03:47 AM Feature #2422: add features to BROWSE
- Eric, in this file there is also updated history entry which says ...
- 09:29 PM Feature #2422: add features to BROWSE
- Greg Shah wrote:
> Code Review svl_upd20150302a.zip
>
> I'm OK with the changes.
>
> Eric: please review the @...
03/02/2015
- 05:11 PM Feature #2422: add features to BROWSE
- Code Review svl_upd20150302a.zip
I'm OK with the changes.
Eric: please review the @AdaptiveQuery@ change. - 05:05 PM Feature #2422: add features to BROWSE
- Passed regression testing, so I can check it in just after review.
- 03:47 PM Feature #2422: add features to BROWSE
- Update for review with fixes for RFQ tests. Regression testing is running.
- 04:44 PM Feature #2498: implement ADD-LAST() method
- Just a note. If the screen size is ~ 132x43 then the failing screen with and without my changes look identical (manua...
- 11:21 AM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> Remove your update and manually test again to determine if it is your update that causes this. I... - 11:15 AM Feature #2498: implement ADD-LAST() method
- Remove your update and manually test again to determine if it is your update that causes this. I guess it is so, unl...
- 11:14 AM Feature #2498: implement ADD-LAST() method
- Constantin Asofiei wrote:
> Igor, is your terminal set to 80 cols by 24 rows? MAJIC layout will not be correct if th... - 11:08 AM Feature #2498: implement ADD-LAST() method
- Igor, is your terminal set to 80 cols by 24 rows? MAJIC layout will not be correct if the terminal is not set like this.
- 11:07 AM Feature #2498: implement ADD-LAST() method
- Hynek Cihlar wrote:
> Igor if haven't already, try to run the test manually. That is, start the client, login, and f... - 08:34 AM Feature #2498: implement ADD-LAST() method
- Igor Skornyakov wrote:
> I've added a delay to gso_301 (more presisely, to @common/find_rfq_so_8000356.xml@), but th... - 08:27 AM Feature #2498: implement ADD-LAST() method
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > Has anyone seen this kind of failure in the RFQ tests? Could we h... - 02:24 PM Feature #2334 (Closed): implement the GUI message line widget
- 11:30 AM Bug #2528: finish investigation and implemention of INPUT, SCREEN-VALUE and INPUT-VALUE
- This task is meant to complete the implementation of the INPUT, SCREEN-VALUE and INPUT-VALUE.
Some initial finding... - 11:22 AM Bug #2528 (New): finish investigation and implemention of INPUT, SCREEN-VALUE and INPUT-VALUE
- 09:20 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- Interesting. These sound pretty easy for us to implement.
> maximum stored data depends on @INNER-CHARS@ paramete... - 07:11 PM Feature #2487: implement READ-FILE() and SAVE-FILE() methods in the editor widget
- 1) If some IO error while reading/writing, then it read or wrote data can be used, but status of operation will be "n...
02/27/2015
- 05:18 PM Feature #2480: add support for button and image attributes and options
- The update contains conversion support and runtime start point starting point for @NO-FOCUS@ and @FLAT-BUTTON@ option...
- 02:21 PM Feature #2498: implement ADD-LAST() method
- No, let it finish.
- 01:41 PM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> Igor: do you have any other problems to solve or is this it?
No. I do not have any new problem... - 01:37 PM Feature #2498: implement ADD-LAST() method
- Igor: do you have any other problems to solve or is this it?
Constantin, Hynek, Eric and I all have quite a few ch... - 01:11 PM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> Has anyone seen this kind of failure in the RFQ tests? Could we have checked something in that ha... - 01:03 PM Feature #2498: implement ADD-LAST() method
- Has anyone seen this kind of failure in the RFQ tests? Could we have checked something in that has broken RFQ?
- 11:45 AM Feature #2498: implement ADD-LAST() method
- Both gsO301 and gso_308 failed at the same screen. As far as I understand the code for this screen is in @syman/so/se...
- 07:18 AM Feature #2498: implement ADD-LAST() method
- After fixes only the following tests failed in two runs:
3 gso_301: failure in step 6: 'timeout before the spec... - 07:41 AM Feature #2525: Runtime support of frame positional attributes
- The objective of this issue is to implement support of missing parts of frame positional attributes. Also to make sur...
- 07:23 AM Feature #2525 (New): Runtime support of frame positional attributes
02/26/2015
- 04:07 PM Feature #2479 (Closed): DEFINE IMAGE and image phrase support for both button and image
- 03:38 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- The update @evl_upd20150225b.zip@ has been committed in bzr as 10780.
- 03:20 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Yes, please check it in.
- 03:14 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Testing completed. The results file: @10778_5c96d7c_20150226_evl.zip@.
So the update is ready to be committed and ... - 11:47 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- The main part of the regression tests completed OK. Waiting for CTRL-C to be done.
- 07:48 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- The conversion testing completed. Codes are identical, no regression. Continue with the runtime testing.
- 12:25 PM Feature #2422: add features to BROWSE
- Stanislav Lomany wrote:
> After my recent minor changes RFQ tests started to fail. I'm looking into that.
I would... - 12:15 PM Feature #2422: add features to BROWSE
- After my recent minor changes RFQ tests started to fail. I'm looking into that.
- 12:09 PM Feature #2422: add features to BROWSE
- The persistence changes in 0225a look OK to me.
- 09:38 AM Feature #2422: add features to BROWSE
- Code Review svl_upd20150225a.zip
I'm fine with the changes. I looked at everything pretty carefully, except @Brow... - 10:18 AM Feature #1790: implement menu support
- Yes, that was the reason.. Sorry for trouble.
- 10:03 AM Feature #1790: implement menu support
- Mistake..
Here is the place in @ThinClient.waitFor@ where immedExit is set to true:... - 09:59 AM Feature #1790: implement menu support
- I found that during processing of @ThinClient.waitFor@ the flag @immedExit@ is set to true. It probably a reason.. It...
- 09:51 AM Feature #1790: implement menu support
- I'm stuck... I can't make menu events working. I don't fully understand how events queue works. Here are the followin...
- 06:30 AM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Code Review ias_upd20150225a.zip
1. The update should only contain files that were modified for this task. As far...
02/25/2015
- 03:58 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- > Eugenie: please confirm that it is not needed. If so, please remove it. Then go ahead with both conversion and ru...
- 03:52 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- > the call to @setPhysicalLocation@ in @IGI.initialize@ should be unnecessary as you already set the physical locatio...
- 03:36 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Greg Shah wrote:
> Code Review evl_upd20150225a.zip
>
> I'm fine with the changes.
>
> Hynek: please look at t... - 02:11 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Code Review evl_upd20150225a.zip
I'm fine with the changes.
Hynek: please look at the @BaseConfig@ change and c... - 12:07 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- This update for review has general fix for dynamic widget location issue. All processing shifted to @BaseConfig.apply...
- 09:33 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Greg Shah wrote:
> Code Review evl_upd20150224a.zip
>
> Are @ButtonGuiImpl.draw()@ and @ImageGuiImpl.draw()@ real... - 09:17 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Eugenie Lyzenko wrote:
> One more possible TODO change is rework for image phrase setters for button related images ... - 09:16 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- One more possible TODO change is rework for image phrase setters for button related images we have discussed previous...
- 09:05 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Code Review evl_upd20150224a.zip
Are @ButtonGuiImpl.draw()@ and @ImageGuiImpl.draw()@ really the proper locations ... - 08:53 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- Eugenie Lyzenko wrote:
> The only thing I see is to unify @CONVERT-3D-COLORS@ attribute for button and image widgets... - 08:51 AM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- The only thing I see is to unify @CONVERT-3D-COLORS@ attribute for button and image widgets. Currently button has @NO...
- 03:09 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Finished adding DELIMITER attribute support and fixing LIST-ITEMS and LIST-ITEM-PAIRS logic. Testing is still require...
- 02:32 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> Progress is full of these insane "quirks". In these cases we try to leave careful comments and j... - 02:19 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Progress is full of these insane "quirks". In these cases we try to leave careful comments and javadoc to explain th...
- 02:15 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Greg Shah wrote:
> Are you saying that the 4GL reacts differently in these two situations?
Yes, it does.
> If so... - 02:02 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- Are you saying that the 4GL reacts differently in these two situations?
Unknown literal:... - 12:47 PM Feature #2508: test LIST-ITEMS support in P2J and confirm that it is complete, add or fix feature...
- I've discovered a strange behavior: for the COMBO-BOX and SELECTION-LIST @ADD-LAST(..., ?)@ is rejected but the code
... - 01:58 PM Feature #2498: implement ADD-LAST() method
- Greg Shah wrote:
> OK, this makes sense. As you move forward, do keep in mind that you will likely need to merge yo... - 11:58 AM Feature #2498: implement ADD-LAST() method
- OK, this makes sense. As you move forward, do keep in mind that you will likely need to merge your code up to newer ...
- 11:35 AM Feature #2498: implement ADD-LAST() method
- Adding separate height/width fields doesn't help. Starting a detailed investigation. In particular I can see the the ...
- 09:08 AM Feature #2478 (Closed): button image support
- 09:07 AM Feature #2476 (Closed): window icon support improvements
- 08:55 AM Feature #2480: add support for button and image attributes and options
- The following attributes/options are left to b implemented/verified as working if already implemented:
+Button opt... - 05:53 AM Feature #2422: add features to BROWSE
- Major browse update for review. Changed caching logic in order to match 4GL.
02/24/2015
- 06:33 PM Feature #2479: DEFINE IMAGE and image phrase support for both button and image
- This update for review merges the recent code base plus fixes the location issue for dynamic images and buttons. The ...
Also available in: Atom