Project

General

Profile

Activity

From 06/10/2014 to 07/09/2014

07/09/2014

12:16 PM Feature #2252: implement GUI client support
Here are some initial findings and open questions for #2334:
* I have not found any way to make a 4GL window have ...
Greg Shah
11:58 AM Feature #2252: implement GUI client support
#2333 and #2334 do not need to address how the proper status/message lines are targeted in a GUI (multi-window) envir... Greg Shah
11:25 AM Feature #2252: implement GUI client support
Here are some initial findings and open questions for #2333:
* I have not found any way to make a 4GL window have ...
Greg Shah
11:54 AM Feature #2334 (Closed): implement the GUI message line widget
Greg Shah
11:46 AM Feature #1811: implement the AJAX client driver
Here is the implementation of copy/paste using:
- Mouse drag to select.
- ESC key to clear selection.
- CTRL-C k...
Marius Gligor
11:02 AM Feature #2333 (Closed): implement the GUI status line widget
Greg Shah
09:43 AM Feature #2308: remote client launch
> To me, this looks like the easiest way to setup a P2J server with a "built-in spawner".
We should retain the ab...
Greg Shah

07/08/2014

03:04 PM Feature #2308: remote client launch
Greg Shah wrote:
> Constantin Asofiei wrote:
> > Greg, I was thinking for all the broker configuration to reside in...
Constantin Asofiei
02:55 PM Feature #2308: remote client launch
Constantin Asofiei wrote:
> Greg, I was thinking for all the broker configuration to reside in the directory, simila...
Greg Shah
02:48 PM Feature #2308: remote client launch
Marius Gligor wrote:
> Yes I think that is better to keep broker configurations on server directory. In this case wh...
Constantin Asofiei
02:46 PM Feature #2308: remote client launch
Yes I think that is better to keep broker configurations on server directory. In this case when a broker connect and ... Marius Gligor
02:21 PM Feature #2308: remote client launch
Greg, I was thinking for all the broker configuration to reside in the directory, similar to how the appserver is con... Constantin Asofiei
02:18 PM Feature #2308: remote client launch
> a list of user accounts that could be used to remote spawn clients on machine on which the broker runs
Where doe...
Greg Shah
10:01 AM Feature #2308: remote client launch
This is an intermediate work, an initial implementation of a remote launcher (broker).

1. The remote launcher is ...
Marius Gligor
02:41 PM Feature #2252: implement GUI client support
All the changes have passed both conversion and runtime regression testing.
The P2J changes are checked into bzr as ...
Greg Shah
01:38 PM Feature #2252: implement GUI client support
> will the legacy windows have as parent a Java canvas (from which they can not escape), or each window will be a Swi... Greg Shah
01:28 PM Feature #2252: implement GUI client support
Greg, I'm confused by the window_float2.png and window.png cases; in the end, what is the window policy with the GUI ... Constantin Asofiei
02:13 PM Feature #1811: implement the AJAX client driver
I will try to do the appropriate changes to implements the copy/paste with CTRL-C and CTRL-V, ESC to clear selection ... Marius Gligor
02:04 PM Feature #1811: implement the AJAX client driver
>> 1. The sendResponse() and detectContentType() in DojoToolkitHandler seem generic enough that they would be useful ... Greg Shah
01:44 PM Feature #1811: implement the AJAX client driver
1. The CTRL-C example attached on #619 is exactly what you are looking for. The input is made not visible using CSS s... Marius Gligor
01:33 PM Feature #1811: implement the AJAX client driver
I don't want to use the dialog approach unless absolutely needed. At a minimum, the paste can be done properly (with... Greg Shah
01:15 PM Feature #1811: implement the AJAX client driver
1. The sendResponse() and detectContentType() in DojoToolkitHandler seem generic enough that they would be useful in ... Marius Gligor
01:06 PM Feature #1811: implement the AJAX client driver
Here is a simple soultion using dialogs. Marius Gligor
12:51 PM Feature #1811: implement the AJAX client driver
Here is a solution which works with CTRL-C and CTRL-V by hidding the input element using CSS.
If the input is of typ...
Marius Gligor
12:08 PM Feature #1811: implement the AJAX client driver
Another solution would be this: for copying, the user selects the text, then right-clicks and chooses from the menu t... Constantin Asofiei
11:56 AM Feature #1811: implement the AJAX client driver
I have to try. It is the best way to find out if it works or not. Marius Gligor
11:52 AM Feature #1811: implement the AJAX client driver
Marius Gligor wrote:
> 2. The CTRL-C is even more restrictive. When CTRL-C is pressed the selected text from the c...
Constantin Asofiei
10:28 AM Feature #1811: implement the AJAX client driver
1. Unfortunately we cannot link CTRL-V to our pop-up menu.
For security reasons the event listener for paste ...
Marius Gligor
09:53 AM Feature #1811: implement the AJAX client driver
Code Review 0703a
Overall the code looks good.
1. The @sendResponse()@ and @detectContentType()@ in @DojoToolki...
Greg Shah

