Search found 309 matches: capture

Return to advanced search

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio,

Codeblock-Slot like these we need, thx
but how is METHOD LButtonUp() called when i click to collaps/enlarge :?:

Request :
also need for DragDrop
Code: Select all  Expand view
METHOD LButtonUp( nRow, nCol )

include DATA lDrag and ::Capture()
by Jimmy
Sat Feb 24, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: USB reading/writing as Com port

... If Coolterm is needed, I will have a txt/csv file that is updated very fast in realtime, and I can put my Arduino data into the file. How will FW capture the data from that file (this is updated) and show result in a FW dialog. Just Open if with a fOpen function ? FW will be fast enough ? My goal ...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

Re: ID of the new process

... You can use the `Win32_ProcessStartTrace` event to monitor the creation of new processes. This approach involves setting up an event listener to capture process creation events. ```vbscript Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colMonitoredProcesses = objWMIService.ExecNotificationQuery ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 320

Re: Saving OuterHTML using Await Implementation with TWebView

... ellipsis (...) doesn't work in xharbour, feel free to remove it. If the program I provided codes as desired, I would appreciate it if you could capture a screenshot and let me know. Regards, Charles KWON Listo ya logre integrar la clase a la aplicación, parece que el problema eran los puntos ...
by CharlesKwon
Wed Aug 23, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Re: Saving OuterHTML using Await Implementation with TWebView

... method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function `SendToFWH` and using `::oWeb:bOnBind` to capture results, the program achieves synchronous-like behavior by waiting for specific results before proceeding. In summary, this program provides ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Re: Saving OuterHTML using Await Implementation with TWebView

... method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function `SendToFWH` and using `::oWeb:bOnBind` to capture results, the program achieves synchronous-like behavior by waiting for specific results before proceeding. In summary, this program provides ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Webview question

... is empty RETURN .T. What should I put in the OnBind code block? I don't want a message to be displayed. When the user closes the dialog I want to capture the document as I did when using Activex. The other problem I have is when you call TWebview:New() a blank window is displayed momentarily before ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: capture keyboard character without get focus

Good morning. See if this is what you want to do; use google translator to understand the answers. Buen día. Vea si esto es lo que quiere hacer; use el traductor de google para entender las respuestas. http://fivewin.com.br/index.php?/topic/36235-projeto-tirateima-say-transparente/ R...
by karinha
Fri Jun 09, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: capture keyboard character without get focus
Replies: 1
Views: 143

capture keyboard character without get focus

i should capture keyboard characters pressed (tipically to read and process string coming from wireless barcode reader working in keyboard emulation) possibly without need to have the focus active on a get in my FWH app, to solve ...
by max
Fri Jun 09, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: capture keyboard character without get focus
Replies: 1
Views: 143

Re: How to capture screen by code

I check if my program is already running : (Maybe put this in a loop and background process)

Code: Select all  Expand view
  IF IsExeRunning( cFileName( HB_ARGV( 0 ) ) )
      msginfo("Program is running")
      QUIT
   ENDIF
 
by Marc Venken
Thu Feb 23, 2023 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: How to capture screen by code

You can try this (by timer) procedore Finf_File()local st, fllocal oList, oProcprivate dim:={{upper(MyExe), "TWINDOW", {}}}  EnumChildWindows( 0, ;      { | hWn, nLParam | L_Tsk(hWn, "window title" }, 0 ) // opti...
by Natter
Thu Feb 23, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: How to capture screen by code

For the screenshot this could work. Part of a error log/send function In the main section : SetPostErrorAction( { |cErrorLogFileName, oError| MyErrorAction( cErrorLogFileName, oError ) } ) function MyErrorAction( cErrorLogFileName, oError )    LOCAL cErrScreen:=""    LOCAL cFile :=...
by Marc Venken
Thu Feb 23, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

How to capture screen by code

Hi guys, I was tasked to write code based on the following pseudocode. I have no idea where to start i. Run external exe that will display numbers // this part is straight forward ii. Once it displayed, pop a dialog box at the edge of the external exe's window // 2 issues. Determining when the exter...
by hua
Thu Feb 23, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: resolution of a JPG

... the link, the photo is sent to the server and the metadata is read out. If the picture is older than e.g. 10 sec. then the server reports that the capture was not correct. This means that the employee must be on-site because he needs the current link and must send immediately. Best regards, Otto ...
by Otto
Sat Dec 03, 2022 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 633

Re: New Class TWebView in next FWH build

Very good Antonio.
I was taking a class too. I already had all the functions and I managed to work to run inside a resource or Window directly without having to capture the WebView window.
As I don't have time to improve the class, I'll wait for the native class for FiveWin.
by Giovany Vecchi
Tue Jun 07, 2022 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2192
Next

Return to advanced search