search for: settop

Displaying 9 results from an estimated 9 matches for "settop".

Did you mean: nettop
2006 Feb 08
2
Prototype: Position.clone()
...tyle.left = offsets[0] + ''px''; target.style.width = source.offsetWidth + ''px''; target.style.height = source.offsetHeight + ''px''; }, clone: function(source, target) { var options = Object.extend({ setLeft: true, setTop: true, setWidth: true, setHeight: true, offsetTop: 0, offsetLeft: 0 }, arguments[2] || {}) // find page position of source source = $(source); var p = Position.page(source); // find coordinate system to use target = $(target); var delta...
2019 Oct 07
3
Centos & media codec
Hello im trying to play some videos with totem on CentOS 8. I get the following message in the command line. "totem ** Message: 17:22:06.269: Missing plugin: gstreamer|1.0|totem|MPEG-1 Video decoder|decoder-video/mpeg, mpegversion=(int)1, systemstream=(boolean)false (MPEG-1 Video decoder) (totem:12230): Gtk-WARNING **: 17:22:06.270: Drawing a gadget with negative dimensions. Did you forget
2005 Jan 02
1
Difficulties to get decoder to work
Hi, I'm developing a plugin for a settop-box application to make use of flac files. However, I have difficulties to get the file-decoder to run in C++. What I do in my derived decoder class is basically: - create an instance of FLAC::Decoder::File, calling also the bsae class c'tor - set_metadata_respond( FLAC__METADATA_TYPE_STRE...
2006 Apr 20
1
The Autocompleter, with scrollable result-div
...controls.js =================================================================== --- controls.js (revision 4240) +++ controls.js (working copy) @@ -94,7 +94,7 @@ }, fixIEOverlapping: function() { - Position.clone(this.update, this.iefix); + Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)}); this.iefix.style.zIndex = 1; this.update.style.zIndex = 2; Element.show(this.iefix); @@ -176,6 +176,13 @@ }, onBlur: function(event) { + // Dont hide the div on "blur" if the user clicks scrollbar + if(Element.getStyle(this.updat...
2009 Jul 09
0
OpenSSH on MIPS (Big Endian) uclibc shows empty directory listing when connected with sftp
I've set up an OpenSSH on my MIPS (Big Endian) uclibc based system .. for development purposes on a qemu environment and for production an a settop box with real hardware. I experienced that sftp connected clients always get an empty directory listing. Same with OpenSSH at all as also with dropbear in combination with OpenSSH's sftp-server binary. More digging into details I checked the raw directory listing that is returned when requestin...
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
...sion 4240) > > > > +++ controls.js (working copy) > > > > @@ -94,7 +94,7 @@ > > > > }, > > > > fixIEOverlapping: function() { > > - Position.clone(this.update, this.iefix); > > + Position.clone(this.update, this.iefix, > > {setTop:(!this.update.style.height)}); > > this.iefix.style.zIndex = 1; > > this.update.style.zIndex = 2; > > Element.show(this.iefix); > > @@ -176,6 +176,13 @@ > > > > }, > > > > onBlur: function(event) { > > + // Dont hide the div...
2008 Aug 05
31
Btrfs v0.16 released
Hello everyone, Btrfs v0.16 is available for download, please see http://btrfs.wiki.kernel.org/ for download links and project information. v0.16 has a shiny new disk format, and is not compatible with filesystems created by older Btrfs releases. But, it should be the fastest Btrfs yet, with a wide variety of scalability fixes and new features. There were quite a few contributors this time
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...|| + function(element, update){ if(!update.style.position || update.style.position=='absolute') { update.style.position = 'absolute'; Position.clone(element, update, { - setHeight: false, + setHeight: false, offsetTop: element.offsetHeight }); } Effect.Appear(update,{duration:0.15}); }; - this.options.onHide = this.options.onHide || + this.options.onHide = this.options.onHide || function(element, update){ new Effect.Fade(update,{duration:0.15}) }; - if(typeo...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server