New FWH 15.12

New FWH 15.12

Postby Antonio Linares » Sun Jan 03, 2016 11:03 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42076
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.12

Postby richard-service » Sun Jan 03, 2016 1:19 pm

Hi
I just test my program for FWH1512.
I found appear open Windows into MENU's item(show open windows) delay 1 second. but other menu no problem.
I use MDI.
Code: Select all  Expand view

DEFINE WINDOW poWnd MDI                                                 ;
             FROM 0, 0 TO 38, 130                                             ;
             TITLE cSysTitle+_Version_ID+"【"+"新北市三重區-"+cProject+"】"   ;
             MENUINFO 4 VSCROLL HSCROLL                                       ;
             MENU ::Build_FW_Menu()
 
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: New FWH 15.12

Postby cnavarro » Sun Jan 03, 2016 1:31 pm

Richard
I do not understand your problem

The problem is that when you open a window from a menu item in an MDI window, the window takes one second to appear?

Or, is the menu on the MDI window which is slow to appear?

You as tested fivedbu.prg in samples or testxbr3.prg ?
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6541
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: New FWH 15.12

Postby richard-service » Sun Jan 03, 2016 3:51 pm

cnavarro wrote:Richard
I do not understand your problem

The problem is that when you open a window from a menu item in an MDI window, the window takes one second to appear?

Or, is the menu on the MDI window which is slow to appear?

You as tested fivedbu.prg in samples or testxbr3.prg ?

Please look it below:
[url]
http://www.fivetech.com.tw/downloads/Vi ... 234813.wmv
[/url]
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: New FWH 15.12

Postby cnavarro » Sun Jan 03, 2016 4:17 pm

Richard

Now, I understand

Solved

Thanks
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6541
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: New FWH 15.12

Postby richard-service » Mon Jan 04, 2016 4:05 am

cnavarro wrote:Richard

Now, I understand

Solved

Thanks


Now it's work. Thanks a lot.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 803
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: New FWH 15.12

Postby Maurizio » Mon Jan 04, 2016 1:56 pm

Hello ,
I have this error compiling menu0002.prg

Lines 5464, Functions/Procedures 2
Generating C source output to 'menu0002.c'... Done.
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
menu0002.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Error prsht.h 960 1: '#endif' before '#if'
* Linking errors *

Regards Maurizio
User avatar
Maurizio
 
Posts: 824
Joined: Mon Oct 10, 2005 1:29 pm

Re: New FWH 15.12

Postby cnavarro » Mon Jan 04, 2016 5:15 pm

Please, revise your .rc and paths

Image

Code: Select all  Expand view

#include <windows.h>
#include <commctrl.h>

New    BITMAP "d:/fwh/fwh1505/bitmaps/16x16/new.bmp"
Dialog BITMAP "d:/fwh/fwh1505/bitmaps/16x16/form.bmp"
Open   BITMAP "d:/fwh/fwh1505/bitmaps/16x16/open.bmp"
Save   BITMAP "d:/fwh/fwh1505/bitmaps/16x16/floppy.bmp"
Exit   BITMAP "d:/fwh/fwh1505/bitmaps/16x16/exit.bmp"
//bmap   BITMAP "d:/fwh/fwh1505/bitmaps/16x16/bitmap.bmp"
icon   BITMAP "d:/fwh/fwh1505/bitmaps/16x16/icon.bmp"

 
Last edited by cnavarro on Mon Jan 04, 2016 5:52 pm, edited 3 times in total.
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6541
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: New FWH 15.12

Postby TimStone » Mon Jan 04, 2016 5:25 pm

Antonio,

Can you give an example of the GrayText change you made ? Does it have to be specified for every GET instance or can we do it universally ?

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
User avatar
TimStone
 
Posts: 2944
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: New FWH 15.12

Postby Antonio Linares » Mon Jan 04, 2016 7:51 pm

Tim,

TGet():nClrGrayText = 1
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42076
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.12

Postby norberto » Tue Jan 05, 2016 12:25 pm

cnavarro wrote:Richard

Now, I understand

Solved

Thanks



can you post the fix or send to me? thanks
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 110 guests