I am updating a TDC file constantly where only some of the fields are changing. What I want to accomplish is to compare the currently loaded data to the new data file. Then, on screen, I only want to reload the changed row of data with a fade out and fade in kinda thing. How can I do this using TDC data binding and Java.
I am pretty limited with what I can do. What I am doing is generating data continuously using Perl on my local machine, FTPing it to my ISP, then using that data on my webpage. I want that data to have conditional updates with no user interaction.
I am pretty limited with what I can do. What I am doing is generating data continuously using Perl on my local machine, FTPing it to my ISP, then using that data on my webpage. I want that data to have conditional updates with no user interaction.