<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Toni Westbrook dot Com</title>
	<link>http://www.toniwestbrook.com</link>
	<description>Sharing Software Development Knowledge With You</description>
	<pubDate>Sat, 04 Jul 2009 14:12:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on 5 Reasons for Putting Your Personal Code Into Subversion by Toni</title>
		<link>http://www.toniwestbrook.com/archives/144#comment-50568</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:29:28 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/144#comment-50568</guid>
		<description>First off: Chris is the man for many reasons - two of which include: being a damn good engineer, and a Ghostbusters fan.  So you should also listen to him - he has a lot of svn experience.

Definitely a good point about non-source files as well - I keep all my electronics related files in subversion (CAD designs, schematics, firmwares, FPGA synthesis resources, etc), and documentation as well.  And actually, it would be neat to see more svn plugins for non-programming related apps out there.</description>
		<content:encoded><![CDATA[<p>First off: Chris is the man for many reasons - two of which include: being a damn good engineer, and a Ghostbusters fan.  So you should also listen to him - he has a lot of svn experience.</p>
<p>Definitely a good point about non-source files as well - I keep all my electronics related files in subversion (CAD designs, schematics, firmwares, FPGA synthesis resources, etc), and documentation as well.  And actually, it would be neat to see more svn plugins for non-programming related apps out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 6 by Darwin</title>
		<link>http://www.toniwestbrook.com/archives/75#comment-50342</link>
		<dc:creator>Darwin</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:20:42 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/75#comment-50342</guid>
		<description>*edit to post above - the resources go in the 'src' folder/filter not the package one, late here and the way it's laid out fooled me :P</description>
		<content:encoded><![CDATA[<p>*edit to post above - the resources go in the &#8217;src&#8217; folder/filter not the package one, late here and the way it&#8217;s laid out fooled me <img src='http://www.toniwestbrook.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 6 by Darwin</title>
		<link>http://www.toniwestbrook.com/archives/75#comment-50335</link>
		<dc:creator>Darwin</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:03:44 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/75#comment-50335</guid>
		<description>Figured it out, it was actually kind of obvious just a little different than what I'm used to.  Had to throw the resource files (images/music) in a folder (just made one on c:\ for simplicity) and then right click on your package-&#62;import-&#62;general-&#62;file system.  Once I got to that point I just navigated to the folder that I had my resources in, checked them all off and hit import.  I originally imported them to the project root but that didn't work, once I moved them over a couple levels to my package 'folder' they compiled into the COD no prob.  There may be a quicker way to do this but after messing around for a while this worked for me, the "/" for the music was in fact needed as well.

Thanks for the response and the best tutorial I've found so far on this subject!  I still have a few kinks to work out where I went and modified the code a bit, but it seems to be a success other than that.</description>
		<content:encoded><![CDATA[<p>Figured it out, it was actually kind of obvious just a little different than what I&#8217;m used to.  Had to throw the resource files (images/music) in a folder (just made one on c:\ for simplicity) and then right click on your package-&gt;import-&gt;general-&gt;file system.  Once I got to that point I just navigated to the folder that I had my resources in, checked them all off and hit import.  I originally imported them to the project root but that didn&#8217;t work, once I moved them over a couple levels to my package &#8216;folder&#8217; they compiled into the COD no prob.  There may be a quicker way to do this but after messing around for a while this worked for me, the &#8220;/&#8221; for the music was in fact needed as well.</p>
<p>Thanks for the response and the best tutorial I&#8217;ve found so far on this subject!  I still have a few kinks to work out where I went and modified the code a bit, but it seems to be a success other than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 6 by Toni</title>
		<link>http://www.toniwestbrook.com/archives/75#comment-50217</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:06:49 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/75#comment-50217</guid>
		<description>Hi Darwin -

I know using the Blackberry JDE I just dropped resources (including the midi file) into the root of the project, and then the getBitmapResource/getResourceAsStream methods were able to find them (I had used a leading slash for getResourceAsStream, not sure if it's necessary but make sure you have it if you haven't tried that).

I haven't worked with Eclipse using Java before, you may have to set a property of the resource to be included with the package if such a property exists (I know you have to do this same type of thing with Visual Studio and ASP.NET applications).

Let us know if you find a solution for this when working with Eclipse.</description>
		<content:encoded><![CDATA[<p>Hi Darwin -</p>
<p>I know using the Blackberry JDE I just dropped resources (including the midi file) into the root of the project, and then the getBitmapResource/getResourceAsStream methods were able to find them (I had used a leading slash for getResourceAsStream, not sure if it&#8217;s necessary but make sure you have it if you haven&#8217;t tried that).</p>
<p>I haven&#8217;t worked with Eclipse using Java before, you may have to set a property of the resource to be included with the package if such a property exists (I know you have to do this same type of thing with Visual Studio and ASP.NET applications).</p>
<p>Let us know if you find a solution for this when working with Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Reasons for Putting Your Personal Code Into Subversion by Chris</title>
		<link>http://www.toniwestbrook.com/archives/144#comment-50213</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 29 Jun 2009 13:49:27 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/144#comment-50213</guid>
		<description>Having worked worked with Toni, I can confirm that he has botched many programs.  Of course I am kidding, but he makes a great point with subversion.  I would like to add that it is also very useful when dealing with items other than source code.  I am currently using it for OpenOffice files while writing a massive amount of documentation for Search Lucene API.  Although I am the only person writing it, subversion allows me to easily work in multiple locations on different computers without accidentally overwriting my changes.  I even have my girlfriend on subversion for her lesson plans, and it has saved her more than once in retrieving information that would have otherwise been lost and gone forever.  SVN has an advanced binary comparison algorithm, so changes are stored efficiently inside the system.  The bottom line is that Toni is a smart dude, so listen to him!</description>
		<content:encoded><![CDATA[<p>Having worked worked with Toni, I can confirm that he has botched many programs.  Of course I am kidding, but he makes a great point with subversion.  I would like to add that it is also very useful when dealing with items other than source code.  I am currently using it for OpenOffice files while writing a massive amount of documentation for Search Lucene API.  Although I am the only person writing it, subversion allows me to easily work in multiple locations on different computers without accidentally overwriting my changes.  I even have my girlfriend on subversion for her lesson plans, and it has saved her more than once in retrieving information that would have otherwise been lost and gone forever.  SVN has an advanced binary comparison algorithm, so changes are stored efficiently inside the system.  The bottom line is that Toni is a smart dude, so listen to him!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 6 by Darwin</title>
		<link>http://www.toniwestbrook.com/archives/75#comment-50207</link>
		<dc:creator>Darwin</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:36:07 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/75#comment-50207</guid>
		<description>I'm getting an error with the music.  I've provided my own midi but I'm not sure where to put it so that it gets compiled into the COD file.  Commenting out the music calls I'm getting a null pointer exception.  Loading screen works fine but I think I'm having issues with the resources loading correctly.  I've tried dumping them in every possible path with no luck.  Any suggestions?  Using JDE 4.3 and the latest Eclipse plugin so it should work out just fine.

Any help would be tremendous.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an error with the music.  I&#8217;ve provided my own midi but I&#8217;m not sure where to put it so that it gets compiled into the COD file.  Commenting out the music calls I&#8217;m getting a null pointer exception.  Loading screen works fine but I think I&#8217;m having issues with the resources loading correctly.  I&#8217;ve tried dumping them in every possible path with no luck.  Any suggestions?  Using JDE 4.3 and the latest Eclipse plugin so it should work out just fine.</p>
<p>Any help would be tremendous.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry GPS Tracker by Toni</title>
		<link>http://www.toniwestbrook.com/archives/126#comment-49726</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Fri, 26 Jun 2009 17:46:45 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/126#comment-49726</guid>
		<description>Richard - this is mainly directed toward programmers, so if you don't have much experience in development, it would definitely be a good idea to snag one already made.  I don't know of any specific ones, but I tried googling "blackberry gps logger" and did find one mentioned, you might want to check that one out.

Cliff - are you using a Verizon BB 8830?  I know until recently they didn't open up the GPS functionality to third party applications, which would probably cause it to freeze up like that - I think Verizon released a new official version of the OS that might allow third party use.  If you don't have a Verizon let me know.  As for the simulator, I'm not sure how it exports the virtual GPS or if the attributes specified for Horizontal/Vertical Accuracy/Power Consumption etc are the same, so I wouldn't rely on it too much.</description>
		<content:encoded><![CDATA[<p>Richard - this is mainly directed toward programmers, so if you don&#8217;t have much experience in development, it would definitely be a good idea to snag one already made.  I don&#8217;t know of any specific ones, but I tried googling &#8220;blackberry gps logger&#8221; and did find one mentioned, you might want to check that one out.</p>
<p>Cliff - are you using a Verizon BB 8830?  I know until recently they didn&#8217;t open up the GPS functionality to third party applications, which would probably cause it to freeze up like that - I think Verizon released a new official version of the OS that might allow third party use.  If you don&#8217;t have a Verizon let me know.  As for the simulator, I&#8217;m not sure how it exports the virtual GPS or if the attributes specified for Horizontal/Vertical Accuracy/Power Consumption etc are the same, so I wouldn&#8217;t rely on it too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 2 by Toni</title>
		<link>http://www.toniwestbrook.com/archives/71#comment-49725</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Fri, 26 Jun 2009 17:41:15 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/71#comment-49725</guid>
		<description>Thanks for the kudos, guys, I'm glad it's helping people.  

Bullghost - trackwheelClick, keyDown, keyUp, etc are all methods of the "Field" class and any classes inherited from it.  In this fashion, you can make each field react differently if it receives a keyboard/trackball action.  Managers are derived from the Field class as well, so if you're extending a Manager class, like we did with CustomManager above, you can simply add a "trackWheel" method just like we did above for _startButton.  I'm not sure if that answers your question - let me know exactly what you're trying to do so I understand better.</description>
		<content:encoded><![CDATA[<p>Thanks for the kudos, guys, I&#8217;m glad it&#8217;s helping people.  </p>
<p>Bullghost - trackwheelClick, keyDown, keyUp, etc are all methods of the &#8220;Field&#8221; class and any classes inherited from it.  In this fashion, you can make each field react differently if it receives a keyboard/trackball action.  Managers are derived from the Field class as well, so if you&#8217;re extending a Manager class, like we did with CustomManager above, you can simply add a &#8220;trackWheel&#8221; method just like we did above for _startButton.  I&#8217;m not sure if that answers your question - let me know exactly what you&#8217;re trying to do so I understand better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 2 by bullghost</title>
		<link>http://www.toniwestbrook.com/archives/71#comment-48125</link>
		<dc:creator>bullghost</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:35:53 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/71#comment-48125</guid>
		<description>yes iam agree with sine, much2x helpfull then any other on internet,
i have a question
can we add event on custom manager
to handle the input , like trackwheelClick, or other key event ?
can you please make the example .


Thank You toni


regards,
bullghost</description>
		<content:encoded><![CDATA[<p>yes iam agree with sine, much2x helpfull then any other on internet,<br />
i have a question<br />
can we add event on custom manager<br />
to handle the input , like trackwheelClick, or other key event ?<br />
can you please make the example .</p>
<p>Thank You toni</p>
<p>regards,<br />
bullghost</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Blackberry Game - Part 2 by kmd</title>
		<link>http://www.toniwestbrook.com/archives/71#comment-44420</link>
		<dc:creator>kmd</dc:creator>
		<pubDate>Thu, 07 May 2009 17:52:09 +0000</pubDate>
		<guid>http://www.toniwestbrook.com/archives/71#comment-44420</guid>
		<description>Finally, a straightforward tutorial that doesn't assume I've been programming for 10 years.  Thanks for this.</description>
		<content:encoded><![CDATA[<p>Finally, a straightforward tutorial that doesn&#8217;t assume I&#8217;ve been programming for 10 years.  Thanks for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
