ASPFriends.com 'aspngrichtextbox' list Archive - July 2002
Messages
Page: 12
Problems with RichTextBox (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, Help me !!! I want read formated RTF text !!!! I am looking for de .RTF propriet ... Like : RichTextBox1.RTF "Hello Word" Tank´s..Otavio F.
richtextboxtitles (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Ollie when you choose a style /font etc can the control show the currently selected item rather then the title each time also any progress on the BR instead of P on pressing return ( i'm getting real grief over this one) Thanks Paul
user defined tags (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hey Ollie, I just noticed that a user defined tag in my HTML disappears when I load it into the rtb. I set RTB.Text to this: section main "about" page "privacy" p i Privacy is very important, etc.. /i but I only see this when I look in HTML mode: p i Privacy is very important, etc.. /i /p I can easily change my user defined text to not look like HTML and it ll work, but I m intrigued to know the r...
Save output as RTF file? (2 replies)
ASPFriends.com 'aspngrichtextbox' list
HTML HEAD BASEFONT FACE 3D"Times New Roman" SIZE 3D"2" COLOR 3D"#000000" /HEAD BODY div   /div FONT SIZE 3D3 /FONT div Is it possible to save output from RichTextBox as an rtf file? br /div div   /div div Thanks, David Slack br /div /body /html
Image upload & gallery sample (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Here is a sample that shows how to do image uploads with an image 'gallery': http://www.richtextbox.com/richtextbox/support/samples/uploadimagegaller y/ The sample can be used as either a pop up window, or as an iframe within the page containing the RichTextBox. Let me know what you think. Ollie http://www.richtextbox.com/ The lightweight content editor for ASP.NET
RichTextBox and ToolBars (8 replies)
ASPFriends.com 'aspngrichtextbox' list
I am having problems using a RichTextBox on pages that are posted back by a ToolBar (Microsoft IE webcontrol). The RichTextBox's text property becomes blank. Is this a bug or am I doing something wrong? Thanks for the help, Paul
Netscape (6-7)/Mozilla (1.0) Support (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Is this a planned enhancement? Rob Trainer
creating rich textboxes dynamically (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hello All, I'm just starting to use rich textbox and its awesome. Does anyone have sample code or suggestions on how to add rich textboxes to pages dynamically. I want to display several (number not known until runtime) with content from a database. Thanks, Tom
showmodelessdialog (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, I like to use the control in a showmodelessdialog(window.showModelessDialog). If I do this, I am not able to do any input in the textarea from the control. What is the solution for this problem? Andreas Heilke Information Technology INDEC GmbH & Co. KG Bremer Stra DFe 12 D 59557 Lippstadt Phone : 49 2941 2729 315 Fax : 49 2941 2729 316 eMail : a.heilke@indec.de http : www.indec.de
setting default font (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Ollie is it possible to programically set the starting font on page load Thanks Paul
IE for Macintosh (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Ollie, Is IE for Macintosh supported? If so, what versions? Thanks, David
Enabling some toolbar options (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hello WE just purchased the RTB control for use on our sites. I am in the midst of setting it up but am running into an odd thing: Even though some items (StyleMenu, SuperScript, SubScript) are included in the ToolBarLayout string, they do not show up unless I explicitly enable them in code via EnableToolbarItem. I always want these enabled, it seems silly to have to write code for it. Eric Anders...
Display html from database in richtextbox (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, I've been running into a wall on this one. Should be a very easy answer, I'm just too new at this, I guess. Using VB, I'm able to put the information entered into the richtextbox into an access database as html, and I can later retrieve that data (as html) from the database. Problem is, I am unable to display that information back into the richtextbox editor for someone else to manipulate. I w...
Spell checker... (6 replies)
ASPFriends.com 'aspngrichtextbox' list
Question, any idea when you might add a spell checker? BTW, great product! Rob Richmond
Word-text Copy Pasting in RTB (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi PPL, When pasting text from Microsoft Word in the RTB a lot of microsoft CSS is pasted also, and I just want plain text. How can I clear all tags without using HTML mode or copying it to notepad first? Thank you very much, Ward Ps. Why can't I search the archive of this mailinglist on ASPFriends.com?
richtextbox in a winform application (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi all, I stumbled on to the richtextbox control when looking for a control that will render HTML. It dous pretty everything I want, but I need it in a windows application, not in an ASP.net application. Is this possible? I tried the rtfcontrol that comes with .net, but its noreally performing as good as the richtextbox control. regards, Lars Hansson CTO, Compost Marketing AB, Sweden.
Losing code in InitializeComponent() and Page Errors (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hello, I've experienced a few weird symptoms since I've incorporated the RTB control into my ASP.NET / C# project. The details follow. Any help would be appreciated. 1. Whenever I change the HTML in design view I lose code in the InitializeComponent() procedure. This is the procedure that typically ties controls to events, such as Page Load. It took me over an hour to figure this out and since I h...
Display html from database in richtextbox-followup (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Thanks for the responses on my first question. The information stored in my database is in html format. For example: font color "red" this is red /red . If I use myRTB.text, it displays everything in the box, including the html code, whereas I want to integrate the html code into the richtextbox, so that only 'this is red' displays in the box, formatted in red. Does that explain it better? Thanks ...
instantce of RTB from a class (2 replies)
ASPFriends.com 'aspngrichtextbox' list
This is a multi part message in MIME format. NextPartTM 000 15d9a2cc 9260 4909 a57d 1e90f3384d5e Content Type: multipart/alternative; boundary " NextPart 000 0035 01C2322D.11961200" NextPart 000 0035 01C2322D.11961200 Content Type: text/plain; charset "iso 8859 9" Content Transfer Encoding: quoted printable hello, how can i create an instance of RTB within a class, the thing i want to do is, .http...
Hyperlinks (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, I just downloaded the 30 day trial yesterday, I placed it on a webform and ran it from within Visual Studio .NET and out of Internet Explorer. While I can create a hyperlink with the control I can't use the hyperlink. What am I doing wrong possibly besides not reading all the documentation. Thanks, LP
RichTextBox - bug discovered (4 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi All, I have found a reproducible bug with RichTextBox that causes two characters to be deleted at a time when hitting the backspace button. 1. View the control in a web page 2. Switch to HTML view 3. Paste some code 4. Switch to non HTML view 5. Place cursor at the end of the text 6. Hit the backspace button 7. Two characters should disappear instead of one. Anyone else experience this? Is ther...
Potential problem with IE 5 browsers (4 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi My users are experiencing an ocassional problem with RichTextBox on IE 5 clients but I can't reproduce it myself which is driving me nuts. It seems that the TextXHTML property is returning an empty string when it shouldn't. This happens once in a while and I'm wondering if anyone has had any experience with the problem with users running IE 5. I'm almost tempted to only display RichTextBox on p...
RichTextBox Steals Focus (5 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi PPL, I have multiple RichtTextBox on a page. When the page loads in internet explorer, the focus jumps automatically to the last RichtTextBox on the page. That causes the page to scroll down to the bottom, and I don't want that. How can this be prevented? Thank you very much, Ward Ps. I've send this answer a day earlier, but due to incorrect settings my mail of that day has been lost.
Retrieve selected text from RIchTextBox control (2 replies)
ASPFriends.com 'aspngrichtextbox' list
I am using a RichTextBox control in my application. I want to retrieve the text that has been selected(highlighted) inside the RTB control by the user. The reason i want to do this is to add html tags of changing the background color of the selected text alone. I tried using javascript, selection.createrange() , but it is not returning the selected text inside the RTB control. Instead it is able t...
Tab in RTB (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, I am using RichTextBox control in my C#.NET page. I want to insert tab spaces(white spaces) when the user presses the TAB key inside the RTB control. Right now the focus moves to the next control. Is it possible? Thanks & Regards, Anand Rajagopal
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com