Strange artifact

Started by Marc van Cauwenberghe, April 11, 2011, 06:40:23 AM

Previous topic - Next topic

Marc van Cauwenberghe

Hello,

I was able to recompile a 4 year old project with PB10 and SQL_Tools lib. I do not know if it has anything todo with the new setup but most (but not all) of my text on labels and rrbuttons are gone!!!!

Anyone any idea why :( :o

Paul Squires

hmmm... not sure. Must be something that affected the controls due to internal FF3 code changes over the past 4 years.

Maybe you can send me the project and I will take a look to get it fixed for you.
Paul Squires
PlanetSquires Software

Marc van Cauwenberghe

Hello Paul,

I will thanks, just checking some things. Recompiling with PB9 and SQL tools dll gives no problems!!

Marc

Marc van Cauwenberghe

OK,

I will have to confess.  :-[
There was nothing wrong. I was using a array to put text in different languages on each form.
Due to an change in the sql Tools syntax the array was not filled properly. Hence labels were mostly empty.
Some labels showed text because they were the same in all languages and did not need to be translated.

Marc