Autor Thema: View Applet zeigt nur eine graue Fläche  (Gelesen 2136 mal)

Offline eknori

  • @Notes Preisträger
  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 11.728
  • Geschlecht: Männlich
View Applet zeigt nur eine graue Fläche
« am: 16.10.02 - 12:56:27 »
Hallo,

habe hier etwas gefunden, um diesen Effekt auszuschalten. Wir hatten das Problem ja mal in der Datenbank zur Scriptprogrammierung. ( http://www.free.dominoserver.de/computer/noteslibrary.nsf ) Da habe einige von uns über das Web auch nur eine graue Fläche anstelle der erwarteten Ansicht gesehen.

View applet doesn't display view

Magnus
16 Sep 2002, Rating 4.27 (out of 5)

Do you from time to time have problems with your view applet just displaying a grey area in your browser? This happens because of a bug in IE 5.5( possibly 6 too). Add the following code to the OnLoad event of your $$ViewTemplate form and the problem be solved.

Code

applView = document.applets.view;
if (applView != null) {
while (!applView.isActive()) {};
applView.reshape(0,0,applView.offsetWidth,applView.offsetHeight);
}


eknori
« Letzte Änderung: 16.10.02 - 12:58:53 von eknori »
Egal wie tief man die Messlatte für den menschlichen Verstand auch ansetzt: jeden Tag kommt jemand und marschiert erhobenen Hauptes drunter her!

Offline Axel

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.658
  • Geschlecht: Männlich
  • It's not a bug, it's Notes
Re:View Applet zeigt nur eine graue Fläche
« Antwort #1 am: 16.10.02 - 14:29:45 »
Hi,

ich werde es mal in die Datenbank einbauen und dann nochmal mit Applets zur Verfügung stellen.


Axel
Ohne Computer wären wir noch lange nicht hinterm Mond!

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz