blackberry / Samples-for-Java

Samples for BBOS Java Apps
106 stars 194 forks source link

Build errors in SocialApp Sample #14

Closed pakus closed 12 years ago

pakus commented 12 years ago

Hi,

I try to build the SocialApp project but I got a two errors in SocialScreen file in lines 129 and 130. Project's author calls setTextFillColor(Color.White) and setTextStrokeColor(Color.WHITE) for EditField but this component doesn't has such methods (I searched in API reference). How to fix this problem?

BR,

Maciek

timwindsor commented 12 years ago

cc @shaque

Are you building with the correct version of the SDK? This app requires the 7.0.0 SDK.

shaque commented 12 years ago

?

I did build with 7.0

----- Original Message ----- From: Tim Windsor [mailto:reply@reply.github.com] Sent: Friday, June 01, 2012 04:06 PM To: Shadid Haque Subject: Re: [Samples-for-Java] Build errors in SocialApp Sample (#14)

cc @shaque

Are you building with the correct version of the SDK? This app requires the 7.0.0 SDK.


Reply to this email directly or view it on GitHub: https://github.com/blackberry/Samples-for-Java/issues/14#issuecomment-6069614


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

timwindsor commented 12 years ago

I cc'd you so you could help the person who reported this issue :) Click on the link and see the actual issue report on Github.

shaque commented 12 years ago

Ah ok! :) newbie here

----- Original Message ----- From: Tim Windsor [mailto:reply@reply.github.com] Sent: Friday, June 01, 2012 04:15 PM To: Shadid Haque Subject: Re: [Samples-for-Java] Build errors in SocialApp Sample (#14)

I cc'd you so you could help the person who reported this issue :) Click on the link and see the actual issue report on Github.


Reply to this email directly or view it on GitHub: https://github.com/blackberry/Samples-for-Java/issues/14#issuecomment-6069790


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

pakus commented 12 years ago

I build project with 7.0.0 SDK. I also tried to build with 7.1.0 SDK but it also generates the same errors. I looked into API refence for 7.0.0 and 7.1.0 and the EditField doesn't have any method called setTextFillColor or setTextStrokeColor.

shaque commented 12 years ago

Hi, That's weird and I will have to double check. Can you comment out those lines for now? They are not critical.

Shadid

----- Original Message ----- From: Maciej Krzysztofinski [mailto:reply@reply.github.com] Sent: Friday, June 01, 2012 04:24 PM To: Shadid Haque Subject: Re: [Samples-for-Java] Build errors in SocialApp Sample (#14)

I build project with 7.0.0 SDK. I also tried to build with 7.1.0 SDK but it also generates the same errors. I looked into API refence for 7.0.0 and 7.1.0 and the EditField doesn't have any method called setTextFillColor or setTextStrokeColor.


Reply to this email directly or view it on GitHub: https://github.com/blackberry/Samples-for-Java/issues/14#issuecomment-6069988


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

pakus commented 12 years ago

Hi,

OK. I commented these lines and project compiles without errors but I still think about these two methods. Could you check them?

Thanks,

Maciek

shaque commented 12 years ago

I will check.

Cheers. Shadid

----- Original Message ----- From: Maciej Krzysztofinski [mailto:reply@reply.github.com] Sent: Friday, June 01, 2012 05:13 PM To: Shadid Haque Subject: Re: [Samples-for-Java] Build errors in SocialApp Sample (#14)

Hi,

OK. I commented these lines and project compiles without errors but I still think about these two methods. Could you check them?

Thanks,

Maciek


Reply to this email directly or view it on GitHub: https://github.com/blackberry/Samples-for-Java/issues/14#issuecomment-6070920


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.