ASPFriends.com 'aspngrichtextbox' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    RTB Problem with ADO.Net (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    This page is just timing out and won't even give me an error msg... any ideas? %@ Page Language "VB" explicit "true" debug "true" % %@ Register TagPrefix "RTB" Namespace "RichTextBoxControl" Assembly "RichTextBox" % %@ Import Namespace "System.Data" % %@ Import Namespace "System.Data.SqlClient" % ! #include virtual "/alexcampbell/alexasp portal/aa auth/CheckAuth/default.aspx" % Call CheckAuth(9) %...
    Wierd Error... (5 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error. Exception Details: System.FormatException: Input string was not in a correct format. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin a...
    RichTextBox fixed width (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Hi, I want to maintain a fixed length for the richtextbox control. I mean, i want to restrict user to allow only 50 characters per line. If he tries to enter more than fifty characters, the control/cursor should move to the next line of the RTB. Currently if the word being entered is bigger than the screen size, then a horizontal scroll bar appears and the text is shown on the same line. Please le...
    retain text in box (7 replies)
    ASPFriends.com 'aspngrichtextbox' list
    I'm using the RTB on a page that has multiple panels. I'm navigating through the panels with a next and back button that sets the proper panel to visible or not visible. When I set the panel with the RTB to not visible I lose the text that was in the box. How can I keep that text there? Thanks, RIcki
    Not Aswered: RTB: error? the field 'DesktopText', but its type (System.Web.UI.WebControls.TextBox) is not compatible with the type of control (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Could this be due to to not declaring the richtextbox in the codebehind page if so what is the syntax for declating 'DesktopText' as a richtextbox type? Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The base class...
    disable toolbar item (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    How do I disable the font style menu? I want to keep the font menu and the other drop down's. Thanks, Ricki
    Problem In RichTextBox Sample File (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    I have downloaded the evaluation copy and unzipped them. When I try to load samples.aspx, I am getting the following error. How can I resolve this error ? error in line 2 Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: File or a...
    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
    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...
    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.
    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 - 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...
    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
    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...
    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 ...
    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...
    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.
    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?
    Spell checker... (6 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Question, any idea when you might add a spell checker? BTW, great product! Rob Richmond
    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...
    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...
    IE for Macintosh (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Ollie, Is IE for Macintosh supported? If so, what versions? Thanks, David
    setting default font (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Ollie is it possible to programically set the starting font on page load Thanks Paul
    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
    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
    Netscape (6-7)/Mozilla (1.0) Support (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Is this a planned enhancement? Rob Trainer
    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
    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
    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
    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...
    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
    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.
    href issues in a elements. (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Inside my source doc's I have tags like this a href "abc" for relative links. When ever I load the file into the RTB via the text property, it converts them to a href "http://localhost/XXX/abc" . Is there a workaround for this, or maybe a setting to turn it off. thanks for your help.
    Upload Functionality (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Hi guys, I am using the richtextbox with the IBUYSPY Portal and was wondering why the richtextbox does not upload images to the server when you insert an image? Am I missing something here? The component just browses the local machine and adds the physical path to the location of the image (i.e. file://c:/etc..etc..). Just wondering if there is uploading support built in? If I had the source it wo...
    Tables Question & Bug Found (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    1st: Can we, or will we be able to insert table structures into the RichTextBox? This is a huge concern in our environment... 2nd: I just came across a very dissapointing situation... mainly because I lost a bundle of formatted text. Here is the situation: I have a page that incorporates 7 different RTB controls. After entering and formatting a bundle of content, I saved it and all was well... I d...
    Downlevel support (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    First of all I want to say that this is a great product and I'm planning on using it in my projects. I was testing RichTextBox in different browsers and in Opera 6 it shows up as textarea which is fine but it adds a function CopyData ctl0 rtb1() to onsubmit event. The function itself is not declared which causes JavaScript error. It is a bug? If it is, is there a fix available? The assembly versio...
    Using a style from within <header> (8 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Hi again, The image button thing posted earlier is working now. We do have one other issue that puzzles us. With EditorWysiwygModeCSS it is possible to specify a location for an external stylesheet. Is there a possibility to use styles defined within the head tag of the page that itself contains the RichTextBox? Our stylesheets are stored in a database, so we do not have a file location. What we d...
    richTextBox ToolBar (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Anytime I use the richTextBox the toolbar is sized to the width of the visible screen, while the Iframe is correctly sized to the width property. Please help this is really frustrating. Thanks Paul
    Image buttons (6 replies)
    ASPFriends.com 'aspngrichtextbox' list
    First, the control is great!!!... easy to implement and code... now to my question.... The space between the button images is way to wide... I need to compact my toolbar so my client doesn't need to scroll to see the options.... I know that ToolBArSeparatorImageWidth does not work with button type image... is there a way I can accomplish this.. TIA Ollie, this is for you... I am new with ASP.NET, ...
    Getting data into a RichTextBox from a database (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Hi all, I'm trying to get a bunch of values out of a database and put them into Server Side Form controls (most importantly a Richtextbox). Any ideas? Cheers, Alex Original Message From: Rob Richmond [mailto:rob@roborino.com] Sent: Monday, 17 June 2002 11:39 PM To: aspngrichtextbox Subject: [aspngrichtextbox] Images and Hyperlinks Question... I guess I am not reading the Documentation correctly, s...
    Insert a hyperlink (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Hi all, This is our situation: We have created a separate button in a layer over the RichTextBox control. We want to use this button instead of the default &quot;insert image&quot; button that comes with RTB. This new button must insert a hyperlink at the cursor position within the RichTextBox. Link to be inserted looks like img src &quot;getimage.aspx?imgID 123&quot; . I hope somebody has already dealt with somethin...
    Images and Hyperlinks (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Question... I guess I am not reading the Documentation correctly, so I got a couple questions. The image button on the default RichTextBox Control, if selected comes up with the dialog with a browse button. The browse button basically allows you to browse your own hard drive, not that of the webserver image directory. I have tried to set the ImageMenuPath, to no avail (no matter what I put in it a...
    Currently evaluating (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    I am currently evaluating the control and have received the error below. I got it into one project and working, but when I wanted to put it into another project to do some testing...I got the mess below. Any help would be appreciated. Rob Server Error in '/richtextbox' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please...
    future browser support (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Ollie, Originally I wasn't too bothered by the IE only support that your component offers, but hearing the AOL/Mozilla news it becomes more of an issue or does it? Has anyone tested the behavior in Mozilla? Your site says this: a.. Microsoft Internet Explorer 5.0 or later (for rich text editing) a.. Any HTML3.2 browser (for editing document as HTML) a.. JavaScript must be enabled (for richtext edi...
    custom button on rtb control (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    I would like to add a custom button to the toolbar of the richtextbox control. This button will essentially act as a hyperlink creator: the user will highlight a word, then click the custom button. A new instance of the rtb pops up. User inputs content, clicks save, pop up window closes. Now the word which is highlighted gets saved as a hyperlink linking to the content that was just created. The m...
    Spell Checking (3 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Has anybody incorporated any type of spell checking capability with the RichTextBox control? Jonathan Austin, President jaustin@solutioninnovations.com Solution Innovations, Inc. http://www.solutioninnovations.com (540) 320 4085 (Voice) (540) 242 3385 (Fax)
    Dreamweaver MX Support (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    I wasnt able to get the RTB to show up in Dreamweaver MX. It just shows an &quot;ASP&quot; icon. I dont think this is a RTB issue, but rather a Dreamweaver MX issue. It seems that Dreamweaver MX does NOT have support for custom server controls. Has anyone had a different experience? Thx Seth Berger sberger@estco.net
    Style Menu Tags (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Is it possible to set the &quot;StyleMenu&quot; to create &quot;div&quot; or &quot;span&quot; tags instead of &quot;font&quot; tags? I am &quot;quote&quot; happy. thanks.
    Bold heading? & fontsize? (4 replies)
    ASPFriends.com 'aspngrichtextbox' list
    When working with the demo, I noticed two little errors (or so I presume) 1. When you select the text Type here , change the style of the paragraph to (for example) heading 1 . The text will become correctly shown. Now select from the text in the richtextbox Text and press the Bold button this doesn t do anything? 2. when you select some text and set it to fontsize 2. Press the button to convert t...
    info on iframe under https (2 replies)
    ASPFriends.com 'aspngrichtextbox' list
    Ollie I found this doing some reasearch yesterday, perhaps this will help or perhaps it won't. :o) It appears the dialog is due to ie not know if the content of the iframe is going to be secure or insecure when there is no src defined. I tried the toolbar and that wasn't it, cuz as you said it uses relative links for the graphics. Here is a link to a message on google groups search: http://groups....
    Visit the archive for messages from this site.
  • February 2002 (1 item)
  • March 2002 (7 items)
  • April 2002 (14 items)
  • May 2002 (22 items)
  • June 2002 (26 items)
  • July 2002 (27 items)
  • August 2002 (5 items)
    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