JavaFX 8 Progress

2013-07-17 Thread Peter Penzov
Hi, I'm new to JavaFX I'm interested what is the current progress of development of JavaFX 8. I want to use it for base framework for my enterprise application but I have concerns is it stable to be used? Can you give me some information do you plan to add something else before the official

Books and documents about JavaFX 8

2013-07-17 Thread Peter Penzov
Hi, I'm looking for books or document about JavaFX 8. Can you recommend me some material about advanced topics how to work with JavaFX 8 if there is any. I use javadoc but I some cases it's not enough. Best wishes, Peter

Font size in JavaFX 8

2013-07-18 Thread Peter Penzov
Hi, I tested to run code developed on JavaFX 2.2. On JavaFX 8 the size of the Font cannot be set properly with setStyle(-fx-font-size: 12pt;). I suppose that this is caused by the JavaFX 8 code change. Is this going to be fixed into the near future? Best wishes

Run JavaFX application on IBM JVM

2013-07-19 Thread Peter Penzov
Hi, I would like to ask you is it possible to run JavaFX application on IBM J9 JVM or other JVM? I suppose that I will need to copy some libraries from Oracle JVM. Can you give me some more information? Best wishes, Peter

Java 8 release plan

2013-07-25 Thread Peter Penzov
Hi, I started to develop Java 8 application using JVM 8. I saw that many new bugs related to JavaFX are fixed and added to OpenJDK 8. Do you include these new fixes into the latest Java 8 beta releases which are published every week? It's very important for me to know because my application

resize issue

2013-07-26 Thread Peter Penzov
I tested to resize component using mouse drag in JVM 8 b94. It's working very smooth and easy when I move the mouse and hold the border of the component. I also tested the same code in JVM 8 b99. It's not very easy to resize the component. I cannot hold the border of the component for long time. I

Font size

2013-08-22 Thread Peter Penzov
Hi, I'm working on JavaFX application based on Java 8. It seems that from version b97 there is a issue with -fx-font-size. It's not working properly. If you compare the two images from application tested on JavaFX 2.2 and JavaFX 8 b103 you will see that there is a difference. Can you give me

Re: Font size

2013-08-22 Thread Peter Penzov
I added System.setProperty(prism.text, t2k); to the start() Java method but I don't see any change. any other ideas? I could open JIRA case? On Fri, Aug 23, 2013 at 12:07 AM, John Hendrikx hj...@xs4all.nl wrote: On 22/08/2013 22:58, Peter Penzov wrote: Hi, I'm working on JavaFX

Re: Font size

2013-08-22 Thread Peter Penzov
. Regards, Felipe On Aug 22, 2013, at 2:46 PM, Peter Penzov wrote: I added System.setProperty(prism.text, t2k); to the start() Java method but I don't see any change. any other ideas? I could open JIRA case? On Fri, Aug 23, 2013 at 12:07 AM, John Hendrikx hj...@xs4all.nl wrote: On 22/08/2013

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Peter Penzov
, 2013, at 7:55 AM, Richard Bair richard.b...@oracle.com wrote: It depends on the platform. We choose as the default whatever the OS tells us the font should be. Richard On Aug 24, 2013, at 2:32 AM, Peter Penzov peter.pen...@gmail.com wrote: Hi, Can you tell me what

Call static content

2013-08-24 Thread Peter Penzov
I have this code from JavaFX application: private static final ImageView ncpic; static { ncpic = new ImageView(TabContent.class.getResource(/images/6.jpg).toExternalForm()); } I noticed that I can use this picture only once. When I use it twice the scene where I call it it's

Re: Is JavaFX supported Linux Redhat

2013-08-25 Thread Peter Penzov
As far as I know only Ubuntu is supported. I use Centos 6 as development platform. The visual difference is the font size and type. Well sometimes in JavaFX 8 b103 something may not work but I suppose it's going to be fixed in future versions. On Sun, Aug 25, 2013 at 5:44 PM, K, Dhevendran

Resize component problem

2013-08-25 Thread Peter Penzov
Hi, I'm working on a component resize from several weeks. I'm writing here because I don't have idea how to solve this issue. I created example application which holds several TabPanes into one big BorderPane. I want to resize the size of the component using mouse drag and drop. The TabPane

Size of a BorderPane left side

2013-08-26 Thread Peter Penzov
I wan to get the size of the left side of a BorderPane In JavaFX 8. I tested this: mainPanel.getRight().getBoundsInLocal().getWidth(); I think that this is not the correct way. Can you show me how I can do this if it's possible? I tested this code: I get the width of the Left side of a