07/07/2014

05:13 PM Feature #2308: remote client launch
> Both web and appserver agent clients need to be covered by a broker.
Don't forget that we need to allow batch c...
Greg Shah
01:08 PM Feature #2308: remote client launch
I've fixed the issue by rebuilding the P2J project. I deleted the p2j-root certificate from Java keystore. Marius Gligor
12:49 PM Feature #2308: remote client launch
I've implemented a P2J client (Broker) which connect to P2J server and authenticate using certificates.
Both the cli...
Marius Gligor
08:35 AM Feature #2308: remote client launch
Using SSLCertGenUtil I reconfigured the certificates/private keys in the server directory and I created a client.xml ... Marius Gligor
06:00 AM Feature #2308: remote client launch
See attached for the update. Execute the SSLCertGenUtil class using as parameter the directory name, and it will rec... Constantin Asofiei
04:45 AM Feature #2308: remote client launch
Sorry, forgot to mention: the following needs to be set in the bootstrap config:
* keystore, via @security:keystore:...
Constantin Asofiei
04:36 AM Feature #2308: remote client launch
Marius Gligor wrote:
> I'm using your code from NativeSecureConnection class but we still need an account to connect...
Constantin Asofiei
04:34 AM Feature #2308: remote client launch
I'm using your code from NativeSecureConnection class but we still need an account to connect to P2J server.
You are...
Marius Gligor
03:48 AM Feature #2308: remote client launch
Marius Gligor wrote:
> The remote launcher (broker) connect to the P2J server and authenticate using certificates.
...
Constantin Asofiei
02:59 AM Feature #2308: remote client launch
The remote launcher (broker) connect to the P2J server and authenticate using certificates.
Is any example in P2J on...
Marius Gligor

07/05/2014

08:32 PM Feature #1791: implement dynamic UI support
Another consideration for dynamic widget ID. According to Progress documents the dynamic widgets exist until explicit... Eugenie Lyzenko

07/04/2014

10:16 AM Feature #2308: remote client launch
Here is what I found so far related to OpenEdge brokers and load balancing.
In order to achieve load balancing wit...
Marius Gligor
06:38 AM Feature #2308: remote client launch
Marius Gligor wrote:
> For the beginning I have some comments and questions please.
>
> 1. P2J server and AppServ...
Constantin Asofiei
06:06 AM Feature #2308: remote client launch
For the beginning I have some comments and questions please.
1. P2J server and AppServer are distinct terms? If yes:...
Marius Gligor
04:42 AM Feature #2308: remote client launch
For remote client launching, first component we need is a broker; this will be a special P2J client which authentica... Constantin Asofiei
03:54 AM Feature #2308 (WIP): remote client launch
Marius Gligor
09:14 AM Feature #1811: implement the AJAX client driver
I tested CTRL-V/Shift-Insert strokes on both P4GL and P2J.
Shift-Insert switch the insert mode on P4GL editor.
CTR...
Marius Gligor
06:53 AM Feature #1811: implement the AJAX client driver
Marius Gligor wrote:
> - I found some examples for paste from system clipboard but these examples allow only to r...
Constantin Asofiei
03:52 AM Feature #1811: implement the AJAX client driver
- The HTML 5 Clipboard API is currently only a draft and the specifications aren't implemented yet by any web brow... Marius Gligor
03:53 AM Feature #2306 (Review): add copy/paste support to the web client
Marius Gligor
03:05 AM Feature #1794: implement font support
0702d.zip passed runtime testing. Will merge and release after the release of ges_upd20140627a.zip from #2252. Constantin Asofiei

07/03/2014

