Darmok
October 13th, 2002, 03:55 PM
Ok here is the problem. I am trying to find an easier way to replace the text that comes up in a TEdit, or TSpinEdit box. This procedure is fairly complicated right now because it involves selecting the box, executing a select all command and deleting the text, then entering the new text. This is an even bigger problem when trying to change the number in a TSpinEdit Box, because hitting delete to delete the selected text causes the program to crash. What works is to right click in the box go to select all then right click again in the box and select delete and then to enter the new number. But this gets tricky and I'm having troubles getting it all to work when the application is hidden even when matching invisible tasks. Something tells me there has to be an easier way to replace the values in these boxes.