Search found 483 matches: enhanced

Return to advanced search

Re: RC to PRG generator

Enhanced version: #include "FiveWin.ch"#define GWL_STYLE         -16static nButtons := 0, nLbxs := 0, nGets := 0, nTrackBars := 0, nXBrowses := 0, nMeterExs := 0static nGroups := 0, nRadios := 0function Main()  ...
by Antonio Linares
Tue Feb 13, 2024 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1007

Re: RC to PRG generator

Enhanced version: #include "FiveWin.ch"#define GWL_STYLE         -16static nButtons := 0, nLbxs := 0, nGets := 0, nTrackBars := 0function Main()   local oDlg    DEFINE ...
by Antonio Linares
Mon Feb 12, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1007

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... times to reproduce your problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52308

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... times to reproduce your problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction ...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52308

future of Rich Text Editor maybe time to start with WEBVIEW

... and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1428

Re: Definir font richedit5

... and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

Re: Using Microsoft AI Phi-2 from FWH

... It has been tested using these models. We recommend Phi-2 as it is the smallest and better. Every few days are appearing new and enhanced models :-) Microsoft Phi-2 https://huggingface.co/kroonen/phi-2-GGUF/resolve/main/phi-2_Q4_K_M.gguf?download=true Microsoft Orca2 ...
by Antonio Linares
Mon Dec 18, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6906

Re: Calculate total pages

... - The loop or logic to iterate through `aFiles` is not shown, but within that context: - `hMeta := GetEnhMetaFile(aFiles[nFor])`: Retrieves an Enhanced Metafile from `aFiles`. - `PlayEnhMetaFile(oDevice:hDC, hMeta,, .t.)`: Plays or renders the metafile onto the device context. - `oDevice:hDCOut ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508

Re: Probando el flag -gc3 de Harbour

... (formerly Borland) C++ 7.60 Windows x86, x86_64 Support for Embarcadero C++ 7.60 is limited to bcc32 (Classic Borland C++ compiler), bcc32x (Clang-enhanced C++ compiler for 32-bit Windows), and bcc64 (Clang-enhanced C++ compiler for 64-bit Windows). The bcc32c binary is not supported. Salu2
by paquitohm
Mon Nov 20, 2023 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando el flag -gc3 de Harbour
Replies: 4
Views: 384

New FTDN October/Octubre 2023 (FWH 23.10)

... amd new sample (2) listvie2.prg for Unicode implementation * Unicode implementation for ToolBars and Rebars revised sample: samples\toolbar1.prg * Enhanced: function FW_SayTextHilite(). The last paramter aWords, was required to be upper case. Now the words can be of any case. * Fix: creation and ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3572

Re: Booking xbrowse example

Antonio Linares wrote:Thank you dear Detlef,

Mr. Rao is working on an enhanced version. Lets wait a little for him to deliver it

Its another great work from Mr. Rao :-)


Antonio,

when a an enhanced version ?
by Silvio.Falconi
Tue Sep 19, 2023 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2722

FW 23.07 Xbrowse, oCol:Cargo is NIL

I use oCol:Cargo to save some parameters.
Since FW 23.07 it does not work anymore, maybe due to:
LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with
three new parameters.
Param.3 nCol: Default 0: Sorts on nCol of Cargo Array

How can I find a workaround?
Suggestions are welcome.
by frose
Sun Sep 10, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 232

Re: DBF to Excel Sheet, without Excel, using ADO ?

This is an enhanced version. There is an option to use ADOX of SQL to create the table. Both options work alike. Also used datecheck necessary for MS products. #include "fivewin.ch"#include "adodef.ch"function ...
by nageswaragunupudi
Tue Aug 15, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2314

Re: Web programming with Mod Harbour

... powerful and user-friendly approach to software development. It is designed to be compatible with the Clipper programming language while offering enhanced features and capabilities. Mod Harbour supports both console and GUI-based applications and is often used for creating business applications, ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 322

New FTDN July/Julio (FWH 23.07)

... * Enhancement: TListView class is now made Unicode compatible Try samples\testvie1.prg * LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with three new parameters. Param.1 lAsc: .T. or "A" for ascending sort and .F. OR "D" for descending sort. Or, this parameter ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938
Next

Return to advanced search