Activity
From 07/16/2024 to 08/14/2024
08/14/2024
- 06:01 PM Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > Why not include those methods in the @U32String@? That class will al... - 04:28 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Why not include those methods in the @U32String@? That class will already be containing other da... - 12:27 PM Bug #7657: 8-bit character entry problem in ChUI
- Correct. We only will use this "wrapper" in the places where we must expose the text as the code point values. Othe...
- 11:31 AM Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> Robert Jensen wrote:
> > I've been watching the comments here. I know from my own experinc... - 11:14 AM Bug #7657: 8-bit character entry problem in ChUI
- Robert Jensen wrote:
> I've been watching the comments here. I know from my own experince with code pages and C# tha... - 11:01 AM Bug #7657: 8-bit character entry problem in ChUI
- I've been watching the comments here. I know from my own experince with code pages and C# that Strings are difficult....
- 05:29 AM Bug #7657: 8-bit character entry problem in ChUI
- Why not include those methods in the @U32String@? That class will already be containing other data structures inside...
- 10:19 PM Bug #7657: 8-bit character entry problem in ChUI
- Seems like we need to have similar class for @StringBuilder@. At this time I know at least two methods to adjust for ...
- 05:52 PM Bug #8353 (Review): Fully support stanza INI LOAD/USE/UNLOAD scenarios
- I have committed revision 15388 of branch 4517b, which ensures that the environment name for INI does not contain an ...
- 01:59 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- I found the actual load. I set about 8 breakpoints, and caught it. The @EnvironmentDaemon.load()@ pushes the environm...
- 08:17 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Galya B wrote:
> Don't debug FWD, we need to debug their OE code running on Progress to understand what hasn't been ... - 06:04 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- It is a developer tool that operates on 4GL source code. If that code is what is running in OE, then we are getting ...
- 06:00 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Does FWD Analytics work over a file directory with original OE code or does it need the app loaded in FWD?
- 05:57 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- > My point was to do a plain text search in their original code to find the @LOAD@ uses.
Don't use plain text sear... - 02:18 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Don't debug FWD, we need to debug their OE code running on Progress to understand what hasn't been migrated to FWD. I...
- 03:25 PM Bug #9054: FILL-IN GUI scrolling differs
- In GUI:
# Create a character @FILL-IN@ with format which allows text longer than fits in the @FILL-IN@ width.
# I... - 03:19 PM Bug #9054 (New): FILL-IN GUI scrolling differs
08/13/2024
- 06:21 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Galya B wrote:
> Any OE code can use @LOAD@. To @USE@ an env, the code should either @LOAD@, or have the startup par... - 05:35 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> > What do you think is the best location for this class? Like @StringHelper@ - @com/goldencode/ut... - 05:28 PM Bug #7657: 8-bit character entry problem in ChUI
- Cool result!
- 05:27 PM Bug #7657: 8-bit character entry problem in ChUI
- > What do you think is the best location for this class? Like @StringHelper@ - @com/goldencode/util@? Or may be @com/...
- 05:22 PM Bug #7657: 8-bit character entry problem in ChUI
- This picture is a current status of the @EDITOR@ widget for Unicode I/O handling:
!editor-unicode0.jpg!
The upp... - 05:08 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg,
What do you think is the best location for this class? Like @StringHelper@ - @com/goldencode/util@? Or may b... - 03:01 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> I've been thinking about this. Instead of a set of static helpers, please design a class (maybe ... - 02:12 PM Bug #7657: 8-bit character entry problem in ChUI
- I've been thinking about this. Instead of a set of static helpers, please design a class (maybe @U32String@?) that r...
08/09/2024
- 06:06 PM Bug #7657: 8-bit character entry problem in ChUI
- Guys,
I have added new method in @StringHelper@. The prototype:... - 05:31 PM Bug #7657: 8-bit character entry problem in ChUI
- Yet another possible modification requirement. In addition to @String.length()@ we probably need to have substitution...
- 01:24 PM Bug #7657: 8-bit character entry problem in ChUI
- > > OK. I'll make this research. What about @Solaris@ and @FreeBSD@? Do we need to consider these @OS@ as possible ta...
- 09:17 AM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> > The shout answer is no. But probably there is a terminal that does not support wide chars. Or h... - 08:59 AM Bug #7657: 8-bit character entry problem in ChUI
- > The shout answer is no. But probably there is a terminal that does not support wide chars. Or has no GUI desktop li...
- 08:48 AM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Very nice summary and good job on this research!
>
> Are you sure that the @NCURSES@ wide char... - 06:13 AM Bug #7657: 8-bit character entry problem in ChUI
- Very nice summary and good job on this research!
Are you sure that the @NCURSES@ wide char (@wchar_t@) is 100% the... - 11:34 PM Bug #7657: 8-bit character entry problem in ChUI
- Finally after reading a lot of small document distributed on the Web and making large amounts of experiments I found ...
- 01:06 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> Is this something that should work in Swing? I tried @client.sh@, and it was very backlevel.... - 01:05 AM Feature #9033: Give a meaningful error message when SPREADSHEET widget backend is not enabled in ...
- As part of this task gracefully handle missing support of SPREADSHEET widget in Swing GUI. In Swing GUI SPREADSHEET w...
08/08/2024
- 02:36 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Is this something that should work in Swing? I tried @client.sh@, and it was very backlevel. I utilized a more up-to-...
08/05/2024
- 09:43 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> Are the exceptions something to look at?
Yes, please see #9033. - 09:29 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Hynek Cihlar wrote:
> "Note there is an issue with the guests data not initially displayed, the sheet must be manual... - 09:13 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- "Note there is an issue with the guests data not initially displayed, the sheet must be manually invalidated by creat...
- 09:05 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- With the proper configuration, I get the spreadsheet, but no data. Perhaps there is some pre-req issue?
!8991_post_c... - 08:44 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Greg Shah wrote:
> Roger Borrello wrote:
> > Thanks... I'll update. Do you think this should be a flag stored in th... - 08:41 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> Thanks... I'll update. Do you think this should be a flag stored in the JSON and configured ... - 08:39 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Thanks... I'll update. Do you think this should be a flag stored in the JSON and configured with the tool that create...
- 07:35 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Hynek Cihlar wrote:
> @directory.xml@ must contain the following to enable SPREADSHEET widget backend. Sorry I didn'... - 06:19 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> Hynek Cihlar wrote:
> > First, please check the server log.
>
> See attached
@directo... - 10:46 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Hynek Cihlar wrote:
> First, please check the server log.
See attached - 09:42 AM Feature #9033: Give a meaningful error message when SPREADSHEET widget backend is not enabled in ...
- When SPREADSHEET widget is used while it is not enabled in the directory a generic message is given stating the backe...
- 09:40 AM Feature #9033 (New): Give a meaningful error message when SPREADSHEET widget backend is not enabl...
08/02/2024
- 08:35 AM Bug #7657: 8-bit character entry problem in ChUI
- The findings so far for @EDITOR@ widget.
The @EDITOR@ widget was tested with standalone testcase for compatibility... - 03:34 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> Hynek Cihlar wrote:
> > @fwd_sheet.war@ doesn't need to be on the classpath, but must be in...
08/01/2024
- 03:42 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Hynek Cihlar wrote:
> @fwd_sheet.war@ doesn't need to be on the classpath, but must be in the same directory as @p2j... - 03:12 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> I also tried @ant prepare.deploy@ and all the jars are in the @deploy/lib@, but I still get ... - 02:59 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- I also tried @ant prepare.deploy@ and all the jars are in the @deploy/lib@, but I still get the same issue.
- 01:55 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Hynek Cihlar wrote:
> After the war is built, it must be deployed to <project>/deploy/lib with @ant deploy.prepare@.... - 01:29 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> But I got this when I tried to open it. Is there a missing step?
Did you build the spread... - 12:20 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- It is looked correct at first...
!8991_spreadsheet_hotel_gui_demo.png!
But I got this when I tried to open it. ... - 10:43 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15362@, new revision is @15369@.
07/31/2024
- 09:29 AM Bug #5115: Decide and implement PSTimer optimization
- Ovidiu Maxiniuc wrote:
> * have a single thread to drive all @PSTimer@ objects from all users.
With this approach...
07/29/2024
- 07:08 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk and updated to revision @15362@.
This change should resolve the issue noted ... - 09:05 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Please see #8991-1: "The feature can be accessed in the Guests screen. Right clicking in the browse brings up a popup...
- 08:58 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger doesn't see any changes in the UI. It is not obvious how to get to it.
- 02:50 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Roger Borrello wrote:
> So there are no other things to do besides make sure FWD includes the @sheet:war@?
Yes, ...
07/27/2024
- 08:25 PM Bug #7657: 8-bit character entry problem in ChUI
- Found yet another possible incompatibility point for current @FWD@ implementation with @UTF-8@. This method is never ...
07/26/2024
- 06:34 AM Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> A bit more finding for original 4GL Unicode support is not the EDITOR is only widget can wo... - 06:04 AM Bug #7657: 8-bit character entry problem in ChUI
- Robert: Do you need support for characters outside of the BMP? This would include Chinese, Japanese and Korean charac...
- 08:12 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ updated to revision @15356@, rebased with recent trunk @15354@, new revision is @15360@.
This update i... - 01:15 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Roger Borrello wrote:
> Roger Borrello wrote:
> > I believe I have the reports still around, so I'll find it.
> I ...
07/25/2024
- 05:17 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Roger Borrello wrote:
> I believe I have the reports still around, so I'll find it.
I had the 7z file, but the file... - 10:20 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Galya B wrote:
> Is @initialization-file@ (@progress-medium@) specified in the client bootstrap configs for the FWD ... - 02:26 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Is @initialization-file@ (@progress-medium@) specified in the client bootstrap configs for the FWD client? It is supp...
- 01:26 PM Bug #7657: 8-bit character entry problem in ChUI
- > In these conditions I see the best possible way for @FWD@ is to implement the right @Unicode@/@UTF-8@ support where...
- 12:59 PM Bug #7657: 8-bit character entry problem in ChUI
- A bit more finding for original 4GL Unicode support is not the EDITOR is only widget can work with it in GUI mode but...
- 11:58 AM Bug #7657: 8-bit character entry problem in ChUI
- Testing original @4GL@ application with @Unicode@/@UTF-8@ chars gives us some fact can be found interesting.
Seems...
07/24/2024
- 07:03 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- The command line used is: @C:\Progress\OpenEdge\bin\prowin32.exe -assemblies clientnet -basekey "ini" -ininame progre...
- 03:58 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Greg Shah wrote:
> And what is the @USE@ statement? If it is @USE "".@ then it is just making the default environme... - 02:21 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- And what is the @USE@ statement? If it is @USE "".@ then it is just making the default environment the current envir...
- 02:06 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Greg Shah wrote:
> In that customer's case, aren't they specifying the @-ininame@ *command line parameter* in OE? I... - 01:50 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- In that customer's case, aren't they specifying the @-ininame@ *command line parameter* in OE? In other words, it is...
- 01:24 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Greg Shah wrote:
> Yes, they are thick desktop clients. They do not call over to the appserver to do the @LOAD@ whi... - 01:00 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- > In Progress, does this Windows client still look in the Windows OS for the INI file?
Whether it is a registry l... - 12:23 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- One more thing, since one and the same env name can be both a registry entry and an ini file in different calls, we s...
- 12:13 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- OE doc on "LOAD":https://documentation.progress.com/output/ua/OpenEdge_latest/pdsoe/PLUGINS_ROOT/com.openedge.pdt.lan...
- 11:14 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- I am trying to duplicate the situation on the customer application where the INI file is not found when a @USE@ occur...
- 10:48 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- I did a test on the legacy application, and that was to remove the *.ini* that is loaded upon executing the "Edit col...
- 07:35 AM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Marian: Do we have documentation for how to use Sikuli with ABLUnit?
There is a Readme file in... - 06:33 AM Bug #7657: 8-bit character entry problem in ChUI
- Please test to see how OE handles multi-byte input for @CPTERM=UTF-8@ in combination with various @CPINTERNAL@ settin...
- 09:06 PM Bug #7657: 8-bit character entry problem in ChUI
- Found some interesting site to generate UTF-8 characters outside of the basic Latin encoding: https://jeff.cis.cabril...
- 08:21 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15350@, new revision is @15355@.
07/23/2024
- 09:38 AM Bug #8919 (WIP): Cursor issues with LOAD-MOUSE-POINTER and Win32 SetCursor
- Made a partial commit to 8919a rev 15351.
This task is blocked by #8897, but some changes are not. I see a pattern...
07/20/2024
- 09:06 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- So there are no other things to do besides make sure FWD includes the @sheet:war@? Will use of the spreadsheet contro...
- 04:37 AM Feature #8991 (Test): Integrate SPREADSHEET widget in Hotel GUI sample application
- 04:37 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- I updated FWD build instructions in [[p2j:Guided_Tour]]. This should be enough to make @SPREADSHEET@ widget work in t...
- 04:30 AM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- The diff checked in the repository revision 340.
- 09:05 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15347@, updated to revision @16352@.
This is the fix for compatibility issu...
07/19/2024
- 06:43 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
- Code Review hotel_gui_spreadsheet.20240719a.diff
Everything looks fine. Next steps:
# Check in the changes to ... - 01:55 PM Feature #8991 (Review): Integrate SPREADSHEET widget in Hotel GUI sample application
- The attached diff adds SPREADSHEET widget in Hotel GUI.
The feature can be accessed in the Guests screen. Right c... - 01:42 PM Feature #8991 (Test): Integrate SPREADSHEET widget in Hotel GUI sample application
- 07:51 AM Bug #7657: 8-bit character entry problem in ChUI
- Thanks for the clarification.
Emoji's are only an example, and easy for testing. That Greg doesn't care about them i... - 07:44 AM Bug #7657: 8-bit character entry problem in ChUI
- We don't care about emojis. But we might care about other characters that have encodings that are more than 2 bytes....
- 07:34 AM Bug #7657: 8-bit character entry problem in ChUI
- Apparently this is open to misinterpretation (twice), so let me rephrase:
Eugenie mentions _"UTF-8 characters that a... - 07:13 AM Bug #7657: 8-bit character entry problem in ChUI
- > > > > 2. On the other hand I'm not sure how this implementation will work with UTF-8 characters that are more than ...
- 02:08 AM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> > > 2. On the other hand I'm not sure how this implementation will work with UTF-8 characters tha...
07/18/2024
- 07:06 PM Bug #7657: 8-bit character entry problem in ChUI
- > > 2. On the other hand I'm not sure how this implementation will work with UTF-8 characters that are more than 2 by...
- 05:00 PM Bug #7657: 8-bit character entry problem in ChUI
- Tijs Wickardt wrote:
> See: #7010-239.
And more details at #6268.
- 04:55 PM Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> 2. On the other hand I'm not sure how this implementation will work with UTF-8 characters t... - 08:50 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15344@, new revision is @15348@.
07/17/2024
- 05:04 PM Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Eugenie: What is the list of things that you know need to be completed?
I'm thinking of this a... - 06:40 AM Bug #7657: 8-bit character entry problem in ChUI
- Eugenie: What is the list of things that you know need to be completed?
- 08:52 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ updated to revision @15342@, rebased with recent trunk @15339@, new revision is @15343@.
The small cha...
07/16/2024
- 12:22 PM Feature #8973: distribute stateful interactive sessions across a cluster of FWD servers
- These are all good points and questions.
* I don't want to "recreate the wheel" on load balancing unless there is ... - 10:56 AM Feature #8973: distribute stateful interactive sessions across a cluster of FWD servers
- For web clients the login page server tells the client which host / port / alias to use to connect to the session ser...
- 10:42 AM Feature #8973: distribute stateful interactive sessions across a cluster of FWD servers
- > I guess this task is to tackle both types?
Correct. - 10:35 AM Feature #8973: distribute stateful interactive sessions across a cluster of FWD servers
- At present for web gui / chui the interface with the client is the login page. For desktop gui / chui it's a socket c...
- 10:22 AM Feature #8973: distribute stateful interactive sessions across a cluster of FWD servers
- #4369 is about implementing the core clustering support in a FWD server. This will allow horizontal scaling and some...
- 10:15 AM Feature #8973 (New): distribute stateful interactive sessions across a cluster of FWD servers
Also available in: Atom