Probleme mit Stretch & Scroll Widget (eigenbau)

simusch

Aktives Mitglied
Thread Starter
Dabei seit
27.09.2004
Beiträge
2.030
Reaktionspunkte
219
hallo ihr spezialisten :)

ich bin daran, ein widget zu bauen (das 2.)

aus dem developer-bereich hab ich die widgets stretch & scroll

stretching unterstützt mein widget bereits, funktioniert auch problemlos...

jetzt möchte ich aber im aufgestretchten zustand den inhalt auch scrollen können...
leider macht mir javascript da ziemliche probleme, die scrollbar wird zwar angezeigt, jedoch passiert beim anklicken, verschieben absolut nix ausser dass sich die konsole mit fehlermeldungen füllt:

Code:
(event handler):DOM Exception 8
2005-06-13 14:33:14.971 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: DOM Exception 8 (line: 0)
2005-06-13 14:33:15.146 DashboardClient[7734] com.apple.widget.icf-bern: must: eventY=48
(event handler):DOM Exception 8
2005-06-13 14:36:51.236 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: DOM Exception 8 (line: 0)
2005-06-13 14:36:51.432 DashboardClient[7734] com.apple.widget.icf-bern: mmst: event.y=46 thumbStartY=45 thumbStart=-1
2005-06-13 14:36:51.433 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPositionIn=0
2005-06-13 14:36:51.433 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPosition=0
(event handler):Undefined value
2005-06-13 14:36:51.433 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: Undefined value (line: 0)
2005-06-13 14:36:51.482 DashboardClient[7734] com.apple.widget.icf-bern: mmst: event.y=47 thumbStartY=45 thumbStart=-1
2005-06-13 14:36:51.482 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPositionIn=1
2005-06-13 14:36:51.482 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPosition=1
(event handler):Undefined value
2005-06-13 14:36:51.483 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: Undefined value (line: 0)
2005-06-13 14:36:51.516 DashboardClient[7734] com.apple.widget.icf-bern: mmst: event.y=48 thumbStartY=45 thumbStart=-1
2005-06-13 14:36:51.516 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPositionIn=2
2005-06-13 14:36:51.516 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPosition=2
(event handler):Undefined value
2005-06-13 14:36:51.516 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: Undefined value (line: 0)
2005-06-13 14:36:51.549 DashboardClient[7734] com.apple.widget.icf-bern: mmst: event.y=49 thumbStartY=45 thumbStart=-1
2005-06-13 14:36:51.549 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPositionIn=3
2005-06-13 14:36:51.550 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPosition=3
(event handler):Undefined value
2005-06-13 14:36:51.550 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: Undefined value (line: 0)
2005-06-13 14:36:51.682 DashboardClient[7734] com.apple.widget.icf-bern: mmst: event.y=50 thumbStartY=45 thumbStart=-1
2005-06-13 14:36:51.682 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPositionIn=4
2005-06-13 14:36:51.682 DashboardClient[7734] com.apple.widget.icf-bern: scrollContent: newPosition=4
(event handler):Undefined value
2005-06-13 14:36:51.683 DashboardClient[7734] (com.apple.widget.icf-bern) undefined: Undefined value (line: 0)
2005-06-13 14:36:51.883 DashboardClient[7734] com.apple.widget.icf-bern: must: eventY=50

ich kann mit den meldungen "Undefined value (line:0)" und "DOM Exeption 8" Leider absolut nix anfangen...

kann mir jemand helfen??
danke schön :)
 
niemand ne idee? :)
 
Zurück
Oben Unten