Search the web
Sign In
New User? Sign Up
delphi-dhtmledit · Delphi: Using MS DHTMLEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1554 - 1583 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1554
Stefan, ... No problem - just a lot of hard work :-) ... Table handling is really just a minor collection of code in comparison to all the functions you could...
Kurt Senfer
lexicalis
Offline Send Email
Oct 1, 2003
7:10 am
1555
Hi Kurt, I read your response, and was interested. Your KsDMHTMLED is making a name for itself in this area. I use the DMHTMLED in a pure web environment, so I...
Jeremy
mjleppan2000
Offline Send Email
Oct 1, 2003
8:46 am
1556
... DHTML is used to EDIT Html pages. And since MS bundles Frontpage with IE there is no longer the need to provide another editor. Regards from Germany ...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Oct 1, 2003
10:16 am
1557
Franz-Leo We all thank you for your useless observation. Your opinion is not worth 2 cents. "DHTML is used to EDIT Html pages. And since MS bundles Frontpage...
Jeremy
mjleppan2000
Offline Send Email
Oct 1, 2003
10:52 am
1558
Franz-Leo, ... FrontPage Express is a nice little HTML Editor, but very limited in its capabilities - and I think with the good reason that MS wants to sell...
Kurt Senfer
lexicalis
Offline Send Email
Oct 1, 2003
11:31 am
1559
Jeremy, ... KsDMHTMLED gives you the ability to visually size a tables inner borders - just like you can do it in FrontPage. Try the demo exe - hover the...
Kurt Senfer
lexicalis
Offline Send Email
Oct 1, 2003
11:45 am
1560
HI i want to make sure i understood correctly ksdhtmledit is the ocx just like dhtmledit only has more features ofcourse is an independent ocx which should be...
Amos Szust
amosreut
Offline Send Email
Oct 1, 2003
11:49 am
1561
... That's right. Please go to the http://groups.yahoo.com/group/KSDhtmlEdit/ group to read more about the different versions of KsDMHTMLED. Kurt ... From:...
Kurt Senfer
lexicalis
Offline Send Email
Oct 1, 2003
12:03 pm
1562
Kurt, ... Sure, but often tables are used not only as tables but for layout, too. ... That's interesting, I will try it. Stefan...
stefanmenten
Offline Send Email
Oct 2, 2003
4:36 pm
1563
I'd like to intercept and stop UNDO and REDO (CTRL+Z, CTRL+Y), How can i do ?...
tghyperoffice
Offline Send Email
Oct 7, 2003
1:45 am
1564
Yes easy enough, you need to trap the onkeydown event - and get the control state + the key event code. ... From: tghyperoffice [mailto:t.gros@...] ...
Jeremy
mjleppan2000
Offline Send Email
Oct 7, 2003
9:15 am
1565
Well in fact it seems that CTRL+Z and CTRL+Y are managed by the IOLEUndoManager, so i can't intercept them using the onkeydown event. What i'd like to do is to...
tghyperoffice
Offline Send Email
Oct 7, 2003
9:25 am
1566
If you want to catch any shortcut key before MSHTML get a chance to handle it then you have to get to the key in an (On)TranslateAccelerator event - there are...
Kurt Senfer
lexicalis
Offline Send Email
Oct 7, 2003
12:01 pm
1567
Ok thank you very much ! ... handle ... event - ... implementation ... component. ... handling ... send ... the stack ... editor exe :-) ... event. ... know ...
tghyperoffice
Offline Send Email
Oct 7, 2003
12:30 pm
1568
Kurt, What's the latest on your non-freeware VCL release? We have to meet a dealine later this month and would like to use certain features in your component. ...
John McCaffrey
gymbodky
Offline Send Email
Oct 7, 2003
12:52 pm
1569
Hello everyone, Does anyone know how to get the URL were the new window is going to navigate in OnNewWindow2 event? ... void __fastcall...
rtybase
Offline Send Email
Oct 7, 2003
3:33 pm
1570
Hi guys Recently, I upgraded from DHTML Edit ---> MSHTML Edit. The new MSHTML seems a lot better. How do I turn on UNIT PRESERVATION? I have a table, I insert...
Jeremy
mjleppan2000
Offline Send Email
Oct 9, 2003
10:36 am
1571
... it is not possible to do anything about it until MSHTML has finished the changes to pixels. Afterwards you have to change things back to % width. You can...
Kurt Senfer
lexicalis
Offline Send Email
Oct 10, 2003
8:52 am
1572
Thanks Kurt, Does that mean that I would have to put on resize events for each table/object in the DOM. Have you done this , is it not going to slow things...
Jeremy
mjleppan2000
Offline Send Email
Oct 10, 2003
9:45 am
1573
You can do it when the mouse enter the table or in general for all tables in the document. I've tried both and you cant tell the difference - you also cant...
Kurt Senfer
lexicalis
Offline Send Email
Oct 10, 2003
10:53 am
1574
Hi again, I would like to know if there is a show/hide details function in the MSHTML. Using the DHTMLED this command was very simple. The built in command was...
Jeremy
mjleppan2000
Offline Send Email
Oct 13, 2003
11:57 am
1575
IDM_SHOWALLTAGS but is not as rich as what you see in DHTML Edit. You can define witch tags you want to show ind MSHTML, and implement some code to do this -...
Kurt Senfer
lexicalis
Offline Send Email
Oct 13, 2003
12:05 pm
1576
Thanks Kurt, But I do not have the luxury of calling this function. I am working with the MSHTML in the browser. Directly from the browser. So calling...
Jeremy
mjleppan2000
Offline Send Email
Oct 13, 2003
1:04 pm
1577
It seems IDM_SHOWALLTAGS only works with DHTML not with MSHTML I may be wrong (I hope so). Has someone an MSHTML sample with SHOWALLTAGS ? (ie.Document as...
Chmielewski yarek
yarekc
Offline Send Email
Oct 13, 2003
4:45 pm
1578
I have the same question. I am in the process of upgrading my DHTMLED Code. But I am accessing MSHTML via the browser, so I do not have access to anything c++...
Jeremy
mjleppan2000
Offline Send Email
Oct 13, 2003
5:36 pm
1579
My Table editing within the MSHTML is very basic. How do I get selectable handles on cells, so that they can be dragged around. I want handles on the inner...
Jeremy
mjleppan2000
Offline Send Email
Oct 13, 2003
5:38 pm
1580
If you read the following piece from Microsoft, I have hightlighted what I find interesting. New Web Authoring Features in Internet Explorer 5.5 That's all...
Jeremy
mjleppan2000
Offline Send Email
Oct 13, 2003
6:02 pm
1581
Jeremy, You might find my dhtmled.ocx replacement interesting - I call it KsDHTMLEDLib.ocx. Its an OCX that can replace the old dhtmled.ocx with practically no...
Kurt Senfer
lexicalis
Offline Send Email
Oct 14, 2003
6:20 am
1582
It does work in MSHTML but its not as rich a set of glyphs as you use to see in DHTML Edit - and it only black and white glyphs. You have to send the...
Kurt Senfer
lexicalis
Offline Send Email
Oct 14, 2003
6:26 am
1583
Hello Is there any component that would work like TRichEdit except that the language used would be HTML? I've an application that continuosly receives data and...
acrbb2
Offline Send Email
Oct 16, 2003
6:25 am
Messages 1554 - 1583 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help