How to scale control properly?

2014-06-04 Thread Rafal Leibzig
Hi, Sorry for disturbing you, but I have a question and no one answered me on other forums. My question is rather simple: http://stackoverflow.com/questions/23997115/how-to-scale-control-and-layout-it-properly-in-javafx Thanks in advance. You are the experts. :) -- Rafal

Re: How to scale control properly?

2014-06-05 Thread Rafal Leibzig
the control in a Group. That way, it's (actually Group's) > layoutBounds will be the same as it's transformed bounds (boundsInParent). > Alternatively you can use css styling, but I don't know much about how to > do it properly, maybe Jonathan can help you there. &g

MediaPlayer - Out of sync video & audio when playing from slow medium

2015-05-22 Thread Rafal Leibzig
Hi, my friends use MediaPlayer in their javafx application to play videos (mp4, 50fps) from DVD. They have noticed out of sync video/audio in such case. Problem doesn't exist when file is loaded from HDD. I know that it is because of slow medium like DVD (or poor quality DVD disc / bad recording)