User Components - IDE

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

Post Reply
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

User Components - IDE

Post by Pablo César »

Hi all,

I do not know if some already knew this:
 
Screen106.png
Screen106.png (60.09 KiB) Viewed 1889 times
 
Wornderful. Is not it ? :shock: :D

To work in good order, you have to save this at \hmg.3.4.3\IDE\ComboSearchBox.uci:

Code: Select all

[Properties]
NAME,
ROW,
COL,
HEIGHT,24
WIDTH,120
FONTNAME,"Arial"
FONTSIZE,9
FONTBOLD,.F.
FONTITALIC,.F.
FONTUNDERLINE,.F.
ITEMS,{""}
VALUE,""
BACKCOLOR,NIL
FONTCOLOR,NIL
MAXLENGTH,NIL
UPPERCASE,.F.
LOWERCASE,.F.
NUMERIC,.F.
RIGHTALIGN,.F.
TABSTOP,.T.
HELPID,NIL
[Events]
ONLOSTFOCUS,NIL
ONGOTFOCUS,NIL
ONENTER,NIL
You will need to open a FORM (fmg), then the IDE's ComboBox, will be enabled showing this option. (ComboSearchBox).
You can click on it and put on the form designer. Before you compile, add #include "hfcl.ch" in your prg.

This was announced by Roberto at (very long time ago): viewtopic.php?p=406#p406
Attachments
ComboSearch_Demo.rar
Source files demo
(909 Bytes) Downloaded 220 times
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: User Components - IDE

Post by Steed »

Thanks
Post Reply