search for: opacity

Displaying 20 results from an estimated 163 matches for "opacity".

2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to avoid some bug on some browser; anyone remember the specifics? Seems like we should probably just conditionally check for the broken browser and set to 0.99 for only that one, otherwise leave it at 1.0, but I know I don''t have the full picture of why it was necessary or whether...
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set an overall opacity value for any metacity theme. Making the complete decorations translucent can look bad with some themes. However, I've made it possible to have the opacity fade from opaque to the selected opacity value in a similar way to how the built-in decorations look. This usually looks a lot better. I...
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
...h:''308px''}, {duration:0.5});" page.replace_html ''subcontent'', :partial => ''sub'' page.replace_html ''nav_path'', nav_path page.delay(0.5) do page.visual_effect :grow, ''subcontent'' end but grow set the opacity of subcontent to 0 and I can''t undestand why. before RJS call: <div class="right-box" id="subcontent" style="display: none;"></div> after RJS call: <div class="right-box" id="subcontent" style="opacity: 0;">con...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...tension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + id="linearGradient6086"> + <stop + id="stop6089" + offset="0" + style="stop-color:#ffffff;stop-opacity:0.5;" /> + <stop + style="stop-color:#daeb7f;stop-opacity:0.5;" + offset="0.25" + id="stop6097" /> + <stop + style="stop-color:#b5d700;stop-opacity:0.48958334;" + offset="0.5" +...
2007 Jul 28
1
[PATCH] Add opacity limits
Hi, This patch adds appropriate limits (1-100) to opacity_values in core options. Minimum is 1 to be consistent with the opacity changing action and because it doesn't make sense to have an invisible window that is still there. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-opacity-limits.p...
2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
Hey everyone, I have a series of thumbnails that have a loading overlay placed over them when they''re clicked on. The overlay is set to an opacity of .7.. .The onclick code looks basically does this: var loading = document.createElement(''div''); loading.id = ''loading_image''; $(loading).addClassName(''thumb_loading''); $(''container'').appendChild(loading); Position.clone($(...
2010 Jun 02
0
Segmentation fault on paste a long text into Scintilla
...div></td><td class="gwt-TabBarItem-wrapper gwt-TabBarItem-wrapper-selected" style="vertical-align: bottom;" align="left"><div role="tab" class="gwt-TabBarItem gwt-TabBarItem-selected" tabindex="0"><input style="opacity: 0; height: 1px; width: 1px; z-index: -1; overflow: hidden; position: absolute;" tabindex="-1" type="text"><div style="white-space: nowrap;" class="gwt-Label">Example</div></div></td><td class="gwt-TabBarItem-wrapper&qu...
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...stance of area - Element.getPosition(element) - retrieves the position of an element - Element.setPosition(element,position) - sets the position of an element - Element.getSize(element) - retrieves the size of an element - Element.setSize(element,position) - sets the size of an element - Element.setOpacity(element,opacity) - sets the opacity of an element (0-100) - System.getWindowSize() - gets the size of the window - System.setWindowSize(size) - sets the size of the window - System.getScreenSize(availspaceonly) - gets the size of the screen. argument i boolean. False = screenresolution, True = ar...
2006 Oct 01
1
gtk-window-decorator metacity opacity theme
...lows while playing with the alpha attributes of the metacity themes to have transparent borders. here too the modified ?Human Ubuntu? theme and a screenshot to show the result. ps: sorry for my bad english -------------- next part -------------- A non-text attachment was scrubbed... Name: metacity-opacity.patch Type: text/x-patch Size: 1154 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20061001/df7c7060/metacity-opacity-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: HumanAlpha.tar.bz2 Type: application/x-bzip-co...
2007 May 18
2
displaying intensity through opacity on an image
Dear colleagues, I have an image which I can display in the greyscale using image. On this image, for some pixels, which I know, I want to display their activity based on a third measure. One way to do that would be to color these differently, and use an opacity measure to display the third measure. An example of what I am trying to do is at: http://www.public.iastate.edu/~maitra/papers/mrm02.pdf page 26, for instance. There are two different kinds of voxels, given by greens and red. At the low end, there is transparency on the red scale and at the upper...
2007 Jun 06
0
[PATCH] Define default opacity windows in Compiz
..."[PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly" message to apply the transparency to the right windows; I don't think it will be merged, but I'm posting it here just as example for other users/packagers; however it can be disabled only setting the default opacity_values value to 100... Regards, Trevi?o - -- Trevi?o's Blog - Life and Linux http://3v1n0.tuxfamily.org/blog/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGZvLeLWz7RN2ADNkRAvHSAKCZP+DNtxdzVI0Cb9KDAVXYxSY...
2008 May 21
0
Displaying horizontal abline levels and controlling object opacity
...asure (rolling regression betas, in this case). But since I > already have 2 horizontal lines going through my graph (and yes I am > using colors and have them all in the legend), I am wondering if there > is another way of displaying the sd-s? Maybe through rectangles with > low > opacity ... > > Thanks in advance for any ideas/suggestions. > > > Arshavir
2006 Mar 19
0
IE opacity and png alpha
The drag&drop effect in scriptaculous makes my div dissapear in IE. I take it this is because I have a filter on the div to get alpha transparency on the pngs, and this is cancelled out by the opacity setting, yet it says this was fixed in scriptaculous. JavaScript for png filtering at bottom. The div becomes visible again (or rather, the images comes back) when dragging is ended. Any ideas? Andreas function iePNG() { var images = document.getElementsByTagName("img"); if (i...
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last prototype? I you make an Effect.Pulsate, the element stays hidden after the effect finish if the element don''t have opacity stablished. This is for the changes on the setStyle method on prototype. The original code is: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...
2007 Mar 27
4
Gruff with PDF::Writer
Hello all Has anyone managed to embed gruff graphs into a PDF document using pdf::writer? The easy way (as far as I can see) would be to just save the gruff graph as a temporary file then read that file in pdf::writer. I was wondering if anyone had managed to get them working together directly? RJ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
...).toFixed(4) + '' / '' + point.lng().toFixed(4); @@ -496,11 +498,10 @@ gpoints.push(this.points[i].toProprietary(''google'')); } if (this.closed || gpoints[0].equals(gpoints[length-1])) { - var gpoly = new GPolygon(gpoints, this.color, this.width, this.opacity, this.fillColor || "#5462E3", this.opacity || "0.3"); + return new GPolygon(gpoints, this.color, this.width, this.opacity, this.fillColor || "#5462E3", this.opacity || "0.3"); } else { - var gpoly = new GPolyline(gpoints, this.color, this.width,...
2006 Feb 16
2
MANOVA: how do I read off within and between Sum-of-Squares info from the manova result?
Hi all, I am experimenting the function "manova" in R. I tried it on a few data sets, but I did not understand the result: I used "summary(manova_result)" and "summary(manova_result, test='Wilks')" and they gave a bunch of numbers... But I need the Sum-of-Squares of BETWEEN and WITHIN matrices... How do I read off from the R's manova results? Any
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
....4054"> + <defs + id="defs4"> + <linearGradient + id="linearGradient6133" + inkscape:collect="always"> + <stop + id="stop6135" + offset="0" + style="stop-color:#003555;stop-opacity:1;" /> + <stop + id="stop6137" + offset="1" + style="stop-color:#003555;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5807"> + <stop + style=&qu...
2009 Feb 02
0
Polyline toMicrosoft() change
...osoft returns a Microsoft polyline * @returns a VEShape */ Polyline.prototype.toMicrosoft = function() { var mpolyline; var mpoints = []; for (var i = 0, length = this.points.length ; i< length; i++){ mpoints.push(this.points[i].toMicrosoft()); } var color; var opacity = this.opacity ||1.0; if(this.color){ color = new VEColor(parseInt(this.color.substr(1,2),16),parseInt(this.color.substr(3,2),16),parseInt(this.color.substr(5,2),16), opacity); }else{ color = new VEColor(0,255,0, opacity); } mpolyline = new VEShape(VEShapeType.Polygo...
2005 Jun 30
0
[fdo] libtransset
...the property is being set - the window just doesn't go transparent! It works perfectly with transset. My composite manager is alive and well. One things I noticed, though: transset doesn't recognize the property set by my library and the other way around, although both use _NET_WM_WINDOW_OPACITY. Attached is my library and a small test app, that's supposed to go transparent when clicked. Compile like this: gcc -o at-x11 `pkg-config --cflags --libs x11` at-x11.c opacity.c Hope somebody has an idea what's going on. Yours, Simon -------------- next part -------------- A non-text a...