Project

General

Profile

Activity

From 03/09/2018 to 04/07/2018

04/07/2018

10:38 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Please review committed revision 11256 that fixed #3474-55 and #3474-56. Sergey Ivanovskiy

04/06/2018

01:15 PM Database Feature #3296: misc db features
Last week I added some small fix that should correctly generate the nested CAN-FINDs in a single nested query if poss... Ovidiu Maxiniuc
01:08 PM Database Feature #3500: implement CLOB and BLOB support
The CLOB and BLOB implementation in the 4GL is pretty simple. They describe the actual contents of the field as a "lo... Greg Shah
10:19 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> If resources are external, then only urls will be sent to the client side. Does it need to have a feedback in this ... Greg Shah
08:30 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
We don't specify the case if this command is failed. What should be done in this case? Now if resources are failed to... Sergey Ivanovskiy
07:57 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> There are server's resources and client's resources.
As far as I know, at this point all the resources we need t...
Greg Shah
07:52 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> Only resources that are already on the FWD systems should be streamed. Any directly accessible URLS should be sent... Sergey Ivanovskiy
07:12 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Please remove this comment and code:... Greg Shah
07:06 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> Yes, now it is possible to load documents by their URLs. it depends on requirements for OPEN-MIME-RESOURCE.
I sh...
Greg Shah
06:42 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> Hynek Cihlar wrote:
> > When you supply an absolute URL with a domain, the @openStream()@ and the @ByteStreams.cop...
Sergey Ivanovskiy
06:04 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Hynek Cihlar wrote:
> When you supply an absolute URL with a domain, the @openStream()@ and the @ByteStreams.copy()@...
Hynek Cihlar
05:55 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Currently all the url targets are first copied to the machine th...
Hynek Cihlar
05:11 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Hynek Cihlar wrote:
> Currently all the url targets are first copied to the machine that runs the FWD client and the...
Sergey Ivanovskiy
04:37 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Currently all the url targets are first copied to the machine that runs the FWD client and then streamed to the end-u... Hynek Cihlar
01:38 AM User Interface Feature #3474 (Review): OPEN-MIME-RESOURCE
Sergey Ivanovskiy
01:19 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Greg, please review committed revision 11255. Sergey Ivanovskiy

04/05/2018

