<?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: Bleg for my Mac using friends</title>
	<atom:link href="http://www.kalzumeus.com/2006/10/01/bleg-for-my-mac-using-friends/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalzumeus.com/2006/10/01/bleg-for-my-mac-using-friends/</link>
	<description>B2C stands for "Bingo To Customer"</description>
	<lastBuildDate>Wed, 08 Sep 2010 07:18:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eric D. Burdo</title>
		<link>http://www.kalzumeus.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-407</link>
		<dc:creator>Eric D. Burdo</dc:creator>
		<pubDate>Mon, 02 Oct 2006 14:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-407</guid>
		<description>You might want to ask on the Insanely Mac forums for some testing help.  They seem to be a good bunch over there..

http://forum.insanelymac.com/</description>
		<content:encoded><![CDATA[<p>You might want to ask on the Insanely Mac forums for some testing help.  They seem to be a good bunch over there..</p>
<p><a href="http://forum.insanelymac.com/" rel="nofollow">http://forum.insanelymac.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud Rolly</title>
		<link>http://www.kalzumeus.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-406</link>
		<dc:creator>Arnaud Rolly</dc:creator>
		<pubDate>Mon, 02 Oct 2006 08:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-406</guid>
		<description>Hi.

I tested Bingo Card Creator on my MacBook with Mac OS X 10.4.8, it works well (printing not tested!)

Let me help you for the implementation of the first suggestion of Paul Levine :  when setting the accelerator on a JMenuItem, insted of selecting yourself the key modifier (ActionEvent.CTRL_MASK for Windows, ActionEvent.META_MASK for Mac), simply ask the JRE :

myJMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N,
    Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()));

An another suggestion: do not add the exit menu item on yout file menu when runnunig under Mac. The exit menu entry is always (and automatically) present in the application menu.

Best regards,
Arnaud Rolly.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I tested Bingo Card Creator on my MacBook with Mac OS X 10.4.8, it works well (printing not tested!)</p>
<p>Let me help you for the implementation of the first suggestion of Paul Levine :  when setting the accelerator on a JMenuItem, insted of selecting yourself the key modifier (ActionEvent.CTRL_MASK for Windows, ActionEvent.META_MASK for Mac), simply ask the JRE :</p>
<p>myJMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N,<br />
    Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()));</p>
<p>An another suggestion: do not add the exit menu item on yout file menu when runnunig under Mac. The exit menu entry is always (and automatically) present in the application menu.</p>
<p>Best regards,<br />
Arnaud Rolly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Levine</title>
		<link>http://www.kalzumeus.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-405</link>
		<dc:creator>Paul Levine</dc:creator>
		<pubDate>Sun, 01 Oct 2006 20:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2006/10/01/bleg-for-my-mac-using-friends/#comment-405</guid>
		<description>Hi Patrick,

I just downloaded bingo card creator on my Mac G4, 10.4.7 and MacBook Pro 10.4.7 and it worked fine for me. I don&#039;t use a lot of java apps, so I wouldn&#039;t know were to look for problems that would cause it to crash.

Here are my suggestions for your Mac version;
1) You use the option key instead of the command key in the menu items. (i.e. File menu -&gt; New should be COMMAND-N, not OPTION-N). I guess its like this for consistency with your windows version.
2) The Apply/Cancel buttons on the Mac are supposed to be the other way around. This isn&#039;t a big issue, probably not worth even worrying about.

Mac OS X is expensive to upgrade to each major version. So you will get users who have version 10.2.x, 10.3.x and 10.4.x. 10.4.8 is the latest update but it just came out a few days ago. Most users are on 10.3.x or 10.4.x, but you will get the occasional 10.2 user.

BTW, another site you should post your mac software to is www.macupdate.com. Its a very popular site similar to versiontracker.com</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I just downloaded bingo card creator on my Mac G4, 10.4.7 and MacBook Pro 10.4.7 and it worked fine for me. I don&#8217;t use a lot of java apps, so I wouldn&#8217;t know were to look for problems that would cause it to crash.</p>
<p>Here are my suggestions for your Mac version;<br />
1) You use the option key instead of the command key in the menu items. (i.e. File menu -&gt; New should be COMMAND-N, not OPTION-N). I guess its like this for consistency with your windows version.<br />
2) The Apply/Cancel buttons on the Mac are supposed to be the other way around. This isn&#8217;t a big issue, probably not worth even worrying about.</p>
<p>Mac OS X is expensive to upgrade to each major version. So you will get users who have version 10.2.x, 10.3.x and 10.4.x. 10.4.8 is the latest update but it just came out a few days ago. Most users are on 10.3.x or 10.4.x, but you will get the occasional 10.2 user.</p>
<p>BTW, another site you should post your mac software to is <a href="http://www.macupdate.com" rel="nofollow">http://www.macupdate.com</a>. Its a very popular site similar to versiontracker.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
