Re: Enhancements for JavaFX 18

2021-10-18 Thread Pedro Duque Vieira
ature?utm_medium=email_source=link_campaign=sig-email_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Aug 11, 2021 at 4:17 PM Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote: > .. on one client project I'm involved in, I ended up having to use a > static image in

RE: Managed Property - CSS Styleable

2021-08-12 Thread Pedro Duque Vieira
Hi Abhinay, Just my 2 cents.. I like that idea! Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Enhancements for JavaFX 18

2021-08-11 Thread Pedro Duque Vieira
.. on one client project I'm involved in, I ended up having to use a static image instead of rendering the text through JavaFX because of the difference in text rendering quality. On Wed, Aug 11, 2021 at 4:14 PM Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote: > OK thank

Re: Enhancements for JavaFX 18

2021-08-11 Thread Pedro Duque Vieira
same font .. there was a lot of back and forth there. > > -phil. > > On 8/10/21 3:56 AM, Pedro Duque Vieira wrote: > > I've filed the bug a long time ago so I can't remember exactly the bug ID > or the title I gave it. > > Do you want me to file a new one? Do you want me to

Re: Enhancements for JavaFX 18

2021-08-10 Thread Pedro Duque Vieira
l. > > On 8/9/21 3:44 AM, Pedro Duque Vieira wrote: > > Hi! > > @Phil Race If you're going to tackle font > rendering, would it also be possible to work on Windows font rendering? I > find that Windows font rendering is generally much worse than Mac's. > > One e

Re: Enhancements for JavaFX 18

2021-08-09 Thread Pedro Duque Vieira
;Segoe UI Light" font (or whatever variant) with a big font size. The font appears pixelated.. Thanks, > +1. It is something I intend to get to for 18. -phil. On 8/4/21 1:10 PM, Kirill Grouchnikov wrote: > > May I humbly suggest fixing font rendering color fringe issues on m

Re: Support :focus-visible CSS pseudoclass

2021-06-08 Thread Pedro Duque Vieira
take advantage of this and it's not strictly necessary for the default JavaFX theme to support it. I think we could make the default JavaFX theme support it later. Thanks, -- Pedro Duque Vieira - https://www.pixelduke.com <http://www.avg.com/email-signature?utm_medium=email_source=link_campa

Re: Make themes a first-class concept in JavaFX

2021-05-25 Thread Pedro Duque Vieira
that's okay, provided that the inner workings of the > default themes remain a "black box". > > > > Am Mo., 24. Mai 2021 um 17:48 Uhr schrieb Pedro Duque Vieira > : > > > > Hi, > > > > I've been developing JMetro: > https://pixelduke.com/java-javafx-th

Re: Make themes a first-class concept in JavaFX

2021-05-24 Thread Pedro Duque Vieira
w to comment further on the API or give precise suggestions (I'll probably have more time next week) but here's my 2 cents. Thanks, -- Pedro Duque Vieira - https://www.pixelduke.com <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> Vir

Re: Not really a nice comment but a real issue?

2021-03-20 Thread Pedro Duque Vieira
t; > On 3/20/21 11:54 AM, Philip Race wrote: > > > Ah, I missed that. And with that, I've now found Gary's bug : > https://bugs.openjdk.java.net/browse/JDK-8239138 > > -phil. > > On 3/20/21 10:36 AM, Pedro Duque Vieira wrote: > > Hi Philip, > > Gary Be

Re: Not really a nice comment but a real issue?

2021-03-20 Thread Pedro Duque Vieira
Cheers, On Sat, Mar 20, 2021 at 5:12 PM Philip Race wrote: > Actually the way I read it, Scott Palmer added a comment with a link to > the 2014 change that *introduced* the problem. > No one is saying they reported this performance issue in 2014. > > -phil. > > On

Re: Not really a nice comment but a real issue?

2021-03-20 Thread Pedro Duque Vieira
-javafx-why-why-why/#comment-464 . He says he filed an issue in 2014. Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Not really a nice comment but a real issue?

2021-03-19 Thread Pedro Duque Vieira
> > On 19-3-2021 15:32, Pedro Duque Vieira wrote: > > Hi > > > > I actually totally disagree with his conclusion. > > > > In fact, I'd say, that's one of the hidden gems of JavaFX! > > Check out CSSFX and this video > https://www.youtube.com/watch?v=RELKg3

Re: Not really a nice comment but a real issue?

2021-03-19 Thread Pedro Duque Vieira
ps://stackoverflow.com/questions/66707119/task-succeeds-but-the-service-onsucceed-method-is-not-triggered > > -- > > Cl?ment Levallois > > Associate Professor > > emlyon business school > > Twitter and Skype: @seinecle > > mobile: +33(0)6 59 08 33 92 > > > > Sent with [ProtonMail](https://protonmail.com) Secure Email. -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Make javafx.controls open and community-driven

2021-02-02 Thread Pedro Duque Vieira
for creating libraries and applications. -- Pedro Duque Vieira - https://www.pixelduke.com

Re: GraphicsContext and export to vector format files

2020-11-03 Thread Pedro Duque Vieira
classes), a conservative approach would still be possible. I.e. concrete implementations would still be able to have private, final fields/methods, etc but developers would now have the possibility of doing composition to extend JavaFX's behavior. My 2 cents, Cheers, -- Pedro Duque Vieira - https

