Ver Mensaje Individual
  #3  
Antiguo 11-11-2003
haffo haffo is offline
Miembro
 
Registrado: oct 2003
Posts: 54
Reputación: 21
haffo Va por buen camino
El problema es el siguiente, es que tengo la trackbar sincronizada con un edit, y el procedimiento del edit es el siguiente:

procedure TForm1.Edit3Change(Sender: TObject);
begin
LMDTrackBar1.Position:=StrToIntDef(edit3.text, LMDTrackBar1.Position);
ganancia := LMDTrackBar1.Position;
end;

¿Qué hago para dividir entre 10 ?. Aún soy novato, jejeje.

Gracias.
Responder Con Cita