Search found 72 matches: f12

Return to advanced search

Re: developer tools (F12) in WebView?

Dear Cristobal,
thank you.

Best regards,
Otto
by Otto
Tue Dec 05, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 327

Re: developer tools (F12) in WebView?

Dear Otto, try
Code: Select all  Expand view

oWebView := TWebView():New( 1, )
 
by cnavarro
Tue Dec 05, 2023 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 327

developer tools (F12) in WebView?

Hello friends,
How can I enable and open the developer tools (F12) in WebView?

Best regards,
Otto
by Otto
Tue Dec 05, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: developer tools (F12) in WebView?
Replies: 2
Views: 327

Re: Video from the site to a file

hi Natter, *.MP4 File which you see under F12 IS the Video File. you can try to download file ... but most they send you only "frame-by-frame" of *.MP4 this Way they avoid that People can download hole Video Files ( Copyright ) but it ...
by Jimmy
Sun Oct 01, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 621

Re: Video from the site to a file

I launch a video on the website and open the Inspector (F12)
In the Network section, you can see how I receive files with the .mp4 extension (apparently these are the frames).
Can these files be intercepted ?
by Natter
Fri Sep 29, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 621

how to use VK_F10 ?

hi,

i can use o:bKeyDown to F2 - F9 and F11
i know VK:F12 can be Devugger, but how to get VK:F10 ... it does "open" Menu if exist ...
by Jimmy
Tue May 02, 2023 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use VK_F10 ?
Replies: 0
Views: 125

Re: Iniciando con mod_harbour

... preprocessor. You build your framework yourself. One advantage is that the HTML and JS line numbers are retained. If you examine the website with F12, you will see the real line numbers. I would like if you give me more information about Harborino, I would appreciate it. If you have a website ...
by Otto
Tue Jan 11, 2022 9:34 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3759

Re: Focus error on this new project

setkey( VK_F12,{|| Dbftonen() } ) setkey( VK_F10,{|| popfiles() }) F12 = Function that will show aal the open databases and indexes and some info for looking what is going on (debug mode) F10 = Function to open a selected dbf in ...
by Marc Venken
Thu Dec 09, 2021 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1146

Re: From WORDPRESS to DBF-mod harbour

... into your prg file. The advantage of patching is that you release a single source code. This is so important for debugging (F12) from the browser. https://mybergland.com/fwforum/preprocessor.jpg And to maintain, you have a well-organized code. And you have pure ...
by Otto
Mon Sep 20, 2021 6:56 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 1
Views: 372

Re: From WORDPRESS to DBF-mod harbour

... into your prg file. The advantage of patching is that you release a single source code. This is so important for debugging (F12) from the browser. https://mybergland.com/fwforum/preprocessor.jpg And to maintain, you have a well-organized code. And you have pure ...
by Otto
Mon Sep 20, 2021 6:32 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 3
Views: 509

Re: No funcionan los Ejemplos TWeb

... 1:1 only we are using a string. Therefore, we must convert the string to a number inside the function. Best regards, Otto You can open with F12 Key the development mode of the web browser and there you can debug your code. With console.log() you can write to the console, similar to our FWLOG. ...
by Otto
Sat Aug 28, 2021 7:35 pm
 
Forum: mod_harbour
Topic: No funcionan los Ejemplos TWeb
Replies: 26
Views: 3563

Boton Oculto en Dialogo

... queda activada en memoria mientras se esta dentro de ese dialogo y que al presiona por ejemplo CTRL- A se ejecute la accion. o CTRL-SHIFT o CTRL-F12, CTRL-LEFT CLICK, cualquier combinacion no importa cual sea. Agradecido de antemano con la ayuda que puedan prestar, Un abrazo,
by JoseAlvarez
Wed Mar 03, 2021 8:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Boton Oculto en Dialogo
Replies: 2
Views: 437

Re: Are there any Treeview samples with associated edit boxes?

D. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) ...
by Antonio Linares
Wed Dec 09, 2020 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4833

Re: Are there any Treeview samples with associated edit boxes?

D. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) ...
by bpd2000
Wed Dec 09, 2020 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4833

Re: Are there any Treeview samples with associated edit boxes?

D. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) ...
by Antonio Linares
Sat Dec 05, 2020 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4833
Next

Return to advanced search