Re: WeakXXListener - when not to use?

2020-03-25 Thread Pedro Duque Vieira
Duque Vieira - https://www.pixelduke.com

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-28 Thread Pedro Duque Vieira
Interesting, Tom. I didn't know about this blog post and control. Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

RE: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-27 Thread Pedro Duque Vieira
, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: JDK-8130738 TextFlow's tab width is static

2019-10-17 Thread Pedro Duque Vieira
into it (not speaking of the early days of CSS which was very bad). Thanks, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: JDK-8210361: Add images to docs for public API classes of controls

2018-09-12 Thread Pedro Duque Vieira
, 2018 at 3:51 PM Nir Lisker wrote: > That's sensible, though for Alert and the like I think they should stay as > it's effectively part of the control. > > On Wed, Sep 12, 2018 at 4:19 PM Pedro Duque Vieira < > pedro.duquevie...@gmail.com> wrote: > >> I would remove

Re: JDK-8210361: Add images to docs for public API classes of controls

2018-09-12 Thread Pedro Duque Vieira
I would remove the window decorations. That's platform dependent, windows, linux, mac have different aesthetics for this. They also don't add any value to the representation of the control. That's what I usually do. Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: JavaFX website

2018-09-04 Thread Pedro Duque Vieira
is the domain. What domain should we use? Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Is JavaFX going to truly be a community project?

2018-09-03 Thread Pedro Duque Vieira
I > believe > > the "community-ness" feeling would be significantly enhanced with simple > > things like a JavaFX website. Perhaps you can contribute such a thing, as > > it would not involve core JavaFX hacking? > -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Is JavaFX going to truly be a community project?

2018-09-01 Thread Pedro Duque Vieira
ight think like this. Will maybe just fork javafx and make their own distributions. Or just go and try out a different technology. Or maybe I'm just wrong. Thanks, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Is JavaFX going to truly be a community project?

2018-09-01 Thread Pedro Duque Vieira
entity should have a commercial > > advantage over others. > > > > So, basically I like your question, I don’t believe the current > > scenario is satisfactory but unfortunately I confess I can’t offer > > any suggestions of better scenarios. > > > > Graciously, &g

Is JavaFX going to truly be a community project?

2018-09-01 Thread Pedro Duque Vieira
a project that's benefiting one particular company more than the others it ceases to be a community project. I don't think that anyone would like to join in on the efforts in this scenario. Thanks, -- Pedro Duque Vieira - https://www.pixelduke.com

RE: JavaFX Deployment

2018-08-20 Thread Pedro Duque Vieira
Duque Vieira - https://www.pixelduke.com

RE: JavaFX (FXML) to HTML5+CSS+JavaScript

