Releases for Interactive Dartboard

Interactive Dartboard IGOR.6.03.x-1.0-1

Release File: DrawDartBoard_2.ipf
Version: IGOR.6.03.x-1.0-1
Version Date: Wed, 02/18/2009 - 01:47 pm
Version Major: 1
Version Extra: 1
Version Patch Level: 0
OS Compatibility: Mac-Intel Windows
Release Notes: patched bad conditional compilation condition to
#if NumberByKey("IGORVERS", IgorInfo(0)) < 6.1
DoUpdate // general update (prior to IP6.1)
#else
DoUpdate /W=$DBwin // update this graph only (/W flag is new in IP6.1)
#endif

Interactive Dartboard IGOR.6.03.x-1.0

Release File: DrawDartBoard_1.ipf
Version: IGOR.6.03.x-1.0
Version Date: Sun, 02/15/2009 - 02:14 pm
Version Major: 1
Version Patch Level: 0
OS Compatibility: Mac-Intel Windows
Release Notes: The first fully functional release.

The coordinate system issue has been resolved, now both "relative" and "absolute" coordinates are ok.

Not tested on Mac, but I'm waiting to hear complaints...

Interactive Dartboard IGOR.6.03.x-0.99-a

Release File: DrawDartBoard_0.ipf
Version: IGOR.6.03.x-0.99-a
Version Date: Sat, 02/14/2009 - 04:32 pm
Version Major: 0
Version Extra: a
Version Patch Level: 99
OS Compatibility: Windows
Release Notes: This is the first release. A minor issue about coordinate systems persists, so the version number is 0.99a.
Tested on IP6.03(Win). May not work on Macs due to the outstanding minor issue.

Minor issue: Problem translating mouse coordinates (pixels) to window coordinates (points).
Current workaround: hard-wired the dartboard to be centered in its window.
Description: The code of the hook function works for dartboards drawn with both relative and absolute coordinates. But when the window is resized, the code breaks for "absolute dartboards". This also happens when the origin of the dartboard is off-center. I fear this means that the code will also not work on Macs.

Interactive Dartboard IGOR.6.10.x-0.99

Release File: DrawDartBoard.ipf
Version: IGOR.6.10.x-0.99
Version Date: Sat, 02/14/2009 - 04:09 pm
Version Major: 0
Version Patch Level: 99
OS Compatibility: Windows
Release Notes: This is well-tested working code. Since there is still one minor issue, the version number is only 0.99. I'm afraid that this version needs IP6.10 beta 5, but this may change in the near future.

The minor issue is:
    When the dartboard is drawn in absolute coordinates, the window must not be resized. Otherwise, the click location code in the hook function breaks. The "Pixels" (mouse coordinates) vs "Points" (window coordinates) problem is actually also the reason why I think this will not work on a Mac. Maybe there is a simple solution (help appreciated), but I could not find a PixelToPoint function in Igor...

Forum

Support

Gallery

Igor Pro 9

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More