Search found 107 matches

by concentra
Thu May 17, 2018 4:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Group controls and move them together
Replies: 2
Views: 586

Group controls and move them together

Hi.

I it possible to group a set of controls and move them together on a dialog ?
Like defining a group of ( say + button + get ) and move them together on the dialog in only one command ?

Regards.

Maurício Faria
by concentra
Wed Nov 22, 2017 10:13 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 10876

Re: FiveLinux on Raspberry PI - Dead or alive ?

Sometimes old things are hard to find... I found a FTDN from 2008 and a FWH upgrade from 2011 but not the one that shows FiveLinux. I am pretty sure I had a FWH + a FWXH + FiveLinux order, but was unable to find. FTDN Nº de Factura : F140708/101 FTDN suscripción seis meses, nº de serie: 2E84750-B49B...
by concentra
Tue Nov 21, 2017 4:01 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 17109

Re: FiveLinux on Ubuntu

Also modified samples/build.sh a little in order to make it Harbour's path independent. Preserved the original path structure in case Harbour's is not set. # ./build.sh HB_PATH=$HB_INSTALL_PREFIX if [ -z "$HB_PATH" ]; then      HB_PATH=./../../harbour fi clear if [ $# = 0 ]; then    echo s...
by concentra
Tue Nov 21, 2017 3:47 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 10876

Re: FiveLinux on Raspberry PI - Dead or alive ?

Hi.
Antonio Linares wrote:In case that you need tech support, then you have to buy it, thanks
I did a long time ago, but never really used. Can't remember when...
Is this valid ?

Regards.
Maurício Faria
by concentra
Tue Nov 21, 2017 3:38 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 17109

Re: FiveLinux on Ubuntu

Modified Makefile a little in order to make it Harbour's path independent. Preserved the original path structure in case Harbour's is not set. # FiveLinux makefile     HB_PATH = ${HB_INSTALL_PREFIX} ifeq ($(HB_PATH),)      HB_PATH = ./../harbour endif all : ./lib/libfive.a ./lib/libfivec.a PRG_OBJS ...
by concentra
Tue Nov 21, 2017 11:40 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 17109

Re: FiveLinux on Ubuntu

Hi. In order to run FiveLinux on Ubuntu, you need to install these packages: sudo apt-get install libgtk2.0-dev sudo apt-get install gcc sudo apt-get install libncurses5-dev sudo apt-get install libgpmg1-dev sudo apt-get install libgnomeprintui2.2-dev sudo apt-get install glade sudo apt-get install ...
by concentra
Tue Nov 21, 2017 11:14 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 10876

Re: FiveLinux on Raspberry PI - Dead or alive ?

Hi Antonio.

Is this free for Raspberry PI only or any hardware in general ?

Regards.
by concentra
Fri Jun 09, 2017 5:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveHGC.lib - Undefined reference ot _Unwind_Resume
Replies: 2
Views: 537

Re: FiveHGC.lib - Undefined reference ot _Unwind_Resume

After updating Harbour with the nightly build and a day of walking in circles without getting anywhere seeking the solution to this problem, I finally figure out that MinGW GCC have 3 different "Exception handling" systems: SJLJ, DWARF, and SEH. Harbour nightly build was using SJLJ version...
by concentra
Fri Dec 11, 2015 9:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional
Replies: 6
Views: 782

Re: TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional

Hi Antonio, If you code it this way then it properly works: REDEFINE BTNBMP oBtn PROMPT "Ok" ID 1 OF oDlg ACTION oDlg:End() Looking at the .ppo file we get: oBtn := TBtnBmp():ReDefine( 1,,,,,, {|Self|oDlg:End()}, oDlg, .F.,, .F.,, "Ok",,,,,, .F.,,, .F., !.F., ) it looks different...
by concentra
Thu Dec 10, 2015 11:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional
Replies: 6
Views: 782

Re: TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional

Hi Enrico, thanks for your attention.
Enrico Maria Giordano wrote:between cLayout and cResName4 there is l2007.
Reviewing, I saw it in the code. But since this parameter is not passed I am afraid this is not relevant.
Does this sample code run in your environment ?

Regards,

Maurício Ventura Faria
by concentra
Thu Dec 10, 2015 7:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional
Replies: 6
Views: 782

TBTNBMP:CHECKTHEME() Error BASE/1066 Argument: conditional

Hi. I need some help. Migrating from an old FW version to 2015/10 MinGW found a problem with bitmapped buttons. The following code used to work but now rises this error: Application ===========    Path and name: c:\work\FWTeste.exe (32 bits)    Size: 5,194,380 bytes    Compiler version: Harbour 3.2....
by concentra
Wed Dec 09, 2015 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Undefined PathGradientBrush
Replies: 3
Views: 406

Re: Undefined PathGradientBrush

Antonio,

Was stdc++ ...

Thanks.
by concentra
Wed Dec 09, 2015 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Undefined PathGradientBrush
Replies: 3
Views: 406

Undefined PathGradientBrush

Hi. Upgrading from an old version of FiveWin to latest one ( 2015/10 ). Using MinGW Harbour Harbour version 3.2.0dev (r1508011114) MinGW-W64 version 4.9.2 After some minor issues, I got stuck with a linking problems. After getting this errors C:/hb32/fwh/lib/fivehgc.lib(GDIPLUS.o):GDIPLUS.CPP:(.text...
by concentra
Tue Feb 07, 2012 3:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Ok. Since in the sample if I only replace wbrowse to xbrowse the problem disappears, no mater focus changing, it's clear to me that wbrowse i buggy ! And wbrowse should be avoided, deprecated to xbrowse, in order to avoid unpredictable behavior. So I will hunt for wbrowse in all my code and replace ...
by concentra
Mon Feb 06, 2012 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:There are many places in an event driven application (like the Windows GUI one) in which you can find strange behavior if the focus is altered.

EMG
Seems I am too dumb, still didn't understand.
Is this a bug or the expected behavior ?