search for: scalemode

Displaying 18 results from an estimated 18 matches for "scalemode".

2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
...ec_initialize.h | 83 ++++++++++++++++----------------- libswfdec/swfdec_player.c | 8 +++ libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_stage_as.c | 93 +++++++++++++++++++++++++++++++++++++ test/trace/Makefile.am | 27 ++++++++++ test/trace/scalemode-5.swf |binary test/trace/scalemode-5.swf.trace | 27 ++++++++++ test/trace/scalemode-6.swf |binary test/trace/scalemode-6.swf.trace | 27 ++++++++++ test/trace/scalemode-7.swf |binary test/trace/scalemode-7.swf.trace | 27 ++++++++++ test/trace/scalemode-8.swf...
2006 Apr 08
0
MSN like blind - BottomToTop
...le to do it. But I am new to this, so my script is not in good condition. Effect.Scale2 = Class.create(); Object.extend(Object.extend(Effect.Scale2.prototype, Effect.Base.prototype), { initialize: function(element, percent) { this.element = $(element) var options = Object.extend({ scaleMode: ''box'', // ''box'' or ''contents'' or {} with provided values scaleFrom: 100.0, scaleTo: percent }, arguments[2] || {}); this.start(options); }, setup: function() { this.restoreAfterFinish = this.options.restoreA...
2014 Jan 06
1
yuy2 not working in ubuntu 13.10
For many years im using the ubuntu with nouveau and the yuy2 scalemode in mame. I think the last one was 11.10 or 12.04, not sure. Now in the ubuntu 13.10 the yuy2 scalemode dont work in mame, but works fine with the intel driver. Tested with the kernels 3.11 and 3.12 from the ubuntu repository. I think there's a regression in the nouveau used in ubuntu 13.10 wi...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...edesktop.org/git/swfdec add n alignment property VideFrame tags can happen inside DefineSprite use -std=gnu99 s/index/idx/ add support for function getters and setters implement Object.addProperty() add a simple test for Object.addProeprty() add SwfdecScaleMode and docs add swfdec_internal.h add missing function redo scaling code update scale info when movie gets initialized add swfdec_player_[gs]et_scale_mode add swfdec_player_[gs]et_alignment don't allow setting of invalid variables add test vor invali...
2007 Jul 27
0
11 commits - libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie_as.c test/trace
....8b4cc54 Binary files /dev/null and b/test/trace/onresize-5.swf differ diff --git a/test/trace/onresize-5.swf.trace b/test/trace/onresize-5.swf.trace new file mode 100644 index 0000000..043a497 --- /dev/null +++ b/test/trace/onresize-5.swf.trace @@ -0,0 +1 @@ +Check no onResize happens when setting scaleMode diff --git a/test/trace/onresize-6.swf b/test/trace/onresize-6.swf new file mode 100644 index 0000000..8c6e850 Binary files /dev/null and b/test/trace/onresize-6.swf differ diff --git a/test/trace/onresize-6.swf.trace b/test/trace/onresize-6.swf.trace new file mode 100644 index 0000000..043a497 ---...
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody, I was wondering if there is such a work done with Scriptaculous/Prototype before and if not how to achieve it? Example : http://www.anatolip.com/ It is done with codes borrowed from moofx and his own codes. Thanks in advance Danial _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Oct 18
3
Blind... Effects
Hello, is there a way to basically achieve a BlindLeft and BlindRight effect and if yes, how would I do that? Thank you in advance for your help. _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
...get-tostring-7.swf - settarget-tostring-7.swf.trace - settarget-tostring-8.swf - settarget-tostring-8.swf.trace - settarget-tostring.as - settimeout.as \ - settimeout-5.swf \ - settimeout-5.swf.trace \ - settimeout-6.swf \ - settimeout-6.swf.trace \ - settimeout-7.swf \ - settimeout-7.swf.trace \ scalemode.as \ scalemode-5.swf \ scalemode-5.swf.trace \ @@ -1558,6 +1535,22 @@ EXTRA_DIST = \ settarget2-tostring-7.swf.trace \ settarget2-tostring-8.swf \ settarget2-tostring-8.swf.trace \ + settarget.as \ + settarget-5.swf \ + settarget-5.swf.trace \ + settarget-6.swf \ + settarget-6.swf.trace \...
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the only other browser I''ve used) My scenario is as follows. I have 2 divs (initially hidden) and using the BlindDown and BlindUp functions (possibly others) the divs flash when starting to roll down in BlindDown (due to the Element.show call) and also at the end of the BlindUp call (due to the Element.hide call)
2014 Jan 07
7
[Bug 73342] New: nouveau not working with yuy2 overlay
...Reporter: fbs777 at gmail.com Hardware: x86 (IA32) Status: NEW Version: 7.7 (2011) Component: Driver/nouveau Product: xorg For many years im using ubuntu (since nouveau becomes the default nvidia driver) and never have problem with the yuy2 scalemode mame option, so i think there's a regression with nouveau version in ubuntu 13.10. I cant get video when open mame with "-video soft -sm yuy2" options using the nouveau driver. The game runs with sound, but in full black screen. Using "-video soft -sm none" the game runs wi...
2006 Mar 10
0
Effect.Scale
I know you can scale to arbitrary size with new Effect.Scale("test", 100, {scaleMode: { originalHeight: 400, originalWidth: 200 }}); but this leaves out the nice transition effect. I''d like to keep the "scale" and just resize the window, is this possible? Also, any plans on implementing more scaleFrom options? Like scaleFromTopBottom, or better yet, {scale...
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
...Effect.BlindDown = function(element) { > $(element).style.height = ''1px''; > $(element).style.overflow = ''hidden''; > Element.show(element); > new Effect.Scale(element, 100, > { scaleContent: false, > scaleX: false, > scaleMode: ''contents'', > scaleFrom: 0 > }.extend(arguments[1] || {}) > ); > } > > the only change here is a start height of ''1px'' instead of 0 also > change the start of Effect.Scale.setDimensions from: > > setDimensions: function(...
2006 Apr 28
3
AJAX effects not smooth on Rails
I''ve been playing around with AJAX effects using ActionView::Helpers::ScriptaculousHelper. When I implement these ''freehand'' on a regular html page the Scriptaculous effects are smooth. However when I use them rails methods they are not. For example Appear, Grow and Slideup all blink the text at the start. As in the content appears for a split second, then
2007 Jul 26
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player_as.c
...@ -17,6 +17,10 @@ * Boston, MA 02110-1301 USA */ +/*** GENERAL ***/ + +ASSetNativeAccessor = ASnative (4, 1); + /*** ASBROADCASTER ***/ function AsBroadcaster () { }; @@ -61,4 +65,5 @@ AsBroadcaster.initialize (Mouse); /*** STAGE ***/ Stage = new Object (); -Stage.addProperty ("scaleMode", ASnative (666, 1), ASnative (666, 2)); +ASSetNativeAccessor (Stage, 666, "scaleMode", 1); + diff --git a/libswfdec/swfdec_initialize.h b/libswfdec/swfdec_initialize.h index 2660c64..c8799fb 100644 --- a/libswfdec/swfdec_initialize.h +++ b/libswfdec/swfdec_initialize.h @@ -2,61 +2,6...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...// Something like below, but it doesn''t work yet :( // So to at least do some resizing we added the function resize_content_node // //new Effect.Scale(content_or_editor, // { // queue: ''end'', // scaleMode: { originalHeight: 100, originalWidth: 100} // }); $(content_elements[''edit_button'']).disabled = false; $(content_elements[''save_button'']).disabled = true; Element.hide(content_elements[''busy_indicator'']...
2007 Aug 20
0
8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_string.c libswfdec/swfdec_as_string.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_load_object.c libswfdec/swfdec_loadvars_as.c test/trace
...\ diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 70f5d8d..bd6215d 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -76,3 +76,51 @@ Stage = new Object (); AsBroadcaster.initialize (Stage); ASSetNativeAccessor (Stage, 666, "scaleMode,align,width,height", 1); +/*** LOADVARS ***/ + +function LoadVars () { }; + +LoadVars.prototype.loaded = undefined; +LoadVars.prototype._bytesLoaded = undefined; +LoadVars.prototype._bytesTotal = undefined; +LoadVars.prototype.contentType = "application/x-www-form-urlencoded"; + +L...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...earlier Add stubs for System.IME Implement System.security.sandboxType s/useCodePage/useCodepage/ Managed to broke NetConnection earlier, fixed Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec Send onResize event when setting scaleMode noScale if the size has been changed Don't depend on object->properties's implementation in Array's sort method Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec Call swfdec_player_update_scale when Stage.alignment is changed...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...\ diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 70f5d8d..bd6215d 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -76,3 +76,51 @@ Stage = new Object (); AsBroadcaster.initialize (Stage); ASSetNativeAccessor (Stage, 666, "scaleMode,align,width,height", 1); +/*** LOADVARS ***/ + +function LoadVars () { }; + +LoadVars.prototype.loaded = undefined; +LoadVars.prototype._bytesLoaded = undefined; +LoadVars.prototype._bytesTotal = undefined; +LoadVars.prototype.contentType = "application/x-www-form-urlencoded"; + +L...