Page 1 of 1

xBrowse-Tools Borl. 3a + MinGW-Version 3a ( New Download )

Posted: Sun Sep 21, 2008 8:37 am
by ukoenig
Hello,

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

Image

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.

Image

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 :lol:

Posted: Sun Sep 21, 2008 9:54 am
by Antonio Linares
Uwe,

many thanks!

Very usefull information :-)

RMK with many PRG's

Posted: Sun Sep 21, 2008 3:23 pm
by ukoenig
Antonio,

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

Code: Select all | Expand


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 :lol:

Posted: Sun Sep 21, 2008 6:58 pm
by hag
what is MinGW?

Thanks

Posted: Sun Sep 21, 2008 7:10 pm
by hag
Got my answer. Thanks

Posted: Sun Sep 21, 2008 8:03 pm
by Antonio Linares
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."

New release

Posted: Mon Sep 22, 2008 4:36 pm
by ukoenig
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.

Image

Image

Regards
Uwe

New Versions

Posted: Wed Sep 24, 2008 10:51 am
by ukoenig
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

Image

A new database-preview

Image

Regards
Uwe :lol: