Search found 1847 matches: below

Return to advanced search

Re: Connecting to a BLE device

Sorry Antonio, Threw out my back and have been unable to test until now. It would not compile. See below: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 16.10 - Oct. 2016 xHarbour development power │▄ │ (c) FiveTech ...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 323

Re: Add a new taskPanel on Explorerbar ( on line)

... https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function Main()   local ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 221

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... But I wonder if it could be the third party software I use. By adding TGet.prg to the program, I found that this value changed in the line below. Now I continue the control on control.prg. //----------------------------------------------------------------------------//METHOD Initiate( ...
by Horizon
Sun Feb 04, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54399

Re: FWH or harbour function support CRC? ( Solved )

nageswaragunupudi wrote:
so I make these code and solved my problem below:

Congratulations and thanks for sharing your solution.


You're welcome...
by richard-service
Wed Jan 24, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1741

Re: FWH or harbour function support CRC? ( Solved )

so I make these code and solved my problem below:

Congratulations and thanks for sharing your solution.
by nageswaragunupudi
Tue Jan 23, 2024 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1741

Re: FWH or harbour function support CRC? ( Solved )

Dear All, FWH or harbour CRC function not work. Very strange. so I make these code and solved my problem below: #include "fivewin.ch"MEMVAR aCrcMEMVAR polyMEMVAR initvalueMEMVAR finavalueFUNCTION MAIN()LOCAL crcResuPRIVATE aCrc:={0x00,0x01,0x07}PRIVATE ...
by richard-service
Tue Jan 23, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1741

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

... question if I have an xbrowse with customer.dbf (with a combobox to select the indexes and a get to search for customers - see the example diagram below) USE CUSTOMER.... DEFINE DIALOG oDlg @ 10, 165 GET oGet VAR cSeek SIZE 200,19 PIXEL OF oDlg PICTURE "@!"   @ 103,10 XBROWSE ...
by Silvio.Falconi
Mon Jan 22, 2024 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 773

Re: FWH or harbour function support CRC?

Dear Antonio, Mr.Rao, Natter

Right value => 0x8811

I show some test tools below:
Image
by richard-service
Fri Jan 12, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1741

FWH or harbour function support CRC? ( Solved )

Hi

FWH or Harbour any CRC function?
I have some data below:
    CRC WIDTH : CRC-16
    Polynomial : 0x8005
    Initial Value : 0xFFFF
    Final Xor Value: 0x0000

input this 000107 -> CRC RESULT 0x8811
by richard-service
Wed Jan 10, 2024 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1741

xBrowser

... not display the browser; I clarify that the browser does not have a header, lines and vertical and horizontal scrolling, it looks like a form. Below is the browser code   DEFINE FONT oFontBrowser  NAME "Arial"    SIZE 0,  -20   BOLD  @ nLinha, nColuna ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1239

Re: Write C code and return 0 not work.

Dear all This's other function below: nsigned long GetKeyObjectHandle (  unsigned long ulModuleHandle,  unsigned long ulSessionHandle,  int iKeyType,  unsigned char* pKeyID,  int iKeyIDLength,  void* pvPara,  ...
by richard-service
Thu Dec 14, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write C code and return 0 not work.
Replies: 3
Views: 411

SetArray xBrowser

... the images. To give a better example, what is happening is the following: I have a browser with 3 columns and 20 lines. Each line has an image and below the image description. When I do a search to look for an element that only occurs once in the browser, it returns the description of that element ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 276

Re: add a line in the print report

... Silvio may not favor this, but the forum isn't solely for addressing Silvio's questions. yes of course BUT WHY YOU always reply with other topics below my questions ? > We're dealing with a reporting issue, and HTML seems to be the only viable solution. I didn't ask to create an HTML report ...
by Silvio.Falconi
Tue Dec 12, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 550

Re: Transparent area becomes black when use BUTTON...ADJUST

... but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the ...
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Transparent area becomes black when use BUTTON...ADJUST

... but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the ...
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874
PreviousNext

Return to advanced search