Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Fedor,
Is there a way to disable the html nag screen? I am not doing anything that will prevent HTML 1.0 Transition from working with the control. It seems to work just fine. I have other controls on the page that do not show up correctly without it. Do you have any suggestions?
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Chris, Do you mean "Graphics Mill BitmapViewer does not completely support CSS1..." message in Web Controls? Edited by user Saturday, May 2, 2009 1:32:51 AM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Yes that is the screen I mean.
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Hello Chris, You need just open BitmapViewer.js and remove in the end of file the code which shows it: Code:alert("Graphics Mill BitmapViewer does not completely support CSS1 compatible mode in Internet Explorer. It is caused by improper implementation of HTML standard by Internet Explorer.\n"+
"Therefore you CANNOT use the following document type declarations in the top of your HTML document:\n\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n\n"+
"However you CAN (and should) use the HTML 4.0 Transitional declaration with omitted system identifiers (URI references), i.e.:\n\n"+
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" >\n\n"+
"Note, this problem affects Internet Explorer only. Alternative browsers like Firefox, Mozilla, Safari, Konqueror, and Opera can work with BitmapViewer with any DTD declaration.\n"+
"You can get more information about this problem here:\n\n"+
"http://www.aurigma.com/go/?id=50\n");
|
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Fedor,
I have not been putting the java resources in my project any longer. Do I still need to do that? If so what files do I need to include?
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello Chris,
Since you have source code of the control, you can just update script and recomplile the assembly. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.