2018-08-15 Thread Pedro Duque Vieira
Hi, Check out jpro (https://www.jpro.one/) AFAIK it converts the whole javafx app to a web version (html, javascript) not just the FXML. Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: NativeLibLoader - installLibraryFromResource - RuntimeImage

2018-07-28 Thread Pedro Duque Vieira
are on each java version so we could make this decision. Maybe will be best to decide on a case by case situation, that is, on each openjfx version depending on the rate of adoption of each java version? -- Pedro Duque Vieira

Re: negative line spacing in Text

2018-06-14 Thread Pedro Duque Vieira
negative value something I'm > overlooking is clamping it .. > FWIW line-spacing is not a W3C CSS property so far as I can tell, so it > is just FX CSS > There is line-height in the W3C spec but it is specified differently. > -phil. -- Pedro Duque Vieira

Re: Draft JEP for new Packaging Tool (replacement for javapackager)

2018-06-05 Thread Pedro Duque Vieira
lf. There is then no > need > for an additional mechanism provided my the packager. > > Am 04.06.18 um 16:44 schrieb Pedro Duque Vieira: > > Hi, >> >> I agree with Johan and others, a splash screen is valuable and needed. >> >> Microsoft applications that run on Win

Re: Draft JEP for new Packaging Tool (replacement for javapackager)

2018-06-04 Thread Pedro Duque Vieira
system needs a splash screen then chances are pretty high that there will be Java apps that'll need a splash screen. Cheers, -- Pedro Duque Vieira

Re: Paint Phase Debugging / Performance

2018-05-03 Thread Pedro Duque Vieira
: https://wiki.openjdk.java.net/display/OpenJFX/Performance+Ideas -- Pedro Duque Vieira

RE: Add missing styleable properties to ImageView?

2018-04-04 Thread Pedro Duque Vieira
fferent Nodes that do the same thing. Also having "-fx-pref-width" and also "-fit-width" might be kind of strange, specially if the former doesn't do anything. Main point is, I think we should have a standard API (same CSS properties) for every node if these properties have the same meaning. Kind regards, -- Pedro Duque Vieira

modules versus SDK's

2018-03-27 Thread Pedro Duque Vieira
languages that are technically inferior like javascript are some times preferred over technically superior languages. I'd argue we should also have an installer to make the process of evaluating/learning as easy as possible. We do need more javafx programmers/adopters. My 2 cents, -- Pedro Duque

Re: Innovation again

2017-12-18 Thread Pedro Duque Vieira
. If JavaFX is to grow and get more and more adoption it has to run great on mobile. My 0.02€ :) Cheers, -- Pedro Duque Vieira

Arabic text in webview

2015-10-19 Thread Pedro Duque Vieira
ot;Account is inaccessible until email address is verified." I don't recall having received any email to verify the email address of my account. Thanks, best regards, -- Pedro Duque Vieira

Use of clipping in TabPaneSkin

2015-09-04 Thread Pedro Duque Vieira
); } What's the purpose of this? Thanks, -- Pedro Duque Vieira

Re: Usage of internal API's in charts

2015-08-26 Thread Pedro Duque Vieira
I've also extended charts and have also been confronted with internal APIs. -- Pedro Duque Vieira

Re: App hang and pulse logger stops

2015-05-18 Thread Pedro Duque Vieira
or doing a Ctrl-Break on Windows or Control-\ on Mac. --mm -- Pedro Duque Vieira -- Pedro Duque Vieira

Re: App hang and pulse logger stops

2015-05-13 Thread Pedro Duque Vieira
Anyone...? (see below) On Mon, May 11, 2015 at 8:03 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi, Already posted this on the OTN forum but got no response. I have a swing/javafx app that is hanging randomly without any error information (exceptions thrown, etc). I run

App hang and pulse logger stops

2015-05-11 Thread Pedro Duque Vieira
cause the pulse logger to stop? Is this my fault or some javafx bug? Thanks, best regards, -- Pedro Duque Vieira

new FormattedTextField

2015-02-06 Thread Pedro Duque Vieira
Hi, Where can I find information or API specs about the new FormattedTextField (or whatever is its name) introduced in 8u40? Thanks, best regards -- Pedro Duque Vieira

Re: javafx.embed.singleThread flag questions

2015-01-28 Thread Pedro Duque Vieira
there is a ticket about it fixed by 8u40: https://javafx-jira.kenai.com/browse/RT-38921 @Pedro Duque Vieira, as you are talking about using swing and javaFX, do you have any experience with the javafx.embed.singleThread flag? Cheers, Diego -Original Message- From: Kevin Rushforth

