Project

General

Profile

Activity

From 10/05/2018 to 11/03/2018

11/01/2018

07:12 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
I have a heavy duty test which uses lots of PUT statements - and what 4GL does in 1-2 seconds FWD does in 10 to 30. ... Constantin Asofiei
05:14 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Using @getBytes().length@ makes sense. Greg Shah
04:49 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Eric, thanks!
Greg: I have another issue, this time in @BinaryData.setString@ - this assumes the number of bytes i...
Constantin Asofiei
04:43 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
3741a/11295 has passed all ETF testing. Eric Faulhaber
03:39 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> If this really creates too much overhead to be included in BDT, then can we pass a wrapper for th...
Constantin Asofiei
03:32 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
No, this will create a huge mess and much confusion.
If this really creates too much overhead to be included in BD...
Greg Shah
03:27 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Eric Faulhaber wrote:
> Eric Faulhaber wrote:
> > ...all temp-tables, and any records held in the JDBC driver...
>...
Constantin Asofiei
03:16 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Eric Faulhaber wrote:
> ...all temp-tables, and any records held in the JDBC driver...
Actually, temp-table recor...
Eric Faulhaber
03:05 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> The @assignDirect@ and @variable@ members of BDT should probably be marked @transient@ so it is c...
Eric Faulhaber
02:59 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
I'm running the last round (batch) now. The other two have passed. Eric Faulhaber
02:39 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Eric, the diffs are OK, please go ahead with runtime testing (if you haven't already). Constantin Asofiei
02:42 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Constantin Asofiei wrote:
> please send me the diffs (or the baseline and converted sources) once you have the conve...
Eric Faulhaber
12:31 PM Database Feature #3758 (WIP): misc database features
Created task branch 3758a. Eric Faulhaber
09:12 AM User Interface Bug #3787 (New): The stack trace window modality deviation
Sergey Ivanovskiy

10/31/2018

03:39 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
Rebased 3696a from trunk 11288. The latest revision is now 11307. Greg Shah
03:10 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> 1. The @assignDirect@ and @variable@ members of BDT should probably be marked @transient@ so it i...
Constantin Asofiei
12:51 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Code Review Task Branch 3741a Revision 11295
Wow! That is a massive code drop. It took me all morning to review ...
Greg Shah
12:41 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
OK, converting now. Eric Faulhaber
11:46 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
3741a rev 11295 fixes some regressions and it passed MAJIC main and conversion testing.
Eric: please go ahead with...
Constantin Asofiei
08:02 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Constantin Asofiei wrote:
> Eric: please let me know if you can help me with ETF testing; you will need to reconvert...
Eric Faulhaber
02:05 PM User Interface Feature #3261 (Review): enhanced browse that can optionally selected as a replacement for the def...
Stanislav Lomany

10/30/2018

07:39 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
3741a rev 11293 is under MAJIC testing now.
What is left are to finish the conversion of output parameters and jav...
Constantin Asofiei
05:28 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Indeed, there is one way out before the new block is processed: the @ControlFlowOps.invokeImpl()@ ~ line 3350. Here, ... Ovidiu Maxiniuc
04:43 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
I'm getting this:... Constantin Asofiei
04:34 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
The @TM.deregisterOutputParameterAssigner()@ is called before the call of an procedure/function and native API routin... Ovidiu Maxiniuc
03:37 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Ovidiu, please help me with something: shouldn't @TM.deregisterOutputParameterAssigner@ be called in case the i.e. RU... Constantin Asofiei
01:14 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Applications can't depend upon behavior that abends in the 4GL. It is safe to let it assign. Put notes in the Javad... Greg Shah
01:01 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg, documentation states that if the OUTPUT/INPUT-OUTPUT variable is out of scope, then terminate with an error con... Constantin Asofiei

10/29/2018

07:43 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Constantin Asofiei wrote:
> Ovidiu, please confirm another possible bug: @BaseDataType.generateDefault@ now generate...
Constantin Asofiei
04:39 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Ovidiu, please confirm another possible bug: @BaseDataType.generateDefault@ now generates an unknown value, as the BD... Constantin Asofiei
03:39 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Some other weird things related to @DLL-CALL-TYPE@: if the @LIBRARY@ attribute is not set BEFORE the @SET-PARAMETER@,... Constantin Asofiei
02:28 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Forgot about runtime/conversion of:
* extent arguments
* field reference arguments
* by-reference and append argum...
Constantin Asofiei
06:35 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Constantin Asofiei wrote:
> Ovidiu, I think there is a bug in @date.assign(BaseDataType)@ - if the current date inst...
Ovidiu Maxiniuc
04:07 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
An ETA for what is left:
* the @dll-call-type@ - I'll finish this and have a cleaned up version by tomorrow, to put ...
Constantin Asofiei

10/26/2018

04:38 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Ovidiu, I think there is a bug in @date.assign(BaseDataType)@ - if the current date instance is unknown and the argum... Constantin Asofiei

10/25/2018

05:23 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
A dec-char-char case (var data type, set-parameter data type, procedure parameter data type), shows some interesting ... Constantin Asofiei

10/24/2018

02:58 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
Revision 11305 has a fully working 'simple' anti-parser plus fixes for the example rule-set. The parser and AST shad... Greg Shah
09:02 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
In revision 11304, I've got a first pass at the anti-parser. It is close but there are differences in whitesace and ... Greg Shah

10/23/2018

04:26 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
In revision 11303, I added the @ProgressTransformDriver@ and a sample rule-set that eliminates field-level abbreviati... Greg Shah
01:20 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
Rebased 3696a from trunk 11287. The latest revision is now 11302. Greg Shah
01:17 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
In revision 11301, I refactored @ConversionDriver@ to move most functionality into a common abstract base class @Tran... Greg Shah

10/22/2018

03:13 PM Bugs Support #3749 (Closed): Documentation setup Hotel application
Great! Thanks for helping us make things more clear. Greg Shah
01:39 PM Bugs Support #3749: Documentation setup Hotel application
Yes it does. Thanks Greg!
Marc Braun
06:55 AM User Interface Bug #3785 (New): The left top corner is a hot spot of the I shaped cursor, but the hot spot shoul...
Sergey Ivanovskiy

10/21/2018

03:15 PM User Interface Feature #3762: misc UI features
+Attributes+
* MENU:TOGGLE-BOX
* EDITOR:LARGE
* COMBO-BOX:AUTO-COMPLETION
+Methods+
* BROWSE:CREATE-RESULT...
Greg Shah
03:13 PM User Interface Feature #3762 (Closed): misc UI features
Greg Shah
03:07 PM Database Feature #3761 (Closed): add DYNAMIC-FUNCTION() support to the dynamic database WHERE clause inter...
Greg Shah
03:03 PM Database Feature #3760: temp-table options
Add conversion and stubs for @RCODE-INFORMATION@.
Add runtime support for @SERIALIZE-NAME@.
Greg Shah
03:02 PM Database Feature #3760 (Closed): temp-table options
Greg Shah
02:48 PM Database Feature #3759 (Closed): setup, test and document PostgreSQL on Windows
Greg Shah
02:45 PM Database Feature #3758: misc database features
+Functions+
* DBTASKID()
* RECORD-LENGTH()
+Attributes+
* SERIALIZE-HIDDEN
+Methods+
* BUFFER:FIND-CU...
Greg Shah
02:41 PM Database Feature #3758 (Closed): misc database features
Greg Shah
02:39 PM Database Feature #3757: add metadata support
Add support for the following fields:... Greg Shah
02:39 PM Database Feature #3757 (WIP): add metadata support
Greg Shah

10/20/2018

09:52 AM Base Language Feature #3756: minor modifications for SESSION system handle support
The following improvements for the SESSION system handle are needed:
* V6DISPLAY attribute (we do not need to supp...
Greg Shah
09:50 AM Base Language Feature #3756 (WIP): minor modifications for SESSION system handle support
Greg Shah
09:48 AM Base Language Feature #3755: DEBUGGER system handle stubs
Implement complete conversion support for the DEBUGGER system handle and all attributes/methods. The runtime should ... Greg Shah
09:40 AM Base Language Feature #3755 (Closed): DEBUGGER system handle stubs
Greg Shah
09:36 AM Base Language Feature #3754: TRANSACTION resource support
Implement the following:
* TRANSACTION handle-based resource
* SET-COMMIT() method
* SET-ROLLBACK() method
* TR...
Greg Shah
09:15 AM Base Language Feature #3754 (Closed): TRANSACTION resource support
Greg Shah
09:14 AM Base Language Feature #3753: I18N additions
Implement the following I18N features for Phase 1 (POC):
* FIX-CODEPAGE statement
* CODEPAGE-CONVERT() (runtime)
...
Greg Shah
09:11 AM Base Language Feature #3753 (Closed): I18N additions
Greg Shah
09:09 AM Base Language Feature #2135: implement COPY-LOB language statement
As phase 2 of development, please add basic support for this set of source/target pairs:... Greg Shah
09:05 AM Base Language Feature #2135: implement COPY-LOB language statement
At this time, the following source/target pairs have basic support (see @com.goldencode.p2j.util.LargeObjectOps@):
...
Greg Shah

10/19/2018

05:01 PM Base Language Feature #3752: CLIENT-PRINCIPAL resource and other security features
Implement support for the following:
+CLIENT-PRINCIPAL resource+
* CREATE CLIENT-PRINCIPAL statement
* CLIENT-...
Greg Shah
04:36 PM Base Language Feature #3752 (Closed): CLIENT-PRINCIPAL resource and other security features
Greg Shah
04:32 PM Base Language Feature #3751 (WIP): implement support for OO 4GL and structured error handling
Greg Shah
02:22 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
In #3308-252, Constantin found that the OO 4GL supports "duck typing". Greg Shah
02:19 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
Some comments from people at PSC:
# Methods act like internal procedures when there is no return value and act lik...
Greg Shah
02:16 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
Implement complete support for both OO 4GL and structured error handling.
+Object Oriented (OO) 4GL+
* -CLASS- ...
Greg Shah
02:09 PM Base Language Feature #3751 (Closed): implement support for OO 4GL and structured error handling
Greg Shah

10/18/2018

12:59 PM Bugs Support #3749 (Review): Documentation setup Hotel application
I've rewritten the "Ensure FWD is Installed and Built" sections for "ChUI":https://proj.goldencode.com/projects/p2j/w... Greg Shah
10:24 AM Bugs Support #3749: Documentation setup Hotel application
> For setting up the hotel application in the section "Convert and Build Using FWD" it says "Change to this project d... Eric Faulhaber

10/17/2018

03:47 PM Bugs Support #3749 (Closed): Documentation setup Hotel application
For setting up the hotel application in the section "Convert and Build Using FWD" it says
"Change to this project d...
Marc Braun
09:46 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
I think your examples are *not* showing direct memory usage.
From #3741-21:
> Another example is this: var-type...
Greg Shah
05:18 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
My plan at this time is this:
* implement the infrastructure to make everything working
* if there is difference be...
Constantin Asofiei
03:08 AM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> My first worry was that this was some kind of direct memory issue. For example, the value might ...
Constantin Asofiei

10/16/2018

06:42 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
My first worry was that this was some kind of direct memory issue. For example, the value might be passed as a memor... Greg Shah
03:24 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
There is some weird stuff with OUTPUT/INPUT-OUTPUT parameters, when the data-type specified at @SET-PARAMETER@ and th... Constantin Asofiei
12:41 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> > This will require some refactoring of the NativeInvoker APIs, to access it directly.
>
> I ...
Constantin Asofiei
12:13 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
> it may make sense to have this started for the CALL handle
Agreed, go with this.
> This will require some re...
Greg Shah
12:07 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg, something related to ControlFlowOps: some time ago I had a thought of using a builder approach for invoking thi... Constantin Asofiei
12:53 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Hotel GUI rev 189 changes the configuration for the login page and desktop to present these screens as follows:
*L...
Eric Faulhaber
11:41 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Let's leave it as is for now. We can change the opacity of the image directly in the PNG. Eric Faulhaber
11:24 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
May be this task can be done using images composition but I am not sure... Sergey Ivanovskiy
11:02 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
This is much better, but it only seems to be applying the opacity setting to the background color, not to the backgro... Eric Faulhaber
09:40 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Please review these changes committed revision 11319. Now the background image position is not affected by the form c... Sergey Ivanovskiy
07:56 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Good point. Please create a separate configuration for login and desktop. The same features should be available on ... Greg Shah
07:54 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Should this opacity style be applied to the login form only? Should it be applied to the virtual desktop too? Now we ... Sergey Ivanovskiy
06:48 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
> we should add new parameter opacity
Please add this.
A customer should not have to edit the html files to get...
Greg Shah
06:34 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Now the opacity is not supported, but it can be coded directly in @web_client.html@... Sergey Ivanovskiy
11:45 AM Conversion Tools Bug #3748: Building issue on Windows for missing get_current_dir_name() api in MinGW
Task branch @3706a@ has been updated for review to revision @11321@.
Fix for missing @get_current_dir_name()@ call...
Eugenie Lyzenko
11:33 AM Conversion Tools Bug #3748: Building issue on Windows for missing get_current_dir_name() api in MinGW
Greg Shah wrote:
> Please put the change into 3706a AND also post the updated file here so that customers can access...
Eugenie Lyzenko
11:28 AM Conversion Tools Bug #3748: Building issue on Windows for missing get_current_dir_name() api in MinGW
Please put the change into 3706a AND also post the updated file here so that customers can access it before we releas... Greg Shah
11:18 AM Conversion Tools Bug #3748: Building issue on Windows for missing get_current_dir_name() api in MinGW
The root cause of the failing build in Windows is missing support for @get_current_dir_name()@ GNU extension in MinGW... Eugenie Lyzenko
08:54 AM Conversion Tools Bug #3748 (Closed): Building issue on Windows for missing get_current_dir_name() api in MinGW
Eugenie Lyzenko

10/15/2018

06:13 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Greg Shah wrote:
> Constantin Asofiei wrote:
> > Open issues which will be left after everything else is working or...
Constantin Asofiei
06:10 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Constantin Asofiei wrote:
> Open issues which will be left after everything else is working or postponed:
> * runti...
Greg Shah
05:08 PM Base Language Feature #3741: implement complete support for the CALL object handle and related attributes and m...
Open issues which will be left after everything else is working or postponed:
* runtime for @PROCEDURE-TYPE@ and @TH...
Constantin Asofiei
05:22 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey, I'm trying to get the FWD logo centered horizontally on the login page, with a light grey background, maintai... Eric Faulhaber
09:18 AM User Interface Bug #3747: frozen web desktop
Recently, the AW client running as virtual desktop just froze. The only clue I found was in client log: ... Ovidiu Maxiniuc
09:14 AM User Interface Bug #3747 (New): frozen web desktop
Ovidiu Maxiniuc

10/12/2018

09:38 AM Runtime Infrastructure Bug #3746 (Closed): Running embedded mode with webClient/virtualDesktopEnabled set to true causes...
Greg Shah
05:00 AM Runtime Infrastructure Bug #3746 (Feedback): Running embedded mode with webClient/virtualDesktopEnabled set to true caus...
Hynek Cihlar
04:59 AM Runtime Infrastructure Bug #3746: Running embedded mode with webClient/virtualDesktopEnabled set to true causes an NPE
Please close this issue. The exception behavior was a regression of my local changes. Hynek Cihlar
04:54 AM Runtime Infrastructure Bug #3746: Running embedded mode with webClient/virtualDesktopEnabled set to true causes an NPE
Tested on Hotel GUI embedded mode.
It would be nice if FWD server gave a useful warning/error message in the serve...
Hynek Cihlar
04:51 AM Runtime Infrastructure Bug #3746 (Closed): Running embedded mode with webClient/virtualDesktopEnabled set to true causes...
Hynek Cihlar

10/11/2018

03:36 AM Database Bug #3743: H2 NPE after a forced shutdown of reporting server
Using Eclipse:
* start the reporting server
* login to Analytics using your browser
* shutdown the reporting serve...
Constantin Asofiei
03:33 AM Database Bug #3743 (New): H2 NPE after a forced shutdown of reporting server
Constantin Asofiei

10/08/2018

07:12 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Committed revision 11303 added @background-color@ setting for the virtual desktop. Sergey Ivanovskiy
06:36 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin, please change position if it looks better. It is my subjective judgement that it looks properly with the ... Sergey Ivanovskiy
06:25 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Committed revision 11302 (3706a) has minor fix for @background-color@ and committed rev 1...
Constantin Asofiei
06:14 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Committed revision 11302 (3706a) has minor fix for @background-color@ and committed rev 178 (Hotel GUI) changed @dire... Sergey Ivanovskiy
05:31 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Committed revision 11300 (3706a) should fix NPE by doing conditional static initializations for the virtual desktop m... Sergey Ivanovskiy
04:47 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Fixing this NPE now and planning to change @background-size@ to @auto@ can help to preserve the original image. Sergey Ivanovskiy
04:40 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Don't understand, please clarify your question. The @web_client.html@ template has been f...
Greg Shah
04:34 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey, when starting a standalone server for Hotel GUI embedded mode (ran from /embedded/ folder), I get this error:... Constantin Asofiei
04:25 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Don't understand, please clarify your question. The @web_client.html@ template has been filled by @WebHandler@ on @GE... Sergey Ivanovskiy
04:15 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
If we can't serve the resources, how does this work? Greg Shah
01:34 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
It seems that @web_client.html@ can be decorated for an example using the existing Bootsrap styles. In order to do th... Sergey Ivanovskiy
12:30 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Committed revision 177 (Hotel_GUI) added @available-themes@ and @background-image@ style settings. Sergey Ivanovskiy
12:18 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Yes. Greg Shah
12:03 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Greg, would you like to use the same desktop image for web_client.html as for index.html?
Sergey Ivanovskiy
11:59 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
> Greg, do we need this now?
If it is easily possible, then yes please do it.
Greg Shah
11:40 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
OK. Please wait. Sergey Ivanovskiy
11:34 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey, please update the Hotel GUI project with all directory settings required for the background image (@directory... Constantin Asofiei
11:22 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Constantin Asofiei wrote:
> > Sergey Ivanovskiy wrote:
> > > Constantin, it seems that ...
Constantin Asofiei
11:21 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > Constantin, it seems that @web_client.html@ template is fo...
Sergey Ivanovskiy
11:17 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Constantin, it seems that @web_client.html@ template is for login page
Did you add suppo...
Constantin Asofiei
11:14 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
OK. This task is done. It seems that if the FWD had @SET-DESKTOP-IMAGE url.@ statement, then adding MSG_SET_DESKTOP_I... Sergey Ivanovskiy
11:11 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Please make sure that Hotel GUI has a functional solution today. We intend to show this at the PUG Challenge. Greg Shah
11:07 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin, it seems that @web_client.html@ template is for login page but the JS web client uses @index.html@ template. Sergey Ivanovskiy
11:03 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I meant that the background images should be managed by the web client web server and should be delivered via https. ... Sergey Ivanovskiy
10:58 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Eventually, you can set the @body@ image at login, and after login, move this image as background for our virtual des... Constantin Asofiei
10:57 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> It seems now to me that this solution is not good, because we should add the desktop imag...
Constantin Asofiei
10:45 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
It seems now to me that this solution is not good, because we should add the desktop image support to @index.html@ te... Sergey Ivanovskiy
10:15 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Greg Shah wrote:
> Do you have settings we can use with Hotel GUI to add the FWD logo and improve the attractiveness...
Sergey Ivanovskiy
10:01 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Found a copy paste error in the @p2j.socket.js@ and added empty styles validation. Please review committed rev.11296. Sergey Ivanovskiy
09:56 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
> but there is no mechanism to refresh the background image without restarting the server.
This is OK.
Greg Shah
08:50 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Greg Shah wrote:
> Do you have settings we can use with Hotel GUI to add the FWD logo and improve the attractiveness...
Sergey Ivanovskiy
08:46 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Greg Shah wrote:
> You described how incorrect settings were handled. What about missing settings?
No, missing set...
Sergey Ivanovskiy
08:17 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Do you have settings we can use with Hotel GUI to add the FWD logo and improve the attractiveness of the virtual desk... Greg Shah
08:16 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
You described how incorrect settings were handled. What about missing settings? Greg Shah
07:56 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I tested if these settings are not configured. Incorrect settings can lead to CSS style errors.The java web client or... Sergey Ivanovskiy
05:45 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Please review committed revision 11292 (3706a) that added desktop images for the virtual ...
Constantin Asofiei
03:24 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Committed revision 11294 fixed NPE if @background-image@ is not set.
Sergey Ivanovskiy
12:16 PM Conversion Tools Feature #3696: implement Progress AST anti-parser
3696a has been rebased from trunk 11286. The latest revision is 11300. Greg Shah

10/07/2018

05:48 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Please review committed revision 11292 (3706a) that added desktop images for the virtual desktop mode. Sergey Ivanovskiy
04:44 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I'm saying that your approach has security advantages. Greg Shah
03:51 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I didn't add CSS parameters validation now but these parameters are secured by the directory. They can't be inserted ... Sergey Ivanovskiy
03:25 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin Asofiei wrote:
> Sergey, I don't think we want to encode each and every CSS property you want to set for ...
Greg Shah
03:15 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey, I don't think we want to encode each and every CSS property you want to set for the image, as a distinct dire... Constantin Asofiei
02:53 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I didn't invent these parameters they define the CSS background image styles:
https://developer.mozilla.org/en-US/do...
Sergey Ivanovskiy

10/06/2018

12:45 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
I like it. Please post some details on the meaning of each one. Greg Shah
09:11 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Planning to add new directory settings under @webClient/desktop@... Sergey Ivanovskiy

10/05/2018

03:28 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Yes, agree. Sergey Ivanovskiy
03:26 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin Asofiei wrote:
> Actually, what @Theme.getName()@ is not really usable in a UX point of view: it returns ...
Ovidiu Maxiniuc
01:48 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Thanks for the thoughtful discourse of this task. Planning to follow it. Sergey Ivanovskiy
01:38 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Agree that class annotations can be used for theme name, but in this case we will add new...
Constantin Asofiei
01:27 PM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
The @Theme.getName()@ is practically not used. I added it for similar reasons. Currently the name is only displayed i... Ovidiu Maxiniuc
11:29 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Agree that class annotations can be used for theme name, but in this case we will add new dependency. @Theme@ interfa... Sergey Ivanovskiy
11:17 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> > Hmm... ideally we wouldn't need to instantiate the theme to get its name. An annotatio...
Constantin Asofiei
11:13 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > > * why is the @OutputManager.instance()@ change required ...
Sergey Ivanovskiy
11:09 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> > * why is the @OutputManager.instance()@ change required for this task? Is this trying t...
Constantin Asofiei
11:01 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin Asofiei wrote:
> Review for 3600e rev 11337 (now in trunk 11286):
> * @WebHandler.doPost@ - you need to ...
Sergey Ivanovskiy
10:40 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Review for 3600e rev 11337 (now in trunk 11286):
* @WebHandler.doPost@ - you need to validate @base.getParameter("th...
Constantin Asofiei
10:25 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
This code rev 11337 from 3600e is in the trunc rev 11286 already. The rest independent part of my task is to set the ... Sergey Ivanovskiy
10:10 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Sergey Ivanovskiy wrote:
> Please review the committed rev 11337
What branch is this in?
Constantin Asofiei
08:55 AM User Interface Feature #2673: support a kind of virtual desktop in the GUI web client
Constantin: Please review. Greg Shah
12:07 PM User Interface Feature #3684: implement a web theme inspired by material design
The only remaining issue is the customization. For the moment the implementation is hardcoded, more like "this way yo... Ovidiu Maxiniuc
12:01 PM User Interface Feature #3684: implement a web theme inspired by material design
Ovidiu, is there anything left to do from the original goals of implementing the material theme, or can we close this... Eric Faulhaber
08:57 AM User Interface Feature #3684: implement a web theme inspired by material design
> but it seems the task bar style and its buttons style can be changed to flat with new background and foreground col... Greg Shah
04:32 AM User Interface Feature #3684: implement a web theme inspired by material design
Greg Shah wrote:
> Can you show what you mean using a screen capture from Hotel GUI? What specifically needs to be ...
Sergey Ivanovskiy
11:13 AM User Interface Feature #3269 (Closed): implement optional enhanced mode for ABL GUI which supports dynamic layout
It seems the core implementation is done. We can address defects and enhancements in separate tasks. Eric Faulhaber
 

Also available in: Atom