AlejandroGomz

Results 4 issues of AlejandroGomz

Hi, I'm pretty new with JFoenix and have some problems to use it. openJDK 17; openFX 17; JFoenix 9.0 Try to test JFXButton: SceneBuilder shows the button, but on my...

Hi, when getting Google Drive (Android Java, Drive Api V3) link like `String link = fileInformationList.getFiles().get(i).getWebContentLink())` Link looks like `https://drive.google.com/uc?id=&export=download&access_token=&alt=media` `&alt=media` was added programmatically. and using `FileInputStream inputStream = new...

Hi, when I use onRender(new OnRenderListener(), the PDF is not displayed. If I don't use the RenderListener, the PDF document is displayed. What am I doing wrong? Android API 30...

smartphone in darkmode and pdfViewer in nightMode(false) delivers dark artifacts at different and changing positions. pdfView=findViewById(R.id.pdfv); pdfView.useBestQuality(true); pdfView.fromUri(uri) .nightMode(false) .fitEachPage(true) .load(); ![Snag_2e0b727c](https://user-images.githubusercontent.com/83431019/124878125-0bd89d80-dfcc-11eb-9d7d-7dc2138030f5.png)