Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Chris Herrington  
#1 Posted : Friday, May 1, 2009 4:38:00 AM(UTC)
Chris Herrington

Rank: Advanced Member

Groups: Member
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

Fedor  
#2 Posted : Saturday, May 2, 2009 1:31:46 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
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

Chris Herrington  
#3 Posted : Saturday, May 2, 2009 1:39:07 AM(UTC)
Chris Herrington

Rank: Advanced Member

Groups: Member
Joined: 9/6/2005(UTC)
Posts: 106

Yes that is the screen I mean.

Thanks

Chris

Fedor  
#4 Posted : Sunday, May 3, 2009 6:30:11 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
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

Chris Herrington  
#5 Posted : Sunday, May 3, 2009 7:44:50 PM(UTC)
Chris Herrington

Rank: Advanced Member

Groups: Member
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

Dmitry  
#6 Posted : Tuesday, June 2, 2009 3:18:28 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
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.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
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.