Hi
I'am using paradox 8 and noticed that some of the values are represented in a light blue color while all the others are 'normal' black. Anyone got an idea how/why this is ?
I can not find anything unussual.
Hi
I got 10 variable of the type Tbitmap; named bitmap1, bitmap2 .. .. bitmap10;
For initiating i want to apply the same procedure 10 times, rather than repeating myself 10 times I would like to have it in some sort of loop
e.g.
for ii:=1 to 10 do begin
(bitmap ii).free
end;
this of course...
Hi
I have asked this question about half a year ago, did not get much response then so I'll try it again.
I am using lots and lots of images tiff-format and I want to compress them without loss. With LZW compression this is possible. Now for the question: Does anyone know about a shareware...
Hi
I've got paradox tables containing three colums with x y and z coordinates.
I want to select records in a certain area
X +/- dx
Y +/- dy
Z +/- dz
for this I've made a secondairy index with the index fields x,y,z
XYZtable.AddIndex('secXYZ','X;Y;Z',[ixCaseInsensitive]);
the index is there...
Hi
does anyone know where I can the color codes (numbers) for a logical sequence in colors. I want to make an image with some sort of distribution in false color, meaning the color represents the intensity.
Hi
Question:
I've got paradox tables with indexes and secondairy indexes, in other words not just the *.db file. I would like to rename and possibly delete the table, not just the *.db file, but the whole lot. How do I do that ?
Greetz
Rene
Hi
I am looking for a way how to compress Tiff images, with LZW compression. My goal is to convert complete directories with Tiff images with this LZW technique.
Rene
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.