Project

General

Profile

Activity

From 03/06/2018 to 04/04/2018

04/04/2018

09:05 AM 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 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 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 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 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 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 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 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
Please review committed revision 11248. Now this construction is supported by web clients. ... Sergey Ivanovskiy
10:59 AM 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 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 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
Sergey Ivanovskiy wrote:
> Another questions follow. We have @ReportOutputFormat@ and @GuiDriver.this.deliverPrintOu...
Hynek Cihlar
06:20 AM 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 Feature #3474: OPEN-MIME-RESOURCE
Another questions follow. We have @ReportOutputFormat@ and @GuiDriver.this.deliverPrintOutput(Consumer<OutputStream> ... Sergey Ivanovskiy
05:33 AM 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 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 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
I mean https output stream. For an example, this code works properly... Sergey Ivanovskiy
04:10 AM 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 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/02/2018

04:17 PM Feature #3474: OPEN-MIME-RESOURCE
Committed revision 11245.(3474a). Sergey Ivanovskiy
04:16 PM Feature #3474: OPEN-MIME-RESOURCE
I tested PDFPrintOutputHandler and encountered this exception... Sergey Ivanovskiy
11:58 AM 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
Finally, this construction works properly... Sergey Ivanovskiy
02:01 AM Feature #3474: OPEN-MIME-RESOURCE
Actually, there is a helpful example how to state 2 or 3 parameters... Sergey Ivanovskiy
01:51 AM Feature #3474: OPEN-MIME-RESOURCE
Working on @OPEN-MIME-RESOURCE@. According to @P2J-OPEN-URL@... Sergey Ivanovskiy
12:02 AM Feature #3474 (WIP): OPEN-MIME-RESOURCE
Eric Faulhaber
04:09 PM 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 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 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 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 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 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
Thank you. I will follow this design. Sergey Ivanovskiy
01:40 PM 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 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 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 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 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 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 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

03/29/2018

02:45 PM 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 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 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 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 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 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 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 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 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 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 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 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 Feature #3474: OPEN-MIME-RESOURCE
Created 3474a for this task. Sergey Ivanovskiy

03/28/2018

01:04 PM 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 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 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 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 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 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 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 Bug #3538 (Closed): The next focus widget for menu widget is not defined
Sergey Ivanovskiy

03/27/2018

06:49 PM 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 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 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 Bug #3537 (Closed): web client fonts don't display well when browser zoom is not 100% at login
Eric Faulhaber
04:22 AM 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 Feature #3291 (Closed): implement SYSTEM-DIALOG-COLOR
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:04 PM Feature #3290 (Closed): implement SYSTEM-DIALOG-FONT
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:04 PM Feature #3289 (Closed): implement SYSTEM-DIALOG-GET-DIR
Branch 1830c was committed to trunk as r11240. Eric Faulhaber
03:03 PM Bug #1830 (Closed): implement SYSTEM-DIALOG-GET-FILE support
Eric Faulhaber
01:59 PM 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 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 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 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 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 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 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 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 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 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 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 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 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 Bug #1830: implement SYSTEM-DIALOG-GET-FILE support
1830c/r11259 passed the AW and ChUI tests. Ovidiu Maxiniuc
01:18 AM 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 Bug #3532 (Closed): Failed to instantiate menu definition class
Sergey Ivanovskiy

03/21/2018

12:01 PM 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 Bug #3531 (Closed): Windows ChUI mode issue for CTRL-BREAK and CTRL-C pressing
Eugenie Lyzenko

03/20/2018

05:47 PM 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 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 Bug #3529 (New): MOUSE-SELECT-UP event is not supported by the browse widget.
Sergey Ivanovskiy

03/19/2018

03:57 PM 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/15/2018

04:05 PM 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 Feature #3469: final improvements and polish for the embedded mode web client
Greg, please review 3469a rev 11243. Constantin Asofiei
11:20 AM Feature #3469: final improvements and polish for the embedded mode web client
Sounds good, let's go with it. Eric Faulhaber
11:03 AM 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 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 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 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 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

03/13/2018

06:02 AM 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 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 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 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 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 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 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 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 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 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 Bug #3508 (Closed): 1st level popup menu won't close when menu item selected
Hynek Cihlar
10:49 AM 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 Bug #3504 (New): sizing and centering issues with button image loading
Greg Shah

03/07/2018

02:18 PM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Created task branch 3261b from P2J trunk revision 11231. Stanislav Lomany
02:17 PM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
3261a has been merged into the trunk as bzr revision 11231. Stanislav Lomany
01:39 PM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Please merge 3261a to trunk. Greg Shah
01:36 PM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Rebased task branch 3261a from P2J trunk revision 11230.
Regression testing passed for version based on rev 11229....
Stanislav Lomany
12:38 PM Feature #3469: final improvements and polish for the embedded mode web client
One approach to a web and mobile friendly toolbar:
https://material-components-web.appspot.com/toolbar/index.html
...
Greg Shah
10:26 AM Feature #3469: final improvements and polish for the embedded mode web client
I've got at least a case where a toolbar button shows another ADM window, with no way of going back - as the decorati... Constantin Asofiei
10:08 AM Feature #3469: final improvements and polish for the embedded mode web client
The quicker solution is to just copy all icon resources to the embedded app, and allow the toolbar to load the image ... Constantin Asofiei

03/06/2018

10:25 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
I'll only start them. I can start with hyperlinks - that gives us a chance to get it done by the end of the next week... Stanislav Lomany
10:17 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Are these included in next week's deliverable?
* filtering/sorting
* hyperlinking (#3261-8)
Greg Shah
10:00 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
I expect to finish enhanced browse around the first half of the next week. That includes:
# Finish with font/color s...
Stanislav Lomany
08:31 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
For 3261b, please make a list of the next set of changes to be implemented. I prefer to deliver something by the end... Greg Shah
08:29 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
The changes are good.
Please get this tested.
Greg Shah
08:23 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
Now they are. Stanislav Lomany
08:07 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
I don't think the changes are checked in. Greg Shah
07:50 AM Feature #3261: enhanced browse that can optionally selected as a replacement for the default ABL ...
> 1. Can this solution handle when there is a browse column that is calculated (not directly mapped to a field from a... Stanislav Lomany
09:01 AM Feature #3469: final improvements and polish for the embedded mode web client
Greg Shah wrote:
> I assume we should also check to ensure that only toolbar items that we have sent down to the JS ...
Constantin Asofiei
08:56 AM Feature #3469: final improvements and polish for the embedded mode web client
I assume we should also check to ensure that only toolbar items that we have sent down to the JS side can be invoked.... Greg Shah
08:51 AM Feature #3469: final improvements and polish for the embedded mode web client
Greg Shah wrote:
> I was thinking this was an additional set of lower-level protections that ensure that some minimu...
Constantin Asofiei
08:37 AM Feature #3469: final improvements and polish for the embedded mode web client
> The problem here is that we will be duplicating existing business logic security... and we are moving this away fro... Greg Shah
01:53 AM Feature #3469: final improvements and polish for the embedded mode web client
Greg Shah wrote:
> > First, thanks, I forgot about the RemoteEntryPointResource - that adds only a 1st-level protect...
Constantin Asofiei
08:38 AM Feature #3281: implement some frame options
It should probably be cleared now. Greg Shah
02:09 AM Feature #3281: implement some frame options
Around 4 hours to fix. Constantin Asofiei
08:38 AM Feature #2368: allow widget output to stream in GUI mode
Greg Shah wrote:
> Is it correct to say this is "partial" runtime support?
Yes, mark it 'runtime partial' and maybe...
Constantin Asofiei
08:32 AM Feature #2368: allow widget output to stream in GUI mode
Is it correct to say this is "partial" runtime support? Greg Shah
01:57 AM Feature #2368: allow widget output to stream in GUI mode
Greg Shah wrote:
> > > @STREAM-IO@ has gap marking as stubs for runtime. As far as I know, we fully support it exce...
Constantin Asofiei
 

Also available in: Atom