Is it possible to have a SwingNode inside a JFXPanel

2015-01-27 Thread Pedro Duque Vieira
Hi, I'm migrating a Swing app and I have a scenario where I need to have a SwingNode inside a JFXPanel and also a JFXPanel inside a SwingNode. Are this configurations possible? Thanks -- Pedro Duque Vieira

RE: css margin

2014-08-04 Thread Pedro Duque Vieira
/css_boxmodel.asp Thanks, best regards, I think you are looking for the padding property of Region. On 8/3/14, 6:07 PM, Pedro Duque Vieira wrote: Hi, I miss having a way to define a margin in css or in any other way like with java code. That is the rectangular white space between a node

Re: css margin

2014-08-04 Thread Pedro Duque Vieira
I should add that margins are often used in web design to make up the space between elements. I've also find myself wanting to add margins to nodes in javafx but not found any good way of doing it, since this property does not exist. Thanks, On Mon, Aug 4, 2014 at 10:15 PM, Pedro Duque Vieira

Re: css margin

2014-08-04 Thread Pedro Duque Vieira
Thanks David! I'm glad this is planned, even it is only for version 9. On Mon, Aug 4, 2014 at 10:29 PM, David Grieve david.gri...@oracle.com wrote: https://javafx-jira.kenai.com/browse/RT-27785 On 8/4/14, 5:18 PM, Pedro Duque Vieira wrote: I should add that margins are often used in web

css margin

2014-08-03 Thread Pedro Duque Vieira
Hi, I miss having a way to define a margin in css or in any other way like with java code. That is the rectangular white space between a node and the rest, like w3c css margin property. Is this planned? Thanks, -- Pedro Duque Vieira

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Pedro Duque Vieira
of *reasonable sized* apps to be the biggest competitive weakness right now. -- Pedro Duque Vieira

Re: JavaFX at JavaOne 2014

2014-06-20 Thread Pedro Duque Vieira
Unfortunately there's nothing new and no Oracle sessions on that subject - javafx on ios and/or android... :( -- Pedro Duque Vieira

Re: Dynamic position/size change and built-in layouts

2014-04-08 Thread Pedro Duque Vieira
Hi again, I've created the issue in Jira: https://javafx-jira.kenai.com/browse/RT-36582 Will send the small test app to the person that will be assigned this issue. Thanks, On Thu, Apr 3, 2014 at 10:57 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: In the situation I described

Dynamic position/size change and built-in layouts

2014-04-03 Thread Pedro Duque Vieira
. it won't work. I think this is important for RIAs. Thanks, best regards, -- Pedro Duque Vieira

Re: Dynamic position/size change and built-in layouts

2014-04-03 Thread Pedro Duque Vieira
one pulse later. Jasper On Apr 3, 2014, at 7:01 AM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi, Are built-in layouts prepared for dynamic changes of their children position and/or size? That is, for instance, if in a VBox I change the first child height the other

Re: Dynamic position/size change and built-in layouts

2014-04-03 Thread Pedro Duque Vieira
Setting VBox preferred height to: USE_COMPUTED_SIZE, doesn't work. Regards, On Thu, Apr 3, 2014 at 6:14 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: What I'm saying isn't exactly that. What I'm saying is, for instance, if I change the height of the first child of the VBox

Re: Dynamic position/size change and built-in layouts

2014-04-03 Thread Pedro Duque Vieira
requestLayout().. It's being delayed for an undefined amount of time so it should have nothing to due with the pulse. On Thu, Apr 3, 2014 at 10:07 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Setting VBox preferred height to: USE_COMPUTED_SIZE, doesn't work. Regards, On Thu, Apr 3

file attachment in Jira

2014-03-26 Thread Pedro Duque Vieira
nature of the javafx project. This certainly is a hurdle to people who want to collaborate. IMHO attaching text/image files doesn't involve security risks. Thanks, best regards, -- Pedro Duque Vieira

Re: Poor font rendering..

2014-03-06 Thread Pedro Duque Vieira
it or the developers that might stumble into this. Thanks! -- Pedro Duque Vieira

