Search found 107 matches: throw

Return to advanced search

Re: Crear Archivo Json y Enviarlo vía POST

Antonio, you should throw away all the old stuff and get the latest official xHarbour build. There is no problem at all using that build with any C compiler and FWH. I don't know about xHarbour.com, though.
by Enrico Maria Giordano
Tue May 07, 2024 7:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2401

Re: TITLE CLASS BUG with oDLg TRansparent

... the ttitle class must be transparent, the dialog must also be transparent because the checkbox must work , please change the color and size of the throw bar. A question if you are not capable with the atTitle class why do you send messages and above all because you are a manager of this forum ? ...
by Silvio.Falconi
Sun Mar 17, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1683

Re: WebView2 Essentials: Guides, Tips & Resources

... are asynchronous, it's important to handle these operations correctly in your application. Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 483

Back after 10 years due to illness [ Javier Lloris ]

... think I remember that it was called that. Unfortunately, when I moved house, some friends came to help with the move and I made a total mistake by throwing away many things that I now realize I need, even if it is out of curiosity and remembering past times. That is, to summarize, my friends asked ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 392

Re: Xlsxlibhb_ver2

... these libs when they are actually present in the bcc770 libs? May be my ignorance. May be I am doing something wrong. I would like the Experts to throw some light on this. Looks like we need to make many changes to our standard buildx.bat being used for decades without any issues on all versions ...
by nageswaragunupudi
Wed Nov 22, 2023 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9081

Re: PDF EN RPREVIEW

... own personal applications. I have not so far found any problems. I did a lot of tests with FWH2212 also and all seem to be ok. Anyway, if you can throw some more light on the problems you are facing, we are always here to support you.
by nageswaragunupudi
Sat Aug 12, 2023 8:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 976

Re: SSE example

... headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(recipients) }) .then(res => { if (res.ok) { return res.text(); } else { throw new Error(res.status + " " + res.statusText); } }).then(data => { intervalcounter += 1 console.log("LoadItems data"); console.log(intervalcounter); ...
by Otto
Thu May 25, 2023 12:18 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4954

Error toleauto

... ) nTotRowCount := oHoja:UsedRange:Rows:Count() * y me da el error: Error description: Error toleauto/65535 TOLEAUTO:NEW Called from: => THROW(0) Called from: source/rtl/win32ole.prg => Toleauto:New(0) Lo que no entiendo es que hace un par de días me funcionaba perfectamente y ahora ...
by pedroluis
Sun Feb 05, 2023 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error toleauto
Replies: 2
Views: 312

Re: Harbour warnings

rhlawek wrote:What I do NOT understand why Self in the row for .center. does not also throw the warning when using w3.


There is no Self in the CENTER clause. Probably you mistakenly looked at the VALID clause:

Code: Select all  Expand view
<.center.>, [{|Self|<uValid>}],;


EMG
by Enrico Maria Giordano
Sat Jun 25, 2022 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2400

Re: Harbour warnings

... like nRow, nCol, nFlags, etc. need to be handled in other rows as well. What I do NOT understand why Self in the row for .center. does not also throw the warning when using w3. (if you take out the ON INIT from the sample and leave CENTER there is no warning, but add in something like ON CLICK ...
by rhlawek
Sat Jun 25, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2400

Re: Learning opencv step by step

... specifies that only standard C++ ("synchronous") exceptions will be caught, and `extern "C"` functions will not throw exceptions. This is recommended when writing portable, platform-independent code.
by Antonio Linares
Tue Dec 14, 2021 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2436

Re: Campos empaquetados en archivo de texto

... hex is unsigned. switch (nibble(inp, 0)) { case 0x0D: isNegative = true; break; case 0x0F: case 0x0C: isNegative = false; break; default: throw new Exception("Bad sign nibble"); } long intermediate; long carry; long digit; for (int j = inp.Length * 2 - 1; j > 0; j--) { // ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3068

Re: Windows 11 Fluent Design

... .. Bitlocker can easily be broken by adding new equipment to your computer such as memory and if you have misplaced your key ..you might as well throw away your hard drive and get a new one and start over. Tpm is also used in other ways as well to store some "user info" .. none of which ...
by Rick Lipkin
Sat Jul 10, 2021 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9448

Re: Extración de datos de pdf via OCR

... Error TOleAuto/-1 CO_E_CLASSSTRING: TOLEAUTO:NEW Args: [ 1] = C acroexch.pddoc [ 2] = U [ 3] = U Stack Calls =========== Called from: => THROW( 0 ) Called from: xhb\xhbole.prg => TOLEAUTO:NEW( 0 ) Called from: xhb\xhbole.prg => CREATEOBJECT( 0 ) Called from: orc.prg => EXTRAERTEXTOPDF( ...
by FranciscoA
Fri Jul 02, 2021 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extración de datos de pdf via OCR
Replies: 16
Views: 4634

Re: display of fonts used in browses

... copy this file from another app and place it in the app-folder [appfolder/Contents]. After placing this file you need to rebuild your app (just throw away the .o files) and the program runs on Retina-screens with much smoother fonts.
by plantenkennis
Sun Nov 01, 2020 9:15 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: display of fonts used in browses
Replies: 6
Views: 1410
Next

Return to advanced search