Activity
From 01/24/2018 to 02/22/2018
02/22/2018
- 01:22 PM Feature #3467: implement clipboard stream support
- Sergey: Please add a history entry to @ThinClient@. Then please start ChUI runtime regression testing. I don't expe...
- 01:11 PM Feature #3467: implement clipboard stream support
- Greg Shah wrote:
> Are the concerns addressed by #3482 or are there different concerns?
>
> In other words, is it... - 11:48 AM Feature #3467: implement clipboard stream support
- Code Review Task Branch 3467a Revision 11226
I'm OK with the changes. - 11:48 AM Feature #3467: implement clipboard stream support
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > Are there remaining issues with PAUSE here? If you have found any other... - 11:09 AM Feature #3467: implement clipboard stream support
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > I did a review of the changes, but th... - 11:39 AM Bug #3482: Pause message statement into hidden window blocks the program flow.
- But this code doesn't block the work flow because the key input can be caught by the default window....
- 11:05 AM Bug #3482: Pause message statement into hidden window blocks the program flow.
- The following code blocks the program flow, but 4GL GUI ignores waiting key input by @pause message@ if its output wi...
- 10:58 AM Bug #3482 (New): Pause message statement into hidden window blocks the program flow.
02/21/2018
- 10:18 AM Bug #3480: PUT STREAM statement uses SKIP modifier to complete a line output
- These two manual test cases ...
- 09:59 AM Bug #3480 (New): PUT STREAM statement uses SKIP modifier to complete a line output
02/20/2018
- 07:15 PM Feature #3467: implement clipboard stream support
- These results show a general failure in our line/form feeds. It is not specific to clipboard (although the 4GL does ...
02/19/2018
- 04:21 PM Feature #3467: implement clipboard stream support
- Please look at these test results:
1) Clipboard
@clipboard_stream_fwd_output.txt@ is a clipboard stream output prod... - 03:42 PM Feature #3467: implement clipboard stream support
- > It seems that Stream has issues or my ClipboardStream is incorrect.
Please post the output from FWD and from the... - 10:33 AM Feature #3467: implement clipboard stream support
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > I did a review of the changes, but there are unresolved function... - 09:58 AM Feature #3467: implement clipboard stream support
- Hynek Cihlar wrote:
> I did a review of the changes, but there are unresolved functional concerns in note 19 and 20.... - 09:42 AM Feature #3467: implement clipboard stream support
- The note #3467-24 was updated.
- 09:39 AM Feature #3467: implement clipboard stream support
- > Now that you have enabled the paged flag and the explicit page size to the @StreamFactory.openClipboardStream()@ me...
- 08:44 AM Feature #3467: implement clipboard stream support
- Greg Shah wrote:
> Are there remaining issues with PAUSE here? If you have found any other problems with PAUSE, ple... - 07:30 AM Feature #3467: implement clipboard stream support
- Are there remaining issues with PAUSE here? If you have found any other problems with PAUSE, please create a new iss...
- 11:28 AM Bug #3430 (Closed): non-shared temp-tables are registered with SVM
02/15/2018
- 03:00 PM Bug #3430: non-shared temp-tables are registered with SVM
- 3340a was merged to trunk rev 11221 and archived.
- 08:53 AM Feature #3467: implement clipboard stream support
- Hynek Cihlar wrote:
> The switchOutput calls are there to restore redirected output so that the message appears in t... - 08:37 AM Feature #3467: implement clipboard stream support
- Sergey Ivanovskiy wrote:
> I need your help to understand if the code above can be generalized for @pause@. There ar... - 05:42 AM Feature #3467: implement clipboard stream support
- Greg Shah wrote:
> > I will work on #3467-7 in this branch if you have no objections.
>
> No objections.
>
> H... - 05:30 AM Feature #3467: implement clipboard stream support
- There are these methods in @Stream@ related to paged output...
- 10:38 PM Feature #3467: implement clipboard stream support
- The @Stream@ implementation already handles all of the form feed and newline behavior. Why do we need to do anything...
02/14/2018
- 11:52 AM Feature #3467: implement clipboard stream support
- It seems that @Stream@ doesn't have methods that can help to recognize line endings. From the previous note it follow...
- 11:44 AM Feature #3467: implement clipboard stream support
- It seems that the PAGE-SIZE is used only if SKIP is used....
- 08:52 AM Feature #3467: implement clipboard stream support
- If @PAGE-SIZE@ is @0@ or isn't given, then the form feeds page breaks are not used. This observation contradicts to t...
- 08:28 AM Feature #3467: implement clipboard stream support
- No, I missed the page size. I checked that with 4GL page-size for clipboard output stream inserts the form feed @0x0C...
- 01:35 AM Feature #3467: implement clipboard stream support
- Code Review Task Branch 3467a Revision 11220
This is pretty good.
1. In @ClipboardStream@, why do @writeByte(by... - 12:56 AM Feature #3467: implement clipboard stream support
- > I will work on #3467-7 in this branch if you have no objections.
No objections.
Hynek: please monitor and rev...
02/13/2018
- 02:33 PM Bug #3430: non-shared temp-tables are registered with SVM
- 3340a rev 11222 passed runtime testing.
- 12:19 PM Feature #3467: implement clipboard stream support
- Greg, please review these changes rev. 11220 branch 3467a. I will work on #3467-7 in this branch if you have no objec...
- 10:38 AM Feature #3467: implement clipboard stream support
- Greg Shah wrote:
> Hynek: Didn't you make a change recently that is related to this?
If I remember correctly I di... - 07:19 AM Feature #3467: implement clipboard stream support
- Hynek: Didn't you make a change recently that is related to this?
- 05:47 AM Feature #3467: implement clipboard stream support
- A new unrelated issue that can be reproduced with the testcase from #3467-3 is that the default window isn't shown fo...
- 01:05 AM Feature #3467: implement clipboard stream support
- OK. It seems that temporary files are not required because @ClipboardManager.setCliboardValue(String)@ is used to wri...
- 12:34 AM Feature #3467: implement clipboard stream support
- If necessary, yes.
But please first investigate the @GUIPrinterStreamSupport@ implementation that eliminates the i...
02/12/2018
- 01:40 PM Bug #3430: non-shared temp-tables are registered with SVM
- MAJIC conversion passed (number of affected @TemporaryBuffer.define@ changes is the same as the number of @DEFINE_TEM...
- 08:56 AM Feature #3467: implement clipboard stream support
- Greg, can the clipboard stream be implemented such that it is the file stream opened for the temporary system file?
02/08/2018
- 03:36 PM Bug #3430: non-shared temp-tables are registered with SVM
- 3430a rev 11219 contains the fixes for this (not regression tested yet, this is in progress).
- 03:03 PM Bug #3430 (WIP): non-shared temp-tables are registered with SVM
- Created task branch 3430a from trunk rev 11218.
02/07/2018
- 06:17 AM Feature #3467: implement clipboard stream support
- Yes, I didn't observe the system clipboard changes by by pressing CTRL+V over the opened notepad if the write into th...
02/06/2018
- 01:24 PM Feature #3467: implement clipboard stream support
- The 4GL provides the system CLIPBOARD as an output destination....
- 01:13 PM Feature #3467 (Closed): implement clipboard stream support
Also available in: Atom