Search found 228 matches: technique

Return to advanced search

Switching my setup program to webview2

Hello friends, Whenever I start with a new technique, I first change the setup program to incorporate the new technique. This way, our customers operate using the new technique in real-time, allowing us to receive feedback. Not much can go wrong, ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

WebView2 - timer to interact with FW (SetInterval)

... in JavaScript that asks for the current time in Fivewin. I want to find out if the resource consumption increases significantly here, or if this technique can be used without concern. Best regards, Otto https://mybergland.com/fwforum/intervalwebview.jpg
by Otto
Wed Jan 10, 2024 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 - timer to interact with FW (SetInterval)
Replies: 3
Views: 1011

OVERRIDE

I saw that I can modify a method of a class directly with the OVERRIDE command without having to modify the class.
Can I add Data or new methods with the same technique? and how ?
by Silvio.Falconi
Mon Nov 13, 2023 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

Re: Pass Multiple vars with a function call

... cMaster )->( ORDSETRELATION( "factart" , { || document }, "document" ) )  If you mean this technique ? that i'm using.
by Marc Venken
Fri Sep 08, 2023 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 223

Saving OuterHTML using Await Implementation with TWebView

... in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for TWebView, which is supported by the 'await' technique in other languages. 5. The implementation is named TAWaitWeb. To facilitate more convenient usage, I have created user-friendly functions ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

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. ...
by Marc Venken
Wed Jun 07, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1093

to Excel : using Array and "paste" it

hi, i´m not sure if this Technique is know : you can "paste" a Array into RANGE of a Excel Sheet to build a Array from DBF is no Problem than you need to "calculate" RANGE to fit Array Data  cEnde := ZAHL2CHR( ...
by Jimmy
Sun Apr 23, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 3
Views: 269

Re: Windows 7 / MSVS 2022 Crash

... install Visual Studio in such Windows 7 machine, running your EXE from the Visual Studio IDE will surely tell you whats the problem I use this technique to get some info when no info is found and it works really well :-)
by Antonio Linares
Thu Apr 06, 2023 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 2963

a small question on Yunus NagesWarao sample

I'm using the array technique to save the body of an invoice like NagesWarao does in his yunus.prg example NagesWarao assigns to the static variable "cItemFlds" the fields it uses in the xbrowse static cItemFlds  := "INVNUM,SERIAL,ITEMCODE,ITEMNAME,QUANTITY,UNIT,PRICE,DISCOUNT,RECNO()" ...
by Silvio.Falconi
Wed Apr 05, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a small question on Yunus NagesWarao sample
Replies: 2
Views: 228

Re: Concept of REDEFINE for Dummy

hi, The only problem we found in the use of this technique (dialog design in .RC) is the adaptation of these designs to screens of different resolutions. i agree that these "old" Windows "Common Control" are made for Screen like ...
by Jimmy
Sun Apr 02, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: Concept of REDEFINE for Dummy

The only problem we found in the use of this technique (dialog design in .RC) is the adaptation of these designs to screens of different resolutions.
But everything can be solved, with Fivewin, everything is possible.
by cnavarro
Sun Apr 02, 2023 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: MSXML2.ServerXMLHTTP / readyState / Status

... simple" just "GET" hole HTML e.g. from this Message, and find "Marker" to "extract" Text i´m a Internet Technique Dummy ... i once wrote something for Xbase++ to get PDR from Alaska Website here in Fivewin Forum i have read about a "Reader" which ...
by Jimmy
Sat Mar 18, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: Concept of REDEFINE for Dummy

hi Antonio,

WOW, i did not know that Technique.

i did know 2-Way "Form-Designer" but they "generate Full Source" CODE but never think of *.RC

but how is *.PRG Part
will it "generate" too :?:
by Jimmy
Sun Feb 26, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Concept of REDEFINE for Dummy

hi,

i do not know Technique of using *.RC and REDEFINE
"where" can i learn more about it how to use with Fivewin :?:
by Jimmy
Sun Feb 26, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: CLASS TGrid() for FiveWin

... was still WHITE so i need Customdraw (*2) https://i.postimg.cc/8P8nf3sH/Dual-Grid-Black-Header.jpg now i have implement both Technique which Windows Control can use to "paint" as you want will prepare next Release (*1) https://learn.microsoft.com/en-us/windows/win32/controls/user-controls-intro?redirectedfrom=MSDN ...
by Jimmy
Mon Feb 20, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3454
Next

Return to advanced search