|
The Interface Kit provides an easy mechanism to adding and using additional System controls that are otherwise unavailable within REALBasic. The Interface Kit cross-matches controls across Macintosh & Windows, adding convenience in providing similar experiences while maintain platform consistency. Most controls are system drawn, using the very latest code for maximum speed and compatibility. The Macintosh version uses Core Graphics at its heart for drawing these controls.
Controls available with the Interface Kit
- Buttons: Gradient, Textured, Help, Rounded Rect,
 Windows Command Link

- Sliders: non-directional, down, up and Relevance bar

- Multi-state: Checkboxes, Radio Buttons & Disclosure Buttons.

- Segment Views: Inset, Navigation, Text Direction & Style
 New Gradient
 
- Button Icons: various

- About Box: Mac OS X Leopard, Windows Vista

Key Advantages of the Interface Kit
- Use native controls that RB doesn't support.
- Use multi-state checkboxes, radio buttons and disclosure buttons.
- Saves time and cost in suppling a pre-built, minimum configuration about box.
- Uses Core Graphics on the Macintosh.
- Requires no plug-ins, pure RB code.
- Source Code is available (price negotiable).
- Test it today with no time limit.
- Easy to Install & Doesn't require an IDE restart to test, just copy the "Interface Kit Folder" into your project.
Version 1.0.4 Changes May 6th 2008
[Mod] Now works in the newly released 2008r2
Version 1.0.3 Changes May 5th 2008
[Add] Segment View Pieces can now specify their width
[Add] Segment View Pieces can now be Unclickable.
[Add] Metal Elements now auto engrave icons.
[Add] New Button Icons '+', '-', action, Home & Full Screen.
[Add] ifkSplitter.AddControl and ifkSplitter.RemoveControl for automatic management of dragging
[Add] Segment View Style: "Gradient".
[Add] New Button Type "Recessed"
[Add] Windows Sliders Now Have Tick Marks (Windows Only)
[Bug] Inset Segments no longer disappear on deactivate (Windows Only)
[Bug] Inset Segments now update correctly (Windows Only)
[Bug] ifkSplitter work properly on Container Controls.
[Bug] Vertical Sliders work correctly (Windows Only)
[Bug] Non-Live Sliders work correctly
[Bug] Checkboxes, Radio Buttons, Combo Boxes, Popup Menus & Sliders now draw unthemed (Windows Only).
[Mod] Metal Buttons now align better vertically (Mac Only)
[Mod] Flicker Free Controls, using Buffering (Windows Only)
[Mod] ComboBox on Vista now only draws the menu button on mouse over (Windows Only)
[Mod] Rounded Rectangle Button & Gradient Button now use a theme (Windows Only)
Version 1.0.2 Changes March 17th 2008
[bug] All: Fixed a bug that prevent live dragging from working with the sliders.
[mod] Windows: Control Flicker is humungously improved.
Version 1.0.1 Changes March 10th 2008
[mod] All: Sliders & segment views now use the same size constants as the buttons.
[add] All: Segment Views can now be controlled by the keyboard.
[add] Macintosh: Segment Views now use the focus ring when they have focus.
[add] Windows: Regular Fixed sizes now size the controls to regular size.
[add] Windows: Pointer changes to Finger pointer when over the help icon.
[add] Windows: Focus Rectangles are now drawn on all the controls.
[bug] Windows: Default now only works on Push Buttons, eliminating the weird checkbox behavior.
[mod] Windows: Greatly reduced the flickering with sliders and splitters.
[mod] Windows: Segment View uses buttons as opposed to Tabs.
[mod] Minor fixes to the demo project (some code submitted by Andy Dent).
|