Perhaps I found
on method Lbuttondown I rem
::refresh()
on cicle conditional
if GetFocus() == ::hWnd
it seem run ok now
only now the problem is when I over th emouse into a btnbmp it change the size and it seem bad to see it
Search found 183 matches: conditional
Searched query: conditional
- Thu Jan 30, 2025 8:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbtnbmp Clck
- Replies: 6
- Views: 15999
- Sun Nov 03, 2024 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Another setcheck xbrowse - RESOLVED -
- Replies: 8
- Views: 1025
Re: Another setcheck xbrowse
If I made :bClrStd := { || { CLR_WHITE, ORANGE } } no good for me
Need to make it conditional. Right?
I tried also
AEval( oBrw:aCols, { |oCol,i| If( oCol:hChecked , ;
oCol:bClrStd := { || { CLR_WHITE, ORANGE } } , nil ) } )
or
oBrw:aCols[ 2 ]:bClrStd :={ |oCol,i| If( oCol:hChecked ...
Need to make it conditional. Right?
I tried also
AEval( oBrw:aCols, { |oCol,i| If( oCol:hChecked , ;
oCol:bClrStd := { || { CLR_WHITE, ORANGE } } , nil ) } )
or
oBrw:aCols[ 2 ]:bClrStd :={ |oCol,i| If( oCol:hChecked ...
- Sun Nov 03, 2024 3:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Another setcheck xbrowse - RESOLVED -
- Replies: 8
- Views: 1025
Re: Another setcheck xbrowse
Need to make it conditional. Right?If I made :bClrStd := { || { CLR_WHITE, ORANGE } } no good for me
- Mon Sep 02, 2024 5:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Pruebas con WhatsApp
- Replies: 16
- Views: 3971
Re: Pruebas con WhatsApp
Time from start: 0 hours 0 mins 3 secs
Error occurred at: 09/02/24, 11:26:02
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U
Stack Calls
===========
Called from: emailforo.prg => SENDTOWHATSAPP( 27 )
Called from: emailforo.prg => MAIN( 11 )
#include "fivewin.ch ...
Error occurred at: 09/02/24, 11:26:02
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U
Stack Calls
===========
Called from: emailforo.prg => SENDTOWHATSAPP( 27 )
Called from: emailforo.prg => MAIN( 11 )
#include "fivewin.ch ...
- Fri May 17, 2024 7:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CONDITIONAL COMPILATION FOR INLINE COMMENTS
- Replies: 0
- Views: 612
CONDITIONAL COMPILATION FOR INLINE COMMENTS
Hello friends,
CONDITIONAL COMPILATION FOR INLINE COMMENTS
In HARBOURINO, we use a unique syntax
[-> for inline comments that can be displayed on the screen during development.
To manage these comments efficiently, we have implemented a conditional compilation feature.
Best regards,
Otto
https ...
CONDITIONAL COMPILATION FOR INLINE COMMENTS
In HARBOURINO, we use a unique syntax
[-> for inline comments that can be displayed on the screen during development.
To manage these comments efficiently, we have implemented a conditional compilation feature.
Best regards,
Otto
https ...
- Wed May 08, 2024 1:32 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Probando TGSAY.prg y su potencia.
- Replies: 17
- Views: 2455
Re: Probando TGSAY.prg y su potencia.
Master: Error description: Error BASE/1066 Argument error: conditional
METHOD Redefine( nId, oWnd, bText, cPict, oFont, oCursor, bLClicked , ;
cHAlign, cVAlign, nClrText, nClrPane, nClrOTxt, nClrOBck , ;
nClrSmbr, nClrLin, cModo, lTransp, lUpdate ) CLASS TGSAY
LOCAL cValue
DEFAULT oWnd ...
METHOD Redefine( nId, oWnd, bText, cPict, oFont, oCursor, bLClicked , ;
cHAlign, cVAlign, nClrText, nClrPane, nClrOTxt, nClrOBck , ;
nClrSmbr, nClrLin, cModo, lTransp, lUpdate ) CLASS TGSAY
LOCAL cValue
DEFAULT oWnd ...
- Wed Apr 17, 2024 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WhatsApp tests
- Replies: 9
- Views: 1621
Re: WhatsApp tests
Antonio, a partir de que version funciona?
Porque me da error en FW_CopyToClipBoard( aFiles, 15 )
Error description: Error BASE/1066 Argument error: conditional
Porque me da error en FW_CopyToClipBoard( aFiles, 15 )
Error description: Error BASE/1066 Argument error: conditional
- Tue Feb 27, 2024 9:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Connecting to a BLE device
- Replies: 8
- Views: 1053
Re: Connecting to a BLE device
... c) 1993-2017 Embarcadero Technologies, Inc.
testble.c:
Error E2187 c:\bcc730\include\windows\sdk\prsht.h 919: Unexpected end of file in conditional started on line 20
Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 933: Declaration missing ;
Error E2139 c:\bcc730\include\windows\sdk ...
testble.c:
Error E2187 c:\bcc730\include\windows\sdk\prsht.h 919: Unexpected end of file in conditional started on line 20
Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 933: Declaration missing ;
Error E2139 c:\bcc730\include\windows\sdk ...
- Wed Nov 15, 2023 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help splitting up a character address string
- Replies: 10
- Views: 2680
Re: Help splitting up a character address string
... syntax and outputs another text file in a different language's syntax.
Features: It offers file inclusion, substitution facilities, and conditional compilation.
Modularity: Harbourino enables splitting complex functions or classes into smaller, manageable files. For example, you can have a ...
Features: It offers file inclusion, substitution facilities, and conditional compilation.
Modularity: Harbourino enables splitting complex functions or classes into smaller, manageable files. For example, you can have a ...
- Mon Oct 09, 2023 3:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: fw_menudraw
- Replies: 8
- Views: 1586
Re: fw_menudraw
Muestra:
Algo no está bién aqui.
Error description: Error BASE/1066 Error de argumento: conditional - éS una variable lógica? STATIC ó PUBLIC?
Regards, saludos.
Code: Select all | Expand
Called from: FUENTES\MAIN\ZerusMain.prg => ZERUSMAIN( 4230 )
Called from: zeruswin.prg => MAIN( 17 )
Error description: Error BASE/1066 Error de argumento: conditional - éS una variable lógica? STATIC ó PUBLIC?
Regards, saludos.
- Mon Oct 09, 2023 2:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: fw_menudraw
- Replies: 8
- Views: 1586
fw_menudraw
... Time from start: 0 hours 0 mins 15 secs
Error occurred at: 10/09/2023, 08:11:47
Error description: Error BASE/1066 Error de argumento: conditional
Args:
[ 1] = B {|| ... }
Stack Calls
===========
Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 )
Called from: .\source ...
Error occurred at: 10/09/2023, 08:11:47
Error description: Error BASE/1066 Error de argumento: conditional
Args:
[ 1] = B {|| ... }
Stack Calls
===========
Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 )
Called from: .\source ...
- Sat Sep 30, 2023 6:00 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: ejemplo como hacer graficos en dialogo de fw
- Replies: 12
- Views: 1723
Re: ejemplo como hacer graficos en dialogo de fw
... error.
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 30/09/2023, 01:58:50
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U
Stack Calls
===========
Called from: .\source\classes\TGRAPH.PRG => TGRAPH:PAINT( 1270 )
Called from: .\source\classes ...
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 30/09/2023, 01:58:50
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U
Stack Calls
===========
Called from: .\source\classes\TGRAPH.PRG => TGRAPH:PAINT( 1270 )
Called from: .\source\classes ...
- Thu Aug 24, 2023 5:30 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Inicie repositorio prueba e Tree (LO LOGRE)
- Replies: 22
- Views: 3062
Re: Inicie repositorio prueba e Tree
... linea lo que hago es recorrerme los "aItems" de cada rama?
oTree:scan( { |o| aScan(o:aItems, { | a | a:hitem == nOtroHitem }) })
y yo pienso que con esa ultima linea haria lo que necesito pero no, no funciona.
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = N 0
oTree:scan( { |o| aScan(o:aItems, { | a | a:hitem == nOtroHitem }) })
y yo pienso que con esa ultima linea haria lo que necesito pero no, no funciona.
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = N 0
- Sat Jun 03, 2023 7:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hbmk2 and #ifdef
- Replies: 2
- Views: 217
hbmk2 and #ifdef
trying to switch from xHarbour to Harbour
Have a lot of
in my source prg.
How do I configure go.bat/hbmk2.hbp so that conditional compilation respects '__NOXHBCOM__'?
Have a lot of
Code: Select all | Expand
#ifdef __NOXHBCOM__
...
#endif
How do I configure go.bat/hbmk2.hbp so that conditional compilation respects '__NOXHBCOM__'?
- Sat May 06, 2023 11:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error XBROWSE SEEK (while no Index) after change RDD
- Replies: 9
- Views: 1231
Re: Error XBROWSE SEEK (while no Index) after change RDD
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U
Stack Calls
===========
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SEEK( 9409 )
This error occurred while executing the line
Eval( ::bSeek, ... )
Looks like you set oBrw:bSeek := nil
We recommend not to ...
Args:
[ 1] = U
Stack Calls
===========
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SEEK( 9409 )
This error occurred while executing the line
Eval( ::bSeek, ... )
Looks like you set oBrw:bSeek := nil
We recommend not to ...