32 |
ImageSize property on 32 (specifies the size of the control' icons)
|
31 |
ImageSize property on 16 (default) (specifies the size of the control' icons)
|
30 |
How can I display the caption in mirror
Procedure OnCreate Forward Send OnCreate Set ComAlignment to OLECenterAlignment Set ComVAlignment to OLEMiddleAlignment Set ComCaption to "<b>mirror horizontal</b> text" Set ComBackColor to (RGB(255,255,255)) Set ComRotate to OLEexHTMLMirror End_Procedure |
29 |
How can I display vertically the caption
Procedure OnCreate Forward Send OnCreate Set ComAlignment to OLECenterAlignment Set ComVAlignment to OLEMiddleAlignment Set ComCaption to "<b>vertical</b> text" Set ComBackColor to (RGB(255,255,255)) Set ComRotate to OLEexHTMLVertical End_Procedure |
28 |
Does your control support text decorations
Procedure OnCreate Forward Send OnCreate Set ComWordWrap to True Set ComCaption to "<font ;32><sha ;;0><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br><sha><out><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br>" End_Procedure |
27 |
Does you control support padding
Procedure OnCreate Forward Send OnCreate Set ComAppearance to OLEFlat Set ComVAlignment to OLETopAlignment Set ComCaption to "<fgcolor FFFFFF><bgcolor 000000>left/right and top/bottom padding</bgcolor></fgcolor>" Set ComBorderWidth to 4 Set ComBorderHeight to 4 Set ComBackColor to (RGB(255,255,255)) End_Procedure |
26 |
How can I display multiple-lines label
Procedure OnCreate Forward Send OnCreate Set ComWordWrap to True Set ComCaption to "<b>1.</b> This is the first line<br><b>2.</b> This is the second line." End_Procedure |
25 |
How can I disable the control
Procedure OnCreate Forward Send OnCreate Set ComEnabled to False Set ComAlignment to OLECenterAlignment Set ComCaption to "Command" End_Procedure |
24 |
How can I display a percent bar over the control
// Occurs when the user presses and then releases the left mouse button over the control. Procedure OnComClick Forward Send OnComClick Set ComBackgroundExtValue OLEexIndexExt5 OLEexClientExt to "25%" Set ComBackgroundExtValue OLEexIndexExt5 OLEexTextExt to (ComBackgroundExtValue(Self,OLEexIndexExt5,OLEexClientExt)) End_Procedure Procedure OnCreate Forward Send OnCreate Set ComAlignment to OLECenterAlignment Set ComCaption to "Command" Set ComVAlignment to OLETopAlignment Set ComBackgroundExt to "bottom[4],left[4],right[4],bottom[16,pattern=0x000,frame=RGB(0,0,0)](left[50%,back=RGB(0,255,0),text=`<font ;6><sha ;;0>50%`,align=0x11,pattern=0x006,patterncolor=RGB(0,128,0),frame=RGB(0,128,0)])" Set ComBackgroundExtValue OLEexIndexExt5 OLEexClientExt to "75%" Set ComBackgroundExtValue OLEexIndexExt5 OLEexTextExt to (ComBackgroundExtValue(Self,OLEexIndexExt5,OLEexClientExt)) End_Procedure |
23 |
Is it possible to display an additional caption on the control's background
|
22 |
How can I display a pattern over the label
|
21 |
How can I display pictures
Procedure OnCreate Forward Send OnCreate Set ComAlignment to OLECenterAlignment Set ComHTMLPicture "pic1" to "c:\exontrol\images\zipdisk.gif" Set ComHTMLPicture "pic2" to "c:\exontrol\images\auction.gif" Set ComCaption to "text and pictures <img>pic1</img>,<img>pic2</img>,..." End_Procedure |
20 |
How can I display icons
|
19 |
How can I specify a different foreground color for a portion of the caption only
Procedure OnCreate Forward Send OnCreate Set ComBackColor to (RGB(255,255,255)) Set ComCaption to "text <fgcolor FF0000>foreground</fgcolor> text" End_Procedure |
18 |
How can I specify a different background color for a portion of the caption only
Procedure OnCreate Forward Send OnCreate Set ComBackColor to (RGB(255,255,255)) Set ComCaption to "text <bgcolor FF0000>background</bgcolor> text" End_Procedure |
17 |
Does your control support subscript or superscript, in HTML captions
|
16 |
How can I center the text and underlined with a dot line
|
15 |
Is there anyway to get the dotline or solidline to extend across the entire width of the caption area when text is centre-aligned horizontally
Procedure OnCreate Forward Send OnCreate Set ComWordWrap to True Set ComCaption to "<c>Name&Address<br><upline><dotline> <c><font Tahoma;8>DeliveryNotes</font>" Set ComAlignment to OLELeftAlignment Set ComBackColor to (RGB(0,0,0)) Set ComForeColor to (RGB(255,255,255)) End_Procedure |
14 |
How can I show a thick frame around the label
|
13 |
How can I add text decorations ( shadow )
Procedure OnCreate Forward Send OnCreate Set ComBackColor to (RGB(255,255,255)) Set ComWordWrap to True Set ComBorderWidth to 2 Set ComBorderHeight to 2 Set ComCaption to "<font ;28><sha>shadow</sha><br><fgcolor=FFFFFF><sha 0>outline</sha><br><sha 0;;0>outline anti-aliasing</sha><br><sha 808080;8;0>outline anti-aliasing</sha><br><sha 0;2;0>outline anti-aliasing</sha></font>" End_Procedure |
12 |
How can I add text decorations ( outline )
Procedure OnCreate Forward Send OnCreate Set ComBackColor to (RGB(255,255,255)) Set ComWordWrap to True Set ComBorderWidth to 2 Set ComBorderHeight to 2 Set ComCaption to "<font ;28><out>outline</out><br><fgcolor=FFFFFF><out 0>outline</out><br><sha 0;;0>outline anti-aliasing</sha><br><sha 0;2;0>outline anti-aliasing</sha></font>" End_Procedure |
11 |
How can I add text decorations ( gradient )
Procedure OnCreate Forward Send OnCreate Set ComWordWrap to True Set ComCaption to "<font ;14><gra FFFFFF>gradient-bottom</gra><br><fgcolor=FFFFFF><gra 000000>gradient-top</gra></fgcolor><br><fgcolor=000000><gra F0F0F0;1;1>center-gradient</gra></fgcolor><br>" End_Procedure |
10 |
Is it possible to display the control's tooltip using colord EBN objects
Procedure OnCreate Forward Send OnCreate Variant voAppearance Get ComVisualAppearance to voAppearance Handle hoAppearance Get Create (RefClass(cComAppearance)) to hoAppearance Set pvComObject of hoAppearance to voAppearance Get ComAdd of hoAppearance 1 "c:\exontrol\images\normal.ebn" to Nothing Send Destroy to hoAppearance Set ComCaption to "just hover the cursor over the control" Set ComAlignment to OLECenterAlignment Set ComBackground OLEexToolTipAppearance to |CI$1ff0000 Set ComToolTipText to "This is just a text that's displayed when the user clicks and drags the thumb to a new position" End_Procedure |
9 |
Is it possible to display the control's tooltip using EBN objects
Procedure OnCreate Forward Send OnCreate Variant voAppearance Get ComVisualAppearance to voAppearance Handle hoAppearance Get Create (RefClass(cComAppearance)) to hoAppearance Set pvComObject of hoAppearance to voAppearance Get ComAdd of hoAppearance 1 "c:\exontrol\images\normal.ebn" to Nothing Send Destroy to hoAppearance Set ComCaption to "just hover the cursor over the control" Set ComAlignment to OLECenterAlignment Set ComBackground OLEexToolTipAppearance to |CI$1000000 Set ComToolTipText to "This is just a text that's displayed when the user clicks and drags the thumb to a new position" End_Procedure |
8 |
How do I change the control's tooltip
|
7 |
Is it possible to display a colored EBN so the borders will be transparent
Procedure OnCreate Forward Send OnCreate Variant voAppearance Get ComVisualAppearance to voAppearance Handle hoAppearance Get Create (RefClass(cComAppearance)) to hoAppearance Set pvComObject of hoAppearance to voAppearance Get ComAdd of hoAppearance 1 "c:\exontrol\images\normal.ebn" to Nothing Send Destroy to hoAppearance Set ComAppearance to (|CI$1a88a58 + OLEBump) Set ComCaption to "just the label's caption" Set ComAlignment to OLECenterAlignment End_Procedure |
6 |
Is it possible to display an EBN so the borders will be transparent
Procedure OnCreate Forward Send OnCreate Variant voAppearance Get ComVisualAppearance to voAppearance Handle hoAppearance Get Create (RefClass(cComAppearance)) to hoAppearance Set pvComObject of hoAppearance to voAppearance Get ComAdd of hoAppearance 1 "c:\exontrol\images\normal.ebn" to Nothing Send Destroy to hoAppearance Set ComAppearance to |CI$1000000 Set ComCaption to "just the label's caption" Set ComAlignment to OLECenterAlignment End_Procedure |
5 |
How do I put/resize/stretch a picture on the control's background
Procedure OnCreate Forward Send OnCreate Variant vPicture Get ComExecuteTemplate "loadpicture(`c:\exontrol\images\zipdisk.gif`)" to vPicture Set ComPicture to (vPicture) Set ComPictureDisplay to OLEStretch Set ComBorderWidth to 64 Set ComBorderHeight to 64 End_Procedure |
4 |
How can I change the control's font
|
3 |
How can I change the control's font
|
2 |
How do I change the control's foreground color
Procedure OnCreate Forward Send OnCreate Set ComForeColor to (RGB(255,0,0)) Set ComCaption to "just the label's caption" Set ComBorderWidth to 8 Set ComBorderHeight to 8 End_Procedure |
1 |
How do I change the control's background color
Procedure OnCreate Forward Send OnCreate Set ComBackColor to (RGB(255,0,0)) End_Procedure |