Changes in caspian.bss

2013-09-14 Thread Peter Penzov
Hi, I tried to implement my own version of example from jfxtras - BigDecimalField. I copied all java files and css code successfully but when I run the code I get these errors: IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue WARNING: Could not resolve

Re: Changes in caspian.bss

2013-09-14 Thread Peter Penzov
to stabilize before trying to figure out what is going on exactly. I do not notice any (visual) problems though. On 2013-09-14 12:32, Peter Penzov wrote: Hi, I tried to implement my own version of example from jfxtras - BigDecimalField. I copied all java files and css code successfully but when

Progress Bar into Combo Box is not working properly

2013-12-16 Thread Peter Penzov
Hi All, I want to implement Progress Bar into Combo Box. I pasted the code here: http://stackoverflow.com/questions/20518329/combobox-with-progress-bars-is-not-working-properly When I run the code the progress bar is empty. There is no selected Progress Bar which is displayed by default. And

FX Experience Tools

2014-01-08 Thread Peter Penzov
Hi All, I found this link about the FX Experience Tools. http://fxexperience.com/2012/03/announcing-fx-experience-tools/ It seems that this tool is no longer actively developed. Are there any plans to continue to support it and also can I use use it in JavaFX 8? BR, Peter

Re: FX Experience Tools

2014-01-12 Thread Peter Penzov
in github so it would be great to see someone step up and make any necessary improvements! You can find all the code here: https://github.com/fxexperience/code -- Jonathan On 8/01/2014 11:29 p.m., Peter Penzov wrote: Hi All, I found this link about the FX Experience Tools. http

Create ContextMenu in Task

2014-03-19 Thread Peter Penzov
Hi, I'm working on a application which is using Task to load content. I have a Context Menu insight the Task which is not working due to these problems: https://javafx-jira.kenai.com/browse/RT-25127 https://javafx-jira.kenai.com/browse/RT-17716 This is a limitation. Is there any plans to fix

Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
HI All, I tried to compile ControlsFX with the latest Java release jdk-8u11-windows-x64 but I get error that these packages are not found: import com.sun.javafx.scene.traversal.ParentTraversalEngine; import com.sun.javafx.scene.traversal.TraversalContext; Can you tell me where is the new

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
to change or removal at any time. Having said that, this class was introduced in 8u20 so I wouldn't expect to see it in 8u11. -- Kevin Peter Penzov wrote: HI All, I tried to compile ControlsFX with the latest Java release jdk-8u11-windows-x64 but I get error that these packages

How to pause service when it's not visible in TabPane

2014-07-30 Thread Peter Penzov
Hi All, I have a TabPane with JavaFX service which displays some data. I'm interested is there a way to pause the service when I switch the tabs and the service is not visible? It 'will same me a lot of CPU resources if there is a way to implement this. BR, Peter

Re: How to pause service when it's not visible in TabPane

2014-07-30 Thread Peter Penzov
On Wed, Jul 30, 2014 at 9:07 AM, Peter Penzov peter.pen...@gmail.com wrote: Hi All, I have a TabPane with JavaFX service which displays some data. I'm interested is there a way to pause the service when I switch the tabs and the service is not visible? It 'will same me a lot of CPU

Re: How to learn the identity of the graphics card?

2014-08-06 Thread Peter Penzov
Hi All, I'm interested how I can get the model of the GPU card using Java. Can you show me some basic example? BR, Peter On Wed, Aug 6, 2014 at 3:02 AM, Jim Graham james.gra...@oracle.com wrote: If there is a card that can't keep up with what we want it to do then we should probably be

Unknown error 0x80DE0001

2014-09-11 Thread Peter Penzov
HI All, I tested drag and drop example. I get this error: E r r o r : 8 0 d e 0 0 0 1 i n C a l l b a c k T o J a v a ( j a v a I D s . V i e w . n o t i f y D r a g D r o p , g r f K e y S t a t e , p t , p d w E f f e c t ) C O M E r r o r : 8 0 d e 0 0 0 1 U n k n o w n e r r o r 0 x 8 0 D

Time spinner in 8u40

2014-09-17 Thread Peter Penzov
Hi All, I successfully tested Spinner control in 8u40. final Spinner spinner = new Spinner(); spinner.setValueFactory(new SpinnerValueFactory.IntegerSpinnerValueFactory(0, 1)); spinner.setEditable(true); I noticed that there is a Java method for time spinner

