Activity
From 12/16/2019 to 01/14/2020
01/14/2020
- 04:17 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- The problem here is that @handle@ has no strong typing information that can always be known at parsing time. Sometim...
- 03:59 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Sergey Ivanovskiy wrote:
> Marius, could you explain why @ENABLED@ and @VALUE@ progress bar properties were named as... - 02:47 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- There are existing 4GL attributes of the same names, so the @PB-@ prefix was needed to differentiate these from the "...
- 02:31 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius, could you explain why @ENABLED@ and @VALUE@ progress bar properties were named as @PB-ENABLED@ and @PB-VALUE@...
- 04:02 PM Bug #4498 (WIP): Embedded assignment of extent in shared frame fails
- 04:01 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Committed @rules/convert/database_references.rules@ in *4207a-11377* to use field reference for the lvalue of an embe...
- 01:11 PM Bug #4498: Embedded assignment of extent in shared frame fails
- No. Read @CommonAstSupport@ for @upPath()@ to understand why.
- 12:25 PM Bug #4498: Embedded assignment of extent in shared frame fails
- With respect to updates to @convert/database_references.rules@ for emitting a field reference...
Wouldn't converti... - 10:54 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Updates for un-subscripted variables in an embedded assignment are committed in 4207a-11376:...
- 09:49 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Constantin Asofiei wrote:
> Hmm... isn't @tt.getMyx7()@ returning a copy of the array?
Yes, I didn't look at that... - 09:26 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Hmm... isn't @tt.getMyx7()@ returning a copy of the array?
- 09:23 AM Bug #4498: Embedded assignment of extent in shared frame fails
- > The last will get us past conversion, but runtime will still need some work.
Not exactly. The last will get us ... - 09:17 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Constantin Asofiei wrote:
> I think we need to change the constructor for @EmbeddedAssignment@ to receive a lambda e... - 03:38 PM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- Yes, 4231b is fine.
- 03:36 PM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- > Please put your changes in 4335a.
I was going to put them into 4231b as they seem to be more risky. Is it OK?
- 10:50 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- 4103a is in trunk. Please put your changes in 4335a.
- 11:15 AM Feature #4170: add drag and drop support to treeview widget
- I created a new branch 4170a from current trunk and rebased with 3856b
- 02:26 AM Feature #4170: add drag and drop support to treeview widget
- Greg Shah wrote:
> Good summary.
>
> What happens if the drop event occurs outside of the tree control?
If the d... - 10:46 AM Feature #3880 (WIP): enhanced browse 3rd phase of improvements
01/13/2020
- 02:52 PM Bug #4498: Embedded assignment of extent in shared frame fails
- I think we need to change the constructor for @EmbeddedAssignment@ to receive a lambda expression, which will actuall...
- 02:49 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Greg Shah wrote:
> Did you test this in the 4GL?
Yes... fields worked just like variables. - 02:42 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Did you test this in the 4GL?
- 02:16 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Built new testcases, which uses fields in a temp table.
@nonshared_frame_extra_widget_embedded_assign_field.p@
<... - 12:56 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Greg Shah wrote:
> This is not a bug. This is just the normal embedded assignment case. Since @i@ is still an edit... - 12:13 PM Bug #4498: Embedded assignment of extent in shared frame fails
- This is not a bug. This is just the normal embedded assignment case. Since @i@ is still an editable widget, this is...
- 11:30 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Roger Borrello wrote:
> There is a scenario which is still broken, and that is when there is a widget that *should b... - 10:54 AM Bug #4498: Embedded assignment of extent in shared frame fails
- There is a scenario which is still broken, and that is when there is a widget that *should be added* to a non-shared ...
- 10:41 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Roger Borrello wrote:
> By protecting the @evalLib("process_fake_scope", tmp, true)@ in *annotations/frame_scoping.r... - 08:52 AM Bug #4498: Embedded assignment of extent in shared frame fails
- By protecting the @evalLib("process_fake_scope", tmp, true)@ in *annotations/frame_scoping.rules* with a check for @t...
- 02:09 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> > Should it be designing exactly the same as the MS Date and Time Picker control?
>
> Yes. Th... - 02:04 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Sorry, it was 3856b. It seems that it looks like an issue in 3856b.
Yes, you have righ... - 12:24 PM Feature #4170: add drag and drop support to treeview widget
- Good summary.
What happens if the drop event occurs outside of the tree control? - 10:23 AM Feature #4170: add drag and drop support to treeview widget
- A. When a Drag&Drop operation is initiated, an @OLEStartDrag@ event is fired:
When the event is handled, the followi... - 08:46 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
I see what the problem is: the string is cut at 64 characters.
The upload directory that I have specified is: ...
01/12/2020
- 10:07 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- > Should it be designing exactly the same as the MS Date and Time Picker control?
Yes. This is needed for compati...
01/11/2020
- 09:40 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- It seems that developing the date time picker widget itself can be independent from the conversion issues.
Greg, a... - 08:37 AM Bug #4498: Embedded assignment of extent in shared frame fails
- > Do we need to validate that there isn't already an LBRACKET child? Perhaps there's display myx[1] = 1?
We are on...
01/10/2020
- 06:16 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Roger Borrello wrote:
> In @annotations/array_expansion.rules@ I updated the below to protect the setting of @attach... - 06:10 PM Bug #4498: Embedded assignment of extent in shared frame fails
- Roger Borrello wrote:
> In @annotations/arrray_expansion.rules@ I updated the below to protect the setting of @attac... - 04:08 PM Bug #4498: Embedded assignment of extent in shared frame fails
- In @annotations/array_expansion.rules@ I updated the below to protect the setting of @attachIdx@ and @parentRef@:
<p... - 03:12 PM Bug #4498: Embedded assignment of extent in shared frame fails
- In focusing on the incorrect widget for @myx@, the @add_widget@ function in *annotations/frame_scoping.rules*, the @U...
- 01:16 PM Bug #4498: Embedded assignment of extent in shared frame fails
- > Strange that there are duplicated VAR_INT for i in the FRAME_ELEMENT, and the only difference in the annotations is...
- 01:08 PM Bug #4498: Embedded assignment of extent in shared frame fails
- In running the "extra widget" testcase, there is something strange generated in the AST.
Line 13 of the testcase i... - 11:55 AM Bug #4498: Embedded assignment of extent in shared frame fails
- h1. Shared Frame (Standalone)
Note that I could not get embedded assignment scalar versions to convert, per #4498#... - 10:25 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Roger Borrello wrote:
> Received the following when I was adding scalar testcases...
>
> [...]
>
> Testcase is... - 10:11 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Received the following when I was adding scalar testcases......
- 01:02 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sorry, it was 3856b. It seems that it looks like an issue in 3856b.
- 12:56 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- I just tested the conversion of my example with 3856b if @ext-hint@ file is given and found that this code...
- 12:30 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- > I think, the Hotel GUI project can be created from the fwdtemplate, if it is what you mean. But this need to be che...
- 12:05 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> Are the @prepare_template.sh@ changes something generic enough to be accepted back as a standard ... - 10:40 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Are the @prepare_template.sh@ changes something generic enough to be accepted back as a standard part of the Hotel GU...
- 10:24 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> So you've made changes to the @prepare_template.sh@ and @build.xml@?
I have rewritten the @pre... - 10:17 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- So you've made changes to the @prepare_template.sh@ and @build.xml@?
- 10:06 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> We should look at your new project code for sure. Please note that we currently create new proje... - 09:19 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Vladimir Tsichevski wrote:
> Sergey Ivanovskiy wrote:
> > Please help with these common questions about testing env... - 09:18 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> The directory is used at runtime with the server. It is ignored completely during conversion. S... - 09:12 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- We should look at your new project code for sure. Please note that we currently create new projects from the Hotel C...
- 09:07 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Please help with these common questions about testing environment. I am still using old @... - 08:51 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- > I am still using old testcases project. Is it correct?
Yes, this is OK.
> Should I create a test environment ... - 08:49 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Don't mind this question about @&IF "{&OPSYS}" = "WIN32":U AND "{&WINDOW-SYSTEM}" NE "TTY":U &THEN@. This macros work...
- 08:47 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- > I created the task branch 4174a. Should it be rebased over 3856b? Would it be better to wait until 3856b merged in ...
- 08:39 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Please help with these common questions about testing environment. I am still using old @testcases@ project. Is it co...
- 07:35 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- I created the task branch 4174a. Should it be rebased over 3856b? Would it be better to wait until 3856b merged in th...
- 07:21 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Taking into account this working 4GL code #4174-12 the current implementation of @Control... - 06:54 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- > At least the MS Date Time Picker control name is stored in this file.
For now, this is put in the hints file in ... - 06:44 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > I think we only need to worry about item 4. Assuming no design tim... - 06:14 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Taking into account this working 4GL code #4174-12 the current implementation of @ControlFrameComObjectImpl.this.getC...
- 03:24 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> I think we only need to worry about item 4. Assuming no design time properties are set via the w... - 02:29 AM Feature #4174: implement calendar control/dtpicker OCX replacement
- Greg Shah wrote:
> I think we only need to worry about item 4. Assuming no design time properties are set via the w... - 10:05 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sure, I will see if I can collect more data. This afternoon I will not have time for that unfortunately, so it'll be ...
- 09:50 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Hynek Cihlar wrote:
> > Jurjen Dijkstra wrote:
> > > Hynek Cihlar wrote:
> > > > Jurjen ... - 09:40 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> Jurjen Dijkstra wrote:
> > Hynek Cihlar wrote:
> > > Jurjen Dijkstra wrote:
> > > > So now ... - 09:33 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Hynek Cihlar wrote:
> The dialog is needed for the security reasons - the local file acces... - 09:25 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> Jurjen Dijkstra wrote:
> > Also, when statement @system-dialog get-file@ executes, it first d... - 08:47 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Also the "filters" argument does not have any effect. I am specifying
> @filters "zip ... - 08:39 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Also the "filters" argument does not have any effect. I am specifying
> @filters "zip ... - 08:26 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Also the "filters" argument does not have any effect. I am specifying
@filters "zip archive (*.zip)" "*.zip"@
b... - 08:21 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Hynek Cihlar wrote:
> > Jurjen Dijkstra wrote:
> > > So now how to continue?
> > > It s... - 08:03 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> Jurjen Dijkstra wrote:
> > So now how to continue?
> > It seems to me that parameter filena...
01/09/2020
- 05:45 PM Bug #4498: Embedded assignment of extent in shared frame fails
- h1. Testcase Results
h2. Shared Frames (Standalone)
Both testcases are very similar, with the exception of the ... - 03:37 PM Bug #4498: Embedded assignment of extent in shared frame fails
- h1. Non-Shared Frame
Again, the only difference between these 2 testcases is the embedded assignment. However, unl... - 02:55 PM Bug #4498: Embedded assignment of extent in shared frame fails
- h1. Shared Frame
The only difference between these 2 testcases is the embedded assignment. However, the one with t... - 02:36 PM Bug #4498: Embedded assignment of extent in shared frame fails
- In this testcase, you can add a widget to non-shared frame, and update the variables.
@nonshared_frame_embedded_up... - 02:31 PM Bug #4498: Embedded assignment of extent in shared frame fails
- These testcases both result in 4GL errors:
@cannot_add_widget_to_imported_frame.p@... - 10:59 AM Bug #4498: Embedded assignment of extent in shared frame fails
- > There are 3 types of frame:
>
> * non-shared (@DEF FRAME@, no use of the @SHARED@ keyword)
> * shared
> ** @DE... - 10:42 AM Bug #4498: Embedded assignment of extent in shared frame fails
- >> Does this failure only occur when this is an imported shared frame?
>
> If imported means non-shared (or local)
... - 10:34 AM Bug #4498: Embedded assignment of extent in shared frame fails
- > * Does this failure only occur when this is an imported shared frame?
If imported means non-shared (or local), t... - 10:12 AM Bug #4498: Embedded assignment of extent in shared frame fails
- Questions:
* Does this failure only occur when this is an imported shared frame?
* What does the 4GL do here? It... - 09:55 AM Bug #4498: Embedded assignment of extent in shared frame fails
- h1. Description
An array of extent 2 or more does not get the "hardcoded" array widgets created in the shared fram... - 09:39 AM Bug #4498 (Closed): Embedded assignment of extent in shared frame fails
- 04:36 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- I think we only need to worry about item 4. Assuming no design time properties are set via the wrx (see #4438), item...
- 04:31 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- These common 4GL usages of MS Date and Time Control:
# AppBuilder creates @wrx@ file that contains the AciveX contro... - 03:51 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- A key point: OCX controls are only 32-bit in nature. It is my understanding that Microsoft has never provided a 64-b...
- 10:29 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- Yes, that would be OK as well.
- 10:24 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- Greg, also there's a @FocusEvent@ generated by @requestFocus@ called right after the row entry event is generated, wh...
- 03:34 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Code review 3856b revision 11363. The changes look good.
- 03:29 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- I tested and fixed referenced indexed properties conversion rules. Basically the rules determine when to use set or g...
01/08/2020
- 04:07 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Checked in these testcases:...
- 02:10 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- *Updates are in 4207a-11372.*
- 02:10 PM Bug #4488 (WIP): Wrong frame used after display includes widgets from other frame
- 12:50 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Good.
- 10:50 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> > Do we need to recalculate the node.parent.type each iteration of the while node.parent.type != ... - 08:24 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- > Do we need to recalculate the node.parent.type each iteration of the while node.parent.type != prog.statement?
I... - 07:10 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Looking at the more enhanced updates to @convert/frame_generator.xml@ where we want to use @firstref@, @lastref@, and...
- 02:16 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- For details on using MS Common Controls OCXes in appbuilder, please see #3858-85 (through note 87).
- 12:49 PM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- You could create a subclass of @KeyInput@ for use with entry events.
- 11:53 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- > I suppose it's the best place to put a testcase that demonstrates unwanted row-entry events and duplicate row-entry...
- 09:00 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> could you tell me please what is a referencing indexed properties?
I meant an assignment o... - 08:55 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Code review 3856b revision 11362. The changes are good. Also please test referencing indexed p... - 08:51 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Code review 3856b revision 11362. The changes are good. Also please test referencing indexed properties.
- 06:39 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- The idea behind conversion rules for indexed OCX properties is to transform the assignment right-side value into a CO...
01/07/2020
- 04:32 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> What does this have to do with the regression in #4488-22?
Just a different approach. With #44... - 04:15 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- What does this have to do with the regression in #4488-22?
- 04:06 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> That does seem wrong. But I thought that you said the @input mychar@ code did emit in Java with f... - 03:58 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- That does seem wrong. But I thought that you said the @input mychar@ code did emit in Java with frame f2.
- 03:43 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> > and we should now be scoped to f2 frame for the getMychar() getter, due to the repeat with fram... - 03:25 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- > The mychar value ("myval") should be displayed in the frame sf1's fieldx widget.
Yes.
> The code (without rev... - 02:36 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> Yes. That is the entire point of an at-base field. It IS a widget in the frame.
Taking this ... - 01:51 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Yes. That is the entire point of an at-base field. It IS a widget in the frame.
- 01:37 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Should this testcase:...
- 12:14 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> Updates to:
> +rules/annotations/frame_scoping.rules+
> @add_widget@ was modified to inclu... - 12:11 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Updates to:
+rules/annotations/frame_scoping.rules+
@add_widget@ was modified to include another condition under wh... - 01:18 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- In Hotel GUI, you can see this usage as follows. You will see a button widget in some screen or dialog which as a tr...
- 01:07 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- Sergey Ivanovskiy wrote:
> There is @C:\Windows\SysWOW64\mscomct2.ocx@ OCX library that exposes @IDTPicker@ (called ... - 12:54 PM Feature #4174: implement calendar control/dtpicker OCX replacement
- There is @C:\Windows\SysWOW64\mscomct2.ocx@ OCX library that exposes @IDTPicker@ (called Microsoft Date and Time Pick...
- 12:06 PM Feature #4174 (WIP): implement calendar control/dtpicker OCX replacement
- 11:43 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > * Does this problem only exist after 3856b? If so, is it caused by the ... - 11:09 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Greg Shah wrote:
> * Does this problem only exist after 3856b? If so, is it caused by the improvements in COM/OCX c... - 10:20 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- During conversion regression testing with a large customer application, Marius found a regression that converts witho...
01/06/2020
- 02:22 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> @fieldx@ still needs all those annotations because it is a real widget reference. Either your ch... - 10:49 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- @fieldx@ still needs all those annotations because it is a real widget reference. Either your changes are in the wro...
- 10:42 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> Greg Shah wrote:
> > Yes, that is what I was referencing in #4488-11. To solve it we need ... - 10:57 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- I made some additional edits. Also, please note that the FWD implementation details are now also out of date.
- 09:22 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Greg, please review these changes https://proj.goldencode.com/projects/p2j/wiki/OPEN-MIME-RESOURCE#section-3.
- 08:30 AM Feature #4077 (Test): add option to OPEN-MIME-RESOURCE to delete the original source file when th...
- Sergey: Please update the documentation to fully explain the new syntax. You MUST leave the old syntax there as well...
- 09:30 AM Feature #4170 (WIP): add drag and drop support to treeview widget
- The drag and drop support is used in the customer application being converted in #4069. If you can easily implement ...
01/03/2020
- 06:06 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> Yes, that is what I was referencing in #4488-11. To solve it we need to know when this is an @&#... - 05:30 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Yes, that is what I was referencing in #4488-11. To solve it we need to know when this is an @@ base-field@ refe...
- 05:13 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- It looks to me like the next-to-last @add_widget@ is the problem:...
- 04:45 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> The @jName@ values being @expr...@ is a little unexpected, as that is what was added to the ... - 04:03 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> > The comment before adding the widget is "the variables used in @ base clauses in format_phrase ... - 03:35 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- > The comment before adding the widget is "the variables used in @ base clauses in format_phrase are also part of the...
- 03:26 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Greg Shah wrote:
> In both the shared and non-shared cases, the use of @@ base-field@ syntax *does NOT create a ... - 02:45 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- In both the shared and non-shared cases, the use of @@ base-field@ syntax *does NOT create a new widget* in the 4...
- 01:38 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Creating a standalone NON-SHARED testcase:...
- 11:25 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> I am struggling to understand what exactly I should expect that code to do:
> @display mych... - 11:23 AM Bug #4488: Wrong frame used after display includes widgets from other frame
- I am struggling to understand what exactly I should expect that code to do:
@display mychar @@@ fieldx with frame sf...
01/02/2020
- 05:56 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- When the @display mychar @@@ fieldx with frame sf1@ is used with a non-shared sf1, the code @SharedFrameMixupSf1@ cla...
- 04:31 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> Roger Borrello wrote:
> > ...
>
> Hold on... there's a typo in the testcase I need to co... - 04:18 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- Roger Borrello wrote:
> ...
Hold on... there's a typo in the testcase I need to correct. - 04:17 PM Bug #4488: Wrong frame used after display includes widgets from other frame
- h1. Testcase
*Updates are in 4207a-11372.*
The below has been checked in as @uast/sharedframes/shared_frame_mix... - 03:34 PM Bug #4488 (Closed): Wrong frame used after display includes widgets from other frame
12/24/2019
- 06:55 AM Support #2674: list of HTML5, CSS and Javascript features in use in the web client (both ChUI and...
- It needs to check new versions of IE - Edge browser if it supports ORTC, @navigator.MediaDevices.getUserMedia@ and @P...
12/23/2019
- 08:55 AM Support #2674: list of HTML5, CSS and Javascript features in use in the web client (both ChUI and...
- Browser market share, as of November 2019:
* "StatCounter":https://gs.statcounter.com/browser-market-share
** All... - 05:38 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Code review 3856b rev 11358, 11359 and 11360.
The changes are good. Please note that I removed added white spaces ...
12/20/2019
- 06:43 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Code review 3856b revision 11357. These are the merged changes for @TAB-SET@ widget from 3767b... - 03:31 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
On 12/20/19 9:23 AM, Marius Gligor wrote:
> Hynek,
>
> OK i'll do that and let you know when I'm finished and re...
12/19/2019
- 01:45 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Code review 3856b revision 11357. These are the merged changes for @TAB-SET@ widget from 3767b.
@TabSetWidget.show...
12/18/2019
- 04:13 PM Feature #4438: parsing and conversion of .wrx files
- The appbuilder code (see possenet in the @src/adeuib/@ directory) itself uses an OCX control for the "Property Editor...
- 04:04 PM Feature #4438: parsing and conversion of .wrx files
- Greg Shah wrote:
> > Why Value property is not available for change at design time? What is criteria used by Applica... - 03:48 PM Feature #4438: parsing and conversion of .wrx files
- > Why Value property is not available for change at design time? What is criteria used by Application Builder to deci...
12/17/2019
- 06:30 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- I've confirmed with Hynek that he is good with all the final changes in 3856b. The next step is to get it tested so ...
- 06:07 PM Bug #4485: Bug in FWD scrollbar: inconsistent highlighting
- > If the Material theme designer agrees,
I thought that was you. :)
> I would go for a lighter blue colour for... - 05:42 PM Bug #4485: Bug in FWD scrollbar: inconsistent highlighting
- The solution is to analyse more in depth the mouse gestures when handing the scrollbars. There are 3 states (and prob...
- 05:10 PM Bug #4485: Bug in FWD scrollbar: inconsistent highlighting
- It's good to know 1. what themes are affected 2. is web/gui affected 3. "normal"/browse scrollbars.
- 04:59 PM Bug #4485: Bug in FWD scrollbar: inconsistent highlighting
- It is a requirement that we must be compatible with the Windows scrollbar behavior.
It sounds like you are descr... - 03:23 PM Bug #4485: Bug in FWD scrollbar: inconsistent highlighting
- A minor bug in FWD scrollbar implementation:
# move the mouse pointer to the scrollbar area; the scrollbar is high... - 03:21 PM Bug #4485 (New): Bug in FWD scrollbar: inconsistent highlighting
- 11:16 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Code review 3856b revisions 11353, 11354, 11355 and 11356. The changes look good.
- 09:41 AM Feature #4438: parsing and conversion of .wrx files
- 1. Doing a decoding only on a simple OCX like PSTimer is not enough to conclude about .wrx file binary content forma...
12/16/2019
- 09:59 AM Feature #4438: parsing and conversion of .wrx files
- > Using Apache POI (https://poi.apache.org/) we can do that in just a few lines of code. Apache POI is an open source...
- 02:42 AM Feature #4438: parsing and conversion of .wrx files
- Greg Shah wrote:
> [...]
>
> Anyway, it seems like you already have enough information to parse the parts of the ...
Also available in: Atom