Project

General

Profile

Activity

From 07/22/2024 to 08/20/2024

08/20/2024

10:40 AM Bug #9076: TreeNodeFace ext-hint translation should zap release object statements, or call a no-o...
A customer encountered the following:
# TreeNodeFace ext-hint translation should zap release object statements, or...
Tijs Wickardt
10:39 AM Bug #9076 (New): TreeNodeFace ext-hint translation should zap release object statements, or call ...
Tijs Wickardt
10:38 AM Bug #9075: slider does not fit on screen
A customer encountered the following:
# slider does not fit on screen
# this is a slider using the default OE set...
Tijs Wickardt
10:37 AM Bug #9075 (New): slider does not fit on screen
Tijs Wickardt
10:36 AM Bug #9074: slider is not functional with default values only
A customer encountered the following:
# slider is not functional with default values only
Details and reproduct...
Tijs Wickardt
10:35 AM Bug #9074 (New): slider is not functional with default values only
Tijs Wickardt
10:33 AM Bug #9073: can-query returns true for many cases where it should return false
A customer encountered the following:
# can-query returns true for many cases where it should return false
Deta...
Tijs Wickardt
10:33 AM Bug #9073 (New): can-query returns true for many cases where it should return false
Tijs Wickardt
10:31 AM Bug #9072: Treeview: Nodes:Item parameter is cast incorrectly to OCX numeric type instead of a st...
A customer encountered the following when using the treeview:
# @Nodes:Item@ parameter is cast incorrectly to OCX ...
Tijs Wickardt
10:28 AM Bug #9072 (New): Treeview: Nodes:Item parameter is cast incorrectly to OCX numeric type instead o...
Tijs Wickardt
10:27 AM Bug #9071: treeview scroll area not moved on resize
A customer encountered the following:
# The treeview scroll area is not moved on resize of it's control-frame
# A...
Tijs Wickardt
10:25 AM Bug #9071 (New): treeview scroll area not moved on resize
Tijs Wickardt
10:24 AM Bug #9070: first-child of window does not return the frame if window and frame are created dynami...
A customer encountered the following:
# first-child of window does not return the frame if window and frame are cr...
Tijs Wickardt
10:23 AM Bug #9070 (New): first-child of window does not return the frame if window and frame are created ...
Tijs Wickardt
10:21 AM Bug #9069: can-query of window for menu-bar should return true
A customer encountered the following:
# can-query of window for menu-bar should return true
# currently it return...
Tijs Wickardt
10:19 AM Bug #9069 (New): can-query of window for menu-bar should return true
Tijs Wickardt

08/16/2024

09:33 AM Bug #8012 (Test): Fix combo-box corner cases
Branch 7806b was merged to trunk as rev. 15384 and archived. Alexandru Lungu

08/15/2024

01:53 PM Bug #7646 (Review): FILL-IN: NPE during the PASTE of non-text clipboard contents
Vladimir Tsichevski wrote:
> The NPE in a @FILL-IN@ does not happen anymore, but the same problem still exists for @...
Vladimir Tsichevski
11:49 AM Bug #7646: FILL-IN: NPE during the PASTE of non-text clipboard contents
The NPE in a @FILL-IN@ does not happen anymore, but the same problem still exists for @EDITOR@ widgets. Vladimir Tsichevski
06:51 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Agreed. We need to see the 4GL testcase(s) that show the difference between OE and FWD. Then we can assess your cha... Greg Shah
03:49 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
I haven't worked on @StanzaIni.java@, but with all the questions around adding the registry fallback for Linux, I pro... Galya B
02:41 AM Feature #9055 (Closed): server-side processing of client platform dependencies in the UI
Galya B

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...
Eugenie Lyzenko
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...
Eugenie Lyzenko
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... Greg Shah
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...
Tijs Wickardt
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...
Eugenie Lyzenko
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.... Robert Jensen
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... Greg Shah
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 ... Eugenie Lyzenko
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 ... Roger Borrello
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... Roger Borrello
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 ...
Roger Borrello
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 ... Greg Shah
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? Galya B
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...
Greg Shah
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... Galya B
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...
Vladimir Tsichevski
03:19 PM Bug #9054 (New): FILL-IN GUI scrolling differs
Vladimir Tsichevski

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...
Roger Borrello
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...
Eugenie Lyzenko
05:28 PM Bug #7657: 8-bit character entry problem in ChUI
Cool result! Greg Shah
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/... Greg Shah
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...
Eugenie Lyzenko
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...
Eugenie Lyzenko
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 ...
Eugenie Lyzenko
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... Greg Shah

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:...
Eugenie Lyzenko
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... Eugenie Lyzenko
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... Greg Shah
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...
Eugenie Lyzenko
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... Greg Shah
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...
Eugenie Lyzenko
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...
Greg Shah
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 ... Eugenie Lyzenko
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....
Hynek Cihlar
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... Hynek Cihlar

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-... Roger Borrello

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.
Hynek Cihlar
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...
Roger Borrello
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... Hynek Cihlar
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...
Roger Borrello
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...
Roger Borrello
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 ...
Greg Shah
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... Roger Borrello
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'...
Hynek Cihlar
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...
Hynek Cihlar
10:46 PM Feature #8991: Integrate SPREADSHEET widget in Hotel GUI sample application
Hynek Cihlar wrote:
> First, please check the server log.
See attached
Roger Borrello
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... Hynek Cihlar
09:40 AM Feature #9033 (New): Give a meaningful error message when SPREADSHEET widget backend is not enabl...
Hynek Cihlar

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...
Eugenie Lyzenko
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...
Hynek Cihlar

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...
Roger Borrello
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 ...
Hynek Cihlar
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. Roger Borrello
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@....
Roger Borrello
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...
Hynek Cihlar
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. ...
Roger Borrello
10:43 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15362@, new revision is @15369@. Eugenie Lyzenko

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...
Vladimir Tsichevski

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 ...
Eugenie Lyzenko
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... Hynek Cihlar
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. Greg Shah
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, ...
Hynek Cihlar

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 ... Eugenie Lyzenko

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...
Marian Edu
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... Greg Shah
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...
Eugenie Lyzenko
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 ...
Galya B

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...
Roger Borrello
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 ...
Roger Borrello
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... Galya B
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... Greg Shah
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... Eugenie Lyzenko
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...
Eugenie Lyzenko

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... Roger Borrello
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...
Roger Borrello
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... Greg Shah
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...
Roger Borrello
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... Greg Shah
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...
Roger Borrello
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...
Greg Shah
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... Galya B
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... Galya B
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... Roger Borrello
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... Roger Borrello
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...
Marian Edu
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... Greg Shah
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... Eugenie Lyzenko
08:21 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15350@, new revision is @15355@. Eugenie Lyzenko

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...
Șerban Bursuc
 

Also available in: Atom