Project

General

Profile

Activity

From 05/09/2015 to 06/07/2015

06/07/2015

11:32 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I think I understand what's up. Some keycodes in 4GL have different labels and @keylabel@ function returns only one o... Igor Skornyakov
11:07 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> We have something like that already, see @testcases/uast/keyboards/key_code_report.p@
>
> We d...
Igor Skornyakov
10:57 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
We have something like that already, see @testcases/uast/keyboards/key_code_report.p@
We did use that (and some ot...
Greg Shah
10:49 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> Please post the list of which key labels you have found which are wrong. For each one, please al...
Igor Skornyakov
09:49 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Please post the list of which key labels you have found which are wrong. For each one, please also post the key code... Greg Shah
05:48 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
@Keyboard.keyCode(event)@ returns -1 for some valid key labels (such as @CTRL-ALT-X@). As a result (?) the trigger @O... Igor Skornyakov

06/05/2015

04:28 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Let fi be a FILL-IN widget. According to my tests the AUTO-ZAP and DISABLE-AUTO-ZAP attributes' behavior is as descri... Igor Skornyakov
12:25 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> For now, just put a very clear TODO into the code at that point. The bug is obscure and hopefu...
Igor Skornyakov
12:17 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
> At this moment the only way to fix it I can see is to make all descendants of the BaseDataType to be childs of the ... Greg Shah
11:54 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Another solution to the above mentioned issue is to use static immutable constant @BaseDataType.unknown@ (of type Bas... Igor Skornyakov
11:49 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I've just realized the following. If we assign a value to an attribute via widget handle then 'unknown' literal @?@ i... Igor Skornyakov
09:46 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Please review the current version of the code.
NUM-ITEMS runtime support (combo-box and selection-list)
INNER-LIN...
Igor Skornyakov
03:03 PM Feature #2546: implement combo-box widget in GUI
Eugenie Lyzenko wrote:
> >Please use the -Dwidgetbrowser=yes when starting the GUI client to bring up the widget bro...
Constantin Asofiei
12:28 PM Feature #2546: implement combo-box widget in GUI
>Please use the -Dwidgetbrowser=yes when starting the GUI client to bring up the widget browser and see where everyth... Eugenie Lyzenko
12:08 PM Feature #2546: implement combo-box widget in GUI
>Eugenie: actually I do think this is the time to separate this functionality. As Constantin notes, this is likely to... Eugenie Lyzenko
11:51 AM Feature #2546: implement combo-box widget in GUI
>> if (inFocus != null && !isChui() && inFocus instanceof ScrollableList &&
>> evt.getEvent().ge...
Eugenie Lyzenko
10:43 AM Feature #2546: implement combo-box widget in GUI
>> ComboBoxGuiImpl and FillInGuiImpl: can you think of a way to sub-class the FillInGuiImpl so that the combo-box rel... Greg Shah
09:28 AM Feature #2546: implement combo-box widget in GUI
Eugenie Lyzenko wrote:
> >ComboBoxGuiImpl and FillInGuiImpl: can you think of a way to sub-class the FillInGuiImpl s...
Constantin Asofiei
09:24 AM Feature #2546: implement combo-box widget in GUI
Eugenie Lyzenko wrote:
> >the ThinClient change related to focus lost: we already have something done related to thi...
Constantin Asofiei
09:14 AM Feature #2546: implement combo-box widget in GUI
Eugenie Lyzenko wrote:
> >...To me, the drop-down in GUI looks like is dependent on the size and coordinates of the ...
Constantin Asofiei
11:41 AM Feature #1790: implement menu support
Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > #. Does this scenario work for GUI in the same way? I recall th...
Vadim Gindin
04:51 AM Feature #1790: implement menu support
Vadim Gindin wrote:
> #. Does this scenario work for GUI in the same way? I recall that for GUI 2 classes are used to...
Constantin Asofiei

06/04/2015

03:45 PM Feature #1790: implement menu support
I wanted to ask some common question about repainting in GUI.
For ChUI I need to post new @PaintEvent@ to event q...
Vadim Gindin

06/03/2015

01:54 PM Feature #2546: implement combo-box widget in GUI
>ComboBoxGuiImpl and FillInGuiImpl: can you think of a way to sub-class the FillInGuiImpl so that the combo-box relat... Eugenie Lyzenko
01:17 PM Feature #2546: implement combo-box widget in GUI
>the ThinClient change related to focus lost: we already have something done related to this for the popup, via GuiDr... Eugenie Lyzenko
11:56 AM Feature #2546: implement combo-box widget in GUI
> That's why I need to know this info.
Please put comments in the code to explain this.
Greg Shah
10:26 AM Feature #2546: implement combo-box widget in GUI
>...To me, the drop-down in GUI looks like is dependent on the size and coordinates of the associated combo-box widge... Eugenie Lyzenko
08:27 AM Feature #2546: implement combo-box widget in GUI
>how did you determine the ScrollBar.visibleRange default value?
The same value as @DefaultList.visibleRows@.
Eugenie Lyzenko
07:12 AM Feature #2546: implement combo-box widget in GUI
Eugenie, this are some notes about evl_upd20150602a.zip:
* @DropDownGuiImpl.setHeightAndPos@: you are assuming that ...
Constantin Asofiei
08:31 PM Feature #2546: implement combo-box widget in GUI
Today update for review has basic implementation of the @DROP-DOWN@ mode. The entry field is editable and until anoth... Eugenie Lyzenko

06/02/2015

05:37 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
To provide the correct implementaion of the REPLACE method for list widgets (COMBO-BOX/SELECTION-LIST/RADIO-SET) a ne... Igor Skornyakov
06:50 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> The FillIn.appVar initial value is not 'unknown'. As a result it is impossible to correctly...
Constantin Asofiei
03:30 PM Feature #1790: implement menu support
You are right and now it works. Thank you very much! Vadim Gindin
03:23 PM Feature #1790: implement menu support
Vadim Gindin wrote:
> I've made the following changes:
> #. I've set menu children @physicalLocation@ to relative v...
Constantin Asofiei
03:19 PM Feature #1790: implement menu support
I've made the following changes:
#. I've set menu children @physicalLocation@ to relative value
#. I used relative ...
Vadim Gindin
02:57 PM Feature #1790: implement menu support
Vadim Gindin wrote:
> If so, what about methods like @GuiDriver.drawString(String, int, int)@, @GuiDriver.drawLine(i...
Constantin Asofiei
02:24 PM Feature #1790: implement menu support
If so, what about methods like @GuiDriver.drawString(String, int, int)@, @GuiDriver.drawLine(int, int, int, int)@ or ... Vadim Gindin
12:48 PM Feature #1790: implement menu support
> adjust the menu's location to be relative to its parent
This one.
It is important that the @physicalLocation(...
Greg Shah
12:35 PM Feature #1790: implement menu support
Vadim Gindin wrote:
> I faced with the problem of defining a widget, mouse is clicked over. I have simple menubar wi...
Constantin Asofiei
08:32 AM Feature #1790: implement menu support
I faced with the problem of defining a widget, mouse is clicked over. I have simple menubar with 3 menu-items and one... Vadim Gindin
01:15 PM Feature #1811: implement the AJAX client driver
> And if the target OS is expected to not provide these fonts, we can define these as "custom fonts" and pass to the... Greg Shah
07:07 AM Feature #1811: implement the AJAX client driver
Anton Breaur wrote:
> The way I envisioned the flow to work is that we send font information to the web client, like...
Constantin Asofiei
08:18 PM Feature #2546: implement combo-box widget in GUI
The next update for review as current state reflection. This is DROP-DOWN mode first step with @FillInGuiImpl@ integr... Eugenie Lyzenko

06/01/2015

06:38 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
The FillIn.appVar initial value is not 'unknown'. As a result it is impossible to correctly calculate screenValue() w... Igor Skornyakov

05/31/2015

06:47 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
1. SCREEN-VALUE attribute getter returns empty string (at least for the FILL-IN widget).
2. SELECTION-TEXT attribute ...
Igor Skornyakov

05/30/2015

09:12 PM Feature #2546: implement combo-box widget in GUI
The update for review presents the current state of the combo-box. The server side updated to introduce new option - ... Eugenie Lyzenko

05/29/2015

01:40 PM Feature #1811: implement the AJAX client driver
Please provide more details about exactly what you have tried to do and the results of each of those experiments/effo... Greg Shah
10:02 AM Feature #1811: implement the AJAX client driver
The way I envisioned the flow to work is that we send font information to the web client, like font name, size and st... Anton Breaur
06:48 AM Feature #2546: implement combo-box widget in GUI
Constantin Asofiei wrote:
> > What features in @FillInGuiImpl@ are critical and can not be changed in any cases? Ano...
Eugenie Lyzenko
01:40 AM Feature #2546: implement combo-box widget in GUI
Eugenie Lyzenko wrote:
> Are you currently working on fill-in GUI implementation?
No, I'm not working on GUI FILL-...
Constantin Asofiei

05/28/2015

04:50 PM Feature #2546: implement combo-box widget in GUI
Constantin,
To implement different combo-box modes with editable entry field I'm planning to integrate fill-in GUI...
Eugenie Lyzenko
11:02 AM Feature #1790: implement menu support
Vadim Gindin wrote:
> Constantin Asofiei wrote:
> > Vadim Gindin wrote:
> > > It could print the title on the top ...
Vadim Gindin
10:36 AM Feature #1790: implement menu support
Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > It could print the title on the top left corner when it draws r...
Vadim Gindin
07:46 AM Feature #1790: implement menu support
Vadim Gindin wrote:
> It could print the title on the top left corner when it draws rectangle but it doesn't happen....
Constantin Asofiei
07:06 AM Feature #1790: implement menu support
Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > MENU widget does not support coordinate attributes and WIDTH/HE...
Vadim Gindin
04:41 AM Feature #1790: implement menu support
Vadim Gindin wrote:
> MENU widget does not support coordinate attributes and WIDTH/HEIGHT attributes too..
OK, I di...
Constantin Asofiei

05/27/2015

06:13 PM Feature #2546: implement combo-box widget in GUI
The update for review has two new changes:
1. Implementation for first char search/select in GUI combo-box when drop...
Eugenie Lyzenko
08:40 PM Feature #2546: implement combo-box widget in GUI
The update for review merged with recent code base. In addition it adds tooltip feature to the combo-box and implemen... Eugenie Lyzenko
11:51 AM Feature #1790: implement menu support
Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > I'm trying to draw simple menubar and I have coordinates proble...
Vadim Gindin
07:21 AM Feature #1790: implement menu support
Vadim Gindin wrote:
> I'm trying to draw simple menubar and I have coordinates problem. I expected that [0,0] point ...
Constantin Asofiei
06:25 AM Feature #1790: implement menu support
I'm trying to draw simple menubar and I have coordinates problem. I expected that [0,0] point will reside under the w... Vadim Gindin

05/26/2015

03:50 PM Feature #1811: implement the AJAX client driver
> 1. Consider the fonts that are defined in @src/font-metrics.xml@ and @FontTable.standardFontTable@.
From what I ...
Anton Breaur
09:55 AM Feature #1811: implement the AJAX client driver
Code Review fonts_js.zip from note 712
Overall, this is moving in the right direction.
Next steps:
1. Consid...
Greg Shah
01:23 PM Feature #2422: add features to BROWSE
@CURRENT-ROW-MODIFIED@ logic differs from @MODIFIED@ logic. The latter is tricky, while @CURRENT-ROW-MODIFIED@ is str... Stanislav Lomany
10:26 AM Feature #2546: implement combo-box widget in GUI
Multiple selection investigation results. In ChUI only DROP-DOWN-LIST mode can be active(even if other specified). In... Eugenie Lyzenko

05/25/2015

03:28 PM Feature #1811: implement the AJAX client driver
Added the @fontMetrics@ module from @p2j.screen.js@ and managed to compute all the metrics described in @com.goldenco... Anton Breaur
03:19 AM Feature #1794: implement font support
Greg Shah wrote:
> Code Review ca_upd20150520d.zip
>
> It looks good. This is a nice improvement over my previou...
Constantin Asofiei

05/23/2015

10:06 AM Feature #1794: implement font support
Code Review ca_upd20150520d.zip
It looks good. This is a nice improvement over my previous approach (yours is muc...
Greg Shah

05/22/2015

03:36 PM Feature #1811: implement the AJAX client driver
Anton Breaur wrote:
> > I do worry that we won't have access to all the metrics that we need, but I'm happy to avoid...
Greg Shah
09:50 AM Feature #1811: implement the AJAX client driver
> I do worry that we won't have access to all the metrics that we need, but I'm happy to avoid custom font rendering ... Anton Breaur
08:37 AM Feature #1811: implement the AJAX client driver
> I think the proper way is to use @save()@ to store off the context before drawing the scaled string and then @resto... Anton Breaur
08:31 AM Feature #1811: implement the AJAX client driver
I'm OK with not using @opentype.js@, so long as we can get everything implemented which we need. I do worry that we ... Greg Shah
07:54 AM Feature #1811: implement the AJAX client driver
I gave up opentype.js and took a different approach. We can apply a scaling transformation to the canvas context, and... Anton Breaur

05/21/2015

10:01 AM Feature #1811: implement the AJAX client driver
> I have attached a partial implementation for drawString and drawStringScaled methods in javascript. The index.html ... Greg Shah
07:12 AM Feature #1794: implement font support
0520d.zip has passed runtime testing. Constantin Asofiei
04:18 AM Bug #2579: Cursor offset is reset after a trigger containing MESSAGE ... UPDATE
Testcase:... Stanislav Lomany
04:13 AM Bug #2579 (New): Cursor offset is reset after a trigger containing MESSAGE ... UPDATE
Stanislav Lomany

05/20/2015

07:41 AM Feature #1794: implement font support
This version is built on top of 0519b.zip and improves the font table and metric loading + some other GUI-related fixes. Constantin Asofiei

05/19/2015

07:06 PM Feature #1811: implement the AJAX client driver
I have attached a partial implementation for drawString and drawStringScaled methods in javascript. The index.html de... Anton Breaur
12:58 PM Feature #1811: implement the AJAX client driver
The ab_upd20150518a.zip conflicts with the @FontManager@ changes in ca_upd20150519b.zip. How do we want to sequence ... Greg Shah
12:51 PM Feature #1811: implement the AJAX client driver
Greg Shah wrote:
> Code Review ab_upd20150518a.zip
>
> I'm good with the changes.
>
> Constantin: any objectio...
Constantin Asofiei
12:33 PM Feature #1811: implement the AJAX client driver
Code Review ab_upd20150518a.zip
I'm good with the changes.
Constantin: any objections?
Greg Shah
06:34 PM Feature #2546: implement combo-box widget in GUI
Addition to GUI combo-box TODO:
8. Investigate and implement different drop-down list modes, particularly if it is...
Eugenie Lyzenko
03:07 PM Feature #2546: implement combo-box widget in GUI
The update fixes the "phantom" drop-down drawing at incorrect position by delaying the first available draw to the mo... Eugenie Lyzenko
01:47 PM Feature #2252: implement GUI client support
Create a new repo under @~/repo/p2j_repo/@ called @images@. We can keep things like SVG files there, similar to how ... Greg Shah
01:16 PM Feature #2252: implement GUI client support
Greg Shah wrote:
> How are you converting the SVG to bitmaps? Do you do this during the P2J build or statically?
...
Hynek Cihlar
01:14 PM Feature #2252: implement GUI client support
Hynek Cihlar wrote:
> As part of #2559 I have created a set of icon files in SVG format. The application jar file wi...
Greg Shah
08:17 AM Feature #2252: implement GUI client support
Constantin Asofiei wrote:
> Hynek, have you had a chance to work on this?
No.
> If not, I'll take it.
Wond...
Hynek Cihlar
07:41 AM Feature #2252: implement GUI client support
Hynek, have you had a chance to work on this? If not, I'll take it.
Hynek Cihlar wrote:
> Still I think the layou...
Constantin Asofiei
05:42 AM Feature #2252: implement GUI client support
As part of #2559 I have created a set of icon files in SVG format. The application jar file will hold rastr exports o... Hynek Cihlar
01:13 PM Feature #1794: implement font support
Greg Shah wrote:
> Code Review ca_upd20150519b.zip
>
> The changes look good.
>
> 1. In regard to this todo in...
Constantin Asofiei
12:53 PM Feature #1794: implement font support
Code Review ca_upd20150519b.zip
The changes look good.
1. In regard to this todo in @SwingGuiDriver.createFont(...
Greg Shah
09:59 AM Feature #1794: implement font support
This update adds:
* support for custom fonts in the Swing GUI driver
* support for implicit font size used by 4GL
...
Constantin Asofiei
09:32 AM Feature #1794: implement font support
If the font size is missing, 4GL looks like it defaults to these:
# courier new: 12
# segoe ui: 12
# tahoma: 12
#...
Constantin Asofiei

05/18/2015

07:08 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
The @frame.enableUnlessHidden()@ call is generated for @enable unless-hidden all@ statement/Generic but CommonFrame/G... Igor Skornyakov
06:54 PM Feature #2546: implement combo-box widget in GUI
The update has code merged with @10867@. Eugenie Lyzenko
03:56 PM Feature #2546: implement combo-box widget in GUI
The next update for review has fixes for both message processing TODO's. Also now the top row in opened drop-down is ... Eugenie Lyzenko
05:11 PM Feature #1811: implement the AJAX client driver
> Do you have more research to do or are you ready to work on specific javascript code to implement these features?
...
Anton Breaur
05:09 PM Feature #1811: implement the AJAX client driver
> I assume this would not be accepted.
Correct.
So far, your proposal sounds reasonable. Do you have more rese...
Greg Shah
04:50 PM Feature #1811: implement the AJAX client driver
I have executed local testing of all client types, using the IM POC code for the 4 ChUI clients. MAJIC regression te... Greg Shah
04:49 PM Feature #1811: implement the AJAX client driver
A description of the more rational driver structure is as follows:
com/goldencode/p2j/ui/client/driver/ - Driver c...
Greg Shah
04:21 PM Feature #1811: implement the AJAX client driver
Merged with bzr rev 10866. This only changes @ColorTable@ and @FrameWidget@. Since my changes are just some javadoc... Greg Shah
04:18 PM Feature #1811: implement the AJAX client driver
No objections to the changes in ges_upd20150518a.zip here. Hynek Cihlar
02:01 PM Feature #1811: implement the AJAX client driver
>Your task is to propose an approach for how to implement this native porton in javascript. We will have to implement... Anton Breaur
12:10 PM Feature #1811: implement the AJAX client driver
Attached is the fixed update.
> ThinClient.resume() - shouldn't be the batch mode activated only when already acti...
Greg Shah
06:54 AM Feature #1811: implement the AJAX client driver
Greg Shah wrote:
> Constantin/Hynek: please review this code. I'll check it in unless there are objections.
Beside...
Constantin Asofiei

05/17/2015

05:07 PM Feature #2559 (WIP): implement ALERT-BOX support
Hynek Cihlar
04:01 PM Feature #1811: implement the AJAX client driver
Review of ges_upd20150517a.zip.
This is a lot of nice cleanup!

* @ThinClient.resume()@ - shouldn't be the batc...
Hynek Cihlar
11:06 AM Feature #1811: implement the AJAX client driver
This update has the ca_upd20150516a.zip changes merged.
My original @scaleFont()@ implementation did not edit the ...
Greg Shah
10:37 AM Feature #1811: implement the AJAX client driver
Code Review ca_upd20150516a.zip
The changes make sense. I've integrated them with my code, but I've done it a bit...
Greg Shah
11:34 AM Bug #2576: Cursor position in numeric fields (ChUI)
4GL and P2J has different cursor behavior for numeric values. In an @"___12345"@ field 4GL allows to move cursor in u... Stanislav Lomany
11:33 AM Bug #2576 (New): Cursor position in numeric fields (ChUI)
Stanislav Lomany
11:14 AM Feature #2422: add features to BROWSE
I agree. Please open a separate task for this. Greg Shah
11:07 AM Feature #2422: add features to BROWSE
I've implemented @CURSOR-OFFSET@ for fill-in, but there is one issues, which I think deserves a separate task - 4GL a... Stanislav Lomany

05/16/2015

01:57 PM Feature #1811: implement the AJAX client driver
Greg Shah wrote:
> At this point the only known issue is that the fonts in GUI seem off. I made quite a significant...
Constantin Asofiei
12:31 PM Feature #1811: implement the AJAX client driver
Anton: here is your next task.
Please review the following from my update:...
Greg Shah
11:35 AM Feature #1811: implement the AJAX client driver
Attached is the latest scripts to help review or apply the update. Greg Shah
11:08 AM Feature #1811: implement the AJAX client driver
Oh, alright. I will keep those standards in mind then. Anton Breaur
11:06 AM Feature #1811: implement the AJAX client driver
As I mentioned in note 682:
> You do *not* have to fix the current update.
I just added the bold to highlight ...
Greg Shah
10:58 AM Feature #1811: implement the AJAX client driver
I will fix these and upload an update. Anton Breaur
10:51 AM Feature #1811: implement the AJAX client driver
Code Review ab_upd20150516a.zip
Anton: although I have already merged your changes with my own, I am providing thi...
Greg Shah
10:29 AM Feature #1811: implement the AJAX client driver
0515b passed CTRL-C testing.
The attached is 0515b merged with the changes in ab_upd20150516a.zip. The web ChUI c...
Greg Shah
10:01 AM Feature #1811: implement the AJAX client driver
I'm merging and testing your changes. The important difference is in the @EmbeddedWebServerImpl.startupServer()@. Greg Shah
09:56 AM Feature #1811: implement the AJAX client driver
The latest patch works fine with revision 10863 merged version.
I still don't understand the web_client.html issue. ...
Anton Breaur
09:20 AM Feature #1811: implement the AJAX client driver
This fixes the web chui failure. It was created on top of the merged with revision 10855 version, and not yet tested ... Anton Breaur
08:37 AM Feature #1811: implement the AJAX client driver
> The web_client.html is the login page. This works with my 0515b update. It allows the ChUI-specific index.html to... Anton Breaur
08:02 AM Feature #1811: implement the AJAX client driver
I ran main regression testing on the 0515b update last night. GSO 418 did fail in addition to the expected failure i... Greg Shah
07:36 AM Feature #1811: implement the AJAX client driver
The web_client.html is the login page. This works with my 0515b update. It allows the ChUI-specific index.html to b... Greg Shah
09:02 PM Feature #2546: implement combo-box widget in GUI
This is just today changes for review. Scrolling approach changed to reflect 4GL behavior. Also I have found in GUI t... Eugenie Lyzenko

05/15/2015

07:54 PM Feature #1811: implement the AJAX client driver
Greg, I don't understand the web_client.html issue. The web chui client does not need that resource.
If you applied ...
Anton Breaur
02:30 PM Feature #1811: implement the AJAX client driver
This includes a fix for the batch process launching from Swing clients.
I have also tried to implement the fixes f...
Greg Shah
12:22 PM Feature #1811: implement the AJAX client driver
Merged to bzr 10863. Greg Shah
11:41 AM Feature #1811: implement the AJAX client driver
Please post your changed versions of my files (only include those files you have changed). Greg Shah
11:26 AM Feature #1811: implement the AJAX client driver
> Although all the docs and examples point out that wraping a ResourceHandler under a ContextHandler should enable lo... Anton Breaur
05:02 PM Feature #1794: implement font support
Greg Shah wrote:
> I have an idea what @scaled via DPI@ and @scaled via legacy metrics@ mean. Can you explain what ...
Constantin Asofiei
04:51 PM Feature #1794: implement font support
I have an idea what @scaled via DPI@ and @scaled via legacy metrics@ mean. Can you explain what you did for @scaled ... Greg Shah
04:27 PM Feature #1794: implement font support
About using the font/text metrics reported by the driver for widget size formulas. I've tested the @Courier New@, @M... Constantin Asofiei
03:28 PM Feature #1794: implement font support
As we consider font compatibility issues, the following are some useful references:
http://en.wikipedia.org/wiki/C...
Greg Shah
08:26 AM Feature #2546: implement combo-box widget in GUI
Code Review evl_upd20150514b.zip
I'm good with this version. Please just remove the ChUI reference in the @DropDo...
Greg Shah
03:43 AM Feature #2252: implement GUI client support
hc_upd20150513b.zip committed to bzr rev 10862. Hynek Cihlar
02:53 AM Feature #2252: implement GUI client support
Greg Shah wrote:
> Code Review hc_upd20150513b.zip
>
> I'm OK with it.
>
> Constantin?
The changes look OK.
Constantin Asofiei
03:16 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> 3. I don't understand the point about @ShowBars.NEVER@.
There seemed to be a confusion about t...
Hynek Cihlar
02:58 AM Feature #2573: GUI implementation for the "n COLUMNS" frame option
This task is to implement in P2J the "n COLUMNS" option at the frame phrase, in GUI. In ChUI, this kind of layout is ... Constantin Asofiei
02:54 AM Feature #2573 (New): GUI implementation for the "n COLUMNS" frame option
Constantin Asofiei

05/14/2015

07:11 PM Feature #2546: implement combo-box widget in GUI
The update has fixes for previous notes and creating new class @DropDownImpl@ to handle ChUI specifics. The @ChuiWidg... Eugenie Lyzenko
06:11 PM Feature #2546: implement combo-box widget in GUI
> You mean we need to create new class @DropDownImpl@ to concentrate all ChUI specifics?
Yes.
Greg Shah
06:05 PM Feature #2546: implement combo-box widget in GUI
Greg Shah wrote:
>
> 3. Since @DropDown.fixVisibleRows()@ is ChUI specific, it should be in @DropDownImpl@. In th...
Eugenie Lyzenko
05:29 PM Feature #2546: implement combo-box widget in GUI
Code Review evl_upd20150514a.zip
I like the code.
1. The @ComboBox.initEventsSet()@ and @ComboBox.addMouseExitE...
Greg Shah
04:47 PM Feature #2546: implement combo-box widget in GUI
This update accumulates recent changes and fixes for combo-box. What's new:
1. The drop-down can now be left either ...
Eugenie Lyzenko
03:58 PM Feature #2546: implement combo-box widget in GUI
Code Review evl_upd20150512a.zip
I'm OK with the changes so far. @ScrollableSelectionListGuiImpl@, @DropDownGuiIm...
Greg Shah
04:23 AM Feature #2546: implement combo-box widget in GUI
I noticed drop downs are drawn using the same renderer as the parent @Window@. This means they can never be drawn out... Hynek Cihlar
06:33 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> 1. Is there only 1 issue described in those notes or more than one?
I understand that it is a ...
Igor Skornyakov
06:29 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> Greg Shah wrote:
>
> > Is another task is needed for the issue in note 67, 71 - 72 and 8...
Greg Shah
06:16 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> Is another task is needed for the issue in note 67, 71 - 72 and 84 - 86?
I do not consider t...
Igor Skornyakov
06:10 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I've created a separate task #2572 for work on @realized@.
Is another task is needed for the issue in note 67, 71 ...
Greg Shah
05:25 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Eugenie Lyzenko wrote:
> 2. This call worked only for drop-down list and only for the time it exists. No other class...
Hynek Cihlar
04:58 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> > Probably due to the following in @DropDownGuiImpl.setHeightAndPos()@?
> >
> > [...]
>
> I...
Eugenie Lyzenko
03:59 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Hynek Cihlar wrote:
> Igor Skornyakov wrote:
> > I've noticed the following issue (see attached sample code). With ...
Greg Shah
11:26 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Constantin Asofiei wrote:
> I mean, does the frame get realized regardless which widget gets its size read?
I d...
Igor Skornyakov
11:19 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> Constantin Asofiei wrote:
>
> > OK, this is interesting; I think reading width/height at...
Constantin Asofiei
10:09 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Constantin Asofiei wrote:
> OK, this is interesting; I think reading width/height attributes will make the frame "...
Igor Skornyakov
10:03 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> Constantin Asofiei wrote:
>
> > Igor: please post your example for the case you are tryi...
Constantin Asofiei
09:59 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Constantin Asofiei wrote:
> Igor: please post your example for the case you are trying to solve.
Constantin. In...
Igor Skornyakov
09:44 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Eugenie Lyzenko wrote:
> My suggest: the widget become realized when it become the part of some frame. More specifica...
Constantin Asofiei
09:42 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> Is it sufficient to set a 'realized' flag in the widget config?
There already is a @Widget...
Constantin Asofiei
09:41 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
My suggest: the widget become realized when it become the part of some frame. More specifically: when it is used in w... Eugenie Lyzenko
09:23 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Eugenie Lyzenko wrote:
> From @4GL 9.1 Progress Programming Handbook@, chapter 16-26, page 614:
>
> [...]
Th...
Igor Skornyakov
09:07 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> BTW: I would like to repeat the question I've asked earlier. What is the exact semantics of...
Eugenie Lyzenko
07:34 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
BTW: I would like to repeat the question I've asked earlier. What is the exact semantics of the widget 'realization'?... Igor Skornyakov
03:59 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Hynek Cihlar wrote:
>
> Probably due to the following in @DropDownGuiImpl.setHeightAndPos()@?
>
> [...]
Th...
Igor Skornyakov
03:56 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> I've noticed the following issue (see attached sample code). With native 4GL one can see a ...
Hynek Cihlar
03:37 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Constantin Asofiei wrote:
> Is this something which prevents the 4GL program to run? Basically, our goal is to conve...
Igor Skornyakov
01:26 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor Skornyakov wrote:
> Need to add frame validation at the moment of realization to ensure that all widgets fit in...
Constantin Asofiei
06:22 PM Feature #2252: implement GUI client support
Code Review hc_upd20150513b.zip
I'm OK with it.
Constantin?
Greg Shah
07:12 AM Feature #2252: implement GUI client support
The attached update fixes a mismatch in frame size caused by char->pixel conversion. This prevents frame size adjustm... Hynek Cihlar
06:05 PM Bug #2572: improve realized for widgets
The @realized@ flag for widgets needs to be improved to duplicate the 4GL behavior. Unfortunately, this behavior is ... Greg Shah
06:02 PM Bug #2572 (New): improve realized for widgets
Greg Shah
07:27 AM Feature #1811: implement the AJAX client driver
> > After investigating the web Chui issue, I found that the ChuiWebDriver.getWelcomePageUrl method builds the wrong ... Anton Breaur
07:06 AM Feature #1811: implement the AJAX client driver
> We are not just limited to using this approach.
To be clear, my preference is to use predefined classes from Jet...
Greg Shah
07:00 AM Feature #1811: implement the AJAX client driver
> Adding another subfolder to res folders as such: com/goldencode/p2j/ui/client/chui/driver/web/res/client and com/go... Greg Shah
06:56 AM Feature #1811: implement the AJAX client driver
> After investigating the web Chui issue, I found that the ChuiWebDriver.getWelcomePageUrl method builds the wrong UR... Greg Shah
06:27 AM Feature #1811: implement the AJAX client driver
Adding another subfolder to res folders as such: @com/goldencode/p2j/ui/client/chui/driver/web/res/client@ and @com/g... Anton Breaur

05/13/2015

06:44 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Need to add frame validation at the moment of realization to ensure that all widgets fit in the frame. At this moment... Igor Skornyakov
01:28 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I've noticed the following issue (see attached sample code). With native 4GL one can see a bordered frame w/o scrollb... Igor Skornyakov
12:25 PM Feature #1811: implement the AJAX client driver
After investigating the web Chui issue, I found that the @ChuiWebDriver.getWelcomePageUrl@ method builds the wrong UR... Anton Breaur
07:45 AM Feature #2252: implement GUI client support
Constantin Asofiei wrote:
> I think is related to something I was suspecting it will cause us issues: when pushScree...
Hynek Cihlar
06:03 AM Feature #2252: implement GUI client support
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek, when you have time, please take a look at testcases/uast...
Constantin Asofiei
04:36 AM Feature #2252: implement GUI client support
Constantin Asofiei wrote:
> Hynek, when you have time, please take a look at testcases/uast/demo/movie-ratings-dynam...
Hynek Cihlar
09:14 PM Feature #2546: implement combo-box widget in GUI
This update for review has several small fixes for UI representation for the drop-down and scroll-bar inside.
1. The...
Eugenie Lyzenko

05/12/2015

05:32 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
The additional note: the second config update I've mentioned before is actually a one triggered by a server-side @Syn... Igor Skornyakov
02:08 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Hynek Cihlar wrote:
> Please post your whole update and a small sample I can run. Thanks.
My code is currently in...
Igor Skornyakov
01:38 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Please post your whole update and a small sample I can run. Thanks. Hynek Cihlar
01:22 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Well, I've noticed some strange thing - the backup values for 2 field are stale (do not reflect the values before cha... Igor Skornyakov
01:11 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I think they are (see attached file). Please note however that @readExternal@/@writeExternal@ are not invoked (neithe... Igor Skornyakov
01:01 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Are all the fields properly handled in @readExternal@, @writeExternal@ and @applyConfig@? Please post your code changes. Hynek Cihlar
12:51 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Additional observations: @addDirtyConfig@ was invoked for all 3 fields. Igor Skornyakov
12:43 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Hynek,
I've added 3 fields to the @ComboBoxConfig@ :
/** The number of assignments to INNER-LINES since the la...
Igor Skornyakov
12:38 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Igor, which fields are not propagated? Please post a sample code. Hynek Cihlar
12:33 PM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
It seems that there is a problem with config changes' propagation from client side to the server one. I change 3 fiel... Igor Skornyakov

05/11/2015

11:28 AM Feature #2422: add features to BROWSE
Until SET-REPOSITIONED-ROW is implemented, GET-REPOSITIONED-ROW always returns 1. Stanislav Lomany
01:03 AM Feature #2422: add features to BROWSE
I like the approach. It improves compatibility on the server-side while not requiring an explosion of new widgets (a... Greg Shah
09:44 PM Feature #2422: add features to BROWSE
Greg, about AUTO-ZAP: I think we can create @FillInConfig.zapActive@ variable and update it each time zap state it is... Stanislav Lomany
10:30 AM Feature #2563: implement GUI EDITOR widget
>Please test what happens with the image's WIDTH/HEIGHT-CHARS/PIXELS attributes in these cases (image or size phrase)... Eugenie Lyzenko
02:57 AM Feature #2563: implement GUI EDITOR widget
Attached version was committed to bzr rev 10858 (just a header entry added to ImageGuiImpl, it was missing in 0510d.zip) Constantin Asofiei
02:53 AM Feature #2563: implement GUI EDITOR widget
Eugenie Lyzenko wrote:
> Imagine two situations:
> 1. We have no image and @width@/@height@ == 0.
> 2. We have no ...
Constantin Asofiei
09:57 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> You can work with Constantin to plan the changes needed. At this point, just put in the minimum ...
Igor Skornyakov
09:51 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
You can work with Constantin to plan the changes needed. At this point, just put in the minimum support that you nee... Greg Shah
08:18 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
I think that I understand the root of the problem. The @FrameWidget.frame@ field initially contains the corresponding... Igor Skornyakov
07:46 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
Greg Shah wrote:
> We don't have frame family support yet (that is the last part of #1798). It won't get worked unt...
Igor Skornyakov
07:44 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
We don't have frame family support yet (that is the last part of #1798). It won't get worked until later this summer... Greg Shah
07:25 AM Feature #2534: methods/attrs support for EDITOR, SELECTION-LIST and COMBO-BOX
It seems that we have a problem with nested frames - all the intermediate frames and inner widget have a @frame@ fiel... Igor Skornyakov
06:52 AM Feature #2252: implement GUI client support
The problem seems to be in mixing the window size vs. the window workspace size. When the frame layouts itself it mus... Hynek Cihlar
05:51 AM Feature #2252: implement GUI client support
Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > See the attached update, now the frame seems to be stable.
> ...
Hynek Cihlar
03:27 AM Feature #2252: implement GUI client support
Hynek Cihlar wrote:
> See the attached update, now the frame seems to be stable.
>
> The problem was in the char...
Constantin Asofiei

05/10/2015

05:27 PM Feature #2563: implement GUI EDITOR widget
>Eugenie, can you review the ImageGuiImpl change in 0510d.zip? I wonder if you had a specific reason to return width/... Eugenie Lyzenko
03:07 PM Feature #2563: implement GUI EDITOR widget
Eugenie, can you review the ImageGuiImpl change in 0510d.zip? I wonder if you had a specific reason to return width/h... Constantin Asofiei
02:28 PM Feature #2563: implement GUI EDITOR widget
ca_upd20150510d.zip has passed runtime testing. But there might be more problematic edge cases (like merging lines o... Constantin Asofiei
10:33 AM Feature #2563: implement GUI EDITOR widget
New version: fixed 2 editor regressions and some other GUI improvements (FILL-IN colors, LABEL font, IMAGE size). Constantin Asofiei
04:09 PM Feature #2252: implement GUI client support
See the attached update, now the frame seems to be stable.
The problem was in the char->pixel->char conversion. T...
Hynek Cihlar
03:12 PM Feature #2252: implement GUI client support
Hynek, when you have time, please take a look at testcases/uast/demo/movie-ratings-dynamic.p - in P2J, when setting c... Constantin Asofiei
09:12 AM Feature #2252: implement GUI client support
Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > The update improves drawing of window caption buttons. They are now ...
Hynek Cihlar
08:28 AM Feature #2252: implement GUI client support
Hynek Cihlar wrote:
> The update improves drawing of window caption buttons. They are now more alike those from stan...
Eugenie Lyzenko
08:13 AM Feature #2252: implement GUI client support
The javadoc problem fixed and the update committed to bzr rev 10857. Hynek Cihlar
04:19 AM Feature #2252: implement GUI client support
Hynek Cihlar wrote:
> The update improves drawing of window caption buttons. They are now more alike those from stan...
Constantin Asofiei
02:46 AM Feature #2252: implement GUI client support
The update improves drawing of window caption buttons. They are now more alike those from standard Windows theme. Can... Hynek Cihlar
02:41 AM Feature #2252: implement GUI client support
The attached update fixes window scrollable size calculation when window virtual size not set. The change only affect... Hynek Cihlar
04:05 AM Feature #2422: add features to BROWSE
Stanislav Lomany wrote:
> Constanin, I change some @FillIn.config.val@ on the client side, then a trigger in invoked...
Constantin Asofiei
02:44 AM Feature #2422: add features to BROWSE
Constanin, I change some @FillIn.config.val@ on the client side, then a trigger in invoked and I get @FillInWidget.co... Stanislav Lomany
02:05 AM Feature #2422: add features to BROWSE
Stanislav Lomany wrote:
> > So long as the values in the config are modified, they will be synchronized to the serve...
Constantin Asofiei
01:59 AM Feature #2422: add features to BROWSE
> So long as the values in the config are modified, they will be synchronized to the server automatically the next ti... Stanislav Lomany
02:51 AM Feature #2564: implement GUI BROWSE widget
Another addition: CREATE-ON-ADD. Stanislav Lomany

05/09/2015

03:52 PM Feature #2563 (WIP): implement GUI EDITOR widget
First candidate version for a usable EDITOR in GUI. Basic keys (cursor movement, home/end, delete/backspace, text ed... Constantin Asofiei
07:03 AM Feature #1811: implement the AJAX client driver
Merged with bzr 10855. Greg Shah
12:06 AM Feature #1811: implement the AJAX client driver
Merged with bzr 10853. Greg Shah
04:17 AM Feature #2252: implement GUI client support
Tha attached file replaces hc_upd20150508b.zip. It is merged with trunk, and was committed to bzr rev 10855. Hynek Cihlar
 

Also available in: Atom