Project

General

Profile

Activity

From 09/19/2019 to 10/18/2019

10/18/2019

05:37 PM Bug #4135: high dpi screens display in low dpi
It seems that for high resolution screens we should follow this example from https://developer.mozilla.org/en-US/docs... Sergey Ivanovskiy
04:31 PM Bug #4135: high dpi screens display in low dpi
Constantin, thanks, I will test changes with Chrome and then provide the patch for this issue. There is another visio... Sergey Ivanovskiy
01:21 PM Bug #4135: high dpi screens display in low dpi
From the customer:
> This is seen on all high resolution displays, both Mac, Ubuntu and Windows. Although almost a...
Greg Shah
12:44 PM Bug #4135: high dpi screens display in low dpi
Sergey, Chrome has a feature where, after you open the Developer Tools, you can test a site how it looks on different... Constantin Asofiei
11:56 AM Bug #4135: high dpi screens display in low dpi
> Please provide the display resolution parameters for which the low graphics quality has been observed.
The custo...
Greg Shah
11:18 AM Bug #4135: high dpi screens display in low dpi
Please provide the display resolution parameters for which the low graphics quality has been observed.
These parame...
Sergey Ivanovskiy
09:47 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > My question is: Should we implement these interfaces as FWD @ComObje...
Marius Gligor
09:26 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> My question is: Should we implement these interfaces as FWD @ComObject@ objects and accessed ...
Hynek Cihlar
08:39 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Some @OCX Progress Bar@ event handlers for Drag & Drop operations are using a parameter of type @COM-HANDLE@:
<pre...
Marius Gligor

10/15/2019

01:45 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
> I could remove the OCX_ prefix to make the definition even more generic.
Yes, this would be good.
Greg Shah
03:26 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> Progress bar OCX mouse events are generic, the mouse button is an input parameter, that's why...
Hynek Cihlar
02:28 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > 2. Next, I added Mouse Events support to Progress Bar widget. Here I...
Marius Gligor
05:37 AM Bug #4135 (WIP): high dpi screens display in low dpi
Sergey Ivanovskiy
05:35 AM Bug #4135: high dpi screens display in low dpi
It seems that canvas image smoothing (anti-aliasing) properties can cause this effect of low graphics resolution. In ... Sergey Ivanovskiy

10/14/2019

12:15 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> 2. Next, I added Mouse Events support to Progress Bar widget. Here I found a conversion issue...
Hynek Cihlar
11:29 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
1. I implemented the drawing code for progress bar for available UI themes.
Without having the possibility to do a P...
Marius Gligor

10/12/2019

10:19 AM Feature #3940 (Closed): CREATE-RESULT-LIST-ENTRY() method support
Greg Shah

10/11/2019

12:02 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I attached some snapshots for an early implementation of PROGRESS-BAR widget, Classic UI Theme. The corresponding uas... Marius Gligor

10/10/2019

04:01 PM Feature #3940 (Review): CREATE-RESULT-LIST-ENTRY() method support
3816a has been merged into the trunk as bzr revision 11337. Stanislav Lomany
02:13 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Rebased task branch 3816a from P2J trunk revision 11336. Stanislav Lomany
09:25 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Yes, go ahead and merge. Constantin Asofiei
09:24 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Constantin: Are we OK to merge to trunk?
We are from my perspective.
Greg Shah
09:28 AM Feature #3811: more misc UI features
FYI, the @MANUAL-HIGHLIGHT@ entry in @rules/gaps/expressions.rules@ was not updated:... Greg Shah
09:26 AM Feature #3811 (Closed): more misc UI features
With 3811b, the last of the changes (@MANUAL-HIGHLIGHT@) is in trunk. This task is complete. Greg Shah
04:01 AM Feature #3811: more misc UI features
Branch 3811b has been merged to trunk at rev 11336 and archived as merged. Marius Gligor

10/09/2019

