Search

You searched for the word(s):
Showing page 20 of 43 (423 total posts) < 1 second(s)
  • Client-side encode/decode

    [Delete: found the solution]
    Posted to Cute Editor for .NET (Forum) by fredd on August 19, 2007
  • Urgent - answers, please

    Please respond to these pressing issues: &nbsp; &nbsp; http://cutesoft.net/forums/thread/32567.aspx http://cutesoft.net/forums/thread/32549.aspx
    Posted to Cute Editor for .NET (Forum) by fredd on August 19, 2007
  • Re: Updating full page causes error with Link tag

    Hi, &nbsp; I had reported this bug earlier - it's because of the ''rel=stylesheet'' setting if I recall correctly. Try removing those words and testing again. &nbsp; Here's some references: &nbsp; http://cutesoft.net/forums/thread/31683.aspx http://cutesoft.net/forums/thread/31681.aspx &nbsp; Adam fixed the problem and our current stuff ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 17, 2007
  • Resolved: Another user problem

    This is reported to us. Can you please fix this? &nbsp; ''I had typed a lot of stuff into the word processor and then tried to add a link to our website. I needed to place it near the middle of the document. I finally found out how and clicked the ''Insert Hyperlink'' button. The display about hyperlink was very confusing, so I cancelled ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 17, 2007
  • Re: IE6 incredibly slow

    http://cutesoft.net/example/general.aspx&nbsp;loads immediately in IE6 on 3 Win2x computers&nbsp;running IE6 here in the offfice. So the problem is either a setting on your computer or the ISP host's caching model or somewhere else, but it's definitely nothing to do with CE. &nbsp; Ask a friend operating in another state to test as well, ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 17, 2007
  • Re: Urgent: need this property in FireFox

    HI Adam, &nbsp; After much digging, we've found out how to get the caret position. However, we can't set the position. &nbsp; For example, assume the following: &nbsp; this is a sentence and this stuff &nbsp; Assume we want to place the caret at position 10, like this: &nbsp; this is a |sentence and this stuff &nbsp; (Pretend the | is ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 16, 2007
  • More problems with caret positioning

    A user reports this: &nbsp; ''I was typing a long letter and realized I needed to insert some text back near the start. I clicked into that part of the text and typed some stuff, but realized I made a mistake, so I clicked the Undo button. The last character disappeared but the cursor disappeared also!! &nbsp; When I tried to enter the correct ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 16, 2007
  • Re: Urgent: need this property in FireFox

    Throughout all the literature on the internet, selectionStart and selectionEnd are standard properties used by Mozilla browsers. Those properties provide a reference position that allows us to read where the caret is. We can do this with FTB and other editors, but not with CE for some unknown reason. CE doesn't appear to support these ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 16, 2007
  • Urgent: need this property in FireFox

    How do I get selectionStart in FireFox? &nbsp; I've tried: &nbsp; var editselection=editor1.GetSelection(); &nbsp; editselection.selectionStart &lt;&lt; doesn't work &nbsp; also: &nbsp; var editdoc=editor1.GetDocument(); &nbsp; editdoc.body.selectionStart &lt;&lt; doesn't work &nbsp; also: &nbsp; var editwin = ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 15, 2007
  • Re: IE6 incredibly slow

    Can you give us&nbsp;a URL to try that demonstrates the problem? We can try using IE6 on a couple of machines here at the office.
    Posted to Cute Editor for .NET (Forum) by fredd on August 15, 2007
« First ... < Previous 18 19 20 21 22 Next > ... Last »