search for: onscrol

Displaying 10 results from an estimated 10 matches for "onscrol".

Did you mean: onscroll
2008 Feb 13
1
changing scroll bar behavior
...but on a PC with FF it returns a delta of 2px on each scroll event. I would be fine with accepting the scrollTop deltas that the browser defaults to if there was some way to read them. I can''t detect when the user presses the scroll arrows as far as I know. All I can do is register for the onscroll event after the click has happened with no indication of what click the user actually did (i.e. move the scroll bar, click on scroll up/down etc...). Any thoughts and/or suggestions would be greatly appreciated. Edward --~--~---------~--~----~------------~-------~--~----~ You received this messa...
2007 Oct 23
0
9 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h
...dec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index a6b7d6f..b0a9e28 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -423,5 +423,6 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("textWidth") SWFDEC_AS_CONSTANT_STRING ("onScroller") SWFDEC_AS_CONSTANT_STRING ("styleSheet") + SWFDEC_AS_CONSTANT_STRING ("_styles") /* add more here */ ; diff --git a/libswfdec/swfdec_style_sheet.c b/libswfdec/swfdec_style_sheet.c index a899335..47e7efe 100644 --- a/libswfdec/swfdec_style_sheet.c +++ b/libswfde...
2005 Sep 13
3
Alternatives to Rico LiveGrid?
I''m no friend of paging, but I have to somehow deal with lists of potentially large numbers of objects. The Rico LiveGrid[*] at first blush seems attractive, but has some major drawbacks. It doesn''t work with Safari/Konqueror, not yet anyway. It can only handle fixed-size tables and requires that widths, including column widths, are hand-crafted. I''m looking for a
2016 Jul 08
0
Wine release 1.9.14
...d IHTMLElement6 stub implementation. mshtml: Added IHTMLElement6::on* properties implementation for supported events. mshtml: Added FIXME for drag and dragstart events. mshtml: Added IHTMLElement::ondragstart and onhelp properties implementation. mshtml: Added IHTMLElement2::onscroll and onresize properties implementation. mshtml: Added missing release_dispex call in HTMLRect destructor. mshtml: Added IHTMLElement6::getElementsByClassName implementation. mshtml.idl: Added IHTMLElement6 methods to element dispinterfaces. mshtml: Specify locale in VarBstr...
2017 Feb 17
0
Wine release 2.2
...re event handlers in rb tree. mshtml: Added IHTMLDocument5::onfocusin and onfocusout properties implementation. mshtml: Added IHTMLElement4::onbeforeactivate property implementation. mshtml: Added IHTMLCurrentStyle::get_direction implementation. mshtml: Added IHTMLDocument7::onscroll property implementation. mshtml: Added IHTMLDocument4::onselectionchange property implementation. mshtml: Added IHTMLDocument7::onchange property implementation. mshtml: Added IHTMLDocument5::onmousewheel property implementation. mshtml: Reimplemented check_event_attr to it...
2012 Sep 14
0
Wine release 1.5.13
...only when it needs to be in invoke_builtin_prop. vbscript: Added support for comparing to null. vbscript: Added support for VT_NULL in stack_pop_bool. mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET flags in HTMLDocumentNode_invoke. mshtml: Added IHTMLWindow2::onscroll implementation. mshtml: Added support for navigating to anchors with IDs containing '#'. jscript: Added support for no new line between break and identifier rule. jscript: Added support for no new line between continue and identifier rule. jscript: Added support for...
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...* the text_field object we render */ - const char * text_input; const char * text_display; const char * variable; commit 6841fe177bd6d0ea99c78ae3b6f34763a64b6c67 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Mon Oct 22 11:42:43 2007 +0300 Implement TextField's onScroller property diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index 313383a..8a940d5 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -421,5 +421,6 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("Monospace")...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2007 Nov 07
0
36 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h
...add MovieClipLoader event names diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index b0a9e28..4326235 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -424,5 +424,10 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("onScroller") SWFDEC_AS_CONSTANT_STRING ("styleSheet") SWFDEC_AS_CONSTANT_STRING ("_styles") + SWFDEC_AS_CONSTANT_STRING ("onLoadStart") + SWFDEC_AS_CONSTANT_STRING ("onLoadComplete") + SWFDEC_AS_CONSTANT_STRING ("onLoadError") + SWFDEC_AS_CON...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...ents */ + SwfdecSandbox * clip_loader_sandbox; /* sandbox used for events on the clip loader */ }; struct _SwfdecResourceClass commit 839304eb0c7977ebbc153986b3c945f898b5f5e2 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 21 10:15:56 2008 +0100 use a sandbox when emitting onScroller diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 214b345..8f8af44 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1198,11 +1198,15 @@ swfdec_text_field_movie_iterate (SwfdecMovie *movie) if (text->s...