blackberry/Samples-for-Java

Build errors in SocialApp Sample

Closed this issue · 8 comments

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

cc @shaque

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

?

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:
#14 (comment)


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.

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.

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:
#14 (comment)


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.

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.

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:
#14 (comment)


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.

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

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:
#14 (comment)


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.