In the following link:
viewtopic.php?f=20&t=466,
in the example that our friend Salamandra shows, I edit Main.Fmg, a part of the code is as follows:
Code: Select all
DEFINE LABEL Label_1
ROW 160
COL 10
WIDTH 300
HEIGHT 1
VALUE ""
FONTNAME "Arial"
Fontsize 9
ToolTip ""
FONTBOLD. F.
FONTITALIC. F.
FONTUNDERLINE. F.
FONTSTRIKEOUT. F.
HELP Nil
VISIBLE. T.
TRANSPARENT. F.
ACTION Nil
AutoSize. F.
BackColor (128128128)
Fontcolor NIL
END LABEL
The same code I am trying to use an example (not using the IDE) and I do not get the same result, that is, the control gets the focus, navigating the controls with the TAB key.
What is the difference in behavior in the controls, there is something extra I should do?
Thanks
Greetings
Javier
Español,
En el siguiente link:
viewtopic.php?f=20&t=466,
en el ejemplo que muestra nuestro amigo Salamandra, Editando el archivo Main.Fmg, una parte del código es la siguiente:
Code: Select all
DEFINE LABEL Label_1
ROW 160
COL 10
WIDTH 300
HEIGHT 1
VALUE ""
FONTNAME "Arial"
FONTSIZE 9
TOOLTIP ""
FONTBOLD .F.
FONTITALIC .F.
FONTUNDERLINE .F.
FONTSTRIKEOUT .F.
HELPID Nil
VISIBLE .T.
TRANSPARENT .F.
ACTION Nil
AUTOSIZE .F.
BACKCOLOR {128,128,128}
FONTCOLOR NIL
END LABEL
Este mismo código lo estoy tratando de utilizar en un ejemplo (No utilizo el IDE) y no obtengo el mismo resultado, quiero decir, el control, obtiene el foco, navegando por los controles con la tecla TAB.
A que se debe la diferencia del comportamiento en los controles?, hay algo adicional que deba hacer?
Gracias
Saludos
Javier