FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 15.12
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 15.12
Posted: Sun Jan 03, 2016 11:03 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: New FWH 15.12
Posted: Sun Jan 03, 2016 01: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 (fw): Select all Collapse
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 (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: New FWH 15.12
Posted: Sun Jan 03, 2016 01: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
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: New FWH 15.12
Posted: Sun Jan 03, 2016 03: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:
http://www.fivetech.com.tw/downloads/Vi ... 234813.wmv
" rel="noopener">
http://www.fivetech.com.tw/downloads/Vi ... 234813.wmv
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: New FWH 15.12
Posted: Sun Jan 03, 2016 04: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
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: New FWH 15.12
Posted: Mon Jan 04, 2016 04:05 AM
cnavarro wrote:Richard

Now, I understand

Solved

Thanks


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



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: New FWH 15.12
Posted: Mon Jan 04, 2016 01: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

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: New FWH 15.12
Posted: Mon Jan 04, 2016 05:15 PM
Please, revise your .rc and paths



Code (fw): Select all Collapse
#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"
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
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: New FWH 15.12
Posted: Mon Jan 04, 2016 05: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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 15.12
Posted: Mon Jan 04, 2016 07:51 PM

Tim,

TGet():nClrGrayText = 1

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: New FWH 15.12
Posted: 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

Continue the discussion