Activity
From 08/04/2017 to 09/02/2017
09/02/2017
- 08:09 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11181@.
Fix for array invalid index issue in @Edi...
09/01/2017
- 06:18 PM Feature #1834: implement direct manipulation (drag and drop)
- Committed revision 11180 changed(added new methods) DragDropHelper, ClientProtocolHooks to use file channels for file...
- 05:20 PM Feature #1834: implement direct manipulation (drag and drop)
- Prepared the fix for Unicode chars.
The idea. Instead of looping through every char in substring we can compute fu... - 01:30 PM Feature #1834: implement direct manipulation (drag and drop)
- > I guess this issue is not one of our priority and adding Cyrillic support can be postponed.
Actually, I think th... - 01:18 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> What is about the issue in the note 214?
The investigation:
1. The font width array w... - 12:28 PM Feature #1834: implement direct manipulation (drag and drop)
- Ok, understand now. There is the design issue that @WebClientProtocol.AppendMessageTask@ saves the whole message into...
- 12:16 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Another question related to this implementation is that we have a message type MSG_FILE_U... - 12:11 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Eugenie Lyzenko wrote:
> > The task branch @1834b@ has been updated for review to revisi... - 11:59 AM Feature #1834: implement direct manipulation (drag and drop)
- Another question related to this implementation is that we have a message type MSG_FILE_UPLOADING with its 32-bit fie...
- 11:45 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> The task branch @1834b@ has been updated for review to revision @11179@.
>
> This is min... - 10:48 AM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11179@.
This is minor code cleanup(@DragDropHelpe... - 09:10 AM Feature #1834: implement direct manipulation (drag and drop)
- I will take this part to implement MSG_FILE_UPLOADING from file channels on the java client side too if there are no ...
- 08:19 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, please review the changes in 11178, 11177. We need to implement uploading files from file channels, but now ...
- 08:04 AM Feature #1834: implement direct manipulation (drag and drop)
- May be this extra 16 bytes are related to the protocol format that must carry the payload data. https://tools.ietf.or...
- 07:31 AM Feature #1834: implement direct manipulation (drag and drop)
- Ok, don't understand this extra 16 bytes that was added to the wss message? Please update src/com/goldencode/p2j/ui/c...
- 06:51 AM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Eugenie, you added MSG_SET_UPLOAD_FILE_SIZE_LIMITS message type. It is useful if this lim... - 05:00 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, you added MSG_SET_UPLOAD_FILE_SIZE_LIMITS message type. It is useful if this limit is changed during the app...
- 10:17 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11175@.
This update adds ability to configure fil... - 03:19 PM Feature #3331: translate 4GL menu widget processing into a standardized embedded web client menu ...
- > Maybe we can let our driver inform the client of the current window's menu?
Yes, I think that makes good sense. - 03:10 PM Feature #3331: translate 4GL menu widget processing into a standardized embedded web client menu ...
- Greg Shah wrote:
> Constantin: I don't see a need for anything at conversion. It seems like we can do it all at run... - 02:54 PM Feature #3331: translate 4GL menu widget processing into a standardized embedded web client menu ...
- This is an extension of the idea in #3260-3. The key here is that instead of doing this at conversion time, we shoul...
- 02:48 PM Feature #3331 (Closed): translate 4GL menu widget processing into a standardized embedded web cli...
- 01:37 PM Feature #3283: add 4GL extension to obtain the mouse pointer location
- > Do we have any place (a wiki page) where we document the 4GL language extensions?
There are entries in this loca... - 01:32 PM Feature #3282: create a 4GL language extension to control screen refresh
- Can this task be closed?
- 08:31 AM Feature #3275: improve browse support
- When you have time, please review task branch 3275b rev 11169.
- 03:21 AM Feature #3275: improve browse support
- Rebased task branch 3275b from P2J trunk revision 11163.
08/31/2017
- 02:23 PM Feature #1834: implement direct manipulation (drag and drop)
- I think we should use streams here.
- 02:06 PM Feature #1834: implement direct manipulation (drag and drop)
- Ok, thank you. It seems that we need to do some changes in @WebClientProtocol.AppendMessageTask@ because the file con...
- 02:00 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Eugenie, please help what 4GL examples should I use for tests with large files? There are... - 01:56 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> It seems that the uploading files without slicing are done except these configurable para... - 01:48 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, please help what 4GL examples should I use for tests with large files? There are uast/drag_n_drop?
- 01:41 PM Feature #1834: implement direct manipulation (drag and drop)
- It seems that the uploading files without slicing are done except these configurable parameters in the directory, cor...
- 01:34 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Eugenie, Greg, should I take this JS part to upload files that exceed 1Gb?
Yes. If th... - 01:12 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, Greg, should I take this JS part to upload files that exceed 1Gb?
- 12:21 PM Feature #1834: implement direct manipulation (drag and drop)
- I just found that https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/length the a...
- 11:56 AM Feature #1834: implement direct manipulation (drag and drop)
- Another argument can be that the available memory that can be used to allocate the binary array on the client to hold...
- 11:41 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
>
> > What file size is a criteria to start splitting it into slices?
>
> I imagine it may va... - 10:51 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> It may be best for Sergey to take the JS file uploading part. What do you think?
I have no ob... - 10:30 AM Feature #1834: implement direct manipulation (drag and drop)
- It may be best for Sergey to take the JS file uploading part. What do you think?
- 10:28 AM Feature #1834: implement direct manipulation (drag and drop)
- > Probably we need a way to override this defaults within directory.
Yes.
> The question about large file. Do w... - 10:26 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11174@.
The update implements file synchronizatio...
08/30/2017
- 10:17 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > 4. When processing of the dropped files completes and the method END-FILE-DROP() is calling the...
08/29/2017
- 11:34 AM Feature #2368: allow widget output to stream in GUI mode
- Interesting finding about @stream-io@, it overrides all view-as clauses and forced them to a text widget type. This w...
- 10:28 AM Feature #3275: improve browse support
- In #3330 we found there is an undocumented usage of NUM-ENTRIES as a browse attribute. 3330a has conversion support ...
- 08:48 AM Feature #1834: implement direct manipulation (drag and drop)
- > 4. When processing of the dropped files completes and the method END-FILE-DROP() is calling the FWD on the Java sid...
- 08:52 PM Feature #1834: implement direct manipulation (drag and drop)
- Taking into account the parallel processing environments, file size issues and runtime resource limitations the imple...
08/28/2017
- 04:42 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > So I would suggest to postpone actual file uploading up to moment it become really required to ... - 04:23 PM Feature #1834: implement direct manipulation (drag and drop)
- > So I would suggest to postpone actual file uploading up to moment it become really required to open/load. Then we c...
- 12:50 PM Feature #1834: implement direct manipulation (drag and drop)
- The point to discuss for file uploading approach.
1. Yes, for the cases when web client and Java client part are r... - 04:37 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, do you need my help to work with @FileReader@ and @Blob@. I am worried because @Blob.slice@ method has diffe...
- 10:43 AM Feature #3275: improve browse support
- Stanislav Lomany wrote:
> Toggle-box values of calc columns are NOT displayed in Progress 10.2, definitely it is a p... - 10:35 AM Feature #3275: improve browse support
- Toggle-box values of calc columns are NOT displayed in Progress 10.2, definitely it is a progress bug. Works as expec...
08/25/2017
- 05:56 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been rebased with trunk @11163@. New revision is @11172@.
- 04:45 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11171@.
Some minor clean up and fix for drop targ... - 03:56 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Although for very large files we should think more. Please look at https://www.codeprojec... - 03:54 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been rebased with trunk @11162@. New revision is @11170@.
- 03:41 PM Feature #1834: implement direct manipulation (drag and drop)
- Although for very large files we should think more. Please look at https://www.codeproject.com/Articles/830704/Gigabi...
- 03:00 PM Feature #1834: implement direct manipulation (drag and drop)
- Constantin Asofiei wrote:
> > # Long way is to make this upload in FWD, opening file for reading and sending conte... - 02:51 PM Feature #1834: implement direct manipulation (drag and drop)
- My understanding is that file content can be read using the browser's File API, there are several usages of this API ...
- 02:50 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> Now we need to have a way to copy the content of the file from browser JS code to some @tmp... - 02:47 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> It seems that the drag and drop is used exactly in this case when you are dragging the OS... - 02:37 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> One note here. We implementing operation on files dragged from OS file system, meaning outs... - 02:26 PM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Ok. There is also the Firefox resource with the concrete examples how to drag and drop fi... - 02:09 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > You can see the path-less files as I noted before.
>
> I don't think this is a problem so lo... - 01:31 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been rebased with trunk @11161@. New revision is @11169@.
- 12:51 PM Feature #1834: implement direct manipulation (drag and drop)
- > You can see the path-less files as I noted before.
I don't think this is a problem so long as we can automatical... - 12:46 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > Dropped file names are getting without path. Need to find a way to get the path to match 4gl be... - 12:44 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> The @drop-target@ attribute is not marked correctly in gap marking. The conversion should be mar... - 12:44 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11168@.
This introduce first working web client i... - 12:05 PM Feature #1834: implement direct manipulation (drag and drop)
- The @drop-target@ attribute is not marked correctly in gap marking. The conversion should be marked as full in the t...
- 08:35 AM Feature #1834: implement direct manipulation (drag and drop)
- > Dropped file names are getting without path. Need to find a way to get the path to match 4gl behavior.
Consider ... - 10:31 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11167@.
First steps to get web client drop target... - 05:52 PM Feature #3284: implement more window widget support
- Rebased 3284b against trunk 11163.
- 05:42 PM Feature #3284: implement more window widget support
- 3284a merged to trunk as revision 11163 and archived.
- 05:25 PM Feature #3284: implement more window widget support
- Great! Please merge to trunk.
- 05:24 PM Feature #3284: implement more window widget support
- 3284a conversion test passed.
- 05:23 PM Feature #3284: implement more window widget support
- Greg Shah wrote:
> Code Review Task branch 3284a Revision 11185
>
> I'm fine with the changes.
>
> One questio... - 05:19 PM Feature #3284: implement more window widget support
- Hynek Cihlar wrote:
> Removed all cumulative runtime changes from 3284a and kept only conversion changes. The remove... - 05:11 PM Feature #3284: implement more window widget support
- Code Review Task branch 3284a Revision 11185
I'm fine with the changes.
One question: Shouldn't the gap marking... - 04:57 PM Feature #3284: implement more window widget support
- Greg Shah wrote:
> I think there is a problem with the branch. It has quite a bit of mess from the rebase.
Sorry... - 04:48 PM Feature #3284: implement more window widget support
- I think there is a problem with the branch. It has quite a bit of mess from the rebase.
- 04:42 PM Feature #3284: implement more window widget support
- Removed all cumulative runtime changes from 3284a and kept only conversion changes. The removed changes will go to 32...
- 02:57 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg Shah wrote:
> OK, then you can merge to trunk after that is backed out. It is the only thing that is "dangerou... - 02:25 PM Feature #3260: auto-conversion and enablement for the embedded web client
- OK, then you can merge to trunk after that is backed out. It is the only thing that is "dangerous" in your update, a...
- 02:17 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg, I need to backout the virtual session deadlock fix - I think is causing problems when connecting. I'll save the...
- 12:17 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Code Review Task Branch 3260a Revision 11174
I'm good with the changes. The result is quite good. - 12:07 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg, I've rebased 3260a with trunk 11161 and 3260a rev 11174 contains latest changes. The final approach is for the...
- 10:55 AM Feature #3260: auto-conversion and enablement for the embedded web client
- Code Review Task branch 3260a Revision 11172
I think the @PatternEngine@ should probably have @clearNewProgramFile... - 01:42 PM Feature #3275: improve browse support
- The browse option @validate@ needs to be added to gap analysis marking.
- 11:44 AM Feature #1818 (Closed): implement a timer service to replace the PSTimer OCX
- 11:38 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Branch 1818a was merged to trunk as revision 11161. Notification was sent to team. Test result an task branch were ar...
08/24/2017
- 12:01 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11166@.
This has reworked approach to get drop ta... - 11:11 AM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been rebased with trunk @11160@. New revision is @11165@.
- 11:01 AM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11164@.
This is working drag-and-drop implementat... - 10:54 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11163@.
Adding @Widget.java@ change missed in pre... - 10:32 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been rebased with trunk @11159@. New revision is @11162@.
- 10:12 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11161@.
This is the partial implementation for co... - 11:36 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Code Review Task branch 1818a Revision 11189
The changes look good. Please put this through testing. If this pas... - 10:46 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- It was rather late last night to start the investigation on the COM_PARAMETER issue.
After rebasing the two new revi... - 10:19 AM Feature #3284: implement more window widget support
- 3284a rebased against trunk revision 11160.
- 08:34 AM Feature #3284: implement more window widget support
- > I will start regression testing of 3284a without the open items above and deal with them in a new branch.
Yes, ... - 08:29 AM Feature #3284: implement more window widget support
- Code Review Task Branch 3284a Revision 11175
I like the use of default in the window hierarchy. The window state ... - 09:29 PM Feature #3284: implement more window widget support
- 3284a revision 11175 resolves most of this issue except:
* runtime support of ALWAYS-ON-TOP
* when window is minimi...
08/23/2017
- 05:30 PM Feature #3275: improve browse support
- Created task branch 3275b from trunk revision 11159.
- 03:44 PM Feature #3275: improve browse support
- I'll update gap analysis and merge now.
- 10:47 AM Feature #3275: improve browse support
- The gap analysis rules need to be updated for the latest changes. ChUI conversion regression test will be sufficient...
- 10:16 AM Feature #3275: improve browse support
- Did both conversion and runtime ChUI regression testing pass for rev 11194/11196?
I don't think that ChUI regressi... - 10:13 AM Feature #3275: improve browse support
- Code Review Task Branch 2892a Revision 11191
I'm fine with the changes. - 05:10 PM Feature #3260: auto-conversion and enablement for the embedded web client
- > I think this can be done as a distinct phase just at the beginning of ConversionDriver.back, conditionally via a ad...
- 05:09 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg Shah wrote:
> Are you referring to the helper methods in @ConversionDriver@? That would be OK.
OK, I'll cle... - 05:01 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Are you referring to the helper methods in @ConversionDriver@? That would be OK.
I guess you don't need the new... - 04:59 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg, do you want me to keep the conversion changes related to add new, generated, ASTs to the source list? I don't t...
- 04:38 PM Feature #2892 (Closed): Implement browse scrolling with mouse wheel
- 04:28 PM Feature #2892: Implement browse scrolling with mouse wheel
- 2892a has been merged into the trunk as bzr revision 11159.
- 04:37 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Code Review Task Branch 1818a Revision 11186
I'm fine with the changes except for the retention of the COM_PARAMET... - 04:06 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- I did. The changes are more extensive. Please see the revision 11186. There are a couple of other fixes (in @comments...
- 02:28 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- > 1. Do you have an example AST for DISABLE TRIGGERS which has a SYMBOL as the table reference?
> ...
> The AST... - 02:10 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Greg Shah wrote:
> Code Review Task Branch 1818a Revision 11184
>
> 1. Do you have an example AST for DISABLE TRI... - 11:39 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Code Review Task Branch 1818a Revision 11184
1. Do you have an example AST for DISABLE TRIGGERS which has a SYMBOL... - 09:53 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > The key point for file list handling is to install custom TransferHandler for JFrame or JDialog... - 09:15 AM Feature #1834: implement direct manipulation (drag and drop)
- > The key point for file list handling is to install custom TransferHandler for JFrame or JDialog. These two java cla...
- 10:06 PM Feature #1834: implement direct manipulation (drag and drop)
- The investigation performed to make implementation plan:
# The good news is we can use embedded Java functionality...
08/22/2017
- 04:31 PM Feature #2892: Implement browse scrolling with mouse wheel
- Branch 2892a revision 11196 passed regression testing, can be merged after your review.
- 01:34 AM Feature #2892: Implement browse scrolling with mouse wheel
- Greg, please review 2892a revision 11194 (not the last one), it has passed regression testing.
- 04:14 PM Feature #3284: implement more window widget support
- Greg Shah wrote:
> In the method implementation, why not return @integer[]@ instead of @BDT[]@?
No good reason ... - 04:04 PM Feature #3284: implement more window widget support
- >> 3. Why is GET-MOUSE-POINTER defined as METH_POLY in SignatureHelper?
>
> What type to use? The method returns Ba... - 03:56 PM Feature #3284: implement more window widget support
- Greg Shah wrote:
> Code Review Task Branch 3284a Revision 11189
>
> 1. In @methods_attributes.rules@, I don't thi... - 03:40 PM Feature #3284: implement more window widget support
- Code Review Task Branch 3284a Revision 11189
1. In @methods_attributes.rules@, I don't think you need to use @ and... - 08:59 AM Feature #2676: implement the equivalent to configurable support for a windows theme
- The following is some useful information from Ovidiu about how he created the themes. @windev01@ and @windev02@ are ...
- 07:24 AM Feature #3275: improve browse support
- How can I check out how win8 theme should look?
- 07:19 AM Feature #3275: improve browse support
- *2892a revision 11194 contains:*
CURRENT-COLUMN
INDEX
COLUMN-READ-ONLY
ROW-HEIGHT-PIXELS
BUFFER-FIELD
Metho... - 07:18 AM Feature #3275: improve browse support
- Stanislav Lomany wrote:
> If a toggle-box is fit into a column with insufficient width, Progress 11.6 (win10 theme) ...
08/21/2017
- 07:54 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11160@.
This update finishes the frame widget dir... - 05:49 PM Feature #3275: improve browse support
- If a toggle-box is fit into a column with insufficient width, Progress 11.6 (win10 theme) scales toggle-box reducing ...
- 10:18 AM Feature #3275: improve browse support
- In a browse using toggle-boxes there is only one real toggle-box control. Others are images.
!toggle-box.png! - 12:07 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg, with the embedded part I'm testing an approach which switches the approach from code generation: instead of gen...
08/20/2017
- 09:22 AM Feature #2892: Implement browse scrolling with mouse wheel
- Rebased task branch 2892a from P2J trunk revision 11158.
08/19/2017
- 02:28 PM Feature #3283: add 4GL extension to obtain the mouse pointer location
- The issue fully resolved in task branch 3284a revision 11172. Added 4GL-extension method GET-MOUSE-POSITION. Please r...
- 08:14 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834b@ has been updated for review to revision @11159@.
This adds frame widget moving direct mani...
08/18/2017
- 05:31 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Task branch 1818a was updated. Some issues were identified while testing with customer's code. They were fixed.
Comm... - 05:29 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> OK. I think here there is a way the Windows signals for opened application the systems colo... - 05:13 PM Feature #1834: implement direct manipulation (drag and drop)
- Ovidiu Maxiniuc wrote:
> > Any special reason to change default color?
> For Classic Theme, I tried to keep the exi... - 01:32 PM Feature #1834: implement direct manipulation (drag and drop)
- > Any special reason to change default color?
For Classic Theme, I tried to keep the existing colors, to avoid regre... - 12:47 PM Feature #1834: implement direct manipulation (drag and drop)
- I need some clarification from one who implemented theme management.
Why do we use:... - 12:05 PM Feature #1834: implement direct manipulation (drag and drop)
- 4GL classic theme:
!set_box_on_darkgray_4gl_classic.jpg!
Background: @0x848285@, selection: @0x7b7d7a@, this is... - 10:08 PM Feature #1834: implement direct manipulation (drag and drop)
- Start working on the part 2. Continue with frame move/resize. The first issue I have faced is the current selection b...
08/17/2017
- 07:01 PM Feature #3284: implement more window widget support
- Rebased 3284a against trunk 11158.
- 05:06 PM Feature #3281: implement some frame options
- > then I'm disabling all the HELP-related code for USE-DICT-EXPS, as it causes regressions in the ChUI regression tes...
- 04:57 PM Feature #3281: implement some frame options
- Greg Shah wrote:
> > Not sure how fast I can solve it.
>
> Solve it later. Focus on the other stuff that needs t... - 04:54 PM Feature #3281: implement some frame options
- > Not sure how fast I can solve it.
Solve it later. Focus on the other stuff that needs to happen for the custome... - 04:53 PM Feature #3281: implement some frame options
- There is an issue with USE-DICT-EXPS with shared frames and HELP: this setting is local to the program where the shar...
- 10:15 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Code Review Task Branch 1818a Revision 11180
The date of the 081 history entry in @build.xml@ is incorrect. Other... - 09:58 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Task branch 1818a was rebased with trunk r11158. Pushed up to revision 11179.
- 08:44 AM Feature #1834: implement direct manipulation (drag and drop)
- Created task branch @1834b@ from trunk revision @11158@.
- 08:02 AM Feature #1834: implement direct manipulation (drag and drop)
- The branch @1834a@ has been merged into trunk as revision @11158@. The branch @1834a@ has been archived.
- 07:56 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > Can be merged into trunk I think.
>
> Please merge 1834a to trunk.
OK. Starting.
- 07:51 AM Feature #1834: implement direct manipulation (drag and drop)
- Ovidiu Maxiniuc wrote:
> > The second issue is layout mismatch giving vertical scrollbar that should not be here.
>... - 07:48 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> This is the web client that has not active color window title.
This is because the mouse-i... - 07:44 AM Feature #1834: implement direct manipulation (drag and drop)
- > Can be merged into trunk I think.
Please merge 1834a to trunk. - 07:42 AM Feature #1834: implement direct manipulation (drag and drop)
- The @ChUI@ regression testing completed. The results: @1834a_11202_ddff287_20170817_evl.zip@. No regressions. GUI tes...
- 09:24 PM Feature #1834: implement direct manipulation (drag and drop)
- The standalone testing is in progress.
There is an issue, not regression and we have it in the trunk:
!test_iss... - 07:39 AM Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- 1795a merged in to 3284a.
- 03:58 AM Feature #3282: create a 4GL language extension to control screen refresh
- The points from the review resolved in 3282a. Also 3282a was merged in 3284a. Please review.
- 03:12 AM Feature #3282: create a 4GL language extension to control screen refresh
- Rebased 3282a against current trunk.
08/16/2017
- 05:08 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Unified branch r11177 passed standard conversion testing on devsrv01.
I committed the extension hints for PSTimer ... - 03:30 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Task branch 1818a was merged with 3292a, 2676b and 1830a. The minor issues found in preliminary tests were fixed.
Co... - 04:57 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Code Review Task Branch 3260a Revision 11161
It looks good. - 04:55 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Code Review Task Branch 3260a Revision 11160
This is really impressive stuff. I do think that more documentation ... - 04:41 PM Feature #1834: implement direct manipulation (drag and drop)
- Conversion testing passed. Generated codes are identical. Continue with @ChUI@ runtime testing and other tests.
- 07:30 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> Code Review Task Branch 1834a Revision 11202
>
> It all looks good.
>
> Go ahead with testi... - 07:22 AM Feature #1834: implement direct manipulation (drag and drop)
- Code Review Task Branch 1834a Revision 11202
It all looks good.
Go ahead with testing ChUI (conversion and runt... - 04:29 PM Feature #3281 (WIP): implement some frame options
- 3260a 11161 adds the HELP for USE-DICT-EXPS. Please review. Only the COLOR runtime remains to be implemented.
- 07:36 AM Feature #3281: implement some frame options
- Greg, please review 3260a rev 11160 - it includes all issues in note 1, except the schema help which can be pulled by...
- 03:14 PM Feature #3284: implement more window widget support
- Rebased 3284a against current trunk.
- 10:49 AM Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
- Code Review Task Branch 1830a Revision 11165
The changes are good. - 10:43 AM Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
- > I moved the two factory methods from FileSystemOps class to FileDialog. However, I think they can stay to FileSyste...
- 10:36 AM Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
- Greg Shah wrote:
> Code Review Task Branch 1830a Revision 11164
>
> I really like the chaining implementation. I... - 10:11 AM Feature #2676: implement the equivalent to configurable support for a windows theme
- Code Review Task Branch 2676b Revision 11162
The changes are good. - 09:38 AM Feature #2676: implement the equivalent to configurable support for a windows theme
- I removed the @java.awt.Color@ from @ScrollableListGuiImpl@. Committed revision 11162. This branch will be merged soo...
- 10:02 AM Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- Code Review Task Branch 1795a Revision 11158
The changes are good. - 07:27 AM Feature #3275: improve browse support
- Code Review Task Branch 2892a Revision 11190
Everything looks good.
Go ahead with testing ChUI (conversion and ... - 04:47 AM Feature #3275: improve browse support
- Issues from note 74 are fixed in branch 2892a revision 11190.
08/15/2017
- 07:42 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> Code Review Task Branch 1834a Revision 11219
>
> I like this implementation. It is especially... - 06:22 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> 4. Why was @BrowseColumnGuiImpl.getEffectiveMousePointer()@ removed?
This method always return... - 05:30 PM Feature #1834: implement direct manipulation (drag and drop)
- Code Review Task Branch 1834a Revision 11219
I like this implementation. It is especially nice that you have been... - 04:35 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been updated for review to revision @11201@.
Added gap analysis changes. So it is read... - 03:30 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been updated for review to revision @11200@.
This is code clean up preparing to be rel... - 10:06 PM Feature #1834: implement direct manipulation (drag and drop)
- The remaining issues/TODOs for direct manipulation and drag-n-drop functionality:
1. The frame move/resize functiona... - 05:32 PM Feature #3275: improve browse support
- Greg Shah wrote:
> Code Review Task Branch 2892a Revision 11189
>
> Overall, this is a really good update.
>
>... - 02:44 PM Feature #3275: improve browse support
- Code Review Task Branch 2892a Revision 11189
Overall, this is a really good update.
Hynek: Please review the ch... - 05:23 PM Feature #3281: implement some frame options
- Greg Shah wrote:
> Eric: do you have any comments?
Nothing to add to your summary; that is pretty much how I recall... - 05:00 PM Feature #3281: implement some frame options
- The @SymbolResolver@ does track per-frame data. While its processing may not correspond 100% to the frame scoping ru...
- 04:53 PM Feature #3281: implement some frame options
- Greg, thanks for the explanation - it will help.
> > What I'm planning is to modify the parser to track USE-DICT-E... - 04:26 PM Feature #3281: implement some frame options
- #2692-36 has a summary of the most recent work on implicit validation processing. Stanislav also has changes in bran...
- 03:52 PM Feature #3281: implement some frame options
- @USE-DICT-EXPS@ behaviour in 4GL looks like is just a way of enforcing the schema-level validation (and help) for the...
- 02:08 PM Feature #3281: implement some frame options
- Another validation issue: the schema-level validation is pulled for a field on its first occurrence in a UPDATE/ENABL...
- 10:05 AM Feature #3281: implement some frame options
- > > > NO-VALIDATE - looks like this is already present at conversion time
> >
> > I don't see the *option* being h... - 08:47 AM Feature #3281: implement some frame options
- The @USE-DICT-EXPS@ stmt is interesting:
# any VALIDATE or HELP options set at the widget, before USE-DICT-EXPS was ... - 03:53 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- Greg Shah wrote:
> > I understand Analytics uses the com_invocation pseudo-type to distinct these special calls. We ... - 03:49 PM Feature #1818: implement a timer service to replace the PSTimer OCX
- > COM_INVOCATION was not removed. You can find it below, sharing the same code with DB_REF_NON_STATIC. They both are ...
- 11:06 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Greg Shah wrote:
> 1. The inclusion of @COM_INVOCATION@ in the @ExpressionConversionWorker@ is needed for our Analyt... - 09:35 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Code Review Task Branch 1818a Revision 11171
1. The inclusion of @COM_INVOCATION@ in the @ExpressionConversionWork... - 03:33 PM Feature #2676: implement the equivalent to configurable support for a windows theme
- Code Review Task Branch 2676b Revision 11161
The changes are good.
I prefer to use the @GuiDriver.setColor(Colo... - 08:50 AM Feature #2676: implement the equivalent to configurable support for a windows theme
- Greg Shah wrote:
> What is the status of 2676b?
I opened this branch to add fixes for UI glitches every time I spot... - 11:30 AM Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
- Code Review Task Branch 1830a Revision 11164
I really like the chaining implementation. Its design is smart and y...
08/14/2017
- 05:30 PM Feature #3281: implement some frame options
- Greg Shah wrote:
> > NO-VALIDATE - looks like this is already present at conversion time
>
> I don't see the *opt... - 05:08 PM Feature #3281: implement some frame options
- > NO-VALIDATE - looks like this is already present at conversion time
I don't see the *option* being handled. The... - 04:41 PM Feature #3281: implement some frame options
- Some initial investigation:
# @NO-VALIDATE@ - looks like this is already present at conversion time
# @USE-DICT-EXP... - 04:31 PM Feature #2892: Implement browse scrolling with mouse wheel
- Rebased task branch 2892a from P2J trunk revision 11157.
- 02:42 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Code generation outstanding issues at this time:
# windows with program parameters - I will add a warning and ignore... - 02:40 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg Shah wrote:
> > they are required at conversion
>
> I assume this code always needs to be carefully matched ... - 02:30 PM Feature #3260: auto-conversion and enablement for the embedded web client
- > they are required at conversion
I assume this code always needs to be carefully matched up with the specific emb... - 01:23 PM Feature #3260: auto-conversion and enablement for the embedded web client
- Greg Shah wrote:
> It depends on how they are used. Must they be converted at the same time as the application code... - 01:18 PM Feature #3260: auto-conversion and enablement for the embedded web client
- It depends on how they are used. Must they be converted at the same time as the application code? Or can they be co...
- 01:09 PM Feature #3260: auto-conversion and enablement for the embedded web client
- There are additional files (some dependent .p programs - fwd-embedded-driver.p and fwd-page-template.p and some inclu...
- 01:04 PM Feature #3283: add 4GL extension to obtain the mouse pointer location
- What branch is this code in?
What is the status? - 01:00 PM Feature #1834: implement direct manipulation (drag and drop)
- It seems that the web client changes are correct, there are minor issues that @CanvasRenderer(canvas, ctx, screenCanv...
08/12/2017
- 09:49 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been updated for review to revision @11199@.
This update introduces new approach for s...
08/11/2017
- 03:16 PM Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- I created task branch 1795a and checked in conversion support for SESSION attributes PRINTER-NAME, PRINTER-PORT, PRIN...
- 02:00 PM Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- @OUTPUT TO PRINTER@ conversion support seems to be complete in current FWD trunk.
- 01:33 PM Feature #1795 (WIP): implement printing support (real GUI printing not the child process stuff us...
- 01:40 PM Feature #3275: improve browse support
- Please add the following to the work from this task.
SCROLL-TO-SELECTED-ROW() method
NO-EMPTY-SPACE option (it is... - 01:34 PM Feature #3275: improve browse support
- Please also update gap marking for the AT and SCROLLBAR-VERTICAL browse options. It was recently proven that they ar...
- 12:07 PM Feature #2800: implement GUI support for CHOOSE
- From Constantin:
> I think 10 man days of work should be enough; there is some 2-pixel drawing offset for CHOOSE w... - 09:42 AM Feature #1834: implement direct manipulation (drag and drop)
- Constantin Asofiei wrote:
> Greg/Eugenie: for @DROP-TARGET@, documentation states that only OS files can be dropped,... - 09:20 AM Feature #1834: implement direct manipulation (drag and drop)
- Sergey Ivanovskiy wrote:
> Please check this style @canvas.style["position"] = "fixed";@. It can be important for z-... - 08:46 AM Feature #1834: implement direct manipulation (drag and drop)
- > do we have real app usage of DROP-FILE-NOTIFY event? Without this, I think DROP-TARGET will be just a no-op.
Th... - 03:07 AM Feature #1834: implement direct manipulation (drag and drop)
- Please check this style @canvas.style["position"] = "fixed";@. It can be important for z-order layout of canvas eleme...
- 02:22 AM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie Lyzenko wrote:
> Implementing alternative approach for drawing selection box canvas. The point with issues i... - 11:34 PM Feature #1834: implement direct manipulation (drag and drop)
- Implementing alternative approach for drawing selection box canvas. The point with issues is new canvas is layered be...
08/10/2017
- 07:24 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg/Eugenie: for @DROP-TARGET@, documentation states that only OS files can be dropped, and according to http://know...
- 07:17 PM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> Does 1834a support DROP-TARGET as a browse option and as a widget option? If not, please add it.... - 06:34 PM Feature #1834: implement direct manipulation (drag and drop)
- Does 1834a support DROP-TARGET as a browse option and as a widget option? If not, please add it.
- 10:13 AM Feature #1834: implement direct manipulation (drag and drop)
- The additional investigation is in progress to have better approach for javascript based web client selection box pai...
- 10:48 AM Feature #2676: implement the equivalent to configurable support for a windows theme
- What is the status of 2676b? Does it need review? Are there open issues? What testing has been done?
- 10:05 AM Feature #3275: improve browse support
- Please update the gap analysis rules (@rules/gaps/*.rules@) for the changes you have made here (attributes, methods, ...
- 09:12 AM Feature #1818: implement a timer service to replace the PSTimer OCX
- Could you summarize the status of this task? What has been done to resolve the known issues? Is it ready for a fina...
- 08:53 AM Feature #3284: implement more window widget support
- > Due to the above and since the Swing support AFAIK is not that critical I suggest to leave the window icon in the t...
08/09/2017
- 12:29 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been rebased with trunk @11157@. New revision is @11198@.
- 11:25 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been updated for review to revision @11197@.
This update fixes the potential issues wi... - 06:38 AM Feature #3284: implement more window widget support
- Regarding the @SHOW-IN-TASKBAR@ support, I didn't find a reliable and portable way to make a top-level window not app...
08/08/2017
- 06:40 AM Feature #1834: implement direct manipulation (drag and drop)
- Greg Shah wrote:
> > After change and rebuild - the new version not always become visible in Firefox web debugger.
... - 05:43 AM Feature #1834: implement direct manipulation (drag and drop)
- > After change and rebuild - the new version not always become visible in Firefox web debugger.
Sometimes you have... - 11:54 PM Feature #1834: implement direct manipulation (drag and drop)
- The task branch @1834a@ has been updated for review to revision @11196@.
The update has implemented selection box ...
08/07/2017
- 03:02 PM Feature #1834: implement direct manipulation (drag and drop)
- Eugenie, look into @p2j.screen.js@, a @canvasRenderer@ defined for a window - this works with an 'offscreen' context ...
- 02:55 PM Feature #1834: implement direct manipulation (drag and drop)
- Some debugging/implementation results. I'm trying to implement selection box clean up code. Also to understand why @X...
- 12:14 PM Feature #3275: improve browse support
- > Should I return to WIDTH-PIXELS attributes after I got all other options completed?
Do the conversion now. Runt... - 12:04 PM Feature #3275: improve browse support
- Should I return to WIDTH-PIXELS attributes after I got all other options completed?
Should I go for VIEW-AS TOGGLE-B... - 11:55 AM Feature #3275: improve browse support
- > We need to re-layout browse on update. That may take some time.
We will need to do this, but getting all the con... - 11:03 AM Feature #3275: improve browse support
- > Is there anything needed for support of the attribute of that name? I think it may already be working.
We need ... - 10:40 AM Feature #3275: improve browse support
- > I want to clarify if "WIDTH-PIXELS (conversion only)" I need to implement is an option that can be specified for a ...
- 10:37 AM Feature #3275: improve browse support
- Greg, I want to clarify if "WIDTH-PIXELS (conversion only)" I need to implement is an option that can be specified fo...
- 08:31 AM Feature #3275: improve browse support
- I found a bug related to AUTO-RETURN in original 4GL environment. Testcase attached, reproduction is DOWN to 14, UP t...
08/05/2017
- 10:44 PM Feature #1834: implement direct manipulation (drag and drop)
- After investigation and testing I have got the selection box implementation approach. The general call will be abstra...
Also available in: Atom