![]()
Following my article on loading OpenX ads in Adobe AIR applications, I’ve written a very simple class to make it a little easier. This should be able to load in both image and HTML/text based banners with no problem. Read the rest of this entry »
![]()
Following my article on loading OpenX ads in Adobe AIR applications, I’ve written a very simple class to make it a little easier. This should be able to load in both image and HTML/text based banners with no problem. Read the rest of this entry »
Since I updated to Windows 7, I’ve noticed a strange bug with my aging, workhorse Intuos 2 tablet (I know, I should update to Intuos 4 – or at least 3). The bug causes the Windows mouse pointers to change from the normal-sized Aero cursor theme to the Large or Extra Large theme. Small bug, but very annoying!
If you’re experiencing the same problem as me, the fix is to disable the menu strip at the top of the tablet’s work area.
Wacom Tablet Properties application – aka – Wacom Driver Preferences
Other tablets in the Intuos line are apparently affected by this bug as well. Some in the Wacom forums have suggested that tablet buttons, touch strips and the new touch ring may cause the bug to appear as well. The updated driver released a few days ago may help solve the issue, but may not. I didn’t dig any further after fixing my own problem.
If you are affected and can’t find a fix, to change your mouse cursor back to the normal size, open the Mouse settings dialog from the Control Panel (simply called Mouse), select the Pointers tab and click the OK button to reset to your normal cursor theme.
If any of you have any other solutions to the issue, or notice that the updated driver fixes the issue, add a comment to let everyone know.
Corel has released a service pack to users of Painter 11 on both Windows and Mac. The service pack addresses issues that some experienced with the initial release of Painter 11. To install the update automatically, open Painter and choose “Check for Updates…” from the Help menu (manual download link at the end of this post).
The areas of focus in the release include:
For full details of what the update includes, check out the Release Notes from Corel.
ArtRage 3 is out! Simple painting tools combined with a simple interface.
![]()
For AIR applications that have access to an internet connections, delivering ads via OpenX is very easy with just a little code. For this basic implementation, we’ll use AIR’s built-in WebKit browser, which accepts JavaScript delivery perfectly, by using an instance of the HTMLLoader class. This is the same approach I’ve taken with my own AIR application, Brush Manager, which is authored in Flash CS4 Professional. Being completely ActionScript based, the same code should be able to be used in the Flex environment (maybe with very few modifications for public and private identifiers). HTML/JavaScript based applications should be able to use a similar approach, if the ads aren’t already integrated completely into the code base for the app. Read the rest of this entry »