Hey,
how to disable the image resizing in the dhtmleditor????
Smileys
| Login to post | Page: « < 1 of 1 > » |
| 18 Aug 2009 - 12:08 | 4818 |
| openaimsupport | Smileys What are you trying to do? Provide more details? |
| 18 Aug 2009 - 13:32 | 4823 |
| yesmanm25 | i use the ExecCommand function "InsertImage" but i will disable the resizing, because the user can resize the smileys!
second problem: after insert the image, the control lost the focus!!! .setfocus .focus wont work!!! |
| 18 Aug 2009 - 13:38 | 4825 |
| yesmanm25 | i think i must hook the dhtmleditor,
if umsg = LBUTTONCLICK then if .selection.type = "Control" then umsg = 0 end if ????? i must block the mouse down event if the selection is a Control, because the image is a control none text! sorry for my bad english lol |
| 18 Aug 2009 - 13:41 | 4826 |
| openaimsupport | Smileys Is this an Open AIM support issue? Are you building an AIM application? |
| 18 Aug 2009 - 13:54 | 4828 |
| openaimsupport | Smileys We already have a sample VB client, why did you convert the C# code? Which
client did you convert C# code for? |
| 18 Aug 2009 - 13:57 | 4830 |
| yesmanm25 | you mean vb.net!!!
i dont use .net iam on the old one visual basic 6 |
| 18 Aug 2009 - 14:10 | 4831 |
| openaimsupport | Smileys The code will work with VB6 too, you can create a VB6 project and import
the code. |
| 18 Aug 2009 - 14:12 | 4832 |
| openaimsupport | Smileys Or email me privately at and I will send us a VS2003
version of the VB sample, would that help? |
| 18 Aug 2009 - 14:14 | 4833 |
| yesmanm25 | okay send it to me, and please one more sample for the dhtmleditor!!! thanks! |
| 19 Aug 2009 - 08:38 | 4836 |
| openaimsupport | Smileys I do not have a dhtmleditor sample for VB. Email me privately for a VS2003
VB sample at . |
| 19 Aug 2009 - 11:29 | 4837 |
| yesmanm25 | okay thanks, i got on working, but in the imwindow i can only enter Text, where are the smileys? i need a sample with smileys |
| 19 Aug 2009 - 12:00 | 4841 |
| openaimsupport | Smileys The avbbuddy is a console application, if you want to send smileys, you can
send the text code for the smiley, for example :) or :( etc. Is that your question? |
| 19 Aug 2009 - 14:16 | 4844 |
| yesmanm25 | i use the sample awshbuddy
in the ImWindow i can only enter Text not smileys . I test :), ;-) ..........etc ,its dont show the images! |
| 19 Aug 2009 - 16:34 | 4845 |
| openaimsupport | Smileys Thats just how the awshbuddy is implemented. But if you send to an AIM69 or
AIM7 client, the smiley gets rendered properly. awshbuddy is not designed to render emoticons. |
| 20 Aug 2009 - 01:07 | 4846 |
| wissamsoft | okay, so i must find a way byself! thanks! |
| Login to post | Page: « < 1 of 1 > » |
