Activity
From 02/25/2020 to 03/25/2020
03/26/2020
- 09:45 PM Feature #4393: add TITLE-DCOLOR attribute support
- Updates are buildable in revision 11395. Right now @GenericFrame@ is the only update without stubs. Please review... ...
- 09:34 PM Feature #4393: add TITLE-DCOLOR attribute support
- The documentation for Attributes:Frames for writing/assignment says...
_in ChUI:_
_before realization, all ...
03/25/2020
- 03:42 PM Bug #4589: menu case sensitivity and conversion
- > The current changes were checked with testcases/uast/menu tests that passed except 4 known cases:
Roger is worki... - 03:33 PM Bug #4589: menu case sensitivity and conversion
- The current changes were checked with @testcases/uast/menu@ tests that passed except 4 known cases:...
- 03:21 PM Bug #4589: menu case sensitivity and conversion
- If everything is working so far and there are no regressions, then I am OK with it.
- 02:32 PM Bug #4589: menu case sensitivity and conversion
- Greg, I compared the previous version and the current changes and found that this map used @submenu = names.convert(...
- 10:36 AM Bug #4589: menu case sensitivity and conversion
- Code Review Task Branch 4231b Revision 11387
It seems wrong to use the javaname (even a lowercased one) as a key t... - 08:13 AM Bug #4589: menu case sensitivity and conversion
- Greg Shah wrote:
> This is not a problem with menu conversion. The skeletons should never be converted. They are s... - 08:13 AM Bug #4589: menu case sensitivity and conversion
- Hynek Cihlar wrote:
> Sergey, I think I stepped on another error during <large_app> conversion caused by the menu ch... - 08:04 AM Bug #4589: menu case sensitivity and conversion
- This is not a problem with menu conversion. The skeletons should never be converted. They are supposed to be exclud...
- 07:53 AM Bug #4589: menu case sensitivity and conversion
- Sergey, I think I stepped on another error during <large_app> conversion caused by the menu changes....
- 03:20 PM Feature #4393: add TITLE-DCOLOR attribute support
- Consider the following facts:
* The reason we store state in a separate config class (e.g. @BaseConfig@) is to hav... - 02:41 PM Feature #4393: add TITLE-DCOLOR attribute support
- Are @titleBGgColor@ and @titleFgColor@ attributes to be kept with @titleDColor@ and @titleFont@ in @BaseConfig@?
- 01:45 PM Feature #4393: add TITLE-DCOLOR attribute support
- > Yes I did, but in that method, it is setting frame.config.titleDColor instead of frame.config.titleColor.
There ... - 01:34 PM Feature #4393: add TITLE-DCOLOR attribute support
- Greg Shah wrote:
> Did you see this part in #4393-6:
>
> > @GenericFrame@: Add @getTitleDColor()@, @setTitleDColo... - 12:59 PM Feature #4393: add TITLE-DCOLOR attribute support
- Did you see this part in #4393-6:
> @GenericFrame@: Add @getTitleDColor()@, @setTitleDColor(int64 dcolor)@, @setTi... - 12:52 PM Feature #4393: add TITLE-DCOLOR attribute support
- @GenericFrame@ had a method that looks a little broken:...
- 11:45 AM Feature #4393: add TITLE-DCOLOR attribute support
- Just implement what is in @TitledElement@. The @ColorSpec@ stuff is not related.
- 11:44 AM Feature #4393: add TITLE-DCOLOR attribute support
- Should there be setters for *FG*, *BG*, and *D* which receive @(ColorSpec color)@? Or just @int64@ and @long@?
- 11:21 AM Feature #4393: add TITLE-DCOLOR attribute support
- Greg Shah wrote:
> It is recommended anytime you are:
>
> * implementing a method from an interface (which you ar... - 11:17 AM Feature #4393: add TITLE-DCOLOR attribute support
- It is recommended anytime you are:
* implementing a method from an interface (which you are doing, right?) OR
* o... - 10:58 AM Feature #4393: add TITLE-DCOLOR attribute support
- I'm in @BrowseWidget@ and I see some methods with @@Override@ annotation, and some without. What determines wheth...
- 09:49 PM Feature #4393: add TITLE-DCOLOR attribute support
- Just re-enable the warnings suppression.
03/24/2020
- 05:48 PM Feature #4393: add TITLE-DCOLOR attribute support
- Is the below caused by commented out @options { generateAmbigWarnings = false; }@ ? Was that just for debug?...
- 05:06 PM Feature #4393: add TITLE-DCOLOR attribute support
- Attached are my incomplete changes for this task. The intention is to *finish the implementation of all the options ...
- 07:18 AM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> The AST of menu item in the assignment expression #4589-41 missed @<annotation datatype="... - 06:07 AM Bug #4589: menu case sensitivity and conversion
- The AST of menu item in the assignment expression #4589-41 missed @<annotation datatype="java.lang.String" key="in_wi...
- 05:37 AM Bug #4589: menu case sensitivity and conversion
- This code...
- 05:12 AM Bug #4589: menu case sensitivity and conversion
- The code is still needed to fix ACCELERATOR assignments for menu. I added new test case @test-accelerator-1.p@ into @...
03/23/2020
- 10:06 AM Bug #4598: define shared menu statement is converted using new name to reference the shared menu
- This issue can be reproduced with @./menu/shared_new.p@ and @./menu/shared_use.p@ from the old @testcases/uast@ proje...
- 09:54 AM Bug #4598 (New): define shared menu statement is converted using new name to reference the shared...
- 09:03 AM Bug #4589: menu case sensitivity and conversion
- As long as the regression in the other customer's application is also fixed, then any remaining issues can be moved i...
- 08:53 AM Bug #4589: menu case sensitivity and conversion
- I saw the Redmine entries about the regression, and I am grateful you found a better solution. The customer code stil...
- 07:51 AM Bug #4589: menu case sensitivity and conversion
- Roger Borrello wrote:
> I converted/compiled the customer code with your @4589_6.patch@ updates. Excellent! Did you ... - 05:19 AM Bug #4589: menu case sensitivity and conversion
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > where @SharedUseMmMenu.class@ should be @SharedNewMmMenu.class@.... - 03:55 AM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> where @SharedUseMmMenu.class@ should be @SharedNewMmMenu.class@. @SharedUseMmMenu.java@ i...
03/20/2020
- 05:17 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Please read the 4GL docs to see what the @FRAME-COL@ function is meant to do. It is the counterpart of @FRAME-ROW@ a...
- 11:10 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- This test is promising:
!frame_loc_attributes_get.png!
Code below. What else can I do to validate?... - 09:01 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- Stanislav Lomany wrote:
> Review rev 11377: Roger, you forgot to remove the array need for @eventDrawingBracket@. Yo... - 04:32 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- Review rev 11377: Roger, you forgot to remove the array need for @eventDrawingBracket@. You can just write @return br...
- 03:50 PM Bug #4589: menu case sensitivity and conversion
- I converted/compiled the customer code with your @4589_6.patch@ updates. Excellent! Did you remove all your debug @pr...
- 03:30 PM Bug #4589: menu case sensitivity and conversion
- Roger Borrello wrote:
> Are you getting a conversion error or runtime?
This is the menu generation issue for shared... - 03:21 PM Bug #4589: menu case sensitivity and conversion
- Committed revision 11381 (4231b) fixed case-insensitive issue for menu identifiers but the shared menu and labels iss...
- 03:01 PM Bug #4589: menu case sensitivity and conversion
- Are you getting a conversion error or runtime?
I've made a change to the @shared_new.p@ to make is easier to run o... - 02:09 PM Bug #4589: menu case sensitivity and conversion
- This diff @4589_6.patch@ fixed these tests (see #4589-28)...
- 01:44 PM Bug #4589: menu case sensitivity and conversion
- I encountered a strange annotation generated for menu item...
- 11:10 AM Bug #4589: menu case sensitivity and conversion
- These files...
- 09:20 AM Bug #4589: menu case sensitivity and conversion
- It seems like you are getting close. Keep up the good work. If you need a hand on anything, please post.
- 07:01 AM Bug #4589: menu case sensitivity and conversion
- The following 3 types of exceptions were encountered with the last attached diff.
These tests... - 01:57 AM Bug #4589: menu case sensitivity and conversion
- Roger, the last changes fixed your test case but these changes to use low case identifier are not correct. There is a...
03/19/2020
- 06:16 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Updated per suggestions. Thanks!...
- 05:27 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- I don't see any value in @BrowseWidget.getBrowseCacheSize()@ when @getNumEntries()@ can call @LogicalTerminal.getBrow...
- 05:22 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- > * @ClientExports: public int getBrowseCacheSize(int browseId);@
> * @BrowseWidget: private int getBrowseCacheSize(... - 05:04 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Stanislav Lomany wrote:
> Consider you have a browse:
>
> [...]
>
> DOWN is 5, cache size is 2.
Thanks.
... - 03:32 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Consider you have a browse:...
- 03:28 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Greg Shah wrote:
> Yes, except you will only have the @browseId@ parameter and you must return an @int@.
What's t... - 02:33 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Yes, except you will only have the @browseId@ parameter and you must return an @int@.
- 02:24 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Stanislav Lomany wrote:
> > Do we already have an API for this? If not, do we store this value on the client?
>
... - 09:33 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- As Stanislav noted above, FWD returning 11 is a BUG. So you don't need to analyze how 11 relates to anything.
> 4... - 09:16 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- FWD returning 11 leads me to believe there are still 11 rows in the view. Evidence is the slider on the scrollbar has...
- 08:39 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- Read the comments in @browse_num_entries.p@ and look carefully at the current FWD implementation/comments. Make sure...
- 05:38 PM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> It is interesting what tests from @testcases/uast/menu/@ should be passed with the trunc... - 04:03 PM Bug #4589: menu case sensitivity and conversion
- It is interesting what tests from @testcases/uast/menu/@ should be passed with the trunc version now. I found that m...
- 09:22 AM Bug #4589: menu case sensitivity and conversion
* 4GL names are always case-insensitive. Java names are always case-sensitive. So we must handle this at conver...- 09:02 AM Bug #4589: menu case sensitivity and conversion
- Yes, I have similar questions.
I have only this way to collect all @"javaname"@ annotations created for menus, sub... - 08:54 AM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> I am investigating logs from my changes in @rules/annotations/menu_scoping.rules@ because... - 05:25 AM Bug #4589: menu case sensitivity and conversion
- I am investigating logs from my changes in @rules/annotations/menu_scoping.rules@ because the rules are not clear for...
- 03:04 AM Bug #4589: menu case sensitivity and conversion
- It seems that the sub menu name from its definition should be here, but the converted name can use lower and upper ca...
03/18/2020
- 07:01 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- > What is @NUM-ENTRIES@ attribute hold? Is it the number of entries left?
It is the number of data rows in the vie... - 06:51 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Greg Shah wrote:
> Stanislav Lomany wrote:
> > > Stanislav: Please review.
> >
> > The approach in @getNumEntrie... - 05:12 PM Bug #4589: menu case sensitivity and conversion
- I updated the testcase to get the new failure:...
- 04:46 PM Bug #4589: menu case sensitivity and conversion
- I don't think it fixes the issue. The Javaname is now lowercase, but not found. Shouldn't it be a converted name?
... - 04:06 PM Bug #4589: menu case sensitivity and conversion
- Is this a complete fix for all known issues seen in this task?
- 03:58 PM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> Thank you. Please use this patch. It seems that it fixed @menu-item@ according to my test... - 03:41 PM Bug #4589: menu case sensitivity and conversion
- Thank you. Please use this patch. It seems that it fixed @menu-item@ according to my test.
- 03:39 PM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> Roger, I tested this diff with 4231b patched. It couldn't convert @menu-item quititem:SEN... - 03:21 PM Bug #4589: menu case sensitivity and conversion
- Roger, I tested this diff with 4231b patched. It couldn't convert @menu-item quititem:SENSITIVE = false.@ properly bu...
- 11:49 AM Bug #4589: menu case sensitivity and conversion
- Sergey Ivanovskiy wrote:
> I think that frame scoping is not connected with this issue because this example 4GL GUI ... - 11:41 AM Bug #4589: menu case sensitivity and conversion
- I cannot think of ANY names in the 4GL that are case-sensitive. Our conversion needs to treat all menu, sub-menu and...
- 11:31 AM Bug #4589: menu case sensitivity and conversion
- I think that frame scoping is not connected with this issue because this example 4GL GUI works similarly on the nativ...
- 11:27 AM Bug #4589: menu case sensitivity and conversion
- There isn't a @frame@ scoping the menu in the new case. That is what the customer's code is doing, so we need to unde...
- 11:23 AM Bug #4589: menu case sensitivity and conversion
- According to this 4GL UI test:...
- 10:39 AM Bug #4589: menu case sensitivity and conversion
- Thank you, I see it now.
- 10:16 AM Bug #4589: menu case sensitivity and conversion
- If you change @thissubmenu:SENSITIVE@ to @ThisSUBMENU:SENSITIVE@ it will generate the correct results.
- 10:13 AM Bug #4589: menu case sensitivity and conversion
- Compiling of @testcases/uast/submenu_case-sensitive.p@ with 4231b (rev 11376) failed...
- 10:07 AM Bug #4589 (Closed): menu case sensitivity and conversion
- 04:30 PM Feature #3880: enhanced browse 3rd phase of improvements
- > Help me understand what you see as the advantage of separating things.
I think you're right that it is a single ... - 09:24 PM Feature #3880: enhanced browse 3rd phase of improvements
- I assume that the layout parameters for use in both the screen/display and the reports.
Why do we want to keep thi...
03/17/2020
- 05:42 PM Feature #3880: enhanced browse 3rd phase of improvements
- All kinds of colors and fonts, column width, order and visibility, row height.
- 05:39 PM Feature #3880: enhanced browse 3rd phase of improvements
- What are examples of "layout parameters"?
- 05:29 PM Feature #3880: enhanced browse 3rd phase of improvements
- Greg, I have some conceptual questions about report-related enhanced parameters. Enhanced parameters can be divided i...
- 03:44 PM Feature #2683: reverse proxy implementation
- > > It is used only to generate mapping on the fly for new connected broker client.
>
> Is it used for anything ex... - 03:31 PM Feature #2683: reverse proxy implementation
- > It is used only to generate mapping on the fly for new connected broker client.
Is it used for anything external... - 03:22 PM Feature #2683: reverse proxy implementation
- I rechecked if Jetty implements the reverse proxy support for wss connections and found that https://webtide.com/http...
- 02:29 PM Feature #2683: reverse proxy implementation
- This hosts file is related only to the network configuration. It is used only to generate mapping on the fly for new ...
- 01:45 PM Feature #2683: reverse proxy implementation
- > Should I change it to use the directory?
Is there any advantage to leaving it as a separate file? - 01:02 PM Feature #2683: reverse proxy implementation
- Committed revision 11374 (4231b) fixed 1), 2), 4) and 5). The hosts file is used for mapping unique pairs of host and...
- 08:37 AM Feature #2683: reverse proxy implementation
- Code Review Task Branch 4231b Revision 11372
Overall, it is a nicer implementation to have the @HostsManager@.
... - 07:51 AM Feature #2683: reverse proxy implementation
- Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > Yes, it looks like the old issue documented in @WebClientP... - 11:43 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- It seems the changes in 4231b Revision 11372 are good.
- 11:11 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Code Review Task Branch 4231b Revision 11372
The changes seem good to me.
Sergey: Any objections? - 10:54 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Committed fix in 4231b/rev. 11373. The changes were minimal - only the space-bar generates additional released events.
- 06:11 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- After checking the @GUIKeyboardReader@, I see there is the following code which triggers that additional @keyups@:
<... - 05:16 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Now I see that this behavior can't be reproduced on Chrome. Maybe it is a bug in Firefox regarding long key presses?
- 05:10 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Greg Shah wrote:
> I don't want to send a large number of additional events up to Java if we only need a very small ... - 11:39 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- The custom format is implemented exactly according to this documentations https://docs.oracle.com/javase/tutorial/i18...
- 11:16 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- I think the @VALUE-CHANGED@ event and the custom beginning day of week will be needed.
> but the custom format the... - 10:46 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Working to improve the documentation of calendar. The current version of @Calendar@ can convert @DateTimeValue@ value...
- 09:29 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- I see that there is a good start on the documentation. Thank you!
I sent the link to some customers for review. ...
03/16/2020
- 01:15 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- >> Even though the KEY_RELEASED event is not a progress event, it should be generated in order to properly reproduce ...
- 12:29 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Adrian Lungu wrote:
> Yet, I am not sure how the key events are handled in the web driver. But from this slim invest... - 12:12 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- It seems that @keyup@ browser's event means that a key is released. Is it correct to change this part of the js web c...
- 10:39 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Adrian Lungu wrote:
> I recently found a bug related to the issue here - regarding the web interface. The web driver... - 10:32 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- Whatever solution is created, please minimize the number of events forwarded to the FWD client (Java side). Optimall...
- 10:21 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
- I recently found a bug related to the issue here - regarding the web interface. The web driver doesn't emit release e...
03/13/2020
- 03:45 PM Feature #4164: implement misc UI features (frame options, misc attributes)
- Task branch 4335a was merged to trunk as revision 11345.
- 03:43 PM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Task branch 4335a was merged to trunk as revision 11345.
- 03:42 PM Feature #4472 (Closed): Allow pause for a fraction of a second
- Task branch 4335a was merged to trunk as revision 11345.
- 03:41 PM Feature #4170: add drag and drop support to treeview widget
- Task branch 4335a was merged to trunk as revision 11345.
See #4170-21 for the remaining work.
03/11/2020
- 04:05 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey: Please write up the documentation for this widget in "CALENDAR Widget and OCX Replacement":/projects/p2j/wiki...
- 02:54 PM Feature #2683: reverse proxy implementation
- We don't have documentation yet. External widget support is only needed in special cases where the code cannot be pl...
- 02:25 PM Feature #2683: reverse proxy implementation
- Greg, please could you provide me with information about external widget support? Are there ready examples?
- 02:18 PM Feature #2683: reverse proxy implementation
- Although it should be safe, I prefer to avoid changes in 4335a. Please put your changes into 4231b after it is rebas...
03/10/2020
- 09:10 AM Feature #2683: reverse proxy implementation
- Sergey Ivanovskiy wrote:
> I can't use 4231b for #2683-73 changes because these code exist only in 4335a. These chan... - 08:42 AM Feature #2683: reverse proxy implementation
- I can't use 4231b for #2683-73 changes because these code exist only in 4335a. These changes are only to remove logs ...
- 04:34 AM Feature #4182: KERNEL32:SLEEP() emulation
- Roger Borrello wrote:
> Constantin Asofiei wrote:
> > Roger, I was missing the .ext-hints. After this, your sleep t... - 03:56 AM Feature #4170: add drag and drop support to treeview widget
- Roger Borrello wrote:
> I see many new keywords added related to @node@ and @nodes@. Were they a result of this issu...
03/09/2020
- 06:24 PM Feature #2683: reverse proxy implementation
- Sergey Ivanovskiy wrote:
> Yes, it looks like the old issue documented in @WebClientProtocol@
OK, please add javado... - 06:23 PM Feature #2683: reverse proxy implementation
- Greg Shah wrote:
> I don't have a problem with the patch, but Constantin should review.
I'm OK with the patch.
>... - 05:38 PM Feature #2683: reverse proxy implementation
- Yes, it looks like the old issue documented in @WebClientProtocol@...
- 04:59 PM Feature #2683: reverse proxy implementation
- It is interesting if we should remove logs here in @ThinClient.initializePost@ because it would block the web client?...
- 04:31 PM Feature #2683: reverse proxy implementation
- It seems that this hanging issue is reproduced only when I tried to connect @https://localhost/gui@ and the Apache pr...
- 04:04 PM Feature #2683: reverse proxy implementation
- The hanging issue has this thread context:
1) @KeyReader@ thread is in this state... - 03:41 PM Feature #2683: reverse proxy implementation
- No, the broker manager patch is related to the case when the broker manager is not used but clients to ports map is r...
- 03:28 PM Feature #2683: reverse proxy implementation
- I don't have a problem with the patch, but Constantin should review.
> It requires to set up a broker configuratio... - 03:14 PM Feature #2683: reverse proxy implementation
- I tested this Apache Reverse proxy configuration with this branch 4335a using Hotel Gui application. The current code...
- 05:15 PM Feature #4170: add drag and drop support to treeview widget
- I see many new keywords added related to @node@ and @nodes@. Were they a result of this issue? I noticed that @node-e...
- 03:49 PM Feature #4182: KERNEL32:SLEEP() emulation
- Constantin Asofiei wrote:
> Roger, I was missing the .ext-hints. After this, your sleep testcase in #4182-6 works fi... - 03:41 PM Feature #4182: KERNEL32:SLEEP() emulation
- Roger, I was missing the .ext-hints. After this, your sleep testcase in #4182-6 works fine.
Please check your clas... - 03:27 PM Feature #4182: KERNEL32:SLEEP() emulation
- Roger, sorry, I can't make anything to work (@gethostbyname@, @GetComputerNameA@). I don't recall how this was suppo...
- 02:52 PM Feature #4182: KERNEL32:SLEEP() emulation
- Eric Faulhaber wrote:
> Sorry, no. If this test case is one of mine, I don't remember it.
>
> Are you getting a p... - 02:48 PM Feature #4182: KERNEL32:SLEEP() emulation
- Sorry, no. If this test case is one of mine, I don't remember it.
Are you getting a particular error, or just no r... - 02:39 PM Feature #4182: KERNEL32:SLEEP() emulation
- Eric, did you ever test the @myconn1.p@ testcase under FWD and Windows? I'm trying to get my @Kernel32:Sleep@ functio...
- 02:35 PM Feature #4182: KERNEL32:SLEEP() emulation
- I made a simplified version of @uast/myconn1.p@:...
- 02:12 PM Feature #4182: KERNEL32:SLEEP() emulation
- I made sure my pathing was correct by validating that @directory.xml@ contains:...
- 01:26 PM Feature #4182: KERNEL32:SLEEP() emulation
- @./src/com/goldencode/testcases/name_map.xml@ looks good... although perhaps the pathing is misconfigured?...
- 01:21 PM Feature #4182: KERNEL32:SLEEP() emulation
- Roger Borrello wrote:
> When @getAbsoluteName(Object referent)@ is called, @jname="com.goldencode.testcases.windows_... - 01:16 PM Feature #4182: KERNEL32:SLEEP() emulation
- When @getAbsoluteName(Object referent)@ is called, @jname="com.goldencode.testcases.windows_emulation.Kernel32Sleep"@...
- 12:50 PM Feature #4182: KERNEL32:SLEEP() emulation
- Constantin Asofiei wrote:
> Roger Borrello wrote:
> > I hit a breakpoint in @Kernel32Sleep.lambda$execute$1@ so I'l... - 12:27 PM Feature #4182: KERNEL32:SLEEP() emulation
- Roger Borrello wrote:
> I hit a breakpoint in @Kernel32Sleep.lambda$execute$1@ so I'll try to find my way from here.... - 12:25 PM Feature #4182: KERNEL32:SLEEP() emulation
- Constantin Asofiei wrote:
> Roger Borrello wrote:
> > I was expecting to hit my breakpoint, but I must be missing s... - 12:19 PM Feature #4182: KERNEL32:SLEEP() emulation
- Roger Borrello wrote:
> I was expecting to hit my breakpoint, but I must be missing something.
You need to attach t... - 12:17 PM Feature #4182: KERNEL32:SLEEP() emulation
- I've been trying to catch this in the debugger, but since this is my first rodeo debugging client or server runtime, ...
03/06/2020
- 05:43 PM Feature #4182: KERNEL32:SLEEP() emulation
- Greg Shah wrote:
> Did the conversion occur successfully?
Yes...... - 05:39 PM Feature #4182: KERNEL32:SLEEP() emulation
- Did the conversion occur successfully?
- 05:32 PM Feature #4182: KERNEL32:SLEEP() emulation
- List of testcases:...
03/05/2020
- 09:40 PM Feature #3880: enhanced browse 3rd phase of improvements
- Rebased task branch 3880a from P2J trunk revision 11344.
03/04/2020
- 02:30 PM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- The chart-related classes are in 4335a rev 11452
- 06:53 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- The list of files I've added for charting are:...
- 05:58 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Greg Shah wrote:
> OK. I'm fine with using Java getters/setters.
I haven't fixed this yet. The solution should wo... - 10:32 AM Bug #4498 (Closed): Embedded assignment of extent in shared frame fails
- 10:31 AM Bug #4488 (Closed): Wrong frame used after display includes widgets from other frame
03/03/2020
- 06:28 PM Feature #4393: add TITLE-DCOLOR attribute support
- h2. Attributes
This documents the @TITLE-BGCOLOR@, @TITLE-DCOLOR@, @TITLE-FGCOLOR@ and @TITLE-FONT@ attributes for... - 02:56 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Task branch 4207a was merged to trunk as revision 11344.
- 02:56 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Task branch 4207a was merged to trunk as revision 11344.
- 01:08 PM Feature #4174 (Closed): implement calendar control/dtpicker OCX replacement
- Branch 4207a was merged to trunk as revision 11344.
The items in #4174-152 are deferred to a future task (when a c... - 07:55 AM Feature #4174 (Test): implement calendar control/dtpicker OCX replacement
03/02/2020
- 06:43 PM Feature #4393: add TITLE-DCOLOR attribute support
- h2. Title Phrase
Summary:
* the syntax processing of options for the frame phrase and the browse options phrase... - 05:30 PM Feature #4393: add TITLE-DCOLOR attribute support
- The following testcases were created:...
- 05:20 PM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > This is probably OK for now, but we are really trying to achieve a... - 10:41 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Greg Shah wrote:
> This is probably OK for now, but we are really trying to achieve a generic data visualization wid... - 09:59 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- > I'm placing everything related to chart in com.goldencode.p2j.ui.chart, except main widget class (ui.ChartWidget).
... - 08:08 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > The chaining (for chart setup) is pretty deep and is easier to ... - 07:58 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- Constantin Asofiei wrote:
> The chaining (for chart setup) is pretty deep and is easier to allow this instead of exp... - 07:57 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- I'm placing everything related to chart in @com.goldencode.p2j.ui.chart@, except main widget class (@ui.ChartWidget@)...
- 07:54 AM Feature #4199: implement a data visualization widget which can be used for a wide range of data-b...
- For chart, in the end I'm working on adding support for calls like:...
- 12:55 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Committed revision 11420 (4207a) fixed the custom format and color setters, removed extra elements from Calendar widg...
- 10:00 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- These MS Date/Time Picker features are not implemented yet:
1) to support MS @CustomFormat@ https://docs.microsoft...
02/29/2020
- 02:24 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- This task branch 4174a has been merged into the trunc as rev 11343 and archived.
- 02:02 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Hynek Cihlar wrote:
> Code review 4174a revisions 11373..11379.
>
> @<action>map6.put("UpDown" , "UpDow... - 01:46 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Code review 4174a revisions 11373..11379.
@<action>map6.put("UpDown" , "UpDown")</action>@ is redundant ... - 12:33 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Committed rev 11379 (4174a) fixed @DateTimeValue@ widget value to accept ISO date and time string value. Planning to ...
- 11:36 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Committed revision 11378 (4174a) fixed @SCREEN-VALUE@ for new calendar widget.
02/28/2020
- 05:26 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- No objections.
- 05:19 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Committed revision 11377 (4174a) fixed the conversion for new calendar widget when common methods of @OcxMouse@ and @...
- 10:12 AM Bug #4558: The semitransparent picture of the web client page is displayed when dragging the mouse
- With Firefox we can observe the default action when dragging the mouse (the left mouse button is pressed and the mous...
- 10:09 AM Bug #4558 (New): The semitransparent picture of the web client page is displayed when dragging th...
02/27/2020
- 08:41 AM Bug #4557: radio-set deviations from the 4GL GUI
- Eugenie found this list of bugs (testing with branch 4335a) while running the radio-set testcases (in @testcases/uast...
- 08:36 AM Bug #4557 (New): radio-set deviations from the 4GL GUI
02/26/2020
- 02:13 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- During the @test_bar_test2.p@ I found the conversion issues and fixed them so the @ProgressBar@ can be wrapped into @...
- 10:04 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Yes, I missed this option in the hint file @progress_bar_test.p.ext-hints@...
- 09:59 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- But this test @uast/progressbar/progress_bar_test6.p@ doesn't have @control_load@ procedure and hence it can be used ...
- 09:36 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- I don't understand why the @.wrx@ file is needed. If you configure the @.ext-hints@ file, the @LoadControls@ will be...
- 09:30 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- The committed revision 11374 (4174a) fixed @progressbar@ widget issues and this test from @testcases@ must be fixed d...
- 01:43 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> What testing (conversion and runtime) is needed before this can be merged to trunk?
The customer... - 11:30 AM Feature #3880: enhanced browse 3rd phase of improvements
- For enhanced browse changes created task branch 3880a from FWD trunk revision 11342.
02/25/2020
- 02:02 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- What testing (conversion and runtime) is needed before this can be merged to trunk?
- 01:43 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Please review the fixed code the committed revision 11373 (4174a).
The changes are goo... - 01:39 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Please review the fixed code the committed revision 11373 (4174a).
- 01:09 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> OK. The previous notes confuse me.
Some OCX/COM references are desired, like those in... - 12:30 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- This is the summary patch for this task.
- 12:28 PM Feature #4174 (Review): implement calendar control/dtpicker OCX replacement
- OK. The previous notes confuse me. Please review these changes, the committed revision 11372 (4174a) that added histo...
- 11:26 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Also there is a package @com.goldencode.p2j.ui.ocx@. Please explain the purpose of these ... - 11:13 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Also there is a package @com.goldencode.p2j.ui.ocx@. Please explain the purpose of these changes/renamings in this task?
- 11:01 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Were these files reviewed before they were committed in the trunc?
- 11:00 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- and these files
src/com/goldencode/p2j/ui/OcxDragDrop.java
src/com/goldencode/p2j/ui/OcxDragDropConfig.java
... - 10:59 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- 4174a
rules
convert
methods_attributes.rules (6 matches)
1,054: <rule>list.put(prog.kw_ole_drmd, execLib("cr_desc... - 10:57 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Does it make sense to postpone t... - 10:55 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Another question is how these files are related to this particular task that implements the calendar widget?
- 10:52 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Does it make sense to postpone these huge changes?
>
> By hug... - 10:29 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Does it make sense to postpone these huge changes?
By huge you mean the five files? Or... - 10:20 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Does it make sense to postpone these huge changes?
- 10:16 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- I would like to notify that the huge number of files should be changed in order to remove OLE and OCX prefixes.
re... - 04:15 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Hynek, Greg, should I change this name @OcxDragDrop@ to @DragDropExt@? Should this @Widge... - 04:09 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > The changes look good. Just please rename DTPicker (and any othe... - 02:40 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Hynek, Greg, should I change this name @OcxDragDrop@ to @DragDropExt@? Should this @WidgetExtension@ interface extend...
- 02:26 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> Other than changing some comments, is there any remaining work in this task?
I need to add his... - 02:22 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Please explain this idea more clearly. I removed them
> > [......
Also available in: Atom