Search found 22 matches

by Hanno
Tue Oct 31, 2006 9:00 pm
Forum: Support
Topic: DeleteSelection within a Table
Replies: 1
Views: 9590

DeleteSelection within a Table

Hi, I have a control within a table in a TRichViewEdit. I click on it and it is selected. I then click a toolbar button which has the code, rve.DeleteSelection. This works for controls that are not within a table, but does not work for controls that are within a table. Can you please shed some light...
by Hanno
Wed Oct 11, 2006 8:37 pm
Forum: Support
Topic: XML and UTF8
Replies: 3
Views: 14066

XML and UTF8

Hi,

I notice that the XML export saves unicode text using the html equivalent #0000 system. Is there a way to get it to save as UTF8 instead?
by Hanno
Mon Sep 18, 2006 11:19 pm
Forum: Support
Topic: Selection wierdness
Replies: 2
Views: 12080

Thank you Sergey, yes it was the GetCurrentMisspelling function. Many thanks.
by Hanno
Thu Sep 14, 2006 7:33 pm
Forum: Support
Topic: Selection wierdness
Replies: 2
Views: 12080

Selection wierdness

Hi, if I have text like the following: This is nicce The word nicce appears with the red squiggly line underneath. If I select the whole line from left to right, then right-click over the word nicce, the line deselects and only the word nicce is selected. Why does that happen? Is there any way to in...
by Hanno
Fri Jun 23, 2006 9:44 am
Forum: Support
Topic: Dual Monitor support in Actions
Replies: 2
Views: 12090

Thanks Dave,

it must be my code then. That's great to know, thank you.
by Hanno
Thu Jun 01, 2006 1:50 pm
Forum: Support
Topic: MS Word style color chooser
Replies: 0
Views: 13508

MS Word style color chooser

Hi, the ActionFontColor action works great on a simple toolbar button, but has anyone get a menu button to work? Like in MS Word, where the last used color is remembered and applied when you click the button, but the drop-down arrow displays the color chooser. I would have thought this was simple wh...
by Hanno
Thu Jun 01, 2006 1:47 pm
Forum: Support
Topic: Dual Monitor support in Actions
Replies: 2
Views: 12090

Dual Monitor support in Actions

Hi, I have two monitors. I load my app on one and use ActionFontColor1.Execute to change font color, works fine. I then move the app to the next monitor and repeat this action and when the color chooser closes the app is moved back to the first monitor. I am not sure why this is happening, but the a...
by Hanno
Wed May 03, 2006 10:36 am
Forum: Support
Topic: OLE Container and HTML
Replies: 2
Views: 11965

Lovely, thanks, that works well :-)
by Hanno
Wed May 03, 2006 9:53 am
Forum: Support
Topic: math formula ?
Replies: 5
Views: 21631

Thanks Stef.

Sergey - I don't know about anyone else, but I would love to see this example posted in the samples area. If not, I would appreciate it if you could forward the sample to me.
by Hanno
Wed May 03, 2006 8:36 am
Forum: Support
Topic: math formula ?
Replies: 5
Views: 21631

Hi Stef,

Did you send this example to Sergey? I would love to see this example. Is it uploaded anywhere else where I can download it?
by Hanno
Tue May 02, 2006 6:43 pm
Forum: Support
Topic: Bullet lists in Right-to-left languages
Replies: 2
Views: 12027

OK, thanks, if you could please let me know when this is ready I would appreciate it. I have a customer chasing me :-(
by Hanno
Sun Apr 30, 2006 4:41 pm
Forum: Support
Topic: OLE Container and HTML
Replies: 2
Views: 11965

OLE Container and HTML

Hi,

I saw some posts on showing OLE in RTF, but is there a way to convert the OleContainer into an image, when saving to html?
by Hanno
Fri Apr 28, 2006 9:32 am
Forum: Support
Topic: Bullet lists in Right-to-left languages
Replies: 2
Views: 12027

Bullet lists in Right-to-left languages

Hi, If I create a simple bullet list and switch the direction to right-to-left it looks good in the editor, but when I save to html, although the "direction: rtl" is correct, the bullets are not visible. They are off the right side of the screen. I can compensate by setting a paragraph rig...
by Hanno
Wed Apr 12, 2006 9:56 pm
Forum: Support
Topic: XML and Meta tags
Replies: 1
Views: 9807

XML and Meta tags

Hi, just started using the "meta" property of XML and having some difficulty getting it to work. I would appreciate a small sample of adding a couple of meta tags and that can be saved and reloaded.
by Hanno
Thu Apr 06, 2006 9:41 pm
Forum: Support
Topic: Table Layout options
Replies: 1
Views: 9544

Table Layout options

Hi Sergey,

In Table Layout there are three sizing options:
- Autosize
- Size table to fit window
- Size table manually

Apart from the obvious, what is the difference in real terms between the first two options?