Search found 816 matches: level

Return to advanced search

Re: download iPhone Photo connect to PC

... ... i want to DblClick on "Node" and than "build" Sub-Folder --- i have begin to re-write HMG CODE for Fivewin and reach "Level 3" which mean ROOT -> FOLDER -> NEXT https://i.postimg.cc/zDS8Y2WN/Tree-Root-small.png but i have to re-write also ...
by Jimmy
Sun Nov 27, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 1008

Re: mod_harbour com firebird

Dear Otto, good morning There is a folder in c:\harbour\contrib\hbfbird\ that as it says: README 2003-12-23 - Harbour low-level API for Firebird and Interbase RDBMS This work is not finished yet. It's planned to be similar to Harbour TMysql routines. For full firebird documentation ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 390

Re: How to obtain plain text from a RTF control?

... (Correct me if my opinion is not correct) From: https://learn.microsoft.com/en-us/windows/win32/controls/em-settextmode Sets the text mode or undo level of a rich edit control. The message fails if the control contains any text. What the companion requests is to be able to remove all the formatting ...
by cnavarro
Wed Oct 19, 2022 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 419

Re: WITH MOTIVATION INTO THE NEW SCHOOL YEAR

Dear Silvio,

Otto already has an excellent web design and building technical level, surely higher that the one that most of us we have :-)
by Antonio Linares
Thu Sep 15, 2022 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WITH MOTIVATION INTO THE NEW SCHOOL YEAR
Replies: 3
Views: 303

The smallest neural network for Harbour

... M_E    #define M_E  2.71828182845904523536#endif   HB_FUNC( MATH_E ){   hb_retnd( M_E );}#pragma ENDDUMP See the level of accuracy predicting the result values: 0 XOR 0 = 0.028447448 0 XOR 1 = 0.944000896 1 XOR 0 = 0.952882189 1 XOR 1 = 0.094916901
by Antonio Linares
Tue Sep 13, 2022 12:29 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: The smallest neural network for Harbour
Replies: 1
Views: 644

Re: Installing on Paralles for Mac

Rick, After many years of building my own computers, and buying pre-built, or custom built, name brands, my number 1 concern has been the level of support available when hardware has an issue. Looking at all of the major brands, and local shop built systems, and considering the needs of my ...
by TimStone
Thu Sep 01, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 763

Re: TWebView:Destroy method does not close the window.

Dear Hakan,

I am thinking about low level debugging it using Visual Studio, unless a solution appears.

I don't think Steffen may be able to help on that...
by Antonio Linares
Fri Jul 29, 2022 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3087

Re: VS-Installer

Dear Detlef, > Only to have a new resource editor, compiler and linker? It offers you much more than that. It has a wonderful IDE, a great low level debugger, lots of tools that you will do appreciate when you investigate them :-) > more than 6 GB on my harddrive What is that for modern computers ...
by Antonio Linares
Sun Jul 24, 2022 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 465

Re: MS Visual Studio

It is not normal, I also come from xharbour and I have not noticed any affectation at the speed level, for better or worse, and there have been various apps, the only thing to point out is that I only use tmysql for my data, I have not used dbf for years
by carlos vargas
Fri Jul 08, 2022 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1488

Re: Harbour warnings

I've been doing this. I'm not sure it is completely perfect as it appears (to me) that once set to level 1 this way the reset back to level 3 doesn't always seem to work. #pragma WARNINGLEVEL = 1// Warning generating code...#pragma WARNINGLEVEL = 3  The problem here is that ...
by hmpaquito
Fri Jun 24, 2022 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2342

Re: Harbour warnings

I've been doing this. I'm not sure it is completely perfect as it appears (to me) that once set to level 1 this way the reset back to level 3 doesn't always seem to work. #pragma WARNINGLEVEL = 1// Warning generating code...#pragma WARNINGLEVEL = 3  The problem here is that ...
by Enrico Maria Giordano
Fri Jun 24, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2342

Re: Harbour warnings

I've been doing this. I'm not sure it is completely perfect as it appears (to me) that once set to level 1 this way the reset back to level 3 doesn't always seem to work.

Code: Select all  Expand view

#pragma WARNINGLEVEL = 1

// Warning generating code...

#pragma WARNINGLEVEL = 3

 
by rhlawek
Fri Jun 24, 2022 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2342

Re: Harbour warnings

... declaration /b debug info /build display detailed version info /credits display credits /d<id>[=<val>] #define <id> /es[<level>] set exit severity /ex create public function list (.xbx) /g<type> output type generated is <type> (see below) /gc[<type>] ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2342

Re: New Class TWebView in next FWH build

We managed to simplify all the required low level C code and see how nice and simple looks now: You can use the "SendToFWH" name or any other name you may prefer ;-) #include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Horizon
Mon Jun 06, 2022 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2215

Re: New Class TWebView in next FWH build

We managed to simplify all the required low level C code and see how nice and simple looks now: You can use the "SendToFWH" name or any other name you may prefer ;-) #include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Antonio Linares
Mon Jun 06, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2215
PreviousNext

Return to advanced search

cron