cancel
Showing results for 
Search instead for 
Did you mean: 

Images not showing in IDE even though they display when application runs

Former Member
0 Kudos

Hi,

I am using NWDS version 7.0.12.

For my application, I imported my image files into folder src/mimes/Components/<com.mycompany...your_component>.

Then in my <b>Image Source</b> property for LinkToAction, I reference the imported images.

The application then works fine when it is run. The image file shows in place where the link is defined.

My problem is that the image <u>does not show in the IDE</u>. A "red x" shows instead, indicating that the image file could not be found instead.

I have many images displayed in my application, and none of them display properly in the IDE. I have tried gifs and jpgs. I have tried not putting .jpg suffix on the Image Source property. Nothing works.

Any ideas?

Thanks,

Kevin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

All that I specify in the source property is the filename, such as image1.gif.

I also have jpegs that do not display either.

Kevin

Former Member
0 Kudos

Hi Kevin,

Please use as below

imagename.jpg

at source. Do not give whole path...in that case it doesn't work.

i hope it solves ur problem

Regards

Ravi