Hi for a while now I have been battling with clipboard and image performance.
For example there is no way I can get access to the clipboard when something is pasted to it eg there is no cf_text property shown and graphics problems as well, reported elsewhere on this forum.
Today i finally tweaked when assign to a timage :
image1.picture:=nil; // the image remained!
Also if I select some text and copy it the following never gets set:
if clipboard.HasFormat(CF_TEXT) then
Compiler compiles quite happily, but the resultant does not behave at all.
I suspected install of Lazarus, but after removing (in Ubuntu/Linux) and install again, no difference in bad performing program.
Lazarus 0.9.28.2-10ubuntu1 r22277 FPC 2.4.0 i386-linux-gtk 2 (beta)
Any suggestions as there are no error messages from compiler and to all intense purposes it looks like its doing the job as expected.
Alistair