Search found 55 matches
- Wed Aug 12, 2020 5:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem: image color using FWSavePreviewToPDF
- Replies: 0
- Views: 5297
Problem: image color using FWSavePreviewToPDF
Print preview it´s ok using JPG image, but, in creating PDF using FWSavePreviewToPDF the image´s make in 16 color´s. how can i fix this? it´s a image on the fw preview https://acessosoft.com.br/images/imgok.png it´s a imagem on the PDF File created by FwSavePreviewToPDF https://acessosoft.com.br/ima...
- Sun May 05, 2019 4:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ColCharts in xBrowse with percent
- Replies: 4
- Views: 684
Re: ColCharts in xBrowse with percent
My cols is a CHART ( Fw_DrawShape() ). Is not a col with numeric values.ukoenig wrote:shark,
please have a look at sample -> xbrprogb.prg
regards
Uwe
- Mon Apr 29, 2019 4:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ColCharts in xBrowse with percent
- Replies: 4
- Views: 684
ColCharts in xBrowse with percent
It´s possible?
- Sun Apr 28, 2019 8:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Stop code on window
- Replies: 4
- Views: 680
Re: Stop code on window
Yes... I want code stoped like a dialog
- Sun Mar 24, 2019 2:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Stop code on window
- Replies: 4
- Views: 680
Stop code on window
is it possible stop running a code until a window is closed ? (WAIT)
ex:
CODE...
DEFINE WINDOW oWnd TITLE "Test"
...
...
ACTIVATE WINDOW oWnd MAXIMIZED (STOP HERE...)
CONTINUE CODE...
ex:
CODE...
DEFINE WINDOW oWnd TITLE "Test"
...
...
ACTIVATE WINDOW oWnd MAXIMIZED (STOP HERE...)
CONTINUE CODE...
- Sun Mar 10, 2019 3:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Debug
- Replies: 2
- Views: 561
Debug
How to load the debug?
I tried with some explanations that I saw in the forum but when I compile with the / b option the following error message appears: Unrecoverable Error 9002 - No errorblock () is error
who can help me?
I tried with some explanations that I saw in the forum but when I compile with the / b option the following error message appears: Unrecoverable Error 9002 - No errorblock () is error
who can help me?
- Sat Mar 02, 2019 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Insert a logo image on a background image.
- Replies: 12
- Views: 1513
Insert a logo image on a background image.
Hello colleagues, can I overlay two bitmaps and save to a file?
I need one of the bitmaps to have transparent background.
Insert a logo on a background image.
Example
I need one of the bitmaps to have transparent background.
Insert a logo on a background image.
Example
- Sat Feb 16, 2019 6:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with TrayIcon
- Replies: 5
- Views: 4044
Re: Problem with TrayIcon
The problem only occurs when closed in tray through another executable with command:
PostMessage (hCtrl, WM_CLOSE, 2)
When exit program normaly, the icon disappears correctly.
PostMessage (hCtrl, WM_CLOSE, 2)
When exit program normaly, the icon disappears correctly.
- Fri Feb 15, 2019 3:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with TrayIcon
- Replies: 5
- Views: 4044
Problem with TrayIcon
When exit program loaded in Tray the icon does not disappear. Program quit but, the icon on Tray, only disappear when I mouse over. can anyone give me a hint of what to do to remove the Tray icon when I close the program? I create the icon in Tray da with the class TTrayicon with the following code:...
- Tue Feb 12, 2019 3:32 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problema com TaskBar
- Replies: 0
- Views: 407
Problema com TaskBar
Quando fecho um programa carregado na Trayr o ícone não desaparece. somente desaparece quando passo o mouse por cima. alguém pode me dar uma sugestão do que fazer para remover o ícone da Tray quando eu fechar o programa? Crio o ícone na Tray da com a classe TTrayicon com o seguinte código: oTray := ...
- Sat Dec 29, 2018 4:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: List of COM Port
- Replies: 8
- Views: 1373
Re: List of COM Port
what is the solution Linares Master?
- Tue Dec 18, 2018 8:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: List of COM Port
- Replies: 8
- Views: 1373
Re: List of COM Port
What could be wrong with this method? oList variable does not receive values METHOD ReadPortInfo() CLASS TPCInfo local cRet := "?" local aRet := {} local oWmi, oList, oPorts oWmi := WMIService() oList := oWmi:ExecQuery( "SELECT * FROM Win32_SerialPort&quo...
- Tue Dec 18, 2018 5:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: List of COM Port
- Replies: 8
- Views: 1373
List of COM Port
how to get list COM ports with installed on windows ?
- Thu Oct 25, 2018 7:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to align xbrowse lines?
- Replies: 0
- Views: 434
how to align xbrowse lines?
http://www.acessosoft.com.br/img/50.png aMainPanelCtrl[ "MAIN_OBRWREM" ] := TXBrowse():New( aMainPanelCtrl[ "MAIN_OFOLDER" ]:aDialogs[ RemRetGetDialog( "REM" ) ] ) aMainPanelCtrl[ "MAIN_OBRWREM" ]:SetArray( aMainPanelCtrl[ "MAIN_ABRWREM" ] ) aMainPa...
- Fri Oct 19, 2018 2:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error mouse wheel on xbrowse
- Replies: 0
- Views: 396
error mouse wheel on xbrowse
This error in the image bellow, occurs when you scroll the mouse wheel over the xbrowse. What can it be?