Search found 191 matches: fly

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... ,cModel , cPrompt, pFunc )RETURN .T. but it does not react same Way like Fivewin Sample it does not write "Answer" on-fly ... it write it on "End" and all Text in "one Block"
by Jimmy
Fri Dec 22, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6935

Re: not ISOEM(), ISANSI() or IsUTF8()

hi,

forgot to say that Xbase++ still use default OEM Setting :!:

Xbase++ use OEM <-> ANSI "translation" internal "on-fly"
to use Xbase++ with ANSI you need to compile with -a
by Jimmy
Mon Aug 28, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 1927

Re: Create help system with F1

... You also know )) I would go for a easy way like you proposed. Select a item that you would like help for and if not exist, create it on the fly (in devellop mode) not live program if exist show at a location near the item OR at a fixed position (ex. top right screen) I prefer dbf simply ...
by Marc Venken
Tue Jul 11, 2023 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 729

Re: HASH vs single variables

I also use this technique. Very easy and better overview. I use a hot-key that pops a xbrowse where i can add a variable on the fly for using in my program. It also pops all var's with there current values and that is happy for info/debug. and I can have labels (that gives the type and ...
by Marc Venken
Wed Jun 07, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1060

Re: hb_CDPSELECT() crash ?

... File as i say it crash with hb_out.LOG so i don´t know "where" it crash --- i have use Codepage only for DBF which i can change "on-fly" when use FWstring() i can change Language-ID but why not Codepage-ID :?: Jimmy p.s. i have send Source of DUALGRID to Mr.Rao to show DELETED ...
by Jimmy
Wed May 31, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 319

Multiple Sql Indexes - Rao

... to re-create the same recordset ordered by OwnerName and or by Pet name .. Like in dbfcdx .. you create a .dbf with two tags and you can on the fly set order to ownername or petname .. is this possible in ADO Sql ?
by Rick Lipkin
Tue May 30, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 208

Re: new Array for XBROWSE -> only 1st Column ?

... LEN(aArray) is much bigger than 1 and "wide" is FCOUNT(). but with my CODE it show only 1st Column "A" when assign "on-fly" to XBROWSE --- instead of APPEND to DBF i want to "show" Data using XBROWSE                SELECT 1               aValues := Scatter() ...
by Jimmy
Thu May 25, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new Array for XBROWSE -> only 1st Column ?
Replies: 7
Views: 311

simulate unknown Function of UDF in IndexKey()

... oError:operation, oError:osCode --- let say i got Function Name XYZ() Question : is it possible to "simulate" Function XYZ() "on-fly" :?: --- if i have a FUNCTION Dummy()RETURN .T. i can use #xtranslate XYZ -> Dummy so i can call XYZ() without "real" ...
by Jimmy
Fri May 05, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 407

Re: Notepad++ / Harbour

Yes, notepad++ is pretty good. But I think nothing beats VsCode. It already has a harbour extension. You not only do your editing, it has code complete, harbour syntax checker, shows errors on the fly, code completion, etc... but you can also compile, run, and debug inside the editor.


Renaldo.
by reinaldocrespo
Tue Mar 21, 2023 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notepad++ / Harbour
Replies: 8
Views: 1464

Re: TrayBallon for Fivewin

hi, i have to say sorry while that CODE seems only run under 32 Bit "right" under 64 Bit it does not "fly-out" :( but are in Info-"List" and Tray-Icon show "filled" i have to figure out why it does not react like i want under 64 Bit How we ...
by Silvio.Falconi
Tue Feb 21, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TrayBallon for Fivewin
Replies: 3
Views: 306

Re: TrayBallon for Fivewin

hi,

i have to say sorry while that CODE seems only run under 32 Bit "right"

under 64 Bit it does not "fly-out" :(
but are in Info-"List" and Tray-Icon show "filled"

i have to figure out why it does not react like i want under 64 Bit
by Jimmy
Tue Feb 21, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TrayBallon for Fivewin
Replies: 3
Views: 306

TrayBallon for Fivewin

... can have "more" Parameter than Microsoft say https://i.postimg.cc/Nj1btLWX/FW-Tray-Ballon.jpg TrayBallon will "fly-out" like Windows Message you can change Icon and use Resource or from Disk have a look at HB_FUNC ( SHOWNOTIFYINFO ) in Demo CODE #include ...
by Jimmy
Tue Feb 21, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TrayBallon for Fivewin
Replies: 3
Views: 306

Combobox Ownerdraw with Icon from DLL Sample

hi, here a Demo how to use Ownerdraw with Comboxbox it also show how to access System Icon "on-fly" so it will look same as Windows OS https://i.postimg.cc/NF66p0GD/Combobox-Demo-Ownerdraw.jpg #include "Fivewin.ch"#include "WCOLORS.CH"* ...
by Jimmy
Mon Feb 20, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Ownerdraw with Icon from DLL Sample
Replies: 0
Views: 170

Re: List of Resource No in Windows System DLL

... wrote my own HMG App to "extract" Icon ( ExtractIcon ) i "think" it is "legal" to use Windows System Icon "on-Fly" but it might be a Copyright Problem when "extract" it p.s. these DLL does not include new "Fluent" Style here you can ...
by Jimmy
Thu Feb 16, 2023 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 751

Re: CLASS TGrid() for FiveWin

... Problem) --- latest News : have add Sample "virtual" GRID ( Property.PRG ) it can handle up-to 100.000.000 Array Element "on-fly" Listview can use Style LVS_OWNERDATA and Notify Event LVN_GETDISPINFO to "paint" Data "on-Fly"   ::nview := LVS_REPORT  ...
by Jimmy
Sun Jan 08, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3348
Next

Return to advanced search