Delphi and Kylix

Moderators: pritaeas
Number of threads: 7264
Number of posts: 19073

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Memo or richedit component Posted by tijoen on 31 Mar 2004 at 4:57 PM
DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D

thanks !!!!
Report
Re: Memo or richedit component Posted by Masterijn on 1 Apr 2004 at 3:15 AM
: DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
:
: thanks !!!!
:
You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?


Report
Re: Memo or richedit component Posted by tijoen on 1 Apr 2004 at 10:47 AM
: : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: :
: : thanks !!!!
: :
: You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
:
:
:
Well, my english sux, but i'll try to explain:
i am trying to build a telnet client, for mud playing
using webbrowser as buffer, but when the string gets biger the entire project lags
i need a component, that doesn't lag like webbrowser but can load up images...

if you know something that can help me, i would apreciate a lot to know :D

ty
Report
Re: Memo or richedit component Posted by jamesb800 on 2 Apr 2004 at 2:06 AM
Try trichview www.trichview.com

James


: : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : :
: : : thanks !!!!
: : :
: : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: :
: :
: :
: Well, my english sux, but i'll try to explain:
: i am trying to build a telnet client, for mud playing
: using webbrowser as buffer, but when the string gets biger the entire project lags
: i need a component, that doesn't lag like webbrowser but can load up images...
:
: if you know something that can help me, i would apreciate a lot to know :D
:
: ty
:

Report
Re: Memo or richedit component Posted by tijoen on 2 Apr 2004 at 5:42 AM
: Try trichview www.trichview.com
:
: James
:
thanks, i think that ocmponent might work, i'll download it and try
but i can't pay (Price: US $189), i am poor, i get 100 US at my job
:
: : : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : : :
: : : : thanks !!!!
: : : :
: : : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: : :
: : :
: : :
: : Well, my english sux, but i'll try to explain:
: : i am trying to build a telnet client, for mud playing
: : using webbrowser as buffer, but when the string gets biger the entire project lags
: : i need a component, that doesn't lag like webbrowser but can load up images...
: :
: : if you know something that can help me, i would apreciate a lot to know :D
: :
: : ty
: :
:
:

Report
Re: Use a webclient or htmlhelp-viewer Posted by Masterijn on 2 Apr 2004 at 6:43 AM
This message was edited by Masterijn at 2004-4-2 6:45:49

: : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : :
: : : thanks !!!!
: : :
: : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: :
: :
: :
: Well, my english sux, but i'll try to explain:
: i am trying to build a telnet client, for mud playing
: using webbrowser as buffer, but when the string gets biger the entire project lags
: i need a component, that doesn't lag like webbrowser but can load up images...
:
: if you know something that can help me, i would apreciate a lot to know :D
:
: ty
:
If you only need to show stuff. You can do this perfectly with a webbrowser client. It doesn't show the buttons and other controls. I myself use a html-help client this way. I've put a custom border around it and it looks great. It's even interactive with the application via hyperlinks, of which you can get a notification off.




Report
Re: Use a webclient or htmlhelp-viewer Posted by tijoen on 2 Apr 2004 at 7:06 AM
: : : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : : :
: : : : thanks !!!!
: : : :
: : : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: : :
: : :
: : :
: : Well, my english sux, but i'll try to explain:
: : i am trying to build a telnet client, for mud playing
: : using webbrowser as buffer, but when the string gets biger the entire project lags
: : i need a component, that doesn't lag like webbrowser but can load up images...
: :
: : if you know something that can help me, i would apreciate a lot to know :D
: :
: : ty
: :
: If you only need to show stuff. You can do this perfectly with a webbrowser client. It doesn't show the buttons and other controls. I myself use a html-help client this way. I've put a custom border around it and it looks great. It's even interactive with the application via hyperlinks, of which you can get a notification off.
:
:
:
:
:
if you say so...
i don't know why it lags, can i send my project to you or something, you take a look and tell me if i am doing something wrongh
am a rookie "-_- hehe