12:58 PM Feature #3811: more misc UI features
Marius Gligor wrote:
> In class @GuiWebSocket.java@ I found the following method:
>
> [...]
>
> What I don't u...
Constantin Asofiei
12:54 PM Feature #3811: more misc UI features
In class @GuiWebSocket.java@ I found the following method:... Marius Gligor
11:07 AM Feature #3811: more misc UI features
Marius Gligor wrote:
> Maybe a better solution is to add more description to javadoc of drawRadioButton method, just...
Constantin Asofiei
11:06 AM Feature #3811: more misc UI features
Marius, OK, I understand now - the issue was that for FWD, the radio-buttons are individual widgets, and we cache the... Constantin Asofiei
09:26 AM Feature #3811: more misc UI features
Eugenie Lyzenko wrote:
> Constantin Asofiei wrote:
> > Marius Gligor wrote:
> > > After setting the background col...
Marius Gligor
08:56 AM Feature #3811: more misc UI features
Constantin Asofiei wrote:
> Marius Gligor wrote:
> > After setting the background color, the radio button image and...
Eugenie Lyzenko
08:52 AM Feature #3811: more misc UI features
I just tested. I added a simple @System.out.println(gd);@ when @RadioSetGuiImpl@ and @RadioButtonGuiImpl@ widgets are... Marius Gligor
08:33 AM Feature #3811: more misc UI features
On Swing and Web GUI driver the bgcolor is set when radio-set is drawing and seems to be used when draw radio-button ... Marius Gligor
08:17 AM Feature #3811: more misc UI features
Marius Gligor wrote:
> After setting the background color, the radio button image and radio label are drawing. (plea...
Constantin Asofiei
08:06 AM Feature #3811: more misc UI features
Constantin Asofiei wrote:
> Marius Gligor wrote:
> > Constantin, using your hint I quickly fixed the bug. Many than...
Marius Gligor
07:45 AM Feature #3811: more misc UI features
Marius Gligor wrote:
> Constantin, using your hint I quickly fixed the bug. Many thanks!
> Indeed, the @AbstractGu...
Constantin Asofiei
07:29 AM Feature #3811: more misc UI features
In the mean time I did a very small change which improve how highlight selection looks like (see attached pictures).
...
Marius Gligor
07:03 AM Feature #3811: more misc UI features
Great! Please run back through the GUI testing (Hotel GUI and your testcases).
Constantin: Any concerns with the f...
Greg Shah
06:38 AM Feature #3811: more misc UI features
Constantin, using your hint I quickly fixed the bug. Many thanks!
Indeed, the @AbstractGuiDriver.setColor@ MUST be ...
Marius Gligor

10/08/2019

02:24 PM Feature #3811: more misc UI features
Marius Gligor wrote:
> When next draw occur, the background color became @RED@, but the cached draw is send to @JS@....
Constantin Asofiei
11:27 AM Feature #3811: more misc UI features
Today I created two new simple uast tests for @radio-set@ widget as follow:
1 @uast/manual-highlight/radioset2.p@ ...
Marius Gligor
01:15 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav Lomany wrote:
> > Stanislav, a quick note about the SharedVariableManager.lookupTempTable(String legacyNam...
Constantin Asofiei
05:41 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Stanislav, a quick note about the SharedVariableManager.lookupTempTable(String legacyName). Please make sure the le... Stanislav Lomany
04:21 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Then we have two failing tests. I'm looking into it.
Never mind. Regression testing passed. I just got two ident...
Stanislav Lomany

10/07/2019

01:58 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Then we have two failing tests. I'm looking into it. Stanislav Lomany
12:31 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav Lomany wrote:
> What are the know failing regression tests except tc_job_002?
The 'clock violation approv...
Constantin Asofiei
11:07 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
What are the know failing regression tests except tc_job_002? Stanislav Lomany
06:50 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav, a quick note about the @SharedVariableManager.lookupTempTable(String legacyName)@. Please make sure the l... Constantin Asofiei

10/05/2019

06:12 PM 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 e... Stanislav Lomany
05:37 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Yes, query changes related to cursor need good review and regression testing.
OK, please get ChUI regression tes...
Greg Shah
05:18 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
The remaining issues were moved to #4341. Stanislav Lomany
04:20 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Have you tried it in one of the large GUI apps which have updatable browse?
I'll test tomorrow and let you know ...
Stanislav Lomany
03:34 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Is see the primary functional change is in @Browse.insertRow()@. How much testing have you done on this? I guess it... Greg Shah
03:12 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> We could list it as partial, but my understanding is that the remaining items are not core. Is that correct?
Ye...
Stanislav Lomany
02:58 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Did you update the gap marking rules to match your changes? I assume that CRLE, DRLE and INSERT-ROW are now consider... Greg Shah
02:54 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Rebased task branch 3816a from P2J trunk revision 11335.
I've committed the fix for the CRLE "out of view" issue, ...
Stanislav Lomany
05:17 PM Feature #4341: CREATE-RESULT-LIST-ENTRY missing implementation features
The following CRLE-related features are not implemented:
# Implementation for CRLE/DRLE for non-scrolling queries - ...
Stanislav Lomany
04:36 PM Feature #4341 (New): CREATE-RESULT-LIST-ENTRY missing implementation features
Stanislav Lomany

10/04/2019

11:40 AM Feature #3811: more misc UI features
> When we select the RadioSet widget on Web GUI client the background color is set to Red but the radio buttons label... Greg Shah
10:36 AM Feature #3811: more misc UI features
1. I've fixed the slider thumb button for Classic UI Theme when background color is not the default @SysColor.COLOR_3... Marius Gligor

10/03/2019

02:25 PM Feature #3811: more misc UI features
Marius Gligor wrote:
> Branch 3811b is ready for a code review.
I'm OK with the changes. If you didn't, please do ...
Constantin Asofiei
09:19 AM Feature #3811: more misc UI features
Marius Gligor wrote:
> I never worked with such kind of images (.svg) Which tools are you using to create such resou...
Hynek Cihlar
09:18 AM Feature #3811: more misc UI features
I never worked with such kind of images (.svg) Which tools are you using to create such resources? Marius Gligor
08:33 AM Feature #3811: more misc UI features
Marius, Please do fix that slider background issue in 3811b. Greg Shah
05:44 AM Feature #3811: more misc UI features
I've fixed the selectable widgets behavior on mouse click and keyboard events.
The branch has been rebased on top of...
Marius Gligor
02:01 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Can you finish today?
I'm not sure, I'll try.
Stanislav Lomany
01:55 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Create tasks for the 3 issues, link them here and make me a watcher.
Can you finish today?
Greg Shah
01:16 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Is there anything left open on this task?
I'm working on the issues with CRLE when the created row is out of vie...
Stanislav Lomany
11:48 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
I have just reviewed the 11342 revision of branch 3816a. I found nothing wrong with it. Ovidiu Maxiniuc
08:35 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Is there anything left open on this task? Greg Shah
09:32 PM Feature #3940 (WIP): CREATE-RESULT-LIST-ENTRY() method support
Rebased task branch 3816a from P2J trunk revision 11334.
Please review it.
Stanislav Lomany

10/02/2019

08:56 AM Feature #3811: more misc UI features
Greg Shah wrote:
> Nice catch!
>
> A few weeks ago, Stanislav reported something similar. He said that the arr...
Marius Gligor
08:52 AM Feature #3811: more misc UI features
Nice catch!
A few weeks ago, Stanislav reported something similar. He said that the arrow buttons (e.g. on scro...
Greg Shah
05:21 AM Feature #3811: more misc UI features
Finally I found the cause of @NPE@ exception using @Classic UI Theme@.
Basically after I build the project and I che...
Marius Gligor
03:49 AM Feature #3811: more misc UI features
I converted the Hotel GUI application using a link to my @3811b@ branch.
Then, I tested the Hotel GUI application an...
Marius Gligor
02:55 AM Feature #3811: more misc UI features
I converted the Hotel GUI application using the current p2j trunk branch. I tested with all available UI themes and I... Marius Gligor

10/01/2019

04:02 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Rebased task branch 3816a from P2J trunk revision 11333. Stanislav Lomany
11:02 AM Feature #3811: more misc UI features
1. I successfully converted the @Hotel GUI@ application on my workstation using my changes from @3811b@ branch.
T...
Marius Gligor

09/30/2019

08:44 AM Feature #3811: more misc UI features
> I tested only with Swing GUI client not with the Web GUI client. How could I do tests with Web GUI client? Where I ... Greg Shah

09/26/2019

04:02 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Can you fix issue 2 quickly?
It looks like the mechanics is the following: focus is temporary changed to the in-...
Stanislav Lomany
11:02 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Can you fix issue 2 quickly? Greg Shah
10:48 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Issue 1 (button) is about delayed focus change.
Issue 2 (fill-in) is about maintaining an in-row fill-in when browse...
Stanislav Lomany
10:43 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Is issue 2 really just the same problem as issue 1 ("we must set focus to the browse on @INSERT-ROW@")? Greg Shah
09:11 AM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Yes. Is issue 1 explaining how it should work in the 4GL?
Yes.
> Can you explain issue 2 a bit more?
Here...
Stanislav Lomany
08:10 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
Stanislav Lomany wrote:
> > 4103a has been rebased and is in testing right now. Do you need it for #3940?
>
> It ...
Greg Shah
07:10 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
> 4103a has been rebased and is in testing right now. Do you need it for #3940?
It probably would be nice to have it.
Stanislav Lomany

09/25/2019

06:58 PM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
4103a has been rebased and is in testing right now. Do you need it for #3940? Greg Shah
04:58 PM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
Is 4103a going to be merged into trunk soon? Stanislav Lomany
06:57 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> I think that the item 1 should be fixed because it is typical to have an "Add record" button. Do you agree?
Yes....
Greg Shah
04:44 PM Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
We have the following issues with @INSERT-ROW@:
# If a button trigger executes @INSERT-ROW@, then focus is changed ...
Stanislav Lomany
11:30 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I've fixed a bug in OCX conversion for events regarding to procedure parameters type which can be @INPUT@, @OUTPUT@ o... Marius Gligor
08:09 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I moved 3858a to dead from merged. Greg Shah
03:41 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Task branch @3858b@ has been rebased with trunk @11330@, new revision is @11337@.
Task branch @3858a@ has been archi...
Marius Gligor
02:46 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
created new task branch @3858b@ from trunk and cherry-picked changes for @PROGRESS-BAR@ widget implementation from @3... Marius Gligor
08:06 AM Feature #4286 (Closed): support user-specific offline storage that is provided by the client's UI...
Greg Shah
02:46 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
The rev. 11345 (4286a) fixed some missed history entries that were found when preparing this branch for the trunc.
...
Sergey Ivanovskiy
03:36 AM Feature #3811: more misc UI features
Task branch 3811b has been rebased with trunk 11330, new revision is 11338. Marius Gligor

09/24/2019

04:38 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Sergey: OK, please merge 4286a to trunk. Greg Shah
03:41 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
I'm OK with that. Stanislav Lomany
02:01 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Stanislav: It is your call. If you are OK, Sergey can merge to trunk. Greg Shah
01:56 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Stanislav Lomany wrote:
> Shouldn't we log something is these cases?...
Sergey Ivanovskiy
01:19 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
The branch 4286a was update over the trunc rev 11329 to revision 11342. Sergey Ivanovskiy
11:48 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I'm working to make changes in the rules for ProgressBar events conversion. So far I did changes for mouse events.
I...
Marius Gligor
09:00 AM Bug #4074 (Test): Mismatching ROW-ENTRY/LEAVE events
Greg Shah
08:16 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
Changes were merged into 4103a rev 11341. Branch 4239a was dead-archived. Adrian Lungu

09/23/2019

06:33 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
The committed rev. 11341 (4286a) fixed found issues. The web client was tested with this diff... Sergey Ivanovskiy
11:03 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
> Stanislav: Do you have any concerns or other requirements?
I'm OK if the storage properly supports long keys and...
Stanislav Lomany

09/20/2019

02:57 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Code Review Task Branch 4286a Revision 11339
I'm OK with the changes.
@BrowseKey@, @EnhancedBrowseConfig@, @Enh...
Greg Shah
01:54 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Yes, the last committed revision is rev 11339. Sergey Ivanovskiy
01:09 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Is everything checked in? Greg Shah
12:32 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Greg, please review the final changes that should fix found issues. Sergey Ivanovskiy
11:41 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > Hi Hynek, Yes I did. Please take a look over my changes in branch 38...
Marius Gligor
11:28 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> Hi Hynek, Yes I did. Please take a look over my changes in branch 3858a (at the top)
>
> [...
Hynek Cihlar
10:54 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hi Hynek, Yes I did. Please take a look over my changes in branch 3858a (at the top)... Marius Gligor
10:47 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius, regrading the NPE. Did you extend @widgetKwords@ and @widgetClasses@ maps in @ocx_conversion.rules@ with the ... Hynek Cihlar
10:42 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> I need to implement the ProgressBar like a 4Gl widget extension.
Ok, now I see that.
...
Vladimir Tsichevski
10:34 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Vladimir, many thanks for your feedback.
Without ext-hints file the conversion is done with success but the result i...
Marius Gligor
10:22 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> Vladimir, I attached both the uast test and ext-hints file.
The problem is in the @target-...
Vladimir Tsichevski
09:52 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Vladimir, I attached both the uast test and ext-hints file.
The uast tests are also committed in @testcases@ project...
Marius Gligor
09:43 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius, could you please attach the 4gl example, which causes troubles?
I work on another OCX widget, and at the m...
Vladimir Tsichevski
08:55 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Working on top of the branch 4124a I have the same negative experience trying to convert my uast test for progress ba... Marius Gligor
01:56 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I rebased my task branch 3858a from branch 4124a Marius Gligor
10:33 AM Bug #4074: Mismatching ROW-ENTRY/LEAVE events
Please merge these changes into 4103a and dead-archive 4239a. Greg Shah

09/19/2019

05:03 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
For the web client the web storage can use keys to extend the value capacity. If @getKey(i)@ returns @null@, then thi... Sergey Ivanovskiy
04:17 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Sergey Ivanovskiy wrote:
> OK. Committed revision 11334 (4286a) changed @UserPreferences@ in order to use long keys....
Sergey Ivanovskiy
12:14 PM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
OK. Committed revision 11334 (4286a) changed @UserPreferences@ in order to use long keys. Planning to add the followi... Sergey Ivanovskiy
09:41 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
> do you suppose that each one of procedure_name/browse_name/user_name doesn't exceed 80
Yes, this will be a limit...
Greg Shah
09:26 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
> * for user preferences, the individual parts can be used as paths in the tree so that we can properly store with le... Stanislav Lomany
09:22 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Greg, do you suppose that each one of procedure_name/browse_name/user_name doesn't exceed 80. Is it possible for proc... Sergey Ivanovskiy
09:17 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
OK, why not do the following?
* keys are optionally nested in a tree using @/@ as the path separator (e.g. "proced...
Greg Shah
09:01 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
For the web client @localStorage@ doesn't have such restrictions on its keys. You can use @procedure name + browse n... Sergey Ivanovskiy
06:42 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Stanislav Lomany wrote:
> > I don't think so, unless you have a reason this makes sense. I think each enhanced brow...
Sergey Ivanovskiy
06:20 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
> I don't think so, unless you have a reason this makes sense. I think each enhanced browse would load its specific ... Stanislav Lomany
01:36 AM Feature #4286: support user-specific offline storage that is provided by the client's UI driver
Greg, Stanislav,
Please clarify my part of this task. Should we add @String[] keys();@ or expose @int getSize();@ an...
Sergey Ivanovskiy
01:06 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I think you should branch from 4124a because the OCX conversion is heavily modified and enhanced in that branch. For... Greg Shah
01:04 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
From Marius:
* I did the changes in the conversion rules for ProgressBar widget following the same rules like alre...
Greg Shah
03:37 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
created task branch 3858a rev 11328 Marius Gligor
 

Also available in: Atom