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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1247 - 1280 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1247
hi all. i'm yj. Is method to use AAA Asineunbun? May I ask simple example if understand method? ^^ help me please~ thx~...
ehfus
Offline Send Email
Dec 3, 2002
9:13 am
1248
hello. i'm yj. ^^ After select Edit Control, can edit Edit Control's Value if do once more Click. May I do so that can not correct Edit Control's Value?...
ehfus
Offline Send Email
Dec 5, 2002
4:11 am
1250
Hi, Is there any way to find out the 'range' of the vertical scrollbar of a DHTMLEdit control? BACKGROUND: I basically need to find out how 'tall' the control ...
dirty_blue_jeans
dirty_blue_j...
Offline Send Email
Dec 5, 2002
1:54 pm
1251
Hi, ... From: "dirty_blue_jeans" <dirty_blue_jeans@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Thursday, December 05, 2002 4:54 PM Subject:...
Alex Pirojnikov
forgermailru
Offline Send Email
Dec 6, 2002
1:14 am
1255
I have the TDHTMLEdit placed on a non-modal form and have some buttons with hotkeys applied (ALT+A for example). Now when I press 'a' inside the TDHTMLEdit,...
olaf_bartelt <obartel...
olaf_bartelt
Offline Send Email
Dec 7, 2002
5:26 pm
1256
Hi, Had the same problem with MSHTML editor. I implemented the following method in the TEmbeddedWB to prevent the default button from being pressed on <Enter>....
SorinV <sorinv@...>
SorinV
Offline Send Email
Dec 8, 2002
7:52 pm
1257
... a ... Easy way :) For example "Alt+S" procedure TMain_Form.DHTMLEdit1onkeypress(Sender: TObject); begin if DHTMLEdit.DOM.parentWindow.event.altKey and ...
achikoburduli <achiko...
achikoburduli
Offline Send Email
Dec 9, 2002
3:32 pm
1258
Sorry to bother you again, but I'm having a problem setting the font face, size, etc. when *no* text is selected (i.e. for the text to be typed in afterwards)....
olaf_bartelt <obartel...
olaf_bartelt
Offline Send Email
Dec 11, 2002
7:53 am
1259
Hello you Guru's, I need some help since I'm an absolute beginner in this are please bear with me. I need to execute a javascript in an HTMLDocument from...
basmul2002 <bas@...>
basmul2002
Offline Send Email
Dec 11, 2002
3:46 pm
1260
How can I set the cursor position to the beginning of the document in DHTMLEdit? I have pasted some HTML into the control and want to jump to the beginning,...
olaf_bartelt <obartel...
olaf_bartelt
Offline Send Email
Dec 12, 2002
9:09 am
1261
I have some kind of a problem (again). I have set UseDivOnCarriageReturn to True as well as done some modifications, since it still does insert a <P> instead...
olaf_bartelt <obartel...
olaf_bartelt
Offline Send Email
Dec 13, 2002
11:21 am
1262
hi If click Delete key, try to execute ShowMessage ('A')... any idea?...
ehfus <ehfus@...>
ehfus
Offline Send Email
Dec 16, 2002
6:28 am
1263
Hi folks, how can I add a submenu to the right-Click Popup-Menu? Thanks for your help Horst...
hmuerdter <delphi@...>
hmuerdter
Offline Send Email
Dec 25, 2002
4:09 am
1264
Hi. I have iframe on my HTML page (I know that this is DHTML control) and I have problem with setting focus tho this control. I'm calling method: ...
tam_ua <tam_ua@...>
tam_ua
Offline Send Email
Dec 25, 2002
5:33 pm
1265
... OnShowContextMenu event.... procedure TForm1.DHTMLEdit1ShowContextMenu(Sender: TObject; xPos, yPos: Integer); begin DHTMEdit1PopupMenu.Popup(...
ehfus <ehfus@...>
ehfus
Offline Send Email
Dec 26, 2002
1:03 am
1266
hi~ aa|bbcc <- String.. | is keyboard cursor... if button click.. aabb|cc any idea? i don't know change cursor method....
ehfus <ehfus@...>
ehfus
Offline Send Email
Dec 26, 2002
1:31 am
1267
Thanks ehfus!...
hmuerdter <delphi@...>
hmuerdter
Offline Send Email
Dec 26, 2002
12:38 pm
1268
I had the same problem. Any solution? ... written very simple code using TWO dhtml edit controllers and I get an access violation everytime I close my...
morgantop70 <morganto...
morgantop70
Offline Send Email
Jan 3, 2003
3:53 am
1269
I'm writting an application (an Instant Messenger) and I've got a problem with Windows XP: when I try to shutdown the PC my application using DHTMLEdit does...
luismoran_cba <luismo...
luismoran_cba
Offline Send Email
Jan 11, 2003
5:54 am
1270
Webbrowser can go into an endless loop, it you assign document (navigate-> about:blank) and wait for the state to be ready while the control is not Visible....
Robert Fitzjohn
robfitsy
Offline Send Email
Jan 11, 2003
12:16 pm
1271
Hi all. Everytime i scroll up or -down the cursor by pressing the arrow-up or arrow-down key, the cursor disappears totally if scrolled to the first or last...
maegnas2002 <info@...>
maegnas2002
Offline Send Email
Jan 12, 2003
5:44 pm
1272
This is driving me crazy guys.... I want to capture an event when someone drags over, or drops something on the editor (in edit mode). I can not find any...
maegnas2002 <info@...>
maegnas2002
Offline Send Email
Jan 12, 2003
5:44 pm
1273
This is what I am doing: backGround := elem.getAttribute('bgColor',x); x is an OLEVariant (it has no value assigned). Is it the case? i.e. capital 'C'. Cheers,...
Justin <jstenning@...>
wurzelchook
Offline Send Email
Jan 13, 2003
5:19 am
1274
Hi Maegnas, For the keypress. In the custom messagehandler (see examples in file area if you don't already have this handler), just check the message for the...
Justin <jstenning@...>
wurzelchook
Offline Send Email
Jan 13, 2003
5:19 am
1275
Thanks a lot, Robert ... (navigate-> about:blank) and wait for the state to be ready while the...
luismoran_cba <luismo...
luismoran_cba
Offline Send Email
Jan 13, 2003
2:32 pm
1276
Hi all, I want to know if somebody succeeds in creating a VCL component based on TDHTMLEdit (or TCppWebBrowser) ? I want to add properties and methods to the...
masai06 <fif.spam@...>
masai06
Offline Send Email
Jan 15, 2003
2:28 am
1277
I have imported the DHTMLEdit ActiveX in the IDE and can use it in a project without any problem except when I call functions returning values. For example,...
masai06 <fif.spam@...>
masai06
Offline Send Email
Jan 15, 2003
2:28 am
1278
I use the ExecCommand with DECMD_COPY / DECMD_CUT CmdId's .... why DHTML gives a catastrphic error on calling these ? I think that this error appears because...
Ciobanu Alexander
alex@...
Send Email
Jan 18, 2003
3:06 am
1279
"Catastrophic Failures" are usually related to the DOM being busy. Check for DHTMLEd.Busy before trying to access the DOM. i.e. while DHTMLEd.Busy do ...
Justin Stenning
wurzelchook
Offline Send Email
Jan 20, 2003
5:18 am
1280
Hello Justin, Monday, January 20, 2003, 7:18:44 AM, you wrote: JS> "Catastrophic Failures" are usually related to the DOM being busy. JS> Check for...
Ciobanu Alexander
alex@...
Send Email
Jan 20, 2003
5:04 pm
Messages 1247 - 1280 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