• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JavaFx 1.3, image does not load well in imageView

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I creating a desktop application to read my computer file path and display the images out in thumbnails.

Somehow, there are images that didnt load completely. It will be displaying the placeholder image rather than the url path image.

I was wondering what might be the reason?

i was thinking, it might be images not loaded full and it causes that, but i checked the image.progress , all of them completed at 100 . So i assume images are loaded fully but not displaying right.







Anybody have any clues?
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where are the images stored? Might be that the images are not available and hence not being displayed (or links are broken)

Please note that any older versions of JavaFX- i.e JavaFX 1, 1.2 or 1.3 are no longer supported. JavaFX platform has changed and moved from the JavaFX Script to Java based JavaFX APIs. Read more about it here.

If you still want to use a syntax similar to JavaFX Script, you can check out Visage - which is a DSL.
 
yu wen
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Photos are stored in my own computer. its a path that is given from the computer.

Images are loading asynchronously, is there any way to check if the image is loaded correctly?
 
How do they get the deer to cross at the signs? Or to read this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic