<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Blackberry Custom Button Field</title>
	<atom:link href="http://www.coderholic.com/blackberry-custom-button-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderholic.com/blackberry-custom-button-field/</link>
	<description>Addicted to Development</description>
	<lastBuildDate>Sun, 05 Sep 2010 22:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-5558</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-5558</guid>
		<description>Hi Kharn,

Glad you found it useful. Yes, the button will be positioned based on the layout manager you are using, the same as any other field.

Ben</description>
		<content:encoded><![CDATA[<p>Hi Kharn,</p>
<p>Glad you found it useful. Yes, the button will be positioned based on the layout manager you are using, the same as any other field.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kharn</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-5555</link>
		<dc:creator>kharn</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-5555</guid>
		<description>Hey this is excellent bit of code im just new to this whole BB dev stuff and this was really helpful. Is it possible to use layout managers to layout the button?</description>
		<content:encoded><![CDATA[<p>Hey this is excellent bit of code im just new to this whole BB dev stuff and this was really helpful. Is it possible to use layout managers to layout the button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4669</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4669</guid>
		<description>@Brian - a Blackberry mobile phone. You need either the JDE or Eclipse plugin for Blackberry development. See http://na.blackberry.com/eng/developers/</description>
		<content:encoded><![CDATA[<p>@Brian &#8211; a Blackberry mobile phone. You need either the JDE or Eclipse plugin for Blackberry development. See <a href="http://na.blackberry.com/eng/developers/" rel="nofollow">http://na.blackberry.com/eng/developers/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4546</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 14 Aug 2009 03:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4546</guid>
		<description>What program do I use the code with/for?</description>
		<content:encoded><![CDATA[<p>What program do I use the code with/for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safy</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4148</link>
		<dc:creator>Safy</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4148</guid>
		<description>But the Eclipse 4.2.1 and 4.3  doesn&#039;t seem to support setPadding. 

It is working perfectly on 4.5 and above.

I have used setPadding for EditField, PasswordEditField and RichTextField and the compiler gives me this error
 the method setPaddin(int,int,int,int) is undefined for the above fields.</description>
		<content:encoded><![CDATA[<p>But the Eclipse 4.2.1 and 4.3  doesn&#8217;t seem to support setPadding. </p>
<p>It is working perfectly on 4.5 and above.</p>
<p>I have used setPadding for EditField, PasswordEditField and RichTextField and the compiler gives me this error<br />
 the method setPaddin(int,int,int,int) is undefined for the above fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safy</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4147</link>
		<dc:creator>Safy</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4147</guid>
		<description>I am using setPadding(int, int, int, int);

But the Eclipse 4.2.1 and 4.3  doesn&#039;t seem to support setPadding. 

It is working perfectly on 4.5 and above.

I have used setPadding for EditField, PasswordEditField and RichTextField and the compiler gives me this error
 the method setPaddin(int,int,int,int) is undefined for the above fields.</description>
		<content:encoded><![CDATA[<p>I am using setPadding(int, int, int, int);</p>
<p>But the Eclipse 4.2.1 and 4.3  doesn&#8217;t seem to support setPadding. </p>
<p>It is working perfectly on 4.5 and above.</p>
<p>I have used setPadding for EditField, PasswordEditField and RichTextField and the compiler gives me this error<br />
 the method setPaddin(int,int,int,int) is undefined for the above fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4128</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 21 Jul 2009 19:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4128</guid>
		<description>Hi _Jon,

Thanks for the feedback. I&#039;ve never ran into any problems with setPadding myself (on pre and post 4.6 devices), but thanks for the warning!!

Ben</description>
		<content:encoded><![CDATA[<p>Hi _Jon,</p>
<p>Thanks for the feedback. I&#8217;ve never ran into any problems with setPadding myself (on pre and post 4.6 devices), but thanks for the warning!!</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _Jon</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4127</link>
		<dc:creator>_Jon</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4127</guid>
		<description>I&#039;ve learned (painfully) that using setPadding is not a good idea.  Not only is it not mentioned / documented / supported, it doesn&#039;t exist in some cases.  The result is an uncaught exception and unhappy non-users.

I have yet to find a suitable replacement for a pre-4.60 device.  In 4.6, an empty border works fine.

:(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve learned (painfully) that using setPadding is not a good idea.  Not only is it not mentioned / documented / supported, it doesn&#8217;t exist in some cases.  The result is an uncaught exception and unhappy non-users.</p>
<p>I have yet to find a suitable replacement for a pre-4.60 device.  In 4.6, an empty border works fine.</p>
<p> <img src='http://www.coderholic.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PraveenGoparaju</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4123</link>
		<dc:creator>PraveenGoparaju</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4123</guid>
		<description>It is very basic to start with the customisation..
Thanks for the detailed, simple and clear example.</description>
		<content:encoded><![CDATA[<p>It is very basic to start with the customisation..<br />
Thanks for the detailed, simple and clear example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elio</title>
		<link>http://www.coderholic.com/blackberry-custom-button-field/comment-page-1/#comment-4064</link>
		<dc:creator>elio</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dowling.me.uk/blog/blackberry-custom-button-field/#comment-4064</guid>
		<description>Since this isn&#039;t mention explictly here...thru trial and error I have figured out the padding params are top, left, bottom, right.</description>
		<content:encoded><![CDATA[<p>Since this isn&#8217;t mention explictly here&#8230;thru trial and error I have figured out the padding params are top, left, bottom, right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
