Search found 1153 matches: posted

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

... the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge Sorry dear Mark I didn't see the message when it was posted. Google removed support for google charts/images as you can see in the link I attached, although my library still works. This is why I have not ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2010

Re: Question about performance RowSet

... Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Hide/show search system on a dialog - Resolved

nageswaragunupudi wrote:Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.

on xbrowser.prg there is not on buttonbar the get and the combobox
by Silvio.Falconi
Tue Mar 19, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1194

Re: Hide/show search system on a dialog - Resolved

Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.
by nageswaragunupudi
Mon Mar 18, 2024 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1194

Re: Question about performance RowSet

... Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Modify the title font of a MdiChild window

My dear friend Otto, try this trick that you posted, using MDI, please. Mi querido amigo Otto, prueba este truco que publicaste usando MDI, por favor.    DEFINE WINDOW oWnd STYLE ( WS_POPUP | 0x00040000L  ) ;    ...
by karinha
Fri Mar 15, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 855

Re: Bug FWH2402 - Botones

Here it is working fine using Borland and MSVC 32 an 64

Same screenshots as posted here

Puedes probarlo usando FWH\samples:

buildh.bat botones
buildh32.bat botones
buildh64.bat botones
by Antonio Linares
Wed Mar 06, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 668

Re: Problem with FiveWin and PDF995 on Windows 11.

nageswaragunupudi wrote:Did you first try to build the sample I posted above with buildx.bat in the samples folder?
If you let me know if it is working for you or not, then I can advise you further


El ejemplo que publicaste al inicio funciona correctamente.

Image
by leandro
Thu Feb 15, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

Did you first try to build the sample I posted above with buildx.bat in the samples folder?
If you let me know if it is working for you or not, then I can advise you further
by nageswaragunupudi
Thu Feb 15, 2024 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

... from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc&nbsp; and %hdirl% means xharbour\lib I posted a sample above. Please save that sample as it is to \fwh2310\samples folder and build it with buildx.bat and let us know if it is working for ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

... is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc  and %hdirl% means xharbour\lib I posted a sample above. Please save that sample as it is to \fwh2310\samples folder and build it with buildx.bat and let us know if it is working for ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Connecting to a BLE device

Hi All, I posted this question a few years ago but never got a workable solution so I'm trying again. Has anyone ever connected to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to ...
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: Error: FWH2206 Parte1

Let us go step by step. Step-1. Keep the semdlg.prg and semdlg.rc posted above in the fwh\samples folder and build with buildh semdlg You will see the dialog without any errors. Please confirm. Then we will go to next step. Hola Rao, Te comento, compile ...
by csincuir
Tue Feb 13, 2024 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 988
Next

Return to advanced search