Search found 55 matches

by shark
Wed Aug 12, 2020 5:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem: image color using FWSavePreviewToPDF
Replies: 0
Views: 5187

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...
by shark
Sun May 05, 2019 4:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: ColCharts in xBrowse with percent
Replies: 4
Views: 561

Re: ColCharts in xBrowse with percent

ukoenig wrote:shark,

please have a look at sample -> xbrprogb.prg

Image

regards
Uwe :D
My cols is a CHART ( Fw_DrawShape() ). Is not a col with numeric values.
by shark
Mon Apr 29, 2019 4:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: ColCharts in xBrowse with percent
Replies: 4
Views: 561

ColCharts in xBrowse with percent

It´s possible?

Image
by shark
Sun Apr 28, 2019 8:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Stop code on window
Replies: 4
Views: 583

Re: Stop code on window

Yes... I want code stoped like a dialog
by shark
Sun Mar 24, 2019 2:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Stop code on window
Replies: 4
Views: 583

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...
by shark
Sun Mar 10, 2019 3:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Debug
Replies: 2
Views: 395

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?
by shark
Sat Mar 02, 2019 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a logo image on a background image.
Replies: 12
Views: 1246

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

Image
by shark
Sat Feb 16, 2019 6:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TrayIcon
Replies: 5
Views: 3260

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.
by shark
Fri Feb 15, 2019 3:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TrayIcon
Replies: 5
Views: 3260

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:...
by shark
Tue Feb 12, 2019 3:32 am
Forum: FiveWin para Harbour/xHarbour
Topic: Problema com TaskBar
Replies: 0
Views: 362

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 := ...
by shark
Sat Dec 29, 2018 4:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1033

Re: List of COM Port

what is the solution Linares Master?
by shark
Tue Dec 18, 2018 8:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1033

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...
by shark
Tue Dec 18, 2018 5:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1033

List of COM Port

how to get list COM ports with installed on windows ?
by shark
Thu Oct 25, 2018 7:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to align xbrowse lines?
Replies: 0
Views: 387

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...
by shark
Fri Oct 19, 2018 2:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: error mouse wheel on xbrowse
Replies: 0
Views: 345

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?

Image