RichTextEditor in 8u40

2014-09-17 Thread Peter Penzov
Hi All, Looking at the 8u40 road map there are plans for RichTextEdito: https://wiki.openjdk.java.net/display/OpenJFX/8u40 Is there any code example that I can test? BR, Peter

Close all ContextMenu with mouse button

2014-09-17 Thread Peter Penzov
Hi All, Is there a way to close all opened context menus opened on the scene? When I press a button I would like to close all Context menus opened by right muse click. BR, Peter

WARNING: CSS Error parsing

2014-10-15 Thread Peter Penzov
Hi, I tested Java 8u40. I get error when I run this part of the code: setStyle(-fx-background-color: linear-gradient(to bottom, #FAFAFA, #EAEAEA); + -fx-border: 2px solid; -fx-border-color: white;); X 15, 2014 10:33:53 PM com.sun.javafx.css.parser.CSSParser declaration WARNING:

Spinner control value

2014-12-12 Thread Peter Penzov
Hi All, I'm using Spinner from 8u40b17. SpinnerValueFactory svf = new SpinnerValueFactory.IntegerSpinnerValueFactory(0, 100); Spinner sp = new Spinner(); sp.setValueFactory(svf); sp.setEditable(true); sp.setPrefWidth(80); I noticed that when I enter some value from keyboard

Re: Spinner control value

2014-12-12 Thread Peter Penzov
entering 34 you are using the enter key to commit the value or not. -- Jonathan Sent from a touch device. Please excuse my brevity. On 12 December 2014 21:33:32 GMT+13:00, Peter Penzov peter.pen...@gmail.com wrote: Hi All, I'm using Spinner from 8u40b17. SpinnerValueFactory svf = new

JavaFX application for different resolutions

2014-12-14 Thread Peter Penzov
I'm using Simple JavaFX application on computers with different solution. But on computers with small resolution the appearance is not good. Is there any way to ajust the size of the application according to the screen size? BR, Peter

Release date for Java 8u40

2014-12-24 Thread Peter Penzov
Hi All, What is the release date for Java 8u40? BR

TitledPane background color

2014-12-25 Thread Peter Penzov
Hi All, I have a question how to change TitledPane background color. I tested this code: public class MainApp extends Application { @Override public void start(Stage stage) throws Exception { TitledPane pane = new TitledPane(Title, null);

Multiple parallel tasks in a single service

2015-03-09 Thread Peter Penzov
Hi All, I'm interested how I can create 10 Tasks in one Scheduled Service? private final DataService service = new DataService(); class DataService extends ScheduledServiceVoid { @Override protected TaskVoid createTask() { return new TaskVoid()

Change BarChart Legend color

2015-04-03 Thread Peter Penzov
Hi All, I have a question about changing dynamically the color of the BarChart. I'm using this code to change the chart Label for now successfully: Legend legend = (Legend) schart.lookup(.chart-legend); Legend.LegendItem li1 = new Legend.LegendItem(Over 8, new Rectangle(10, 4,

Re: NPE is JavaFX Task

2015-05-27 Thread Peter Penzov
); tab.setContextMenu(makeTabContextMenu(tab, newTabLabel, tabPane)); tabPane.getTabs().add(0, tab); tabPane.getSelectionModel().select(tab); tabPane.setTabClosingPolicy(TabPane.TabClosingPolicy.ALL_TABS); } On Wed, May 27, 2015 at 12:56 PM, Peter Penzov peter.pen...@gmail.com wrote: Hi

NPE is JavaFX Task

2015-05-27 Thread Peter Penzov
Hi All, I have a question about a issue that I have with JavaFX Task. I'm using the code from this example to display progress bar in TabPane when I click on TreeView Node: http://stackoverflow.com/questions/22803845/loading-logic-for-javafx-task For some reason when I click multiple times

Limit width size of Stacked Bar chart

2016-01-02 Thread Peter Penzov
I tried to implement this solution http://stackoverflow.com/questions/28047818/limit-width-size-of-bar-chart for StackedBar Chart but it turns out that there is no Java method getBarGap() in StackedBar chart. Is there any solution into the latest JavaFX version for this problem? BR, Peter

report defect

2016-01-10 Thread Peter Penzov
Hi, I want to open defect about JavaFX charts. More information here: http://stackoverflow.com/questions/34571154/limit-width-size-of-stacked-bar-chart/34699937?noredirect=1#comment57153895_34699937 Can you give me some information how to report it? BR, Peter