thanks
Report
Re: Use a webclient or htmlhelp-viewer Posted by Masterijn on 2 Apr 2004 at 7:28 AM
: : : : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : : : :
: : : : : thanks !!!!
: : : : :
: : : : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: : : :
: : : :
: : : :
: : : Well, my english sux, but i'll try to explain:
: : : i am trying to build a telnet client, for mud playing
: : : using webbrowser as buffer, but when the string gets biger the entire project lags
: : : i need a component, that doesn't lag like webbrowser but can load up images...
: : :
: : : if you know something that can help me, i would apreciate a lot to know :D
: : :
: : : ty
: : :
: : If you only need to show stuff. You can do this perfectly with a webbrowser client. It doesn't show the buttons and other controls. I myself use a html-help client this way. I've put a custom border around it and it looks great. It's even interactive with the application via hyperlinks, of which you can get a notification off.
: :
: :
: :
: :
: :
: if you say so...
: i don't know why it lags, can i send my project to you or something, you take a look and tell me if i am doing something wrongh
: am a rookie "-_- hehe
:
: thanks
:
I still don't understand what lagging means. ;)
My translater says something like: die away; diminish etc. But how can this be happening to you webclient? Did you forget to give it food and water? ;)


Report
Re: Use a webclient or htmlhelp-viewer Posted by tijoen on 2 Apr 2004 at 7:44 AM
: : : : : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : : : : :
: : : : : : thanks !!!!
: : : : : :
: : : : : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: : : : :
: : : : :
: : : : :
: : : : Well, my english sux, but i'll try to explain:
: : : : i am trying to build a telnet client, for mud playing
: : : : using webbrowser as buffer, but when the string gets biger the entire project lags
: : : : i need a component, that doesn't lag like webbrowser but can load up images...
: : : :
: : : : if you know something that can help me, i would apreciate a lot to know :D
: : : :
: : : : ty
: : : :
: : : If you only need to show stuff. You can do this perfectly with a webbrowser client. It doesn't show the buttons and other controls. I myself use a html-help client this way. I've put a custom border around it and it looks great. It's even interactive with the application via hyperlinks, of which you can get a notification off.
: : :
: : :
: : :
: : :
: : :
: : if you say so...
: : i don't know why it lags, can i send my project to you or something, you take a look and tell me if i am doing something wrongh
: : am a rookie "-_- hehe
: :
: : thanks
: :
: I still don't understand what lagging means. ;)
: My translater says something like: die away; diminish etc. But how can this be happening to you webclient? Did you forget to give it food and water? ;)
:
:
:
uehuheueuhee
i'll try with my horrible english to explain:
lags = gets lowered on speed
i mean, while i put more and more string inside the buffer of the webbrowser, when the buffer gets huge(becase inside of it tehre is too much tags, for colors principally) the entire project stops, i tried to take out somelines while the buffer gets bigger, but it didn't help, it stils block my speed
got it?
;)

Report
Re: Use a webclient or htmlhelp-viewer Posted by Masterijn on 2 Apr 2004 at 8:00 AM
: : : : : : : DO you guys know where i can find a memo or a richedit that has tag or something to show images? like html you know, but html lags out, and memo doesn't :D
: : : : : : :
: : : : : : : thanks !!!!
: : : : : : :
: : : : : : You can dock a webclient (iexplorer) in your program, and show webpages this way. What do you mean by lags out?
: : : : : :
: : : : : :
: : : : : :
: : : : : Well, my english sux, but i'll try to explain:
: : : : : i am trying to build a telnet client, for mud playing
: : : : : using webbrowser as buffer, but when the string gets biger the entire project lags
: : : : : i need a component, that doesn't lag like webbrowser but can load up images...
: : : : :
: : : : : if you know something that can help me, i would apreciate a lot to know :D
: : : : :
: : : : : ty
: : : : :
: : : : If you only need to show stuff. You can do this perfectly with a webbrowser client. It doesn't show the buttons and other controls. I myself use a html-help client this way. I've put a custom border around it and it looks great. It's even interactive with the application via hyperlinks, of which you can get a notification off.
: : : :
: : : :
: : : :
: : : :
: : : :
: : : if you say so...
: : : i don't know why it lags, can i send my project to you or something, you take a look and tell me if i am doing something wrongh
: : : am a rookie "-_- hehe
: : :
: : : thanks
: : :
: : I still don't understand what lagging means. ;)
: : My translater says something like: die away; diminish etc. But how can this be happening to you webclient? Did you forget to give it food and water? ;)
: :
: :
: :
: uehuheueuhee
: i'll try with my horrible english to explain:
: lags = gets lowered on speed
: i mean, while i put more and more string inside the buffer of the webbrowser, when the buffer gets huge(becase inside of it tehre is too much tags, for colors principally) the entire project stops, i tried to take out somelines while the buffer gets bigger, but it didn't help, it stils block my speed
: got it?
: ;)
:
:
That's really lagging. Wouldn't have expect that! It seems you gave it too much! How long is this buffer?





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.