New FWH 11.07

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FWH 11.07

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post by byte-one »

Antonio,
Error: Unresolved External: GetModuleFileNameExA
What to do?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: New FWH 11.07

Post by Daniel Garcia-Gil »

Hello

add borland lib, psapi.lib
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post 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
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 11.07

Post 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?
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post by byte-one »

Yes, where transparent!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 11.07

Post by Maurizio »

Rao ,
I confirm the problem

Maurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 11.07

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post by byte-one »

Antonio, only the static texts come from the RC-file are not transparent! -> http://byte-one.com/say.jpg
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 11.07

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 11.07

Post by Maurizio »

Antonio,

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

Regards Maurizio
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post 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
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: New FWH 11.07

Post by TimStone »

Daniel,

Why the error with MSVC and since I don't use Borland, how is that fixed.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: New FWH 11.07

Post by Daniel Garcia-Gil »

Hello Tim

is the same library...
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: New FWH 11.07

Post 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
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply