"TRANSPARENT" Property in RADIOGROUP Control

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

"TRANSPARENT" Property in RADIOGROUP Control

Post by andyglezl »

Hola

Que debe hacer la propiedad "TRANSPARENT" en el control RADIOGROUP ???
Con ambas sintaxis no veo diferencia. :roll:
--------------------------------------------------------------------------------
Hi there

That should make the "TRANSPARENT" property in the RadioGroup Control ???
With both syntax I see no difference. :roll:

Code: Select all

	@ 010,600 RADIOGROUP RG_2 OPTIONS { "Sin CURP", "Con CURP"} VALUE 1 WIDTH 100 SPACING 80 FONT "Verdana" SIZE 7 TOOLTIP "Seleccione..." TRANSPARENT HORIZONTAL 
---------------------------------------------------------------------------------------------------------------------------------
	DEFINE RADIOGROUP RG_1
	    ROW 094
	    COL 720
            OPTIONS { "Hombre", "Mujer" }
            VALUE 1
            WIDTH 120
            SPACING 80
            FONTNAME "Verdana"
            FONTSIZE 9
            TOOLTIP "Seleccione Sexo"
            TRANSPARENT .F.
            HORIZONTAL .T.
	END RADIOGROUP

Otro detalle, porque no se puede modificar el "HEIGHT" ???
-----------------------------------------------------------
Another thing, you can not modify the "HEIGHT" ???
Attachments
curp.jpg
curp.jpg (91.19 KiB) Viewed 880 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: "TRANSPARENT" Property in RADIOGROUP Control

Post by Javier Tovar »

Hola,

Bueno tampoco hago que cambie a "TRANSPARENT" Parece un Bug, Ni tampoco el "BACKCOLOR",

El
andyglezl wrote:Otro detalle, porque no se puede modificar el "HEIGHT" ???
Es por que automáticamente te lo da al cambiar el tamaño de la letra.

Saludos
Post Reply