Image Buttons and picture box not drawing the image

0
0

I have 7 image buttons and on picture box on my page. Only one of the buttons draw the image on the public website.

All the images draw in the designer and when debugging using ie and chrome.
In addition I built a IIS server on my local machine to test the published package and all the images are displayed.

The following is the errors report by the chrome debugger:

Failed to load resource: the server responded with a status of 404 (Not Found)
qx.js?v=1.4.50.0:180178 002605 qx.theme.manager.Appearance[28-0]: Missing appearance: table-cell/content/middle
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002605 qx.theme.manager.Appearance[28-0]: Missing appearance: table-cell/content/bottom
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002605 qx.theme.manager.Appearance[28-0]: Missing appearance: table-cell/spacer
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002708 qx.theme.manager.Appearance[28-0]: Missing appearance: textbox/textfield
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002711 qx.theme.manager.Appearance[28-0]: Missing appearance: textbox/textfield
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002849 wisej.web.PictureBox[67-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzE3IiwidmVyc2lvbiI6Ijg1OTU3NSIsImRpc3Bvc2UiOmZhbHNlLCJuYW1lIjoiSW1hZ2UifQ==
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002850 qx.ui.basic.Image[73-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzE4IiwidmVyc2lvbiI6IjMwMDIzMTIxIiwiZGlzcG9zZSI6ZmFsc2UsIm5hbWUiOiJJbWFnZSJ9
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002851 qx.ui.basic.Image[82-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzE5IiwidmVyc2lvbiI6IjM3MTY5NTQxIiwiZGlzcG9zZSI6ZmFsc2UsIm5hbWUiOiJJbWFnZSJ9
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002851 qx.ui.basic.Image[89-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzIwIiwidmVyc2lvbiI6IjM5NDA4NjYzIiwiZGlzcG9zZSI6ZmFsc2UsIm5hbWUiOiJJbWFnZSJ9
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002857 qx.ui.basic.Image[106-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzIzIiwidmVyc2lvbiI6IjI2OTY2OTQ5IiwiZGlzcG9zZSI6ZmFsc2UsIm5hbWUiOiJJbWFnZSJ9
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002858 qx.ui.basic.Image[118-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzI1IiwidmVyc2lvbiI6IjI3MzY2Mzc2IiwiZGlzcG9zZSI6ZmFsc2UsIm5hbWUiOiJJbWFnZSJ9
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002861 qx.ui.basic.Image[128-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzI3IiwidmVyc2lvbiI6IjUzOTI3OTMiLCJkaXNwb3NlIjpmYWxzZSwibmFtZSI6IkltYWdlIn0=
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178
qx.js?v=1.4.50.0:180178 002861 qx.ui.basic.Image[135-0]: Image could not be loaded: component.wx?sid=732b8fb0-bad6-4862-bd7d-545f2b55e30f&x=eyJpZCI6ImlkXzI4IiwidmVyc2lvbiI6IjU0MDU4ODQiLCJkaXNwb3NlIjpmYWxzZSwibmFtZSI6IkltYWdlIn0=
qx.log.appender.Native.process() @ qx.js?v=1.4.50.0:180178

Thanks in advance

Alex Berze

  • You must to post comments
0
0

Frank

The email is on it’s way.

I added the images using the designer which put them into the resources.

Alex

  • You must to post comments
0
0

Hi Alex,

can you isolate the problem in a test case ?
You can also send code from your app that causes problems to frankATiceteagroup.com

Could it be that you used Image instead of ImageSource for the images that are not showing ?

Best regards
Frank

  • You must to post comments
0
0

Hi Frank,

what details do you need?

Or if you want you can remote in and take a peek.

Alex

  • You must to post comments
0
0

Andrew, Alex,

the missing appearance warnings are normal. There are always missing keys when a theme is resolved into css.

Starting with the next release, when debug mode is false, Wisej turns off all logging (except errors).

The missing images for Alex look like a deployment issue but it´s hard to tell without having more details or sample code.

Best regards
Frank

  • You must to post comments
0
0

Just to weigh in, I have had these “missing appearance” warnings in Chrome for months now, but no “image could not be loaded” errors. I have assumed they are related to me customizing the theme, or possibly corrupting it somehow.
/resource.wx/Wisej.W…s?v=1.4.69.0:180267 002927 qx.theme.manager.Appearance[27-0]: Missing appearance: button/label
qx.js?v=1.4.69.0:180267 016610 qx.theme.manager.Appearance[27-0]: Missing appearance: button/label
qx.js?v=1.4.69.0:180267 016659 qx.theme.manager.Appearance[27-0]: Missing appearance: menu/item/label
qx.js?v=1.4.69.0:180267 016660 qx.theme.manager.Appearance[27-0]: Missing appearance: menu/item/label
qx.js?v=1.4.69.0:180267 016661 qx.theme.manager.Appearance[27-0]: Missing appearance: menu/item/label
qx.js?v=1.4.69.0:180267 016664 qx.theme.manager.Appearance[27-0]: Missing appearance: menu/item/label

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.