09:58 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
OK, planning to add this optional parameter. Committed revision 11254 changed @SwingGuiDriver.this.deliverPrintOutput... Sergey Ivanovskiy
07:18 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
> We should probably make this configurable. Greg, what do you think?
Yes, this makes sense. We can embed by defa...
Greg Shah
04:43 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> The implemented method to wrap documents with help of @open-resource.html@ template (embe...
Hynek Cihlar
02:45 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
It seems that now url string should be with its protocol, for an example "file:./a.txt". Sergey Ivanovskiy
02:43 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
I checked that plain string parameters can be used too. Committed rev 11252 added missed java docs. Sergey Ivanovskiy
02:23 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> Finally, this construction works properly
> [...]
Does this allow you to have something...
Constantin Asofiei
01:32 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
The implemented method to wrap documents with help of @open-resource.html@ template (embed) doesn't work for binary c... Sergey Ivanovskiy

04/04/2018

09:05 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
It needs to reuse the code that is responsible to fill html templates @HtmlResourceHandler@. Otherwise these function... Sergey Ivanovskiy

04/03/2018

03:12 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Greg Shah wrote:
> Perhaps the hamburger menu is better located to the right of the application's logo? It seems aw...
Eric Faulhaber
03:06 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Perhaps the hamburger menu is better located to the right of the application's logo? It seems awkward to the left of... Greg Shah
03:01 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric wrote:
> But as before, we probably want to blend the iframe background with the browser client background.
Ye...
Constantin Asofiei
02:57 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > Eric, for the menubar, beside https://jqueryui.com/menu/ I ca...
Constantin Asofiei
02:35 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Constantin Asofiei wrote:
> Eric, for the menubar, beside https://jqueryui.com/menu/ I can't find anything suitable ...
Eric Faulhaber
10:07 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric, for the menubar, beside https://jqueryui.com/menu/ I can't find anything suitable (and out-of-the-box, to some ... Constantin Asofiei
09:26 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
> Is the licence OK? https://github.com/Templarian/MaterialDesign-Webfont/blob/master/license.md
Yes, it is OK. I...
Greg Shah
08:30 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
I'm using this project to get the material-design-icons webfonts: https://github.com/Templarian/MaterialDesign-Webfon... Constantin Asofiei
02:57 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
> I didn't implement it for Swing clients.
It would be useful to launch a browser (we already support that) and th...
Greg Shah
02:01 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
Please review committed revision 11248. Now this construction is supported by web clients. ... Sergey Ivanovskiy
10:59 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > It seems that file resources available from Swing client should ...
Sergey Ivanovskiy
10:58 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Committed revision 11247 fixed issues with pdf and added new MSG_OPEN_MIME_RESOURCE. Working to implement file resour... Sergey Ivanovskiy
08:55 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> It seems that file resources available from Swing client should be available via web clie...
Hynek Cihlar
08:32 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
It seems that file resources available from Swing client should be available via web clients. Thus, @FileResourceHand... Sergey Ivanovskiy
07:26 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Yes, it works for me too. The problem was "Content-disposition" value: @attachment@ or @inline@. If @attachment@ is s... Sergey Ivanovskiy
06:27 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> Another questions follow. We have @ReportOutputFormat@ and @GuiDriver.this.deliverPrintOu...
Hynek Cihlar
06:20 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > I mean https output stream. For ...
Hynek Cihlar
06:10 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Another questions follow. We have @ReportOutputFormat@ and @GuiDriver.this.deliverPrintOutput(Consumer<OutputStream> ... Sergey Ivanovskiy
05:33 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I mean https output stream. For an example, this code works prop...
Sergey Ivanovskiy
04:54 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> I mean https output stream. For an example, this code works properly
> [...]
> The next...
Hynek Cihlar
04:52 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Yes, agree. About embed tag I can test this http://mozilla.github.io/pdf.js/getting_started/ with our own view pdf te... Sergey Ivanovskiy
04:49 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> I mean https output stream. For an example, this code works properly
> [...]
The prob...
Hynek Cihlar
04:40 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
In my test the requested wrapped document has this url @https://localhost:7449/open/resource/?path=8fd81ccd-2f4c-4668... Sergey Ivanovskiy
04:28 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
I mean https output stream. For an example, this code works properly... Sergey Ivanovskiy
04:10 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> It seems the idea applied in @PDFPrintOutputHandler@ to use direct output on @document.sa...
Hynek Cihlar
03:59 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
It seems the idea applied in @PDFPrintOutputHandler@ to use direct output on @document.save(output)@ should not work ... Sergey Ivanovskiy
04:21 AM Build and Source Control Bug #3545: Build fails on Windows when build dir on different drive letter than the gradle depend...
On 28.3.2018 17:23, Greg Shah wrote:
> :ant-prepare FAILED FAILURE: Build failed with an exception. * What went wron...
Hynek Cihlar
04:20 AM Build and Source Control Bug #3545 (New): Build fails on Windows when build dir on different drive letter than the gradle ...
Hynek Cihlar

04/02/2018

04:17 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
Committed revision 11245.(3474a). Sergey Ivanovskiy
04:16 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
I tested PDFPrintOutputHandler and encountered this exception... Sergey Ivanovskiy
11:58 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Yes, it seems we can use relative path if there are no missed design features.
It seems that web socket requires abs...
Sergey Ivanovskiy
11:42 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> According to our web client design we have @webRoot@ path as a root for all available web...
Hynek Cihlar
10:47 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Working on @OpenMimeResourceHandler@ that should handle print requests from js web clients by loading html document w... Sergey Ivanovskiy
05:29 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Finally, this construction works properly... Sergey Ivanovskiy
02:01 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Actually, there is a helpful example how to state 2 or 3 parameters... Sergey Ivanovskiy
01:51 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Working on @OPEN-MIME-RESOURCE@. According to @P2J-OPEN-URL@... Sergey Ivanovskiy
12:02 AM User Interface Feature #3474 (WIP): OPEN-MIME-RESOURCE
Eric Faulhaber
04:09 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Stanislav Lomany wrote:
> Guys, who is proficient in fonts? How can I display a text in FWD using an arbitrary font ...
Constantin Asofiei
03:16 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Guys, who is proficient in fonts? How can I display a text in FWD using an arbitrary font which doesn't exist in a fo... Stanislav Lomany
10:55 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Greg Shah wrote:
> 1. What is the idea being @TC.processRepaints()@ overriding the @disableRedraw@ flag (and not set...
Constantin Asofiei
07:28 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Summary of open items (from Constantin):
1. Finish the JS for the new embedded widgets (toolbar, menubar, module t...
Greg Shah
02:22 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
3469a was rebased from trunk 11243. Rev 11253 fixes the review notes. Constantin Asofiei

03/30/2018

05:24 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
> I think we can identify columns by the referenced buffer field. For calc columns we can use parameters used at crea... Greg Shah
04:15 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Side note. In order to save information about enhanced column options, column positions and widths, we should identif... Stanislav Lomany
04:09 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
>> make text inside all cells of the hyperlinked columns blue (?) and underlined (?);
>
> I don't know if the idea ...
Greg Shah
03:03 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
Thank you. I will follow this design. Sergey Ivanovskiy
01:40 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
> What are operands of this OPEN-MIME-RESOURCE? Is it the same as for P2J-OPEN-URL?
It is not the same.
1. MIME...
Greg Shah
01:34 PM User Interface Feature #3474: OPEN-MIME-RESOURCE
OK. I will try @embed@. What are operands of this OPEN-MIME-RESOURCE? Is it the same as for P2J-OPEN-URL? Sergey Ivanovskiy
11:05 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> It seems that a servlet that implements OPEN-MIME-RESOURCE should only send a document wi...
Hynek Cihlar
10:43 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
It seems that a servlet that implements OPEN-MIME-RESOURCE should only send a document with its correct mime type, th... Sergey Ivanovskiy
10:10 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Found that pdf.js supports only these browsers https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#what... Sergey Ivanovskiy
09:25 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
There are many ways for converted 4GL code to generate some kind of output. Once that output is created, it needs to... Greg Shah
09:05 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Please clarify that OPEN-MIME-RESOURCE should be used in OUTPUT TO PRINTER statement as well as for the enhanced brow... Sergey Ivanovskiy
04:31 AM Conversion Tools Feature #3541: add PDF export for call graph reports
Start with @Ambiguous Call Sites@, @Dead Code@ and @Missing Targets@. The structure is mostly the same:
* show a fu...
Constantin Asofiei
04:28 AM Conversion Tools Feature #3541 (New): add PDF export for call graph reports
Constantin Asofiei

03/29/2018

02:45 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
> Yes, I think we have to change both column width and row height if the font size changes. Is this specific to the e... Stanislav Lomany
10:38 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Stanislav Lomany wrote:
> > About enhanced browse font adjustment: should column width be adjusted accordingly when ...
Eric Faulhaber
10:12 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
> About enhanced browse font adjustment: should column width be adjusted accordingly when we increase or decrease fon... Stanislav Lomany
01:43 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
3537a has been merged into the trunc as bzr rev 11242. Sergey Ivanovskiy
01:29 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
I tested GUI web with rev 11242 for desktop. This bug isn't reproduced with 3537a. Planning to merge into the trunc. Sergey Ivanovskiy
11:45 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Since this is a javascript-only change, it doesn't need to go through ChUI testing. Please create a 3537a branch with... Eric Faulhaber
11:13 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
No, I have no WIP branch. Sergey Ivanovskiy
10:36 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Sergey Ivanovskiy wrote:
> OK, in this blog there is a solution to the problem how to prevent browsers from zooming ...
Constantin Asofiei
07:10 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
OK, in this blog there is a solution to the problem how to prevent browsers from zooming web pages https://stackoverf... Sergey Ivanovskiy
05:08 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Sergey, thanks for the details, but don't spend any more time on this; just add a comment and we are done with this i... Constantin Asofiei
12:54 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
No, it can't help because we can't be sure that physical screens use whole number factor 1, 2, 3 and ... Sergey Ivanovskiy
12:43 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
It seems that for desktop browsers this value @Math.round(w1*ratio)@ is constant. For my monitor it always produces @... Sergey Ivanovskiy
10:10 AM User Interface Feature #3474: OPEN-MIME-RESOURCE
Created 3474a for this task. Sergey Ivanovskiy

03/28/2018

01:04 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Stanislav Lomany wrote:
These are my thoughts, but I'd like Greg's input before you implement...
> About hyperlin...
Eric Faulhaber
12:44 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
About enhanced browse font adjustment: should column width be adjusted accordingly when we increase or decrease font ... Stanislav Lomany
08:07 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
About hyperlinking: do we want to implement the following?
# add column option @HYPERLINK "event-name"@;
# make tex...
Stanislav Lomany
01:03 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Sergey Ivanovskiy wrote:
> Constantin Asofiei wrote:
> >
> > Is there another way to determine the applied zoom in...
Constantin Asofiei
12:56 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Constantin Asofiei wrote:
>
> Is there another way to determine the applied zoom in the browser, beside @devicePixe...
Sergey Ivanovskiy
10:26 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Eric Faulhaber wrote:
> Seems reasonable. Constantin?
Sergey: please check on all browsers - I've checked on chro...
Constantin Asofiei
07:10 AM User Interface Bug #3538: The next focus widget for menu widget is not defined
If the current focus is in the menu bar, then pressing ESC must move the focus input to the window root frame. The cu... Sergey Ivanovskiy
07:07 AM User Interface Bug #3538 (Closed): The next focus widget for menu widget is not defined
Sergey Ivanovskiy

03/27/2018

06:49 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
Seems reasonable. Constantin? Eric Faulhaber
02:21 PM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
This bug is related to @deriveFont@ js function. This diff can fix this issue.... Sergey Ivanovskiy

03/26/2018

04:36 AM User Interface Bug #3537: web client fonts don't display well when browser zoom is not 100% at login
To recreate:
# set the browser zoom to more than 100% (I tested with FF)
# log into a web client program which dr...
Eric Faulhaber
04:33 AM User Interface Bug #3537 (Closed): web client fonts don't display well when browser zoom is not 100% at login
Eric Faulhaber
04:22 AM User Interface Bug #3531 (Closed): Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Task branch 3488a was merged to trunk revision 11239. Eric Faulhaber

03/23/2018

03:05 PM User Interface Feature #3291 (Closed): implement SYSTEM-DIALOG-COLOR
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:04 PM User Interface Feature #3290 (Closed): implement SYSTEM-DIALOG-FONT
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:04 PM User Interface Feature #3289 (Closed): implement SYSTEM-DIALOG-GET-DIR
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:03 PM User Interface Bug #1830 (Closed): implement SYSTEM-DIALOG-GET-FILE support
Eric Faulhaber
01:59 PM User Interface Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
Branch 1830c was committed to trunk as r11240.
Notification email was sent to team members and branch was archived.
Ovidiu Maxiniuc
12:03 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Created task branch 3261c from P2J trunk revision 11238. Stanislav Lomany
11:47 AM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
3261b has been merged into the trunk as bzr revision 11238. Stanislav Lomany

03/22/2018

07:39 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Testing completed. No regressions found so far. The results can be seen in @3488a_11252_54eebfb_20180322_evl.zip@.
...
Eugenie Lyzenko
05:12 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Greg Shah wrote:
> Eric will coordinate the order of merge to trunk. He is trying to get 3261a into trunk first. Y...
Eugenie Lyzenko
05:11 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Eric will coordinate the order of merge to trunk. He is trying to get 3261a into trunk first. You will not need to ... Greg Shah
05:09 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
The main part completed for @11252@ revision. Clean run in one cycle, hopefully. Waiting for @CTRL-C@ to be done.
...
Eugenie Lyzenko
01:04 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Finished first main round for @3488a@ rev @11251@. The result is pretty good considering start time. Restart testing ... Eugenie Lyzenko
11:10 AM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Code Review Task Branch 3488a Revision 11252
This is really good work!
Greg Shah
10:45 AM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Greg Shah wrote:
> I like it. Please put it into 3488a.
Task branch @3488a@ has been updated for review to revis...
Eugenie Lyzenko
10:06 AM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
I like it. Please put it into 3488a. Greg Shah
10:24 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
The fix approach:
1. We need to add @signal(SIGBREAK, sigintHandler)@ the same way as we do for @signal(SIGINT, si...
Eugenie Lyzenko
10:45 AM User Interface Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
Code Review Task Branch 1830c Revision 11259
I'm good with the changes. I think this should be merged to trunk, b...
Greg Shah
08:25 AM User Interface Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
1830c/r11259 passed the AW and ChUI tests. Ovidiu Maxiniuc
01:18 AM User Interface Bug #3532: Failed to instantiate menu definition class
This issue can be reproduced with @demo/test-menu-focus-movements.p@. The server throws these exceptions... Sergey Ivanovskiy
01:14 AM User Interface Bug #3532 (Closed): Failed to instantiate menu definition class
Sergey Ivanovskiy

03/21/2018

12:01 PM User Interface Bug #3531: Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
The expected reaction for both @CTRL-BREAk@ and @CTRL-C@ pressing is to reload the current client session for Windows... Eugenie Lyzenko
11:58 AM User Interface Bug #3531 (Closed): Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Eugenie Lyzenko

03/20/2018

05:47 PM User Interface Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
A new update was committed to 1830c. The latest revision is 11258 after rebase.
Starting standard tests.
Ovidiu Maxiniuc
09:59 AM User Interface Bug #3529: MOUSE-SELECT-UP event is not supported by the browse widget.
This test case @demo/test-brw-def-action-3.p@ can help to investigate this issue. On a mouse single click these messa... Sergey Ivanovskiy
09:51 AM User Interface Bug #3529 (New): MOUSE-SELECT-UP event is not supported by the browse widget.
Sergey Ivanovskiy

03/19/2018

03:57 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Code Review Task Branch 3469a Revision 11245
The changes are quite good.
1. What is the idea being @TC.processR...
Greg Shah

03/16/2018

04:29 PM Database Feature #3296: misc db features
I think what has to happen here is that any nested CAN-FIND which has to be executed on the client (i.e., application... Eric Faulhaber

03/15/2018

04:05 PM User Interface Bug #1830 (WIP): implement SYSTEM-DIALOG-GET-FILE support
Hynek Cihlar wrote:
> Code Review Task Branch 1830c Revision 11230
>
> @TC.modalEventLoopWorker@
> The condition...
Ovidiu Maxiniuc

03/14/2018

11:43 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Greg, please review 3469a rev 11243. Constantin Asofiei
11:20 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Sounds good, let's go with it. Eric Faulhaber
11:03 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric Faulhaber wrote:
> Yes, it looks good. The only thing that is a little disconcerting to me is the location of t...
Constantin Asofiei
11:03 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric Faulhaber wrote:
> The only thing that is a little disconcerting to me is the location of the twisty on the rig...
Eric Faulhaber
10:59 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Yes, it looks good. The only thing that is a little disconcerting to me is the location of the twisty on the right in... Eric Faulhaber
10:18 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
I am OK with it, but Eric should decide. Greg Shah
09:39 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
This cascading accordion menu looks interesting, under MIT licence: https://www.jqueryscript.net/menu/Smooth-Multilev... Constantin Asofiei
11:12 AM Conversion Tools Bug #3516: Conversion issue for lambda generated code and library_calls testcases
The conversion of the @library_calls@ tests using current lambda based approach now fails to compile with many errors... Eugenie Lyzenko
11:10 AM Conversion Tools Bug #3516 (New): Conversion issue for lambda generated code and library_calls testcases
Eugenie Lyzenko

03/13/2018

06:02 AM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Eric Faulhaber wrote:
> > require a custom menubar implementation - it doesn't have cascading menus
> How hard woul...
Constantin Asofiei
08:08 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
I think this set of icons would be useful for the toolbar: https://materialdesignicons.com/. However, these are font ... Eric Faulhaber

03/12/2018

07:35 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Greg and I also were discussing that the icon toolbar and what we currently expose as the bootstrap menu (i.e., the i... Eric Faulhaber
07:05 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Constantin Asofiei wrote:
> the issue I'm having are these:
> not compatible with bootstrap/dojo
bootstrap is nice...
Eric Faulhaber
06:59 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Constantin Asofiei wrote:
> You mean the behaviour should be something like this? https://codyhouse.co/demo/multi-le...
Eric Faulhaber
06:30 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
Greg/Eric, so I've been trying to see what I can get from the material components - see attached, a static HTML file ... Constantin Asofiei
05:23 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
I'm trying to implement the menubar using Google's material components, but it doesn't support cascading menus by its... Constantin Asofiei
04:01 PM User Interface Feature #3469: final improvements and polish for the embedded mode web client
I'm trying to build a static @index.html@ using Google's material components toolbar, and its style conflicts with bo... Constantin Asofiei

03/09/2018

04:39 PM User Interface Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Rebased task branch 3261b from P2J trunk revision 11232.
Stanislav Lomany
01:21 PM User Interface Bug #3508: 1st level popup menu won't close when menu item selected
Reproduced in trunk revision 11232. The steps are: Run uast/popup_simple.p, click on an item in the 2nd level popup m... Hynek Cihlar
01:14 PM User Interface Bug #3508 (Closed): 1st level popup menu won't close when menu item selected
Hynek Cihlar
11:30 AM Base Language Feature #3262 (Closed): implement COM/OLE Automation support
I'm closing this task since all the support needed for the current application is implemented and has been tested as ... Greg Shah
11:28 AM Base Language Feature #3506: implement array support for COM automation methods and properties
The following support needs to be added for COM automation:
* array property get/set
* method parameters and retu...
Greg Shah
11:26 AM Base Language Feature #3506 (New): implement array support for COM automation methods and properties
Greg Shah
11:25 AM Base Language Feature #3505: implement CONNECT TO support for CREATE OBJECT
#3262 was the initial implementation task for COM automation. The customer code that was being worked on did not nee... Greg Shah
11:24 AM Base Language Feature #3505 (New): implement CONNECT TO support for CREATE OBJECT
Greg Shah
10:49 AM User Interface Bug #3504: sizing and centering issues with button image loading
The functionality of button image loading is fully implemented, but there are a couple of deviations that have been f... Greg Shah
10:48 AM User Interface Bug #3504 (New): sizing and centering issues with button image loading
Greg Shah
09:59 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
1521c was merged into 1514a which was merged to trunk as rev 11157 on 2017-08-08. 1521c was archived at that time. Greg Shah
02:34 AM Bugs Bug #3503: generated classname mismatch for menu and sub-menu
Attached archive needs to be copied to the FWD installation folder (i.e. @p2j@ folder) and unzipped - it contains the... Constantin Asofiei
 

Also available in: Atom