|
Search
You searched for the word(s):
Showing page 31 of 43 (423 total posts)
< 1 second(s)
-
Adam,
Further information on this issue. It seems that if an image is added to the content, CE automatically shrinks the image to fit the page width. In so doing, CE also shrinks the font size and everything else.
For example, in your general.aspx, add a 14pt sentence to a new page, then print it. It will print ...
-
Adam, please see: http://cutesoft.net/forums/permalink/29568/29592/ShowThread.aspx#29592
Thanks,
Fred
-
CE appears to be shrinking content to fit into a page when printing.
Images that I insert into the CE editor are getting shrunk when being printed. So is text.
To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:
<html>
<head>
...
-
Adam,
I hope you understood what I said. In the CE in our app, when I print, the content on the printed page is about 65% of what it should be. Images are 35% smaller, fonts are 35% smaller, etc. on the printed output page.
When I print the same thing in your default.aspx, everything is the correct size when printed.
Any ...
-
Hi Adam,
When I create and print a document in CE, then copy/paste that content to Word for Windows and print the Word version, the CE document is about 65% of actual size when compared to the same document in Word.
Font size is quite apparently wrong as well. 10pt becomes about 7pt when printed.
However, when I paste ...
-
You can edit the applicable .aspx page and set any of the objects as ''hidden''...
-
Placing that code on the page didn't do anything to prevent the background action from taking over after hesitating on the keyboard for 1/2 second or so. I still then have to wait 3 to 4 seconds before the typing appears in sync with the keyboard.
Fred
-
Hi Adam,
Where do I place this code?
<script>
KEYDOWN_NOTIFYCHANGEDELAY=5000
</script>
Should it be in the Javascript at the bottom of the page where I have: function CuteEditor_OnInitialized(editor), function CuteEditor_OnCommand(editor,command,ui,value), etc.? Or does it get placed at ...
-
That is better, Adam.
It seems now that you aren't firing the background event until a few hundred milliseconds later after the last keystroke. Is that correct? There is, of course, still the 3000+ millisecond delay while the background operation takes place.
Adam, can you add a property to CE that would allow us to set the ...
-
Thanks,
I did use example.css, but must have screwed up somewhere.
I'll check it..
Fred
... 31 ...
|
|
|