xRuntimeStyle Manager 2.0
This is Class and Control Template for easy and quickly creation and changing styles for listboxes on the basis of the expressions calculated in runtime.
No "BlackBox" (no DLL). Only pure Clarion Code.
Support SingleExe, MultiDll (Local Mode, Standalone Mode), 32-bit
Compatible with Clarion 6.2 (build 9046), Clarion 6.1 (Build 9034) and Clarion 5.5
List of features:
Easy connecting of template. Just set a global template in application and place control template on a ?necessary window;
?For every style you can change font, font size, font style, font color. Foreground and background fill and selected color;
?You can select colors from 18 predefined style and quickly change it on your taste;
Two files for storing styles. One for "Local" style, another for "Global" style. This is very useful for multi-user program on net. Global file can located in program directory on shared resource, local file can be on user computer;
?Options for Duplicate styles and Move styles between Local and Global files;
Using in expressions any variables, both local and global;
Options for Copy styles from other Browses in program;
Styles apply to the list in order of the following. Global styles first, then local styles;
The order of styles can be easily changed in runtime;
Every style can be easily turn off and turn on again;
You can quickly (with hotkey) turn off and turn on again all styles for a list;
You can quickly (with hotkey) open xRuntimeStyle Manager main window;
To every style you can give the unique name;
You can change style to any field in a list or to all fields at once;
You can give the special ToolTip for the fields, style of which will change;
In main window the Style Manager (with the list of styles) name of style can be show with style of this style;
At creation of condition for style, you can easily choose the used variables from a list;
At creation of condition for style, you can easily choose Clarion Functions from a list;
At creation of condition for style, you can check expression for an error;
Include in bundles: xDesign Suite #1, xDesign Suite #2, xProfessional Pack, xXXL Pack
| History |
| 2.0 |
2005-07-19 |
Compatible with Clarion 6.2 (build 9046);New installation kits created by SetupBuilder 5.0; |
| 1.9 |
2005-01-29 |
New in this version: Changes in class and template for compatibility with last C6.1 builds;Some small problem with compilation in debug mode was fixed; |
| 1.8 |
2004-11-16 |
New in this version: xRunTimeStyle Manage Class changed for compatibility with Clarion 6.1 (Build 9029); |
| 1.7 |
2004-06-18 |
New in this version: Clarion 6.1 (RC2) compatible now; |
| 1.6 |
2004-03-31 |
New in this version: New option for display style tooltip. Now you can enter valid Clarion text for evaluate it in runtime. For example: 'Birthday: ' & FORMAT(CUS:Birthday, @D2)
For easy writing text you can use list of variables, list of Clarion functions called via buttons. For check text use button "Check" |
| 1.5 |
2003-10-22 |
New in this version: Options for Copy styles from other Browses in your program;Background and Selected Colors, line height for all listboxes in Style Manager window now get from browse for identical look;You can select style color from 18 predefined styles and quickly change it on your taste;We add some hotkeys. Ctrl-Insert for insert Global Style. Shift-F10 for styles list popup-menu, Space for enable/disable style. Also you can use Ctrl-Up and Ctrl-Down key for move styles up and down in list;Small bugfixes in template and class for compatibility with xQuickFilter;Some cosmetic changes; |
| 1.4 |
2003-10-15 |
New in this version: Now you can use two files for storing styles. One for "Local" style, another for "Global" style. This is very useful for multi-user program on net. Global file can located in program directory on shared resource, local file can be on user computer;Options for Copy styles and Move styles between Local and Global files; |
| 1.3 |
2003-10-07 |
Some changes in class and template Windows XP supported now;The check of a condition before record of style is made;Now you can select what to display in tips of style. It can be: a name of style, text of expression, your text or none; |
| 1.2 |
2003-09-23 |
First commercial release; |
| 1.1 |
2003-09-12 |
Unpublished internal update; |
| 1.0 |
2003-08-25 |
First beta version; |