Poor font rendering..

2014-03-05 Thread Pedro Duque Vieira
- As this been reported? 2- Is the javafx team working on it? 3- Is there something the developer can do to increase font rendering quality? Thanks! Best regards, -- Pedro Duque Vieira

Re: CSS Font size in points doesn't match Node.Font.Size

2014-03-05 Thread Pedro Duque Vieira
! -- Pedro Duque Vieira

-fx-background

2014-02-18 Thread Pedro Duque Vieira
Hi, Inside the javafx sdk in modena.css I see this property -fx-background being used several times. This is not documented in the css document for javafx8: http://download.java.net/jdk8/jfxdocs/javafx/scene/doc-files/cssref.html#cell What does it do? Thanks in advance, -- Pedro Duque Vieira

Re: -fx-background

2014-02-18 Thread Pedro Duque Vieira
. On Wed, Feb 19, 2014 at 12:11 AM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi, Inside the javafx sdk in modena.css I see this property -fx-background being used several times. This is not documented in the css document for javafx8: http://download.java.net/jdk8/jfxdocs

Re: SVG in CSS

2014-02-11 Thread Pedro Duque Vieira
Done: https://javafx-jira.kenai.com/browse/RT-35799 Sorry for the delay. Thanks, best regards, On Mon, Jan 27, 2014 at 9:36 PM, David Grieve david.gri...@oracle.comwrote: Great idea. You should create an issue on javafx-jira.kenai.com. On Jan 27, 2014, at 3:58 PM, Pedro Duque Vieira

Major regression in mouse event processing..

2013-12-21 Thread Pedro Duque Vieira
/browse/RT-35094 Thanks, best regards, -- Pedro Duque Vieira

Converting from svg format to javafx css svg

2013-12-14 Thread Pedro Duque Vieira
and bottom but still that doesn't seem to work. It's still more of a process of trial and error for me. Thanks in advance. -- Pedro Duque Vieira

Re: Converting from svg format to javafx css svg

2013-12-14 Thread Pedro Duque Vieira
for the left and right and half the value of the height for the top and bottom but still that doesn't seem to work. It's still more of a process of trial and error for me. Thanks in advance. -- Pedro Duque Vieira -- Pedro Duque Vieira

Re: Converting from svg format to javafx css svg

2013-12-14 Thread Pedro Duque Vieira
15.12.2013 um 07:37 schrieb Pedro Duque Vieira pedro.duquevie...@gmail.com: Hi Gerrit, Yeah, thanks putting -fx-scale-shape: false does make the svg shape the original size as seen in Illustrator. I'm still left with a doubt though, you say you resize the region to make the svg the way you want

Re: Look and feel mechanism?

2013-12-09 Thread Pedro Duque Vieira
a platform abstraction… Steve -- Pedro Duque Vieira

Look and feel mechanism?

2013-12-08 Thread Pedro Duque Vieira
Hi, Is there any Look and Feel mechanism in place, like the one in Swing? That doesn't appear to exist.. Are there any plans to add one? You can only do so much with CSS... Thanks in advance, best regards, -- Pedro Duque Vieira

Re: Look and feel mechanism?

2013-12-08 Thread Pedro Duque Vieira
...@oracle.com wrote: At present there are no plans to introduce any further API or functionality in this area, but if there is something you are wanting then you should file feature requests in Jira. -- Jonathan On 9/12/2013 11:54 a.m., Pedro Duque Vieira wrote: Hi, Is there any Look

Creating a type of toggle with two labels..

2013-12-04 Thread Pedro Duque Vieira
for the off. Any ideas on how to best approach this problem? Thanks in advance, regards, -- Pedro Duque Vieira

Re: Creating a type of toggle with two labels..

2013-12-04 Thread Pedro Duque Vieira
a.m., Pedro Duque Vieira wrote: Hi, I'm trying to create a new control to be used by other developers. It is know as Toggle Switch. You can see this control in android: http://ankri.de/switch-button-for-android-2-3-gingerbread/ in iOS: http://iosguides.net/ios-menus-comparison

Re: Creating a type of toggle with two labels..

