... svg.prg ..\svg.hbc
2026-09-13 18:02 UTC-0300 Junior Itamar <itamarlins@gmail.com>
* Add optional SVG image loading via librsvg (Cairo + GLib + GObject).
Enable with -D__USE_LIBRSVG and link against rsvg-2, cairo,
gobject-2.0 and glib-2.0.
New function:
hwg_LoadSvg( cPath, nWidth, nHeight ...
Pesquisa resultou em 1034 ocorrências: +Object
Termo pesquisado: +object
- 13 Set 2026 18:37
- Fórum: HwGui
- Tópico: Atualização Hwgui 13-09-2026 Imagens SVG.
- Respostas: 4
- Exibições: 122
- 13 Set 2026 11:14
- Fórum: HwGui
- Tópico: Atualização Hwgui 13-09-2026 Gif Animado.
- Respostas: 0
- Exibições: 63
Atualização Hwgui 13-09-2026 Gif Animado.
... SetGifPath( cPath ) to inform the original GIF file
path when the @...OWNERBUTTON macro has already converted the BITMAP
clause to an HBitmap object.
+ Add HOwnButton:SetGifSpeed( nSpeed ) to change the animation speed
at runtime. The internal timer interval is recalculated automatically ...
path when the @...OWNERBUTTON macro has already converted the BITMAP
clause to an HBitmap object.
+ Add HOwnButton:SetGifSpeed( nSpeed ) to change the animation speed
at runtime. The internal timer interval is recalculated automatically ...
- 05 Set 2026 00:53
- Fórum: [x]Harbour
- Tópico: xHarbour(32-bit) Clang 22.1.8
- Respostas: 0
- Exibições: 250
xHarbour(32-bit) Clang 22.1.8
... Yes
CA-Clipper 5.2e strict compatibility: No
CA-Clipper 5.3x compatible extensions: Yes
Alaska Xbase++ compatible extensions: Yes
CA-Visual Objects compatible extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions ...
CA-Clipper 5.2e strict compatibility: No
CA-Clipper 5.3x compatible extensions: Yes
Alaska Xbase++ compatible extensions: Yes
CA-Visual Objects compatible extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions ...
- 29 Ago 2026 01:22
- Fórum: [x]Harbour
- Tópico: xHarbour(64 Bit) Clang 22.1.8
- Respostas: 13
- Exibições: 698
xHarbour(64 Bit) Clang 22.1.8
... Yes
CA-Clipper 5.2e strict compatibility: No
CA-Clipper 5.3x compatible extensions: Yes
Alaska Xbase++ compatible extensions: Yes
CA-Visual Objects compatible extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions ...
CA-Clipper 5.2e strict compatibility: No
CA-Clipper 5.3x compatible extensions: Yes
Alaska Xbase++ compatible extensions: Yes
CA-Visual Objects compatible extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions ...
- 23 Ago 2026 20:49
- Fórum: HwGui
- Tópico: Atualização Hwgui 23-08-2026
- Respostas: 5
- Exibições: 346
Atualização Hwgui 23-08-2026
... the array is now only
touched when the handle is actually located.
- s_DlgProc(), s_PSPProc(): the PHB_ITEM duplicate created by
SetWindowObject() at WM_INITDIALOG was never released, leaking
one Harbour item per created/destroyed dialog; it is now released
via hb_itemRelease() right after ...
touched when the handle is actually located.
- s_DlgProc(), s_PSPProc(): the PHB_ITEM duplicate created by
SetWindowObject() at WM_INITDIALOG was never released, leaking
one Harbour item per created/destroyed dialog; it is now released
via hb_itemRelease() right after ...
- 21 Ago 2026 23:04
- Fórum: Sistemas Operacionais
- Tópico: Fonte UTF-8 no CMD.EXE
- Respostas: 12
- Exibições: 589
Re: Fonte UTF-8 no CMD.EXE
... Maria")
r:arrAdd(lista2, "Joao")
for i := 1 to r:arrSize(lista2)
r:rPrintln(r:arrGet(lista2, i))
next
r:rPrintln()
//int indexOf (Object o): retorna a posição de um objeto.
lista3 := {}
r:arrAdd(lista3, "Jose")
r:arrAdd(lista3, "Maria")
r:arrAdd(lista3, "João")
r:rPrintln(r ...
r:arrAdd(lista2, "Joao")
for i := 1 to r:arrSize(lista2)
r:rPrintln(r:arrGet(lista2, i))
next
r:rPrintln()
//int indexOf (Object o): retorna a posição de um objeto.
lista3 := {}
r:arrAdd(lista3, "Jose")
r:arrAdd(lista3, "Maria")
r:arrAdd(lista3, "João")
r:rPrintln(r ...
- 12 Ago 2026 12:12
- Fórum: HwGui
- Tópico: Atualizações Hwgui 12-08-2026
- Respostas: 0
- Exibições: 314
Atualizações Hwgui 12-08-2026
... cBuffer ) CLASS HPicture
GTK Linux fix: Force strict character type conversion when
cBuffer is passed as NIL, numeric, logical, or as a widget
object (e.g., during Ctrl+C/DOCOPY clipboard events). Prevents
Harbour runtime error BASE/1110 (SUBSTR parameter error).
2026-08-09 12:04 UTC-0300 ...
GTK Linux fix: Force strict character type conversion when
cBuffer is passed as NIL, numeric, logical, or as a widget
object (e.g., during Ctrl+C/DOCOPY clipboard events). Prevents
Harbour runtime error BASE/1110 (SUBSTR parameter error).
2026-08-09 12:04 UTC-0300 ...
- 08 Ago 2026 21:42
- Fórum: HwGui
- Tópico: Hwgui atualizada 08-08-2026
- Respostas: 14
- Exibições: 977
Re: Hwgui atualizada 08-08-2026
... Suppressed benign focus-change and window-quit legacy runtime assertions to keep
the terminal environment clean.
Silenced warnings list:
- g_object_ref: assertion 'G_IS_OBJECT (object)' failed
- g_object_freeze_notify: assertion 'G_IS_OBJECT (object)' failed
- IA__gtk_widget_has_default ...
the terminal environment clean.
Silenced warnings list:
- g_object_ref: assertion 'G_IS_OBJECT (object)' failed
- g_object_freeze_notify: assertion 'G_IS_OBJECT (object)' failed
- IA__gtk_widget_has_default ...
- 06 Abr 2026 23:23
- Fórum: Outras Bibliotecas Visuais e IDEs
- Tópico: HarbourBuilder — Cross-Platform Visual IDE for Harbour
- Respostas: 14
- Exibições: 2982234
HarbourBuilder — Cross-Platform Visual IDE for Harbour
... 8 modes)
- Undo history (50 steps) for design operations
- Two-way code sync: designer changes update code, code changes update designer
OBJECT INSPECTOR:
- Properties and Events tabs with categorized grid
- Dropdown editors for enum properties (BorderStyle, Position, WindowState ...
- Undo history (50 steps) for design operations
- Two-way code sync: designer changes update code, code changes update designer
OBJECT INSPECTOR:
- Properties and Events tabs with categorized grid
- Dropdown editors for enum properties (BorderStyle, Position, WindowState ...
- 10 Mar 2026 11:44
- Fórum: [x]Harbour
- Tópico: PdfClass como fazer um retangulo com fundo colorido?
- Respostas: 8
- Exibições: 4348
Re: PdfClass como fazer um retangulo com fundo colorido?
... define NORMAL_FONT 8
PROCEDURE PJPPEDIDOFATURA( nIdPedido ) // do Pedido
LOCAL oPDF, nCont, cExtenso, acTxt
LOCAL cnSQL := ADOLocal()
WITH OBJECT cnSQL
:cSQL := "SELECT JPPEDIDO.*, JPCADASTRO.*, JPEMPRESA.*" + ;
" FROM JPPEDIDO" + ;
" LEFT JOIN JPCADASTRO ON JPCADASTRO.IDCADASTRO ...
PROCEDURE PJPPEDIDOFATURA( nIdPedido ) // do Pedido
LOCAL oPDF, nCont, cExtenso, acTxt
LOCAL cnSQL := ADOLocal()
WITH OBJECT cnSQL
:cSQL := "SELECT JPPEDIDO.*, JPCADASTRO.*, JPEMPRESA.*" + ;
" FROM JPPEDIDO" + ;
" LEFT JOIN JPCADASTRO ON JPCADASTRO.IDCADASTRO ...
- 18 Fev 2026 22:18
- Fórum: [x]Harbour
- Tópico: tela cheia no linux
- Respostas: 13
- Exibições: 5638
Re: tela cheia no linux
Olá!
o melhor é parar e reescrever o programa em object pascal.
Pois, se vc usa Object Pascal vai precisar usar X11, vc mesmo se entrega nas coisas que escreve.
Pq é gráfico. E o Harbour no Linux, compatível com Lazarus(Object Pascal), só usando Hwgui ou FiveWin for Linux.
Não vai ter TERMINAL, se é ...
o melhor é parar e reescrever o programa em object pascal.
Pois, se vc usa Object Pascal vai precisar usar X11, vc mesmo se entrega nas coisas que escreve.
Pq é gráfico. E o Harbour no Linux, compatível com Lazarus(Object Pascal), só usando Hwgui ou FiveWin for Linux.
Não vai ter TERMINAL, se é ...
- 18 Fev 2026 19:31
- Fórum: [x]Harbour
- Tópico: tela cheia no linux
- Respostas: 13
- Exibições: 5638
Re: tela cheia no linux
fico muito agradecido pela ajuda, mas não estou conseguindo ter progresso; o melhor é parar e reescrever o programa em object pascal.
uso muito pouco o windows, no mes não chega a uma hora. uso linux.
esse aplicativo (quase trinta mil linhas escritas) roda em tela pequena do terminal. no wine roda em ...
uso muito pouco o windows, no mes não chega a uma hora. uso linux.
esse aplicativo (quase trinta mil linhas escritas) roda em tela pequena do terminal. no wine roda em ...
- 15 Fev 2026 00:18
- Fórum: FiveWin
- Tópico: Soluçoes usadas para Web
- Respostas: 15
- Exibições: 10694
Re: Soluçoes usadas para Web
... AL_LEFT, AL_RIGHT, AL_RIGHT} SIZE ( Cuadro3[1][4] - Cuadro3[1][2] - 22 ),(Cuadro3[1][3] - Cuadro1[1][1] - ( (Cuadro3[1][3] * .17 ) ) )
WITH OBJECT ListVen
:bClrGrad := { | lInvert | If( ! lInvert, { { 0.20 , 4144959, 16777215 } , { 0.20 , 16777215 , 4144959 } }, { { 0.50 , 128 , 16777215 ...
WITH OBJECT ListVen
:bClrGrad := { | lInvert | If( ! lInvert, { { 0.20 , 4144959, 16777215 } , { 0.20 , 16777215 , 4144959 } }, { { 0.50 , 128 , 16777215 ...
- 13 Fev 2026 09:50
- Fórum: Legislação Fiscal e Tributária
- Tópico: Nota de serviços
- Respostas: 7
- Exibições: 3979
Re: Nota de serviços
... 08:35.2354943-03:00",
"erros":[{"Codigo":"RNG6110","Descricao":"Falha Schema Xml","Complemento":"Xml mal formado. System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Serpro.Sped.NFSe.Schemas.Controle.ControleValidarSchema.Validar(String xml ...
"erros":[{"Codigo":"RNG6110","Descricao":"Falha Schema Xml","Complemento":"Xml mal formado. System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Serpro.Sped.NFSe.Schemas.Controle.ControleValidarSchema.Validar(String xml ...
- 12 Fev 2026 10:34
- Fórum: Legislação Fiscal e Tributária
- Tópico: Nota de serviços
- Respostas: 7
- Exibições: 3979
Re: Nota de serviços
... 43:20.5713716-03:00",
"erros":[{"Codigo":"RNG6110","Descricao":"Falha Schema Xml","Complemento":"Xml mal formado. System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Serpro.Sped.NFSe.Schemas.Controle.ControleValidarSchema.Validar(String xml ...
"erros":[{"Codigo":"RNG6110","Descricao":"Falha Schema Xml","Complemento":"Xml mal formado. System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Serpro.Sped.NFSe.Schemas.Controle.ControleValidarSchema.Validar(String xml ...