How can I add a bug, you have to be a member of the AMKDEV mailing list, report this bug first their. When more people confirm these symptoms or when AMT team is aware of this problem it will be added to the list.
ID: |
1997032401 |
---|---|
Title: |
FieldHandler ASCI conversion problem |
Date: |
24 March 1997 |
Version: |
AMT 2.0, AMT 2.1, AMT 2.1.1, |
Description: | Characters with accents (in french text,...) are not converted correctly in the FieldHandler when you do get and set text. |
Configurations: |
All Windows configurations |
Caused by: | |
Work around : |
This one is from fieldha_.C (windows) As default compiling for 'char' type is 'signed char' I forced next statements, just look for where ANSI2MAC and MAC2ANSI is called and replace by: *lpDst = ANSI2MAC[(unsigned char ) (*lpSrc)]; *lpDst = MAC2ANSI[(unsigned char)(*lpSrc)]; |
Official solution: |
Not Yet. |
Reported by: | Ilya Devers and Jean Lazarou |
ID: |
1997032101 |
---|---|
Title: |
Transparency |
Date: |
21 March 1997, since AMT 2.0 |
Version: |
AMT 2.0, AMT 2.1.1, |
Description: | On some configurations the colors defined as transparent will work, on other configurations not. |
Configurations: |
PowerPC only |
Caused by: | Bug in QuickDraw |
Work around : | When you compress your picture with a QuickTime Codec, (a QuickTime Still picture) the symptoms disappears. AMT PE user can also write their own transparency code, althouge a challenging job. |
Official solution: |
Not Yet. |
[ Home ]