Page 1 of 1

Layout of resources

Posted: Thu Feb 15, 2007 4:15 pm
by driessen
Hello,

I am migrating my applications from FW16-bit to xHarbour.

And like often is told : it is quite an easy job.

But I still have one problem.

In my FW16-bit application, I builded my dialog boxes by using Resource Workshop. The font used was "MS Sans Serif".

After having migrated to xHarbour, I noticed that this font is nog used. And the dialogboxes are smaller.

I hope somebody has an solution to make it possible to keep my FW16-bit layout. If not I need to restyle all my dialog boxes. Not that interresting knowing that I have moren than 500 (yes, you read this well) different dialog boxes.

Thank you very much in advance for any help.

Michel

Posted: Thu Feb 15, 2007 4:23 pm
by Kleyber
Hi Michel,

You can put in all your ACTIVATE DIALOG the option RESIZE16.

I hope this helps.

Regards,

Posted: Thu Feb 15, 2007 5:25 pm
by driessen
Hello Kleyber,

Thank you very much for your help.

Your answer was my solution.

Thanks.

Michel

Posted: Thu Feb 15, 2007 5:59 pm
by Antonio Linares
Michel,

You may change the Class TDialog and set ::lResize16 as .T. by default, so you don't have to modify your source code