Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: t · tested-under

7 scripts tagged as: [tested-under  ·  viewpro]

Eztwain Support
eztwain.r
 discussion
2.5 KB
6 May 2006
Support image grabs from webcam using commercial eztwain library.
author: Graham Chiu
Get Windows Version
get-version-ex.rv:0.0.1
2.4 KB
23 Sep 2003
Shows how to call Windows GetVersonEx function.
author: Gregg Irwin
Test Dot Graphviz with com2Rebol
graphviz2rebol.rv:0.0.2
1.6 KB
5 Apr 2006
REBOL COM.interfacing with WinGraphviz
author: Ph. Le Goff
ImageMagick Support
imagemagick-helper.r
 documentation
8.8 KB
23 Aug 2006
Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs Note: DLL's calls tend to change so this is specifically for version 6.2.9 Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they moved the calls to a different DLL
author: Edgar Tolentino
Linked Layout Demo
linked-layouts.rv:0.0.1
2.0 KB
11 Oct 2003
Shows how to link layouts so when a main window moves, the others stay in the same relative position to it.
author: Gregg Irwin
Rectangle Module
rect-lib.rv:0.0.1
6.8 KB
11 Oct 2003
Code from a REBOLForces article (http://www.rebolforces.com/articles/pairs/2/) that provides support for rectangle-related operations. It was also used to explore the concept of function spec templates. You could refactor that concept out though if you want.
author: Gregg Irwin
System Port - Drag Accept Demo
sys-port-drag-accept.rv:0.0.1
4.6 KB
25 Sep 2003
Demo using system port to catch WM_DROPFILE messages for drag-n-drop support.
author: Gregg Irwin