Search found 816 matches: level

Return to advanced search

Re: SAPI : change Voice

Harbour function __axRegisterHandler() register an events handler.

meanwhile the speak of a text there are events but they don't arrive. No idea why.

We have low level debugged the code and it is correct but somehow the events are not arriving
by Antonio Linares
Thu Feb 08, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3093

Re: link between PRG and RC

Dear Ruth, FiveWin provides a high level of freedom to developers so it is quite usual to find FiveWin developers organizing their work in different ways. As a general rule, the better you organize and structure your project, the easier it ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1293

Re: link between PRG and RC

Thank you for your answer :-)
my level in fivewin is beginner...
i am used to working with html, javascript, bootstrap and also modharbour and would like to learn and understand fivewin and everything that comes with it better.
thanks again and kind regards
ruth
by Ruth
Mon Jan 29, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1293

Re: link between PRG and RC

Good afternoon Ruth, sorry for the question, can you tell me what your level of knowledge of FiveWin The Best is?

Buenas tardes Ruth, perdón por la pregunta, ¿puedes decirme cuál es tu nivel de conocimiento de FiveWin The Best?

Gracias, thanks.

Regards, saludos.
by karinha
Mon Jan 29, 2024 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1293

Re: FW_MemoEdit error

... that there is someone who thinks of using html and webview and using the LAN, when in the fwh there are many things at the desktop application level that don't work well This makes me very angry because when I use it I have to create a simple application with fwh and are faced with these still ...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 472

Re: SAPI : change Voice

Dear Otto, this is not a high level Harbour debugger It is a low level debugger to see the Harbour virtual machine running and be able to debug C code. You get it when you install (free) Visual Studio Community 1. Install Visual Studio Community ...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3093

Re: WebView2 Essentials: Guides, Tips & Resources

... to keep track of web view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view control. The class design is focused on interaction between the native application and the web view, ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: How to find out the IDs of controls and types?

Dear Jimmy,

Those control objects don't exist until you redefine them.

When we use Windows API EnumChildWindows() we are working at the Windows API level, not at the FWH level
by Antonio Linares
Sun Jan 07, 2024 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1614

Fivewin controls similar to javascript elements

... FiveWin is a toolkit used with C++ for desktop application development. This leads to differences in how events are processed and handled. System-Level vs. Application-Level: In Windows programming, you're often dealing with system-level messages and events, whereas in JavaScript, you're typically ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1086

Re: whatsapp

The function provided with FWH2310 can send files as attachments. That is possible only due to some low level ( c language modules ) in FWH2310. So, that is not compatible with earlier versions. We provide here a modified version with which we can send messages and also some ...
by nageswaragunupudi
Sun Nov 19, 2023 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1200

Re: Testing Harbour -gc3 flag

... /w0 /p >> Erro.log 2>> ERROS.LOG ??? Gracias. Regards, saludos. What is -es3? It is not supported. Maximum severity level is -es2.
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4120

Re: ID of the new process

... need to implement some logic to filter out the specific process you are interested in. Choose the method that best fits your requirements and the level of detail you need for your specific use case.
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 291

Interesting discussion with ChtGPT

... This could reduce the need for extensive libraries and frameworks, as the AI might be able to generate the required code based on higher-level instructions or intentions. FiveWin and Harbour: Tools like FiveWin, which enhance and modernize Harbour's capabilities, are crucial for maintaining ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 885

Re: enviar mensajes a whatsapp, ¿posible solucion?

... que tengo en mi versión, creo que no esta considerando array de archivos. Possible from FWH2307 onwards only. This is because the C level improvements for CF_HDROP were implemented in FWH2307 only that are necessary for copy multiple files to clipboard. (fwh\source\winapi\clpbrd.c) ...
by nageswaragunupudi
Sat Oct 28, 2023 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 3682

Re: DBF . Commit

Next: So, what does this HARDCOMMIT setting do? After going through some low level functions in (x)Harbour rdd like: static HB_ERRCODE hb_dbfFlush( DBFAREAP pArea ){   // ... some code ...   if( hb_setGetHardCommit() && errCode ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2209
Next

Return to advanced search