search for: tween

Displaying 13 results from an estimated 13 matches for "tween".

Did you mean: tweed
2005 Jun 24
0
Parallel Worlds
...39;s very similar libraries written in ActionScript, for Flash, that do very very similar things. And since ActionScript is heavily based on JavaScript, one wonders if it''s possible to at least use inspiration from one in developing the other. For instance, Flash has the Movieclip Tweening Prototypes, at http:// laco.wz.cz/tween/ which provide many similar effects to what we''re talking about here. Local developer extraordinaire Moses Gunesch has written a Fuse Kit that allows easy, object-oriented sequencing of these tweens... you can also run them in parallel. See...
2005 Sep 01
1
moveby with callback
...I am passing to the moveby effect - with no joy, it does not work I am sure that this is possible though I have not found it on the documentation code sample below: var menu = $(''treeWrapper''); var opt = {onComplete:function(request){tweeing=false;alert("tween off");}}; new Effect.MoveBy(menu, 0, 225, opt); $(''ctrl'').innerHTML = "Hide demo panel<br />" + "<a href=\"javascript:toggleTree2();\">tree toggle</a>"; thanks in advance > Sam
2010 Mar 14
1
Improve lattice XYPLOT graphic
..., columns=3), ? ? ? ylim=c(0,100),scales = list(x = list(at = c(48, 72, 96), labels ? ? ? = c("48", "72", "96")), cex=2.0), ? ? ? ylab=list(expression("Percentagem de mortos"),cex=2.5), ? ? ? xlab=list(expression("Horas ap?s aplica??o"), cex=2.5), between ? ? ? = list(x = c(0.25, 0.25), y = 0.25), par.settings = ? ? ? simpleTheme(col="blue", pch=20, cex=2.3, lwd=6), par.strip.text ? ? ? = list(lines = 1, cex = 1.5), #strip = strip.custom(strip.names=c(TRUE, FALSE), #strip.levels=c(FALSE,FALSE), # ?var.name=expression(c(113 - 3%*%10^8,H_2O)...
2007 Jan 06
1
Running Creatoon [was: Increasing swap space]
Matt Jordan wrote: > I think I'm tantalizingly close to being able to use a program called > Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up. > The Creatoon interface loads but doesn't seem to do anything. During > Creatoon's start-up, I get two identical messages telling me that some > unspecified module could not be loaded. Nah, it's not swap
2002 Jun 28
0
Tr: RE: Samba 2.2.5 and printers
...n Sickler, Jim" <vansickj-eodc@Kaman.com> >> >Sujet: RE: [Samba] Samba 2.2.5 and printers >> >A: "'r_ducomun@netcourrier.com'" <r_ducomun@netcourrier.com>, >> > >> >It looks like you have a conflict >> >>be >> tween lprng rights and samba rights. >> > >> >LPRng is 0700 for the dir, and 0600 for >> >the files within. Samba is 0777 for >> >the dir and files. >> > >> >1. create /var/spool/lpd/epson660 >> > >> >2. edit /etc/printcap or /us...
2010 Sep 20
0
No subject
...ll remain a TCP connection unless it is broken and restarted. Usually if I stop the client and wait for about 30 seconds to reconnect, there is a much greater chance that the MTU probes work fine, and in about 30 seconds MTU is fixed to 1416. Every time when the MTU probing fails, I see latency between 700 - 1000 ms with 32 byte pings over a LAN. Every time when the MTU probing does not fail, I latency between 1 - 3 ms with 32 byte pings over a LAN. I used iperf to measure throughput in various configurations to compare. The iperf server is a different device on the LAN. donald at ubuntu:/opt/...
2006 Dec 22
0
Wine release 0.9.28
...es to the state table. wined3d: Make WINED3DRS_RANGEFOGENABLE a nogl state. wined3d: Move WINED3DRS_FOGCOLOR to the state table. wined3d: Move wined3drs_fogdensity to the state table. wined3d: Remove the unused stateblock vertex blend member. wined3d: Remove the unused tween factor stateblock member. wined3d: Set WINED3DRS_INDEXEDVERTEXBLENDENABLE to state_nogl. wined3d: Move WINED3DRS_COLORVERTEX to the state table. wined3d: Move WINED3DRS_LINEPATTERN to the state table. wined3d: Move WINED3DRS_ZBIAS to the state table. wined3d: Move WINE...
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
...Appel sans frais de la compagnie sont fournis au revendeur, pour permettre ? ce dernier d'acc?der au r?seau public commut? de la compagnie ou de le quitter. "interconnecting circuit with trunk side access" refers to a connecting arrangement provided by the Company to a reseller, between their respective switches, over which 1+ 950, 1+ or 10XXX routing information is exchanged for the purpose of routing traffic to and from the reseller's network. "circuit d'interconnexion avec acc?s c?t? r?seau" d?signe une installation de raccordement fournie par la compagnie ?...
2002 Jun 26
6
Samba 2.2.5 and printers
I'm currently having a problem with the new released Samba 2.2.5: I cannot print anymore on my shared printer. What is strange is that It worked fine with samba 2.2.4, but now I got an access denied whenever I try to access the printer... /var/spool/lpd/samba is chmod 777 and the username is in the group lp Here is part of my smb.conf: [global] workgroup = HOME netbios name =
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ulativeOffset(), - max = (window.height || document.body.scrollHeight) - document.viewport.getHeight(); + scrollOffsets = document.viewport.getScrollOffsets(), + elementOffsets = $(element).cumulativeOffset(); if (options.offset) elementOffsets[1] += options.offset; return new Effect.Tween(null, scrollOffsets.top, - elementOffsets[1] > max ? max : elementOffsets[1], + elementOffsets[1], options, - function(p){ scrollTo(scrollOffsets.left, p.round()) } + function(p){ scrollTo(scrollOffsets.left, p.round()); } ); }; @@ -554,7 +560,7 @@ Effect.Appear = fun...
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
2010 Mar 10
34
[Patch RFC] nouveau accelerated on Xen pv-ops kernel
Hi, Following is a simple patch that is needed in nouveau to get accelerated X on a Xen dom0 pv_ops kernel. The kernel is jeremy's 2.6.31.6 as of 20100222. The whole gpu tree of nouveau (which is almost the mainline merge), was substituted into the kernel-tree. All components of X (mesa, Xorg-server-7.5, xf86-nouveau, libdrm) used of the same day. Patch: diff -Naur
2010 Mar 10
34
[Patch RFC] nouveau accelerated on Xen pv-ops kernel
Hi, Following is a simple patch that is needed in nouveau to get accelerated X on a Xen dom0 pv_ops kernel. The kernel is jeremy's 2.6.31.6 as of 20100222. The whole gpu tree of nouveau (which is almost the mainline merge), was substituted into the kernel-tree. All components of X (mesa, Xorg-server-7.5, xf86-nouveau, libdrm) used of the same day. Patch: diff -Naur