Is there some trick to making SetTick work (D7)? In the IDE I have TickStyle=tsManual, Min=0, Max=1024, and I manually set the following in the FormCreate procedure.
TrackBar1.HandleNeeded; // just in case TrackBar1.SetTick(128); TrackBar1.SetTick(256); TrackBar1.SetTick(512); No ticks get added. I've also tried the OnShow event with no luck. Any ideas? Regards, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