2013-12-04 Thread Pedro Duque Vieira
. Leif On 2013-12-04 14:05, Pedro Duque Vieira wrote: OK, sounds reasonable. Too bad about the code duplication that will need to take place. Thanks Jonathan and thanks for the link. Regards, On Wed, Dec 4, 2013 at 9:39 PM, Jonathan Giles jonathan.gi...@oracle.comwrote

Re: Creating a type of toggle with two labels..

2013-12-04 Thread Pedro Duque Vieira
; } .check-box:indeterminate .box { -fx-padding: 0; } .check-box:indeterminate .box .mark { -fx-shape: M0,0H10V2H0Z; -fx-scale-shape: false; -fx-padding: 0.67em; /* 16x16 = 8+8 */ } On Dec 4, 2013, at 1:16 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi

Slider CSS skinning

2013-11-27 Thread Pedro Duque Vieira
not seem possible. I think this should be possible as there are several operating systems whose sliders show a color between the start and the the thumb position. Thanks, regards, -- Pedro Duque Vieira

Re: Slider CSS skinning

2013-11-27 Thread Pedro Duque Vieira
RangeSlider control: http://controlsfx.bitbucket.org/org/controlsfx/control/RangeSlider.html -- Jonathan On 28/11/2013 11:22 a.m., Pedro Duque Vieira wrote: Hi, Is it possible to style the slider color from the start until the position of the thumb only? I'm trying to skin the slider

Re: Slider CSS skinning

2013-11-27 Thread Pedro Duque Vieira
()+ %);); System.out.println(track.getStyle()); }); } vbox.getChildren().add(slider); Scene scene = new Scene(vbox, 300, 100); stage.setScene(scene); stage.show(); } On Nov 27, 2013, at 5:22 PM, Pedro Duque Vieira pedro.duquevie

RE: Show case: JFX on iOS and Android

2013-11-18 Thread Pedro Duque Vieira
Hi Tobias, What's the performance, bugs/crashes in your apps? Did you advance anything in regards to what the community as already done. If so are you going to contribute back to the community effort? Thanks, best regards, -- Pedro Duque Vieira

Re: JavaFX on iOS and Android: The real problem and challenge

2013-11-09 Thread Pedro Duque Vieira
as the steward community members are more inclined to help and contribute than say contributing to RoboVM. No offense intended here, I think RoboVM is a great effort and probably the best thing to happen on the javafx space since its start. My 2 cents, Thanks, regards, -- Pedro Duque Vieira

Re: JavaFX on iOS and Android: The real problem and challenge

2013-11-09 Thread Pedro Duque Vieira
. Felix On 9 November 2013 23:06, Pedro Duque Vieira pedro.duquevie...@gmail.comwrote: Hi, Pardon me for saying this but I think Oracle is really handling this issue very badly. I think very poor communication strategy is the real issue and source of much frustration from the community. I

Re: JFXPanel vs. real world usage

2013-10-28 Thread Pedro Duque Vieira
Hi Matthias, Are you sure there is nothing else driving that slowness? I've used JFXPanel on several projects including one which uses 2 JFXPanes on the same app and everything runs well. Perhaps you could start by adding something simple to your JFXPanel. Best regards, -- Pedro Duque Vieira

RE: JFXPanel vs. real world usage

2013-10-24 Thread Pedro Duque Vieira
Hi Matthias, I don't see any problems with performance and I've been using this a lot. Best regards, -- Pedro Duque Vieira

Re: JavaFX on iOS and Android - are we there yet?

2013-10-22 Thread Pedro Duque Vieira
appears where the user can choose an option, or input controls where the native keyboard pops up. Thanks, best regards, -- Pedro Duque Vieira

Re: JavaFX on iOS and Android - are we there yet?

2013-10-22 Thread Pedro Duque Vieira
saying which type of text is going to be entered on the input field. Thanks, best regards, On Wed, Oct 23, 2013 at 12:35 AM, Richard Bair richard.b...@oracle.comwrote: On Oct 22, 2013, at 9:38 AM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: These have are just styled CheckBoxes

RE: JavaFX on iOS and Android - are we there yet?

2013-10-21 Thread Pedro Duque Vieira
that many of us have serious financial or personal investment in JavaFX and *need* to know that a mobile/tablet future is indeed possible. Thanks, Felix -- Pedro Duque Vieira

