Search found 21 matches: inspecting

Return to advanced search

Re: Example appWeb (html)

Sirs

I use xHarbour, and pressing the right mouse button the window is blank, content does not appear and inspecting the page.

Tanks
Ari
by Ari
Wed Aug 24, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example appWeb (html)
Replies: 5
Views: 463

Re: Resedit closes problems after Windows 10 update

Rick, Just checking and inspecting what you have described: If you open the Windows events viewer, there you can see an information error (white) and a severe error (red): Nombre de registro:Application Origen: Windows Error Reporting ...
by Antonio Linares
Mon Jul 19, 2021 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 793

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

... EXE file. 2. Another advantage of FastReport is that it can generate PDF files with a very small file size. 3. The preview of the report is good. Inspecting your code, I see few references to other external EXE's for the viewer, designer etc. For eg Static cDll       := "d:\fwh\fwhteam\samples\FastFwh.dll"...:SetDesigner( ...
by anserkk
Wed Jul 17, 2019 4:31 am
 
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 55
Views: 23852

Elixir Cross Referencer on Harbour

Inspecting the harbour sources with the same tool used to inspect the Linux kernel ( http://www.makelinux.net/kernel_map ) https://github.com/bootlin/elixir https://fivetechsoft.github.io/screenshots/elixir1.JPG ...
by Antonio Linares
Fri Jan 25, 2019 9:09 pm
 
Forum: Utilities / Utilidades
Topic: Elixir Cross Referencer on Harbour
Replies: 2
Views: 1119

Re: Artificial intelligence - Class TPerceptron

Inspecting the neural network: #include "FiveWin.ch"function Main()   local oNet := TNet():New( { 1, 2, 1 } ), n   local x    while oNet:nRecentAverageError ...
by Antonio Linares
Thu Jun 01, 2017 4:12 pm
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 8095

Re: More on WinRT

Inspecting a WinRT IInspectable :-) We get three values. Searching for them in the registry we get: {00000035-0000-0000-C000-000000000046} --> IActivationFactory {50AC103F-D235-4598-BBEF-98FE4D1A3AD4} --> IToastNotificationManagerStatics ...
by Antonio Linares
Sun Apr 17, 2016 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More on WinRT
Replies: 5
Views: 2019

Re: A Forum-error ( PHP ) ?

James,

Yes, I am testing it and noticed that the problem remains there.

Inspecting the cookie with chrome, I just realized a tapatalk error reported by Chrome, so I have emailed tapatalk tech support
as they are very good phpbb experts and hopefully they may help us
by Antonio Linares
Sun Jan 31, 2016 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Forum-error ( PHP ) ?
Replies: 50
Views: 7160

Re: Checkbox text disappears Harbour/MSVC

Enrico,

Its not the C compiler itself, but several modifications that MS does to the final EXE (segments organization, etc.)

I have seen that inspecting the EXEs with PEInfo and similar apps

https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe
by Antonio Linares
Sun Feb 22, 2015 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 7315

Re: HTTP alternative ?

Tim,

If you send me your EXE I will review it here. Without inspecting it myself I can't think of any other reason for such error.
by Antonio Linares
Sat Aug 02, 2014 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTTP alternative ?
Replies: 16
Views: 2985

Re: Security of array data

Roger, Why do you think that a hacker could have some interest in reviewing that computer ? Will the hacker have access to it ? Inspecting the memory is possible and it works. With little technical preparation it is possible to go that far, but the hacker may need full access to the computer. ...
by Antonio Linares
Sat Sep 28, 2013 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Security of array data
Replies: 10
Views: 3706

Re: Reports designers comparison

Inspecting the fields to use: http://img51.imageshack.us/img51/4793/8j7j.png FiveReps.prg #include "FiveWin.ch"#include "RichEdit.ch"#include "xbrowse.ch"#include "splitter.ch"#include ...
by Antonio Linares
Tue Jul 09, 2013 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reports designers comparison
Replies: 37
Views: 20459

Re: Voice SPEAKING

Inspecting "SAPI.SPVoice" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( ...
by Antonio Linares
Wed May 15, 2013 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice SPEAKING
Replies: 27
Views: 4716

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

Frank,

Already inspecting locals, static, public and privates :-)

Image
by Antonio Linares
Sat Dec 31, 2011 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18797

Re: FiveWin Web Interface

... board list using IE. It is very fast. So it must be another (correct?) way to color the lines. It should be in the forum source code. EMG Enrico, Inspecting the board list we found that it uses <li> hover to change the color. Unfortunately we have to use <tr> for a table. Not sure ...
by Antonio Linares
Wed Oct 19, 2011 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19855

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... Upload and download time is greatly reduced. 3. Installation is not dependent on any external files. Hope I am clear now. You can confirm this by inspecting the contents of hbIDE installation folder.
by Pritpal Bedi
Wed Aug 25, 2010 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99845
Next

Return to advanced search