New FWH 11.07
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: New FWH 11.07
Hello
add borland lib, psapi.lib
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
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: New FWH 11.07
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
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: New FWH 11.07
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
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 11.07
Günther, Maurizio,
How are you coloring your dialog ? Please post an example. This code is working fine:
How are you coloring your dialog ? Please post an example. This code is working fine:
Code: Select all | Expand
#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
Antonio, only the static texts come from the RC-file are not transparent! -> http://byte-one.com/say.jpg
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 11.07
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![Smile :-)](./images/smilies/icon_smile.gif)
I have already seen your screenshot.
How do you color the dialog ? Could you please post a small and self contained example ? thanks
![Smile :-)](./images/smilies/icon_smile.gif)
Re: New FWH 11.07
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 | Expand
RTEXT "Text", -1, 10, 10, 16, 8
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: New FWH 11.07
Daniel,
Why the error with MSVC and since I don't use Borland, how is that fixed.
Why the error with MSVC and since I don't use Borland, how is that fixed.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: New FWH 11.07
Hello Tim
is the same library...
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
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: New FWH 11.07
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
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
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit