Page 1 of 6

New FWH 11.07

Posted: Mon Aug 01, 2011 7:20 am
by Antonio Linares

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 10:22 am
by byte-one
Antonio,
Error: Unresolved External: GetModuleFileNameExA
What to do?

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 10:44 am
by Daniel Garcia-Gil
Hello

add borland lib, psapi.lib

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 11:03 am
by byte-one
Thanks Daniel! The overpainting says in 11/7 now ok! But the static says (..only defined in the RC-file) are not transparent on colored dialogs. See the texts on: http://byte-one.com/say.jpg

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 11:17 am
by nageswaragunupudi
byte-one wrote:Thanks Daniel! The overpainting says in 11/7 now ok! But the static says (..only defined in the RC-file) are not transparent on colored dialogs. See the texts on: http://byte-one.com/say.jpg
Were they transparent in 11.06?

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 11:23 am
by byte-one
Yes, where transparent!

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 1:30 pm
by Maurizio
Rao ,
I confirm the problem

Maurizio

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 10:00 pm
by Antonio Linares
Günther, Maurizio,

How are you coloring your dialog ? Please post an example. This code is working fine:

Code: Select all

#include "FiveWin.ch"

function Main()

   local oDlg

   DEFINE DIALOG oDlg COLOR "W+/B"
   
   @ 2, 2 SAY "Hello world!" TRANSPARENT

   ACTIVATE DIALOG oDlg CENTERED

return nil

Re: New FWH 11.07

Posted: Mon Aug 01, 2011 10:49 pm
by byte-one
Antonio, only the static texts come from the RC-file are not transparent! -> http://byte-one.com/say.jpg

Re: New FWH 11.07

Posted: Tue Aug 02, 2011 12:09 am
by Antonio Linares
Günther,

I have already seen your screenshot.

How do you color the dialog ? Could you please post a small and self contained example ? thanks :-)

Re: New FWH 11.07

Posted: Tue Aug 02, 2011 6:36 am
by Maurizio
Antonio,

you cann try my example at :
http://forums.fivetechsupport.com/viewt ... =3&t=21947

Regards Maurizio

Re: New FWH 11.07

Posted: Tue Aug 02, 2011 7:00 am
by byte-one
How do you color the dialog ?
I colored the dialog with DEFINE DIALOG .... COLOR or also with DEFINE DIALOG .... BRUSH. Its the same result.
In the RC-file a text is defined z.B. as

Code: Select all

RTEXT "Text", -1, 10, 10, 16, 8

Re: New FWH 11.07

Posted: Tue Aug 02, 2011 11:59 pm
by TimStone
Daniel,

Why the error with MSVC and since I don't use Borland, how is that fixed.

Re: New FWH 11.07

Posted: Wed Aug 03, 2011 12:15 am
by Daniel Garcia-Gil
Hello Tim

is the same library...

Re: New FWH 11.07

Posted: Wed Aug 03, 2011 3:35 pm
by TimStone
Daniel,

I do not use, and I do not have, the Borland files !

We are working hard to get this running with MSVC 10, a modern compiler.

Tim