[AC-111] URGENT! All images not existing in @3x are not shown!
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2015-11-13T18:54:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | imageView, resources |
Reporter | Sebastian Klaus |
Assignee | Shak Hossain |
Created | 2015-05-06T07:12:37.000+0000 |
Updated | 2015-11-13T18:54:06.000+0000 |
Description
Operating System
Name = Mac OS X
Version = 10.10.4
Architecture = 64bit
# CPUs = 8
Memory = 17179869184
Node.js
Node.js Version = 0.10.38
npm Version = 1.4.28
Titanium CLI
CLI Version = 3.4.2
Titanium SDK
SDK Version = 4.0.0.RC2
SDK Path = /Volumes/Data/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/4.0.0.RC2
Target Platform = iphone
Using 4.0.0.RC2 and all images from the resources folder are not shown. No need for example, Just a screenshot. Wondering if nobody else has this problem!?
4.0.0.RC works as normal
Testcase: Create new tabbed Application
Attachments
File | Date | Size |
---|---|---|
collection.png | 2015-05-11T08:59:09.000+0000 | 476 |
collection@2x.png | 2015-05-11T08:59:09.000+0000 | 874 |
collection@3x.png | 2015-05-11T08:59:09.000+0000 | 1504 |
iOS Simulator Screen Shot 06.05.2015 09.10.09.png | 2015-05-06T07:10:37.000+0000 | 129284 |
[~benutzername] are you able to reproduce this with a brand new application? are you using imageView? or background Images on a View? Are those remote images? local images? Please attach a test case to reproduce this, and we will take a look Best
Sorry for incomplete issue. I now can confirm, that all images are NOT shown, where a @2x image exists, but a @3x not. All images with existing @3x versions are displayed correctly. Also images which are PNG and NOT 16 bit (sometimes I have 32 bit) are NOT displayed.
[~rtlechuga] can you confirm that?
Using 4.0.0.RC3 solves the most problems. Only the images for the tabgroup will not work on device. on simulator, everything's ok Simulator: http://cl.ly/image/1y3H1C313t1M Device http://cl.ly/image/2X1Q3m361w2T
I attached the images, which I used for a tab in the tabGroup. These are not displayed
Sebastian, can you try RC4 (or the latest CI build from 4_0_X). I want to confirm it's not related to remote images.
It relates not to the remote images. Here's a community Q&A with the same problem. (https://community.appcelerator.com/topic/404/image-resolution-issues-going-from-ti3-5-1-to-ti4-0/8) I can not reproduce it on a new fresh project. Creating an app with tab group and my images, they are shown. Then there is the question, why 3.5.1.GA works and 4.0.0 not.
Playing around and SDK 4.1.0.v20150516202834 solves the problem with the tab group images
So I think the issue can be closed as resolved with 4.1.x
[~benutzername] thanks. I'm still not clear why 4.1.X would work and 4.0.X would not, since I don't know of a substantial difference in this area, but thank you.