[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

[ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377805#comment-16377805
 ] 

Roger Whitcomb commented on PIVOT-1031:
---

Adding to the Component Explorer, but many things had to change:
 * Fix BeanMonitor and EventLogger to deal with the parameterized GaugeListener 
type.
 * Rework the GaugeListener to have separate methods for min, max, warning and 
critical so they get found as "notifying properties".

Sending core\src\org\apache\pivot\beans\BeanMonitor.java
Sending 
tutorials\src\org\apache\pivot\tutorials\explorer\component_explorer_window.bxml
Adding tutorials\src\org\apache\pivot\tutorials\explorer\gauge.bxml
Sending 
tutorials\src\org\apache\pivot\tutorials\explorer\tools\ComponentInspectorSkin.java
Sending tutorials\src\org\apache\pivot\tutorials\explorer\tools\EventLogger.java
Sending wtk\src\org\apache\pivot\wtk\Gauge.java
Sending wtk\src\org\apache\pivot\wtk\GaugeListener.java
Sending wtk\test\org\apache\pivot\wtk\test\GaugeTest.java
Sending wtk-terra\src\org\apache\pivot\wtk\skin\terra\TerraGaugeSkin.java
Transmitting file data .done
Committing transaction...
Committed revision 1825425.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

[ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377625#comment-16377625
 ] 

Roger Whitcomb commented on PIVOT-1031:
---

Fixed the text vertical spacing:

Sending tests\src\org\apache\pivot\tests\GaugeTest.java
Sending tutorials\src\org\apache\pivot\tutorials\meters.bxml
Sending wtk-terra\src\org\apache\pivot\wtk\skin\terra\TerraGaugeSkin.java
Transmitting file data ...done
Committing transaction...
Committed revision 1825418.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Whitcomb reopened PIVOT-1031:
---

Just realized the vertical spacing of the text is off.  Reopening to fix that.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

[ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377372#comment-16377372
 ] 

Roger Whitcomb commented on PIVOT-1031:
---

Add some Gauge examples to the KitchenSink tutorial:

Sending tutorials\src\org\apache\pivot\tutorials\kitchen_sink.bxml
Sending tutorials\src\org\apache\pivot\tutorials\meters.bxml
Sending wtk-terra\src\org\apache\pivot\wtk\skin\terra\TerraGaugeSkin.java
Transmitting file data ...done
Committing transaction...
Committed revision 1825402.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Whitcomb closed PIVOT-1031.
-
Resolution: Fixed

Now that all my "TODO" items have been addressed, I consider this closed unless 
some other bugs come up.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Whitcomb updated PIVOT-1031:
--
Attachment: gauge_with_ticks.png

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png, gauge_with_ticks.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)

[ 
https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377312#comment-16377312
 ] 

Roger Whitcomb commented on PIVOT-1031:
---

Okay, implemented tick marks and added to test/demo program:

Sending tests\src\org\apache\pivot\tests\gauge_test.bxml
Sending wtk-terra\src\org\apache\pivot\wtk\skin\terra\TerraGaugeSkin.java
Transmitting file data ..done
Committing transaction...
Committed revision 1825392.

> Create a new "gauge" object which can display a single value in a circular 
> "speedometer" fashion
> 
>
> Key: PIVOT-1031
> URL: https://issues.apache.org/jira/browse/PIVOT-1031
> Project: Pivot
>  Issue Type: New Feature
>  Components: wtk, wtk-terra
>Reporter: Roger Whitcomb
>Assignee: Roger Whitcomb
>Priority: Minor
> Attachments: gauge_demo.png, gauge_example.png
>
>
> For instance, in a monitoring application, things like CPU or disk usage can 
> nicely be displayed as a circular gauge, showing a single (the "current") 
> value.  This paradigm is currently being used in such products as Apache 
> Ambari (where it is called a "Gauge" widget).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)