FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posted: Sun Sep 21, 2008 08:37 AM
Hello,

Here is the first xBrowse-Tool-version
compiled with the new MinGW



Download

http://www.pflegeplus.com/fw_download/B ... MinGW1.zip

During the testing, there a few things a noticed :

In file WINAPI.ch some lines have to be included
SS_CENTER 0
ES_AUTOVSCROLL 64

------------------------------

In resources, you cannot use something like :

Bricks BITMAP
{
'42 4D 66 01 00 00 00 00 00 00 76 00 00 00 28 00'
'00 00 1E 00 00 00 0F 00 00 00 01 00 04 00 00 00'
'00 00 F0 00 00 00 C4 0E 00 00 C4 0E 00 00 00 00'
'00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 80'
'00 00 00 80 80 00 80 00 00 00 80 00 80 00 80 80'
'00 00 80 80 80 00 C0 C0 C0 00 00 00 FF 00 00 FF'
}

you have to load the BMP's from disk like :

Colors BITMAP "colors.bmp"

-----------------------------------

In borland-workshop it is possible to use boxes and frames
I used them around the browsers.
You have to delete them, because otherwise there is a compile error.



I noticed : Borland saved a few times somethig like :
BRWDESIGN DIALOG -30, 26, 515, 333

with -30 there was a error and i had to change to 30
Borland ignores the wrong value.

That is for the moment, what i found out.

Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posted: Sun Sep 21, 2008 09:54 AM

Uwe,

many thanks!

Very usefull information :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
RMK with many PRG's
Posted: Sun Sep 21, 2008 03:23 PM
Antonio,

can you give us a MAKE-sample, how it looks, using more than 1 file ?
like BORLAND-sample :

PRG = \
VTools.PRG \
VTools1.PRG \
VTools2.PRG \
VTools3.PRG \
VTools4.PRG \
btnbmp.PRG \
errsysw.PRG 

# C =          \
# two.C                 

PROJECT    : VTools.exe

VTools.exe  : $(PRG:.PRG=.OBJ) $(C:.C=.OBJ) VTools.res
    echo off
    echo $(BCDIR)\bin\c0w32.obj + > b32.bc

# OBJ-Liste
# -------------
  echo obj\VTools.obj \
       obj\Vtools1.obj \
       obj\Vtools2.obj \
       obj\Vtools3.obj \
       obj\Vtools4.obj \
       obj\btnbmp.obj \
       obj\errsysw.obj, + >> b32.bc


Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posted: Sun Sep 21, 2008 06:58 PM

what is MinGW?

Thanks

Thank you

Harvey
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posted: Sun Sep 21, 2008 07:10 PM

Got my answer. Thanks

Thank you

Harvey
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )
Posted: Sun Sep 21, 2008 08:03 PM

Uwe,

In this thread I have posted a Linux makefile:

http://www.fivetechsoft.com/forums/view ... hp?p=63668

It can be easily adapted for Windows gcc :-)

"This is the FiveLinux Makefile. It has to be named as Makefile (first M uppercase). Its enough to run "make" from a terminal window, placed where the Makefile is located."

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
New release
Posted: Mon Sep 22, 2008 04:36 PM
Hello,

Here is a preview of a new update for both Versions.

What is new :

There is a new folder-page added.
It is possible now, to create any backgrounds of the
dialog in relation to the xBrowse-defines :
( Gradient, mono-colors, brushes ... ),
with a database-preview, how it looks all together.
There are different selections :
using the same colors like the xbrowse-header,
or create a complete different background.
The preview-dialog is adjusted to the size of the main-dialog.





Regards
Uwe
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
New Versions
Posted: Wed Sep 24, 2008 10:51 AM
Hello,

Here are the new Versions for Borland and MinGW

Download :

Borland-Version
http://www.pflegeplus.com/fw_downloads/BRWTools4.zip

MinGW-Version
http://www.pflegeplus.com/fw_downloads/ ... MinGW2.zip

A new Folderpage for Dialog-backgrounds added.
Any Combinations to the xBrowse-settings are possible :

1. Use xBrowse-Header ( Horizontal or Vertical )
2. Define new Gradients ( Horizontal or Vertical )
3. Choose Mono-color
4. Use Brush-Background



A new database-preview



Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion