Activity
From 08/30/2014 to 09/28/2014
09/28/2014
- 04:28 PM Feature #1791: implement dynamic UI support
- This update for review reflects your recent notes. I'm going to put it on regression testing cycle shortly.
- 02:34 PM Feature #1791: implement dynamic UI support
- The changes passed the regression testing.
>3. I'm not sure opening the scope of a dynamic frame in GenericWidget.... - 09:55 AM Feature #1791: implement dynamic UI support
- Code Review 0927a
It looks good! As you suggest, if it passes testing you can check it in since any broken dynami... - 11:14 AM Feature #2252: implement GUI client support
- > 1. Could we drive association of common listeners (e.g. @pushScreenDefinition()@ or rounding) by AspectJ using anno...
- 09:30 AM Feature #2252: implement GUI client support
- Code Review ca_upd20140926g.zip
Generally, it all looks fine. The only thing I don't understand is why @ConfigMan...
09/27/2014
- 12:24 PM Feature #1791: implement dynamic UI support
- This is the main dynamic widget support update for review. Has the incorrect attributes handling, dynamic frames, wid...
- 12:07 PM Feature #2399: Implement output redirection in GUI mode
- The challenge here is that the GUI session uses GUI-specific widgets which know how to render themselves on raster-ba...
- 12:03 PM Feature #2399 (Rejected): Implement output redirection in GUI mode
09/26/2014
- 06:38 PM Feature #2252: implement GUI client support
- Code Review ca_upd20140926c.zip - Part 2
I still haven't reviewed your latest update. That is next. My apologies ... - 04:32 PM Feature #2252: implement GUI client support
- > In the context of #2388 I checked the current state of output redirection logic and it seems to be far away from th...
- 04:20 PM Feature #2252: implement GUI client support
- In the context of #2388 I checked the current state of output redirection logic and it seems to be far away from the ...
- 02:22 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> 1. Why not sync the server state on the next trip down to the client, instead of waiting for a @p... - 01:41 PM Feature #2252: implement GUI client support
- Code Review ca_upd20140926c.zip - Part 1
I'm half-way through the review of your previous update. I haven't looke... - 12:51 PM Feature #2252: implement GUI client support
- This update contains some fixes and the AspectJ changes related to optimizing the computation of widget config update...
- 11:48 AM Feature #2252: implement GUI client support
- Constantin Asofiei wrote:
> Vadim, there is this code in OutputManager.setInvalidate which breaks the GUI window cre... - 11:19 AM Feature #2252: implement GUI client support
- I found the same problem.
I fixed this problem in my current task by creating a method @SwingGuiPrimitives#hasWindow... - 10:55 AM Feature #2252: implement GUI client support
- Vadim, there is this code in OutputManager.setInvalidate which breaks the GUI window creation:...
- 05:25 AM Feature #2252: implement GUI client support
- This entry contains details for #2254
New configuration manager
------------------------------------
The new Con... - 02:33 PM Feature #1791: implement dynamic UI support
- Greg/Eugenie: first of all, a trigger can't be registered with a handle which is not valid. The widget (dynamic or n...
- 01:50 PM Feature #1791: implement dynamic UI support
- > But imagine the case when dynamic widget creation is the result of user(or application logic) intervention. For exa...
- 01:16 PM Feature #1791: implement dynamic UI support
- >We don't want to change how the client works. The client has no knowledge of handles. And to know when to fire a tri...
- 08:55 AM Feature #1791: implement dynamic UI support
- > So the triggers should be attached to the handle itself, not to the widget object(which might be not yet created). ...
- 07:52 AM Feature #1791: implement dynamic UI support
- Triggering issue to discuss.
The problem I'm currently work with is related to the triggers identification for dyn...
09/25/2014
- 01:10 PM Feature #2334: implement the GUI message line widget
- Agreed and understood.
- 12:40 PM Feature #2334: implement the GUI message line widget
- Yes we could do the code more abstract. But first of all I want to have the coordinates fixed.
Fonts are used only o... - 12:30 PM Feature #2334: implement the GUI message line widget
- Code Review 0925a
This is really good! I'm excited that you have achieved the "Hello World" for GUI.
My only c... - 11:29 AM Feature #2334: implement the GUI message line widget
- Here are my latest changes. I fixed many problems related to status bar and message area widgets but is still an inte...
09/24/2014
- 05:34 PM Feature #1791: implement dynamic UI support
- > If something is not supported on conversion level(like RADIO-BUTTONS attribute for RADIO-SET widget) I can postpone...
- 05:13 PM Feature #1791: implement dynamic UI support
- > OK, this all sounds like a reasonable approach. How quickly can you implement the necessary changes?
I guess if... - 04:41 PM Feature #1791: implement dynamic UI support
- OK, this all sounds like a reasonable approach. How quickly can you implement the necessary changes?
- 01:11 PM Feature #1791: implement dynamic UI support
- From the testing I did I can tell we certainly need tp change the @ScreenBuffer@ class. To be able to extent the cont...
- 04:46 PM Feature #2323 (Closed): refactor coordinate system and implement GUI coordinate support
- 02:19 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> I agree. I will close #2323 unless you believe there is something else to do (outside of the add... - 10:49 AM Feature #2252: implement GUI client support
- Code Review hc_upd20140924a.zip
Wow! Great work. That is a huge amount of change. Please go ahead and check it ... - 10:31 AM Feature #2252: implement GUI client support
- Code Review vig_upd20140924a.zip
The overall approach is correct. Eventually, some of this logic may be moved to ... - 10:19 AM Feature #2252: implement GUI client support
- For the #2323 please review the attached file.
- fixed initialization of GUI mode
- fixed AlertBox positioning in... - 04:43 AM Feature #2252: implement GUI client support
- Here is the update with multi-window support for message methods. Following methods was moved from @ThinClient@ to @W...
09/23/2014
- 06:13 PM Feature #2334: implement the GUI message line widget
- > 1. The implementation of GUI widgets still depends on coordinate conversion between pixels units and character unit...
- 06:07 PM Feature #2334: implement the GUI message line widget
- Code Review 0923a
1. In @WindowGuiImpl@ do we need to keep the hard coded message output (e.g. @line 1@...)? Even... - 01:33 PM Feature #2334: implement the GUI message line widget
- A first implementation of GUI message area. I implemented a scroll bar widget a scroll pane widget and a scrollable l...
- 03:23 PM Feature #1791: implement dynamic UI support
- Eugenie, you can ignore these for now. Your support for dynamic widget creation should be generic enough to be able ...
- 03:02 PM Feature #1791: implement dynamic UI support
- There is an issues creating something other than fill-in widget. Consider the following code in @DynamicWidgetFactory...
- 01:41 PM Feature #1791: implement dynamic UI support
- How much testing have you done and what are your findings?
- 11:41 AM Feature #2252: implement GUI client support
- This is the priority order for implementation of multi-window support (please edit this entry over time to mark off w...
09/22/2014
- 10:16 AM Feature #2252: implement GUI client support
- Please see the "Source Management" section of the timco.html document for details on how to deal with check-out/check...
- 09:18 AM Feature #2252: implement GUI client support
- Vadim Gindin wrote:
> These errors correlate with my update not with Eugenys.
I guess your changes affect MAJIC cod... - 08:57 AM Feature #2252: implement GUI client support
- These errors correlate with my update not with Eugenys.
- 08:22 AM Feature #2252: implement GUI client support
- Eugenie (EVL) sent a recent update email that notified that there were MAJIC changes to match his recent check-in:
... - 08:02 AM Feature #2252: implement GUI client support
- Tried to run regression testing and faced with the problem: majic is not builded because of compile errors:...
09/20/2014
- 12:14 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> Would you please add a task documenting the problem? It should be added to the "Harness" project... - 08:32 AM Feature #2252: implement GUI client support
- > The mystery resolved! Harness reporting doesn't HTML-escape the HTML outputs, that is the reason the button is not ...
- 08:30 AM Feature #2252: implement GUI client support
- Code Review vig_upd20140920a.zip
1. @THIS-PROCEDURE:CURRENT-WINDOW@ is not handled via state sync but you previous... - 08:04 AM Feature #2252: implement GUI client support
- The mystery resolved! Harness reporting doesn't HTML-escape the HTML outputs, that is the reason the button is not vi...
09/19/2014
- 04:18 PM Feature #2252: implement GUI client support
- I made corrections. Have a look please.
- 08:08 AM Feature #2252: implement GUI client support
- Code Review vig_upd20140919c.zip
This is moving in the right direction. - 08:07 AM Feature #2252: implement GUI client support
- > > Perhaps it should be kept in a context-local static var so it is shared between all @Window@ instances for this c...
- 05:32 AM Feature #2252: implement GUI client support
- Next update with the latest corrections except StatusStack move from ThinClient. See below.
Greg Shah wrote (note ... - 02:43 PM Feature #1791: implement dynamic UI support
- > If 1-3 will work fine I think we do not need any special processing for dynamic widgets on the client side. What do...
- 01:37 PM Feature #1791: implement dynamic UI support
- >One area I wonder about is whether the client-side WidgetRegistry needs to add/remove dynamic widgets differently.
... - 11:32 AM Feature #1791: implement dynamic UI support
- OK, go ahead and commit/distribute evl_upd20140919a.zip.
> >No, there is no such thing as a NEW GLOBAL SHARED frame.... - 11:16 AM Feature #1791: implement dynamic UI support
- >Let me take one last look first.
OK.
>No, there is no such thing as a NEW GLOBAL SHARED frame. You can only cr... - 11:06 AM Feature #1791: implement dynamic UI support
- Let me take one last look first.
- 11:05 AM Feature #1791: implement dynamic UI support
- The CTRL-C testing finished without regressions. I had to run 3-way tests in standalone session and they are OK too.
... - 09:57 AM Feature #1791: implement dynamic UI support
- The only change in this update is removed TODO from @GenericWidget.resourceDelete()@.
Is it OK to commit and distr... - 06:24 AM Feature #1791: implement dynamic UI support
- >This memory leak already exists in P2J. So we can go forward with your change anyway. But I do want to fix this some...
- 11:56 AM Bug #2396: memory leak when using shared frames
- In #1791 we found that using shared frames results in a memory leak because we never fully remove shared frames from ...
- 11:28 AM Bug #2396 (New): memory leak when using shared frames
09/18/2014
- 05:32 PM Feature #2252: implement GUI client support
- Code Review vig_upd20140919b.zip
This mostly is moving in the right direction.
1. The @statusStack@, @StatusD... - 05:17 PM Feature #2252: implement GUI client support
- > 1. Why it is necessary to hold the stack of statuses even for one-window UI?
Because you can have nested WAIT-FO... - 04:50 PM Feature #2252: implement GUI client support
- Fixed 2 files (compile errors)
- 02:34 PM Feature #2252: implement GUI client support
- I've made corrections with status stack, but I have some doubts.
1. Why it is necessary to hold the stack of statu... - 12:16 PM Feature #2252: implement GUI client support
- Details for #2388:
I have created a test suite that explores the behavior of window move/positioning. #2388 is int... - 05:01 PM Feature #1791: implement dynamic UI support
- > On the other hand I think the shared frame in 4GL approach has memory leak bomb initially. We never know at this ti...
- 01:53 PM Feature #1791: implement dynamic UI support
- >1. The changes to LT bring back that memory leak of shared frames, right? I understand it may be needed to defer the...
- 01:30 PM Feature #1791: implement dynamic UI support
- >2. Can the TODO from @GenericWidget.resourceDelete()@ be removed now?
I think we can remove. This is not my TODO ... - 12:32 PM Feature #1791: implement dynamic UI support
- Code Review 0918a
I only have the following concerns:
1. The changes to LT bring back that memory leak of share... - 11:57 AM Feature #1791: implement dynamic UI support
- >Your top priority is getting the new widget ID implementation through regression testing and checked in.
OK.
>Ho... - 10:43 AM Feature #1791: implement dynamic UI support
- Your top priority is getting the new widget ID implementation through regression testing and checked in.
However, ... - 10:41 AM Feature #1791: implement dynamic UI support
- Yes, it must build upon (add to) that code.
- 10:39 AM Feature #1791: implement dynamic UI support
- >Get this update prepared and uploaded for review ASAP. Please also test it with a variety of dynamic widget cases to...
- 09:46 AM Feature #1791: implement dynamic UI support
- I am fine with the proposed approach. Some thoughts:
1. The use of reflection (to lookup the constructor) needs s... - 08:29 AM Feature #1791: implement dynamic UI support
- Now at least two issues/regressions remain:
- one for NullPointerException.
- other with shared variable missing.
... - 12:02 PM Feature #2388: finish GUI window move/position support
- This is just for time tracking. Please put all history in the parent task #2252.
- 12:01 PM Feature #2388 (Closed): finish GUI window move/position support
09/17/2014
- 07:33 PM Feature #1791: implement dynamic UI support
- Code Review 0917a
I am fine with the changes.
Besides the testing, how soon can you make a list of the changes ... - 02:58 PM Feature #1791: implement dynamic UI support
- The regression testing has regression. The next update will be tested as fix. What is in the update:
1. Merge with... - 07:23 PM Feature #2252: implement GUI client support
- > WAIT-FOR always has widget specification. This widget uniquely identify the window it belongs. Assuming we have 2 w...
- 06:40 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> I think the more important question is how does the @statusStack@ need to be implemented in a mul... - 02:05 PM Feature #2252: implement GUI client support
- > I am wondering how is the test runner interacting with the application and whether it may cause a different path of...
- 01:45 PM Feature #2252: implement GUI client support
- Regarding #2323 please advice with runtime regression results. Several test cases fail with an alert box missing butt...
- 10:35 AM Feature #2333: implement the GUI status line widget
- I am keeping this open only because we still have the drawing differences between Windows and Linux. When the #2323 ...
- 10:17 AM Feature #2333 (Review): implement the GUI status line widget
- 10:16 AM Feature #2333: implement the GUI status line widget
- 0916a passed regression tests. Committed revision 10613.
- 07:29 AM Feature #2334: implement the GUI message line widget
- In @OpenEdge@ GUI the message area is a reserved region at the bottom of window above status bar implemented as a scr...
- 01:42 AM Feature #2334 (WIP): implement the GUI message line widget
09/16/2014
- 02:25 PM Feature #2252: implement GUI client support
- > I asked more about popStatus and pushStatus, rather then nesting. Do you mean I should stay these methods in ThinCl...
- 01:59 PM Feature #2252: implement GUI client support
- I asked more about popStatus and pushStatus, rather then nesting. Do you mean I should stay these methods in ThinClient?
- 01:38 PM Feature #2252: implement GUI client support
- > Recalling, I'm going to move these methods (pop and push) to Window. What window to apply these methods for? May be...
- 01:15 PM Feature #2252: implement GUI client support
- I have the following question about methods @pushStatus@ and @popStatus@ (ThinClient). They are called from applyChan...
- 10:55 AM Feature #2252: implement GUI client support
- In regard to task #2334 (finish message area support), the following needs to be done:
* create a proper scrollabl... - 11:15 AM Feature #2333: implement the GUI status line widget
- OK, the failure is actually on the client side and it is just that our GUI support does not yet handle frames. So wh...
- 11:12 AM Feature #2333: implement the GUI status line widget
- [09/16/2014 18:11:26 EEST] (StandardServer.invoke:SEVERE) {00000005:00000016:bogus} Abnormal end!
java.lang.reflect.... - 11:10 AM Feature #2333: implement the GUI status line widget
- Please post the full stack trace.
- 11:09 AM Feature #2333: implement the GUI status line widget
- I found the following error: @Attempt to instantiate classclass com.goldencode.p2j.ui.client.Frame which has no prope...
- 11:05 AM Feature #2333: implement the GUI status line widget
- What causes the server-side crash?
- 11:03 AM Feature #2333: implement the GUI status line widget
- When GUI client starts after authentication the @Ask.p@ is tried to be executed on server side but crash in @Standard...
- 10:50 AM Feature #2333: implement the GUI status line widget
- Code Review 0916a
The changes look good. Please go ahead into runtime regression testing.
> In conclusions all... - 10:20 AM Feature #2333: implement the GUI status line widget
- 1. Insets could be used by other widgets as well like message area, window title bar.
Even window widgets could ...
09/15/2014
- 04:20 PM Feature #2252: implement GUI client support
- > I'm just recalling that the client-side implementation is not finished yet. Status line does not display a value.
... - 03:35 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
>..
> Is there anything else that remains to be done to finish multi-window status support?
I'm... - 11:38 AM Feature #2252: implement GUI client support
- Code Review vig_upd20140912a.zip
In general, the changes are really good. I do want to make some slight changes t... - 10:01 AM Feature #2252: implement GUI client support
- > Considering that if i.e. char metrics are set, the pixel metrics automatically change, I'm inclined to let the clie...
- 03:17 PM Feature #2333: implement the GUI status line widget
- Code Review 0915a
The changes look very good.
1. Are the @GuiOptions@ insets only useful for the status line? ... - 11:47 AM Feature #2333: implement the GUI status line widget
- Here are the changes which I did so far. Some of the changes like color inheritance could be applied to other widget...
- 02:42 PM Feature #1791: implement dynamic UI support
- OK, we will keep going with the current plan. Hopefully it will pass testing and get checked in tomorrow.
- 02:34 PM Feature #1791: implement dynamic UI support
- Greg Shah wrote:
> This update just puts the new ID infrastructure into place. It doesn't solve any of the other dy... - 02:31 PM Feature #1791: implement dynamic UI support
- > My goal is to separate the widget's config (and in the end the runtime state) from its concrete implementation, so...
- 01:49 PM Feature #1791: implement dynamic UI support
- On a side note, do you now how much work is left on this task? I want to integrate this with my changes.
- 01:33 PM Feature #1791: implement dynamic UI support
- Greg Shah wrote:
> How many of these cases can act like "real" widgets? In other words, many of these are not treat... - 12:57 PM Feature #1791: implement dynamic UI support
- How many of these cases can act like "real" widgets? In other words, many of these are not treated as widgets by the...
- 11:49 AM Feature #1791: implement dynamic UI support
- Greg Shah wrote:
> > there are some widgets created on client-side which don't have a server-side counterpart
>
>... - 11:43 AM Feature #1791: implement dynamic UI support
- > there are some widgets created on client-side which don't have a server-side counterpart
Please provide more det... - 10:11 AM Feature #1791: implement dynamic UI support
- Greg/Eugenie: there are some widgets created on client-side which don't have a server-side counterpart. Looking at t...
09/12/2014
- 04:34 PM Feature #2252: implement GUI client support
- Constantin Asofiei wrote:
> Vadim Gindin wrote:
> >I'm sure about all of them except "statusStack". Could you pleas... - 03:56 PM Feature #2252: implement GUI client support
- Hynek Cihlar wrote:
> // At the moment it is unknown to me whether the coordinate conversion and
> ... - 03:20 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> > Should the flag be then somehow cached? The most logical place should probably be the widget in... - 01:58 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> The only issue with this is that every call takes a trip down to the client to call @OutputManage... - 01:54 PM Feature #2252: implement GUI client support
- > (1) In the change set in the file Coordinate.java - // TODO: #2323 implement GUI coordinate rounding.
> GUI roundi... - 01:22 PM Feature #2252: implement GUI client support
- Code Review 0911a
The changes look good. - 12:45 PM Feature #2252: implement GUI client support
- I am attaching update to the work in progress of #2323. The change set resolves comments from review, resolves resolv...
- 04:36 AM Feature #2252: implement GUI client support
- Vadim Gindin wrote:
>I'm sure about all of them except "statusStack". Could you please describe its function and may...
09/11/2014
- 07:02 PM Feature #2252: implement GUI client support
- I'm working on status methods implementation. I'm going to move some fields from ThinClient to Window (or TitledWindo...
- 12:13 AM Feature #2252: implement GUI client support
- Committed to revision 10606.
- 09:26 AM Feature #2333 (WIP): implement the GUI status line widget
09/10/2014
- 05:31 PM Feature #2252: implement GUI client support
- Code Review 0905a
I am fine with the changes.
> But there was an exception. See error log (client_vig_26776.log... - 05:01 PM Feature #2252: implement GUI client support
- I was running regression testing several times. Made some fix. Here is the latest update. It passes regression testin...
- 12:26 PM Feature #2252: implement GUI client support
- In regard to task #2333 (finish status area support), the following needs to be done:
* proper font/color usage
*...
09/08/2014
- 12:55 PM Feature #2252: implement GUI client support
- > 1. In many places in this update, you are moving back to @int@ from @double@. A good example is @src/com/goldencod...
- 10:34 AM Feature #2252: implement GUI client support
- Code Review hc_upd20140907a.zip
I like the new @Coordinate@ helper class. Use of it makes clear to the reader tha...
09/07/2014
- 04:31 PM Feature #2252: implement GUI client support
- Attached is the update of hc_upd20140831a. It resolves the issues from review at notes 184 and 188.
The most impo...
09/05/2014
- 08:56 AM Feature #1791: implement dynamic UI support
- > Sorry, that I'm meddling.
You are not meddling. You are CONTRIBUTING. Your questions help us make this project... - 08:24 AM Feature #1791: implement dynamic UI support
- Code Review 0904a
I'm fine with the changes. - 04:48 AM Feature #1791: implement dynamic UI support
- Sorry, that I'm meddling. Why your updates does not change @handle.getResourceId@ static method (and corresponding @R...
09/04/2014
- 07:49 PM Feature #1791: implement dynamic UI support
- The today update for review includes:
1. Merge with the recent code base.
2. Fix for shared frame importing @Screen... - 10:31 AM Feature #2286 (Closed): design and implement basic GUI window widget support
- 10:16 AM Feature #1793 (Closed): improve color support
- 10:08 AM Feature #1793: improve color support
- 0904c Passed conversion and regression tests. Committed revision 10605.
- 09:46 AM Feature #1793: improve color support
- Code Review 0904c
It is good. Go ahead and check it in/distribute it. - 09:31 AM Feature #1793: improve color support
- Done.
- 09:03 AM Feature #1793: improve color support
- Code Review 0904b
I am OK with the changes and I do think they are safe enough to avoid further testing.
I have... - 08:03 AM Feature #1793: improve color support
- A minor change to log a message whenever colors cannot be mapped and are mapped by default to a 0 RGB value.
- 07:44 AM Feature #1793: improve color support
- The changes in 0903b passed both conversion and regression tests. However I didn't do the commits and distributions y...
09/03/2014
- 07:26 PM Feature #1791: implement dynamic UI support
- >My only question is whether the @ScreenBuffer(int frameId, int numWidgets)@ constructor is ever safe to use in the n...
- 07:22 PM Feature #1791: implement dynamic UI support
- Status update.
The next regression I've faced is in PO adding screen. This is the serious issue with shared frames... - 09:05 AM Feature #1791: implement dynamic UI support
- Code Review 0901b
The changes look good and they do look more correct.
My only question is whether the @ScreenB... - 04:54 PM Feature #2252: implement GUI client support
- Greg Shah wrote:
> Code Review vig_upd20140901a.zip
>
> I am generally fine with this as an interim update.
>
... - 09:15 AM Feature #2252: implement GUI client support
- > 1. Place a standardized marker in a comment, which can be searched on to find all these places again. Something li...
- 08:58 AM Feature #2252: implement GUI client support
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > Code Review hc_upd20140831a
> >
> > Wow, that is a lot of work! It to... - 08:53 AM Feature #2252: implement GUI client support
- > It shows window button on the task bar but does not show the window itself. Testcase window_parenting/pause.p. Bod...
- 08:48 AM Feature #2252: implement GUI client support
- Code Review vig_upd20140901a.zip
I am generally fine with this as an interim update.
1. Can we make the window ... - 12:12 PM Feature #1793: improve color support
- > I have no other works to do on this task.
OK, please get this regression tested (both conversion and runtime).
... - 11:58 AM Feature #1793: improve color support
- I have no other works to do on this task.
Nevertheless they are other issues to implements like LOAD, USE, UNLOAD, ... - 11:49 AM Feature #1793: improve color support
- Code Review 0903b
The changes look good. I like the more general approach to reading color tables from the server... - 11:00 AM Feature #1793: improve color support
- I fixed the issues reported on Code Review 0903a (note 39)
- 10:04 AM Feature #1793: improve color support
- Code Review 0903a
The changes look good.
1. WindowConfig is missing a history entry.
2. The call from the cl... - 06:01 AM Feature #1793: improve color support
- I did some changes inside @ColorTable@ class to load colors on a per user manner.
I've fixed also some javadoc texts. - 12:07 PM Feature #2384: implement custom color overrides for ChUI
- This task is meant to allow the configuration of custom colors for ChUI as is possible in the 4GL using the protermca...
- 12:05 PM Feature #2384 (New): implement custom color overrides for ChUI
09/02/2014
- 11:40 AM Feature #1793 (Review): improve color support
- Here are my latest changes on color improvements:
- synchronization state between server and client.
- default syst... - 09:59 AM Feature #2252: implement GUI client support
- Greg Shah wrote:
> Code Review hc_upd20140831a
>
> Wow, that is a lot of work! It took me many hours to review th... - 09:49 PM Feature #2252: implement GUI client support
- Code Review hc_upd20140831a
Wow, that is a lot of work! It took me many hours to review that update. Generally, I...
09/01/2014
- 05:04 PM Feature #1791: implement dynamic UI support
- Another update today for review. I've faced another issues with lost @UNINITIALIZED@ state. In this update all constr...
- 02:21 PM Feature #1791: implement dynamic UI support
- Code Review 0829a/b and 0901a
I am fine with the changes. - 04:03 AM Feature #1791: implement dynamic UI support
- The next update for your review.
Looks like I've found the issue resolution. We need to initialize the state map f... - 02:10 PM Feature #2252: implement GUI client support
- I'm trying to test the following update with the last remarks and got strange behavior. It shows window button on the...
08/31/2014
- 06:06 PM Feature #2252: implement GUI client support
- Attached are changes related to #2323 - refactor coordinate system and implement GUI coordinate support.
What's in... - 02:29 PM Feature #2252: implement GUI client support
- I retested implicit pause cases and PAUSE BEFORE HIDE statement to research behavior of THIS-PROCEDURE:CURRENT-WINDOW...
Also available in: Atom