... 2/*PACKSWAP*/][3/*depth*/][6] =
{
/* Little-endian byte masks for PACKSWAP */
{ S_MASKS(1,0), S_MASKS(2,0), S_MASKS(4,0) }, <--- LINE 3349
/* Normal (big-endian byte) masks - PNG format */
{ S_MASKS(1,1), S_MASKS(2,1), S_MASKS(4,1) }
};
I don't understand the problem. The function put_token ...
Search found 2310 matches: normal
Searched query: normal
- Thu Feb 13, 2025 1:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xhb 1.31 xcc
- Replies: 21
- Views: 2137
- Mon Feb 10, 2025 1:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text scroll and time graph
- Replies: 2
- Views: 314
Text scroll and time graph
... MoveNext()
ENDDO
:CloseRecordset()
ENDWITH
GrafTempo( "Backup SQL" )
nAtual := 0
hFileOutput := fCreate( "backup" + Str( nBackupFileNum, 1 ) + ".sql", FC_NORMAL )
...
GrafTempo( nAtual, nTotal )
...
Note2: at momment I use table, procedure and function, I will add more types when use them.
ENDDO
:CloseRecordset()
ENDWITH
GrafTempo( "Backup SQL" )
nAtual := 0
hFileOutput := fCreate( "backup" + Str( nBackupFileNum, 1 ) + ".sql", FC_NORMAL )
...
GrafTempo( nAtual, nTotal )
...
Note2: at momment I use table, procedure and function, I will add more types when use them.
- Thu Feb 06, 2025 11:18 pm
- Forum: Off Topic / Otros temas
- Topic: VERIFACTU, criterios, dudas 10/11/2024
- Replies: 17
- Views: 6885
VERIFACTU, criterios, dudas 07/02/2025
... anular un registro Verifactu. En que situaciones está justificado. Que criterios se deben seguir. Que entienden Ustedes que Hacienda acepta como 'normal/aceptable' el anular un registro Verifactu. Y si se anula el registro, se puede reutilizar el número de factura?
¿Me echan una mano?
Muchas ...
¿Me echan una mano?
Muchas ...
- Tue Jan 28, 2025 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
... 163, 2 GROUP oGroup TO 192, 200 LABEL "RECOMENDACIONES" OF oDlg pixel TRANSPARENT
@ 05, 19 SAY "Field length" OF oDlg SIZE 65,10 && Use normal colors
@ 06, 19 SAY " | " OF oDlg SIZE 65,10
@ 07, 03 SAY "1 Chr No PICT 13" OF oDlg COLORS CLR_BLACK ,CLR_HCYAN BORDER SIZE 195,10
@ 08, 03 ...
@ 05, 19 SAY "Field length" OF oDlg SIZE 65,10 && Use normal colors
@ 06, 19 SAY " | " OF oDlg SIZE 65,10
@ 07, 03 SAY "1 Chr No PICT 13" OF oDlg COLORS CLR_BLACK ,CLR_HCYAN BORDER SIZE 195,10
@ 08, 03 ...
- Tue Jan 28, 2025 3:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: new Class TDeepSeek in next FWH 24.12
- Replies: 16
- Views: 35369
Re: new Class TDeepSeek in next FWH 24.12
I just tested DeepSeek's operations, and it is currently functioning normally.
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:
-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:
-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
- Sat Jan 25, 2025 3:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: WEBVIEW2 una observación
- Replies: 6
- Views: 1105
Re: WEBVIEW2 una observación
... se sale del sistema o proboca que el dialogo siguiente que es la pantalla del Login aparesca como que no existe, pero cuando no se llama pasa normal, para solucionar he tenido que crear una aplicacion aparte y llamarlo con waitrun() si es posible publica un ejemplo si tienes un trabajo similar ...
- Thu Jan 23, 2025 1:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse, dbf and codeblock
- Replies: 10
- Views: 19858
Re: xbrowse, dbf and codeblock
These are the default codeblocks for a normal DBF.
::bGoTop := {|| ( ::cAlias )->( DbGoTop() ) }
::bGoBottom := {|| ( ::cAlias )->( DbGoBottom() ) }
::bSkip := {| n | ( ::cAlias )->( DbSkipper( IfNil( n, 1 ) ) ) }
::bBof := {|| ( ::cAlias )->( Bof() ) }
::bEof := {|| ( ::cAlias )->( Eof ...
::bGoTop := {|| ( ::cAlias )->( DbGoTop() ) }
::bGoBottom := {|| ( ::cAlias )->( DbGoBottom() ) }
::bSkip := {| n | ( ::cAlias )->( DbSkipper( IfNil( n, 1 ) ) ) }
::bBof := {|| ( ::cAlias )->( Bof() ) }
::bEof := {|| ( ::cAlias )->( Eof ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... related to the calendar event.
3. **`aGradColor` (ARRAY)**
Stores gradient color information for the event's background when it is in a normal state.
4. **`aGradColorND` (ARRAY)**
Stores gradient color information for the event's background when it is marked as "No Disponible" (Not ...
3. **`aGradColor` (ARRAY)**
Stores gradient color information for the event's background when it is in a normal state.
4. **`aGradColorND` (ARRAY)**
Stores gradient color information for the event's background when it is marked as "No Disponible" (Not ...
- Fri Jan 17, 2025 10:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... Class
The `TBtnBmp` class is a custom button control class in the FiveWin library, designed to handle bitmap buttons with various states (normal, pressed, disabled, hover). It supports features like bitmap loading, button states, tooltips, and more. This class is particularly useful for ...
The `TBtnBmp` class is a custom button control class in the FiveWin library, designed to handle bitmap buttons with various states (normal, pressed, disabled, hover). It supports features like bitmap loading, button states, tooltips, and more. This class is particularly useful for ...
- Thu Jan 16, 2025 12:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBMK2 - Barra de estado y barra principal mas pequenas
- Replies: 13
- Views: 12829
HBMK2 - Barra de estado y barra principal mas pequenas
... el Hbmk2 como vsc2022 y el tutor04.prg como ejemplo pero esta creando el mismo con la barra de estado y la barra principal mas pequenas que lo normal. Como puedo corregir esto?
-gui
-Ic:\fwh\include
tutor04.prg
-Lc:\fwh\lib
-lFiveH32
-lFiveHC32
-lgdiplus
-lole32
-lOleDlg
-lversion
xhb ...
-gui
-Ic:\fwh\include
tutor04.prg
-Lc:\fwh\lib
-lFiveH32
-lFiveHC32
-lgdiplus
-lole32
-lOleDlg
-lversion
xhb ...
- Wed Jan 08, 2025 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse, bkeydown and number
- Replies: 2
- Views: 691
xbrowse, bkeydown and number
... xDlg, xControl, nKey, ... ) }
CASE IsRange( nKey, 32, 127 )
cFilter += Upper( Chr( nKey ) )
If type letters ok
if type numbers from normal keyboard ok
if type numbers from numeric keyboard not
Is it expected ?
Note:
1 from normal keyboard returns 49
1 from numeric keyboard returns 97
CASE IsRange( nKey, 32, 127 )
cFilter += Upper( Chr( nKey ) )
If type letters ok
if type numbers from normal keyboard ok
if type numbers from numeric keyboard not
Is it expected ?
Note:
1 from normal keyboard returns 49
1 from numeric keyboard returns 97
- Tue Jan 07, 2025 9:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Touchscreen interface
- Replies: 0
- Views: 552
Touchscreen interface
... on the screen resolution, so that i can display them equally at the same coordinates obviously the buttons will appear smaller in 10' than in a normal pc?
Has anyone created a similar test?
I make a test with but I not Know if it go right
local nSizeWBtn := Int( ScreenWidth() ) /20
local ...
Has anyone created a similar test?
I make a test with but I not Know if it go right
local nSizeWBtn := Int( ScreenWidth() ) /20
local ...
- Fri Jan 03, 2025 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Tget and Cuebanner
- Replies: 24
- Views: 2190
Re: Using Tget and Cuebanner
... source and pngs are on GitHub https://github.com/Falconisilvio/Customer-dialog
Last Release
https://i.postimg.cc/W36XPdXr/LAST.png
Notice
iF i USE Folderex I have problem when resize because the clrpane become gray
If I use normal folder then the Turllnk class objects are not transparente
Last Release
https://i.postimg.cc/W36XPdXr/LAST.png
Notice
iF i USE Folderex I have problem when resize because the clrpane become gray
If I use normal folder then the Turllnk class objects are not transparente
- Thu Jan 02, 2025 11:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Tget and Cuebanner
- Replies: 24
- Views: 2190
Re: Using Tget and Cuebanner
Antonio,
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
- Thu Jan 02, 2025 9:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Tget and Cuebanner
- Replies: 24
- Views: 2190
Re: Using Tget and Cuebanner
Antonio,
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
I think like this is nice. Bright and nice Icons.
I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.
I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...