RE: Media is now opensource

2013-10-18 Thread Pedro Duque Vieira
component except ON2 FLV demuxer and VP6 decoder. The decoder will remain closed. You're all welcome to contribute. Thanks, -- Pedro Duque Vieira

Project Shumway - running swf files without plugins

2013-10-15 Thread Pedro Duque Vieira
partner with Mozilla to bring Bck2Brwsr to Firefox. I think it would be a great idea and would put pressure on other browsers to take the same steps. Thanks, best regards, -- Pedro Duque Vieira

Re: Keyboard events

2013-10-08 Thread Pedro Duque Vieira
), it will be of great value. Game developers will be happy to have such API for all the keys, including navigation and letter ones. Thanks, Artem On Oct 7, 2013, at 3:56 AM, Artem Ananiev artem.anan...@oracle.com wrote: On 10/7/2013 2:40 AM, Pedro Duque Vieira wrote: Hi, I have

Keyboard events

2013-10-06 Thread Pedro Duque Vieira
this restriction, I think it is limiting and the above scenario is a good use case to show that. Thanks, best regards, -- Pedro Duque Vieira

Re: Event for when a node gets shown on screen

2013-10-02 Thread Pedro Duque Vieira
, you may try the following code: Bindings.select(node.sceneProperty(), window, showing).addListener(new ChangeListenerBoolean() ); BTW, this way you could add the listener even when the node is not yet attached to any scene or window. Regards, Anton. -- Pedro Duque Vieira -- Pedro

RE: How to attach files to Jira?

2013-09-30 Thread Pedro Duque Vieira
Cool, thanks John! I suggest posting your SSCCE on gist and linking to it from the bug report: https://gist.github.com/ -- Pedro Duque Vieira

Re: Creating custom charts

2013-09-26 Thread Pedro Duque Vieira
copy/paste is not the nicest, it is a lot nicer than us committing to API prematurely. However if you have specific use cases that need to be supported, we can start doing the planning to see how we can accommodate that. Thanks Richard On Sep 6, 2013, at 1:15 PM, Pedro Duque Vieira

Re: Strange error message in the console output

2013-09-26 Thread Pedro Duque Vieira
found anything in a print statement. Maybe it is on a specific build and was removed? Richard On Sep 11, 2013, at 5:14 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi, I'm working on charts, and am seeing this strange error message on the console: This should never

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Pedro Duque Vieira
regards, On Wed, Sep 18, 2013 at 12:31 AM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: *Ops forgot to reply to all...* Hi Richard, I don't think their is such an issue (not totally sure). Hence the more or less related issue that was created by Pavel. Thanks, best regards

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Pedro Duque Vieira
, Richard Bair richard.b...@oracle.comwrote: There should just be an issue saying Tooltips should not grab mouse events, i think. On Sep 18, 2013, at 5:41 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Do you want me to file the issue? Would it be: Add support

Re: Hovering and Tooltips are exclusive?

2013-09-17 Thread Pedro Duque Vieira
events, with the real user interface beneath it. On Mon, Sep 16, 2013 at 4:46 PM, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Thanks Pavel! I added that: having the tooltip popup under the mouse cursor obscures the content of the tooltip Thanks, best regards, Hi guys, I knew I

Re: Hovering and Tooltips are exclusive?

2013-09-16 Thread Pedro Duque Vieira
it's pretty hard to find, I should have chosen more high-level summary. Anyway, here it is: https://javafx-jira.kenai.com/browse/RT-31134 I added a comment and increased priority. Pavel -- Pedro Duque Vieira

RE: Hovering and Tooltips are exclusive?

2013-09-14 Thread Pedro Duque Vieira
: https://mix.oracle.com/groups/18497 -- Pedro Duque Vieira

Re: Will video and audio recording make it to jdk8?

2013-09-06 Thread Pedro Duque Vieira
/2013 21.43 skrev Pedro Duque Vieira pedro.duquevie...@gmail.com: Hi, Will video and audio recording be on jdk8? Thanks in advance, best regards, -- Pedro Duque Vieira -- Pedro Duque Vieira

  1   2   >