Search

You searched for the word(s):
Showing page 2 of 3 (24 total posts) < 1 second(s)
  • Re: Version 6.0 ??

    Woo hoo!&nbsp; Right-click context menus!!!&nbsp; And no more ''This class does not support automation''!!&nbsp; You guys did some serious work.&nbsp; Nice job.&nbsp; I'm very impressed!
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on May 4, 2007
  • Re: Javascript error "Class doesn't support Automation" when inserting a form

    Yes, I have this same problem when using certain forms in the HTML I am trying to edit.&nbsp; Try these 2 things: &nbsp; In your HTML above, you have several &lt;input&gt;'s.&nbsp; I noticed that only one of them looks like: &nbsp; &lt;input ... /&gt; &nbsp; And the rest look like: &nbsp; &lt;input ... &gt; (No forward-slash). &nbsp; Try ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on April 16, 2007
  • Re: Problem with display:none and firefox

    Just a quick option...&nbsp; This may or may not work: &nbsp; I assume you're using JavaScript to do the dynamic CSS changes.&nbsp; From what you've said in your previous post, I assume your code looks something like this: &nbsp; if (some condition) { &nbsp;&nbsp;&nbsp;document.getElementById('div_id').style.display = ''none''; } else ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on April 16, 2007
  • Re: Version 6.0 ??

    Looks like they've released 6.0 for .NET!&nbsp; Let's see if they keep their word with a 1-month lag and all of the feature inclusions.
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on April 16, 2007
  • Re: Version 6.0 ??

    Ok, since I'm not on the development team and have no real say with them, this won't help much, but, for what its worth, here's my opinion: &nbsp; The changes to make the ASP version the same as the .NET version would require quite a bit of code.&nbsp; I understand your reasoning for it and agree completely with you as well as other reasons that ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 25, 2007
  • Re: DataBase relation

    O.B, &nbsp; &nbsp;&nbsp;&nbsp;I understand this.&nbsp; This is not the issue.&nbsp; There are two problems in your code that are causing issues.&nbsp; One is that you give the variable srcURL a value AFTER you try to use that variable in your editor.&nbsp; You are doing this: &nbsp; &lt;% &nbsp; &nbsp;&nbsp;&nbsp;Dim ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 22, 2007
  • Re: DataBase relation

    I see what's happening here... You're putting the URL of the file you want to edit into the editor rather than the CODE for the page.&nbsp; This is why it works when you create an &lt;iframe&gt; with it, because the &lt;iframe&gt; is calling the page using the URL.&nbsp; editor.Text will not take a URL and edit the code from it.&nbsp; editor.Text ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 19, 2007
  • Re: Syntax Error

    The ASP engine reads line-by-line.&nbsp; If it encounters a call to a function or an object that is in an include file before it includes the file, then it won't be able to find the object or function.&nbsp; Ex: &nbsp; &lt;!--#include ''whatever.asp''--&gt; set something = new somethingorother &nbsp; This will work when somethingorother is ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 18, 2007
  • Re: Version 6.0 ??

    Limbo, &nbsp; &nbsp;&nbsp;&nbsp;Just a shot in the dark, but what functionality are you looking for in v6.0?&nbsp; Perhaps we can get something working in v5.2 that would do the same thing? &nbsp; Max
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 18, 2007
  • Re: Pasting from outside editor into cute editor from firefox

    Tested.&nbsp; This does ONLY happen in Firefox.&nbsp; I believe this is due to the way Firefox interacts with the system clipboard.&nbsp; I have foud that this only happens when you copy INDENTED code.&nbsp; If you unindent the code and paste it in&nbsp;the form of: &nbsp; &lt;p&gt; text &lt;/p&gt; &nbsp; rather ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 18, 2007