PDA

View Full Version : A couple of issues with .net control... [TX .NET prerelease]


Unregistered
December 9, 2002, 18:12:22
1. If someone types a paragraph with two enteres at the end of it and then starts a new paragraph and then you save it has HTML. Loading it into the TextControl will show it exactly the same way it was. However, if you use IE or Outlook to view this same file there will only be a single enter at the end of the paragraph with no line break between paragraphs.

I.e.

(textControl)

Blah, blah blah blah blah.

Blah blah blah blah.

(outlook/IE)

Blah, blah blah blah blah.
Blah blah blah blah.

See the difference?

2. All hot keys should work without special coding. So if I'm on a control and I have a button control linked to it, the CTRL + B, CTRL + U etc. shortcuts should automatically work without programming. Is there something I'm missing or is it just not doing it?


This message was originally posted by James Hancock in the old TX Text Control Support Forum.

Unregistered
December 9, 2002, 20:57:28
In .net, if you assign a shortcut to a menu item, Font...Bold Ctrl+B, and handle the menu item, you don't have to handle the keystroke. It will be intercepted and routed just as if the user had selected the menu item.

Now, if someone can direct me to info on Accelerator Tables, I'd be most appreciative. I see it mentioned in the .net SDK (but not really explained) and don't find it in the VS. net.


This message was originally posted by Vann Joe in the old TX Text Control Support Forum.