CgDeviceIndependentImage>>#initialize:height:depth:palette:scanlinePad:data: uses the wrong index for NLS lookup

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

CgDeviceIndependentImage>>#initialize:height:depth:palette:scanlinePad:data: uses the wrong index for NLS lookup

Richard Sargent
Administrator
CgDeviceIndependentImage>>#initialize:height:depth:palette:scanlinePad:data: uses (NlsCatCGa  indexedMsg: 16) when the depth is not recognized instead of (NlsCatCGa  indexedMsg: 6).

(NlsCatCGa  indexedMsg: 16) is 'Invalid array of ByteArrays'.
(NlsCatCGa  indexedMsg: 6) is 'Invalid depth: %1'.


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: CgDeviceIndependentImage>>#initialize:height:depth:palette:scanlinePad:data: uses the wrong index for NLS lookup

John O'Keefe-3
Richard -

Thanks. Fixed by case 53421 in our next release.

John

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.