
mayusod
Members-
Content Count
23 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout mayusod
-
Rank
Newbie
-
Thanks, Delphi Devoloper
-
is posible know the cursor position in a TuniMemo ??? Thanks
-
Hello, I would like to know how you can call from an ISAPI DLL to another. thanks
-
Hello, I would like to know how you can call from an ISAPI DLL to another. thanks
-
Bringtofrom and sendtoback, work or not works? if it works, how it's done?
-
wxb_km thanks you are the best
-
Label6 works LabelPrueba no works
-
if I create a label at runtime and add the clientEvents not work, but if I assign the clientevent to a label already created if it works Label6.ClientEvents.ExtEvents.Add('added=function added(sender, container, pos, eOpts)'#13#10'{'#13#10' sender.draggable= true;'#13#10'}'); LabelPrueba:=TUniLabel.Create(Self); with LabelPrueba do begin Left:=100; Top:=100; Caption:='Prueba'; Parent:=PanelFormato; ClientEvents.Enabled:=True; ClientEvents.ExtEvents.Add('added=function added(sender, container, pos, eOpts)'#13#10'{'#13#10' sender.draggable= true;'#13#
-
if I create a label at runtime and add the clientEvents not work, but if I assign the clientevent to a label already created if it works Label6.ClientEvents.ExtEvents.Add('added=function added(sender, container, pos, eOpts)'#13#10'{'#13#10' sender.draggable= true;'#13#10'}'); LabelPrueba:=TUniLabel.Create(Self); with LabelPrueba do begin Left:=100; Top:=100; Caption:='Prueba'; Parent:=PanelFormato; ClientEvents.Enabled:=True; ClientEvents.ExtEvents.Add('added=function added(sender, container, pos, eOpts)'#13#10'{'#13#10' sender.draggable= true;'#13#
-
This Works: UniImage1.pIcture.bitmap.Canvas.TextWidth('Hello World')
-
Ok, back to beginning , does not change width after label rendered on the cliente screen.
-
to place objects on the screen at runtime. you have some method to indicate the width in pixel of a text Delphi example: canvas.textwidth('Hello') or Canvas.textHeigth('Wordl')? thanks for you help
-
when I change the Font size of a label, width does not change.