Link to home
Start Free TrialLog in
Avatar of Ronald112197
Ronald112197Flag for Germany

asked on

HTML component (NOT Active-X)??

I need an HTML-component that is not Active-X, i.e. it does not need to be installed on the "destination machine".

I'm writing a program that should be "runnable" from a network without installing it on each client machine first.

Also, I had a hard time with the HTTP-component in Delphi. The required DLL's alone are almost one megabyte - I'm trying to write a "small" program!!

Any ideas??  Thanks a lot!
Avatar of JimBob091197
JimBob091197

Hi

What about using MS Internet Explorer?  I know you don't want to use ActiveX, but you can make IE an AX control (by importing the type-library if you have Delphi 3) and have it on your Delphi form.  Everybody should have IE on their PC (if they're running Win 95).

Cheers,
JB
a non-ActiveX-HTTP component will not be easy, because the HTML standard is complex and changing rapidly.
For a HTTP-Component I recommend F. Piettes components, freeware available at
http://www.rtfm.be/fpiette/

Slash/d003303
To JimBob:
NO, not everybody should have IE....   :-)
ssite: Well, if M$ gets their way...  ;-)
Avatar of Ronald112197

ASKER

Sorry, but IE is not an option.
We know that the users use >75% Netscape and opening IE (or parts of it) along with it would probably require at least 64 MB of RAM (Communicator, IE 4, maybe Word...) for a program of about 500 KB??

d003303: I do have the HTTP-component, but there's nothing that displays HTML.

As far as the "HTML standard [that] is complex and changing rapidly" is concerned:
a) It's changing rapidly?? It hasn't changed a whole lot over the past couple of years (i.e. ages on the Net)
b) complex?

I need this component only to display pages that are on one specific site. I won't need either DHTML or even tables. This is about "flowing" the page, displaying images, background colors, textstyles and links.

I'd appreciate anything that helps me display even a very simple web page...
ASKER CERTIFIED SOLUTION
Avatar of ssite
ssite

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ronald,
I was just thinking in a manner of a browser developer. Look what a browser must support today: Display HTML, support frames, support JavaScript, support Java, ...
Regarding HTML 1.0, look how long 1.0 was THE standard, and then look at the version cycles afer 2.0.
If you want to develop that on your own and always be up to date, you'll be busted.

Slash/d003303
sorry for the delay, I'm quite busy.
I downloaded the file from pbear.com and will take a look at it as soon as I can - it costs $129 for commercial use... any cheaper ideas? (the $129 might still be acceptable, but cheaper ideas would be appreciated anyway :-)))
I've taken a look at it and it seems to be quite good.

Still: any cheaper ideas?
ok, I guess I can't reject this answer and I also guess I could afford the $129.
Doesn't look like anybody will post cheaper ideas *g*

The component looks quite nice

Thanks