07:03 PM Feature #1791: implement dynamic UI support
I think the following methods are involved in widget-frame ID relationship in more or less degree:... Eugenie Lyzenko
11:33 AM Feature #2252: implement GUI client support
Greg Shah wrote:
> Constantin: please do a code review. I will make any final changes based on your feedback and th...
Constantin Asofiei
08:09 AM Feature #2252: implement GUI client support
Also please note that the 0627a is up to date with bzr revision 10560 (the p2j tips as of this writing). Greg Shah
08:08 AM Feature #2252: implement GUI client support
Conversion regression testing for MAJIC has passed. There are some expected modifications (a copyright notice and th... Greg Shah
08:18 AM Feature #1811: implement the AJAX client driver
I haven't gotten the chance to do a code review yet. But I think we need to be using the new HTML5 clipboard API (as ... Greg Shah
08:16 AM Feature #1811: implement the AJAX client driver
1. I found and I fixed the issue related to Dojo modules loading. The problem was a race condition in DojoToolkitHand... Marius Gligor
06:13 AM Feature #1811: implement the AJAX client driver
Marius Gligor wrote:
> 2. For selection menu I used Dojo toolkit the latest release 1.10.0 (I tested also the previo...
Constantin Asofiei

07/02/2014

12:05 PM Feature #1811: implement the AJAX client driver
Here is a first solution for issue #2306 implements copy/paste for web client
1. The system clipboard cannot be ac...
Marius Gligor
10:09 AM Feature #1794: implement font support
Code Review 0702d
The code looks good.
> The only unknown at this time related to conversion is: FONT, LABEL-FO...
Greg Shah
09:23 AM Feature #1794: implement font support
Some other notes. A new window can use the fonts from a dynamic environment, activated via the LOAD/USE statements. ... Constantin Asofiei
07:01 AM Feature #1794: implement font support
I've cleaned up the code. This update is related to conversion support and stubbed runtime for FONT, LABEL-FONT, COL... Constantin Asofiei
06:37 AM Feature #1794: implement font support
> On server-side, the font-table is kept in the directory, and can be specified per P2J account or per P2J server. W... Greg Shah
06:12 AM Feature #1794: implement font support
0630a.zip was committed to bzr rev 10558 Constantin Asofiei
07:01 AM Feature #1791: implement dynamic UI support
> The good place to assign the correct widget id for dynamic widget is the moment when we assign the FRAME attribute ... Greg Shah
05:03 AM Feature #1791: implement dynamic UI support
Additional investigations show the 4GL still has limitation for usage attribute setting and corrected @FRAME@ attribu... Eugenie Lyzenko

07/01/2014

09:01 AM Feature #1791: implement dynamic UI support
Some general considerations.
The first issue discovered for dynamic widgets is related to the proper attribute set...
Eugenie Lyzenko
05:43 AM Feature #1794: implement font support
0630a.zip passed conversion testing - no errors/differences after MAJIC conversion. Constantin Asofiei

06/30/2014

01:52 PM Feature #2306 (WIP): add copy/paste support to the web client
Marius Gligor
09:40 AM Feature #1794: implement font support
Attached update fixes a problem in the expression compiler: the bytecode builder was using @ldc@, which can refer 1-b... Constantin Asofiei

06/27/2014

03:03 PM Feature #2252: implement GUI client support
This is a cleaned up/enhanced version of the mag_upd20140602a.zip. It includes the following:
1. Everything has h...
Greg Shah

06/25/2014

05:37 PM Feature #2252: implement GUI client support
> Do you have rev 1159? I know rev 1158 of this file was missing the images, rev 1159 looks OK on my side.
Yes, I ...
Greg Shah
04:19 PM Feature #2252: implement GUI client support
Greg Shah wrote:
> If I understand things correctly, a dependency we will have will be that the fonts on which an ap...
Constantin Asofiei
03:58 PM Feature #2252: implement GUI client support
I read the @uast/fonts/font_details.odt@. Clearly there are still some tricky parts to figure out.
If I understan...
Greg Shah
03:20 PM Feature #2252: implement GUI client support
The @uast/fonts/font_details.odt@ contains details about how the widget metrics are computed; the main notes are:
* ...
Constantin Asofiei
03:51 PM Feature #1794: implement font support
We won't know if we need FONT-TABLE support (or not) until we see the cut-down customer GUI code. The full customer G... Greg Shah
03:50 PM Feature #1794: implement font support
Do we need support for the @FONT-TABLE@ handle? Note that this handle allows to:
* adjust the size of the actual FO...
Constantin Asofiei
10:20 AM Feature #1789 (Closed): implement the toggle-box widget
Greg Shah
10:00 AM Feature #1789: implement the toggle-box widget
The update 0624a has been committed in bzr as 10552. Eugenie Lyzenko
09:28 AM Feature #1789: implement the toggle-box widget
Go ahead with the check-in and distribution. Greg Shah
09:23 AM Feature #1789: implement the toggle-box widget
The CTRL-C part has been completed without regressions. Hopefully 2-way and 3-way in a single session. The results ha... Eugenie Lyzenko
08:23 AM Feature #1789: implement the toggle-box widget
The main regression part completed without regression. Continue with CTRL-C part. Eugenie Lyzenko

06/24/2014

11:04 AM Feature #1789: implement the toggle-box widget
> Please check in your testcases to testcases/uast/toggle_box/.
Done. The revision is 1157.
Eugenie Lyzenko
10:15 AM Feature #1789: implement the toggle-box widget
Code Review 0624a
The changes look good.
Greg Shah
09:44 AM Feature #1789: implement the toggle-box widget
The runtime regression has been found for @Button@ related code for GSO 195 - help string is not updated correctly fo... Eugenie Lyzenko
11:51 PM Feature #1789: implement the toggle-box widget
Please check in your testcases to testcases/uast/toggle_box/. Greg Shah
02:56 AM Feature #1805: add missing UI method support
Committed vig_upd20140617a.zip. Rev #10550 Vadim Gindin
12:55 AM Feature #1805: add missing UI method support
Yes, please commit it and distribute it to the team. Greg Shah
12:35 AM Feature #1805: add missing UI method support
The latest update passed regression testing. Can I commit it? Vadim Gindin
12:48 AM Feature #2252: implement GUI client support
#2323 is a task to implement support for GUI coordinate processing. Currently the implementation is hard coded to Ch... Greg Shah
12:15 AM Feature #2323: refactor coordinate system and implement GUI coordinate support
This task is just for time tracking. All history should be placed in the parent task #2252. Greg Shah
12:14 AM Feature #2323 (Closed): refactor coordinate system and implement GUI coordinate support
Greg Shah

06/23/2014

04:17 PM Feature #1789: implement the toggle-box widget
The conversion part has been finished. The converted code is binary equal. Continue with runtime testing. Eugenie Lyzenko
09:50 AM Feature #1789: implement the toggle-box widget
Code Review 0622a
I'm fine with the changes. Please get it regression tested (both conversion and runtime).
Greg Shah

06/22/2014

06:19 PM Feature #1789: implement the toggle-box widget
New update for review uploaded. The @StopConditionException@ has been raised to interrupt execution. The pause insert... Eugenie Lyzenko
05:24 PM Feature #1789: implement the toggle-box widget
> Then you can tell if the code generates an error or not. You can also try ON END-KEY, ON STOP and ON QUIT instead o... Eugenie Lyzenko

06/21/2014

05:07 AM Feature #1791: implement dynamic UI support
The window-related features will be implemented in a different task. For #2028, focus on the general dynamic widget ... Greg Shah
04:44 AM Feature #1789: implement the toggle-box widget
Code Review 0620a
The code looks good, especially the refactoring of common code into @buildWidgetSpectificMessage...
Greg Shah
04:41 AM Feature #1789: implement the toggle-box widget
> Yes, looks like you are right. This is the usual exit for CHUI client session in 4GL for application finish.
> ......
Greg Shah

06/20/2014

07:54 PM Feature #1789: implement the toggle-box widget
The update for review uses @preRealizeCheck()@ to verify widget realization ability and @QuitConditionException@ to q... Eugenie Lyzenko
07:08 PM Feature #1789: implement the toggle-box widget
> This sounds like a QUIT (QuitConditionException). Check this before you make any other changes.
Yes, looks like ...
Eugenie Lyzenko
05:28 PM Feature #1789: implement the toggle-box widget
> The remaining issue is in P2J we have additional message "Press space bar to continue." while in 4GL the only messa... Greg Shah
05:20 PM Feature #1789: implement the toggle-box widget
Code Review 0619a
1. We can't reuse valid() because this is there for other reasons (to provide support for the HA...
Greg Shah

06/19/2014

03:03 PM Feature #1789: implement the toggle-box widget
> The only thing needed is to properly sort the methods in AbstractButton and ToggleBox (public then protected then p... Eugenie Lyzenko
09:21 PM Feature #1789: implement the toggle-box widget
Code Review 0618a
The changes look good. The only thing needed is to properly sort the methods in AbstractButton ...
Greg Shah
09:09 PM Feature #1789: implement the toggle-box widget
This update for review includes refactoring for @Button@ and @ToggleBox@ common code. The idea is to use new base cla... Eugenie Lyzenko

06/18/2014

02:45 PM Feature #1789: implement the toggle-box widget
> So I think this is not ToggleBox specific and we can postpone this subtask if you do not mind. Let me know if any n... Greg Shah
02:39 PM Feature #1789: implement the toggle-box widget
> > Also may be as one more thing to do is to refactor the Button and ToggleBox implementation to merge possible comm... Eugenie Lyzenko
02:04 PM Feature #1789: implement the toggle-box widget
> Also may be as one mo thing to do is to refactor the Button and ToggleBox implementation to merge possible common c... Greg Shah
09:56 AM Feature #1789: implement the toggle-box widget
Also may be as one more thing to do is to refactor the @Button@ and @ToggleBox@ implementation to merge possible comm... Eugenie Lyzenko
09:52 AM Feature #1789: implement the toggle-box widget
> 2. The javadoc for @ToggleBoxImpl.forceCursorOnFocus()@ should explain that the return value is always false.
OK...
Eugenie Lyzenko
08:42 AM Feature #1789: implement the toggle-box widget
Code Review 0617a
1. In the javadoc for these changes, "cusror" should be "cursor".
2. The javadoc for @ToggleB...
Greg Shah
09:44 PM Feature #1789: implement the toggle-box widget
This update fixes UI artifact using new @Widget@ interface method implementation. Also the @ToggleBox@ class has been... Eugenie Lyzenko

06/17/2014

05:39 PM Feature #1789: implement the toggle-box widget
> > The problematic area is marked in red. I think this is something like phantom cursor. It is blinking and disappea... Eugenie Lyzenko
04:15 PM Feature #2252: implement GUI client support
Greg Shah wrote:
> For example, most buttons will only ever have a small number of possible labels (often only 1). W...
Constantin Asofiei
04:11 PM Feature #2252: implement GUI client support
I had not planned to require P2J to be running on a Windows OS in order to run the converted system. It would be a r... Greg Shah
03:53 PM Feature #2252: implement GUI client support
I have some bad news... width for TEXT/FILL-IN widgets is computed via the avg-font-width, but for BUTTON, is compute... Constantin Asofiei
10:50 AM Feature #2252: implement GUI client support
+More Findings+
11. MESSAGE statement window targeting:
For both a regular MESSAGE statement and the MESSAGE VI...
Greg Shah
09:12 AM Feature #2252: implement GUI client support
The Progress documentation suggests the following precedence order for window targeting (please note that I have alre... Greg Shah
10:52 AM Feature #2229: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles for GUI
Please put all history into #2252. This task is just for time tracking. Greg Shah
02:34 AM Feature #1805: add missing UI method support
Vadim, please use this version, the headers in Frame.java and GenericFrame.java are fixed now. Constantin Asofiei

06/16/2014

05:13 PM Feature #2252: implement GUI client support
For #2229, I have started a set of testcases to explore the behavior and features of the GUI multi-window environment... Greg Shah
04:45 PM Feature #1789: implement the toggle-box widget
I have added a note to #1791 to describe the problem and to reference note 30 in this task. You don't need to do any... Greg Shah
03:54 PM Feature #1789: implement the toggle-box widget
> What does the 4GL do here? I believe that this can't be done in the 4GL either. It probably raises an error. We sho... Eugenie Lyzenko
02:02 PM Feature #1789: implement the toggle-box widget
Code Review 0613b
The changes look fine.
> the message will display for all such widgets, not for the first enc...
Greg Shah
04:44 PM Feature #1791: implement dynamic UI support
One issue that needs to be addressed is how the order of attribute assignment (in the CREATE widget statement) can af... Greg Shah
02:55 PM Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
I'm moving this to the GUI milestone as we have done more than enough for the needs of M11.
Vadim: we will pick th...
Greg Shah
01:24 PM Feature #1805: add missing UI method support
Code Review 0613a
The changes look fine. Please get this runtime regression tested.
Greg Shah

06/14/2014

01:18 PM Feature #2252: implement GUI client support
> To be clear, I don't plan to provide any support that the 4GL doesn't already provide. For compatibility purposes, ... Constantin Asofiei
09:35 AM Feature #2252: implement GUI client support
Greg Shah wrote:
> Could Windows (or the 4GL) be mapping this as a "generic" sans-serif font that is actually differ...
Constantin Asofiei

06/13/2014

07:41 PM Feature #1789: implement the toggle-box widget
Another screen artifact has been found working with @toggle-box@ widget. Take a look at @toggle_box13.jpg@. The probl... Eugenie Lyzenko
02:17 PM Feature #1789: implement the toggle-box widget
This new update fixes the note for previous one and has cleaned widget drawing code. Looks like no additional changes... Eugenie Lyzenko
10:38 AM Feature #1789: implement the toggle-box widget
Code Review 0613a
The changes look good. The only thing to change is to save off the screen-buffer changes into t...
Greg Shah
07:17 AM Feature #1789: implement the toggle-box widget
The support for @VALUE-CHANGED@ event has been added to the @ToggleBox@. The testcase to verify - @toggle_box10.p@. T... Eugenie Lyzenko
02:06 AM Feature #1805: add missing UI method support
I prepared the next update that contains last corrections corresponding to your last notes. I did not add new header ... Vadim Gindin

06/12/2014

10:31 AM Feature #2252: implement GUI client support
To be clear, I don't plan to provide any support that the 4GL doesn't already provide. For compatibility purposes, w... Greg Shah
10:25 AM Feature #2252: implement GUI client support
> Greg Shah wrote:
> > Include any information needed for the FONT-TABLE to be configured as well (e.g. font to font ...
Constantin Asofiei
10:18 AM Feature #2252: implement GUI client support
I've added these files to the testcases repo:
# @uast/fonts/system-metrics/font-list.txt@ - list of fonts standard f...
Constantin Asofiei
09:05 AM Feature #1789: implement the toggle-box widget
Code Review 0611b
The changes look fine.
Greg Shah
10:24 PM Feature #1789: implement the toggle-box widget
With this update correct handling for @ASSIGN@, screen value and variable value differences added. Also for now I hav... Eugenie Lyzenko
06:24 AM Feature #1805: add missing UI method support
Vadim Gindin wrote:
> Questions.
> 1) Am I using the right IDs?
Yes, the IDs are right.
> 3) May be we should del...
Constantin Asofiei

06/11/2014

05:18 PM Feature #1789: implement the toggle-box widget
> 1. Please rename @ToggleBoxImpl.drawChekBox()@ to @ToggleBoxImpl.drawCheckBox()@.
OK. Sorry this was just syntax...
Eugenie Lyzenko
04:53 PM Feature #1789: implement the toggle-box widget
Code Review 0611a
This is a very good start.
1. Please rename @ToggleBoxImpl.drawChekBox()@ to @ToggleBoxImpl.d...
Greg Shah
04:14 PM Feature #1789: implement the toggle-box widget
This update adds base skeleton for @ToggleBox@ runtime implementation. This is very early version just for review the... Eugenie Lyzenko
04:30 PM Feature #2252: implement GUI client support
OK. Automate the generation as much as is reasonable. Include any information needed for the FONT-TABLE to be confi... Greg Shah
03:58 PM Feature #2252: implement GUI client support
Greg Shah wrote:
> Please write a program that can inspect and dump these values from a legacy system. Is it suffici...
Constantin Asofiei
02:32 PM Feature #2252: implement GUI client support
The results are unfortunate but understandable.
> the metrics are not even the same across JRE implementations: Op...
Greg Shah
01:57 PM Feature #2252: implement GUI client support
About fond rendering: no useful info found in Java FX or a way to switch the font rasterizer. More, the metrics are ... Constantin Asofiei

06/10/2014

11:20 AM Feature #1789: implement the toggle-box widget
Code Review 0610a
It looks good.
Greg Shah
11:17 AM Feature #1789: implement the toggle-box widget
Implemented error message and clearing other questions.
Start planning to implement runtime processing.
Eugenie Lyzenko
10:30 AM Feature #1789: implement the toggle-box widget
Code Review 0609b
1. The GenericWidget.isChecked()/setChecked() methods should simply execute: @throw new RuntimeE...
Greg Shah
 

Also available in: Atom