similar to: IE SlidingUp/Down Flicker Bug... Still not solved!

Displaying 20 results from an estimated 110 matches similar to: "IE SlidingUp/Down Flicker Bug... Still not solved!"

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
2006 May 24
2
autocompleter competing with saved form data in firefox
Hi all, I have used the sciptaculous Ajax autocompleter a few times now. A major problem I have at the moment is with a text field that has focus when a page loads. The text field has an autocompleter associated with it, but when the user starts typing, the firefox saved form data autocompleter appears first, and the scriptaculous one is partially hidden behind it. Has anyone else encountered
2006 Jun 11
0
Re: Re: Re: File upload (Jim Geurts) (Danial Tzadeh)
Sorry for the delay, the fileuploader demo is now available for download at http://212.145.207.60/demofileuploader.rar. I wish you like it and tell me how to improve it. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2011 Feb 04
1
[LLVMdev] PareAssemblyFile returning "expected top-level entity" error message
Hello all, I am trying to generate a module object using something like this: (to use for code analysis) Module *topModule; SMDiagnostic error; topModule = ParseAssemblyFile("code.s", error, getGlobalContext()); displayErrorInfo(error); void displayErrorInfo(SMDiagnostic& err) { std::string errFileName = err.getFilename(); std::string errMsg =
2016 Oct 17
2
Re: Libvirt adds extra parameters in domain XML
On Mon, Oct 17, 2016 at 02:29:10PM +0200, Marina Danial wrote: >I have a predetermined set of commands that I want to launch qemu with: > >sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \ >-nographic \ >-net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \ >-netdev tap,id=net0,ifname=tap01,vhost=on,script=no,downscript=no \ >-net
2016 Oct 13
3
Libvirt adds extra parameters in domain XML
Hello, In my C++ code, I generate my own domain XML file and I use virDomainCreateXML or virDomainDefineXML to launch my qemu VM. However, when I get to check which commands are sent to the qemu commandline, I find that libvirt has added so many extra parameters to the ones I have already set. How can I prevent libvirt from adding any extra parameters to the ones I originally defined in the
2016 Oct 17
0
Re: Libvirt adds extra parameters in domain XML
I need write the domain XML in libvirt to eventually convert it into these qemu commands.. I don't want to call qemu directly with these commands. So I needed assistance with that On Oct 17, 2016 9:34 PM, "Martin Kletzander" <mkletzan@redhat.com> wrote: > On Mon, Oct 17, 2016 at 02:29:10PM +0200, Marina Danial wrote: > >> I have a predetermined set of commands
2016 Oct 23
4
Failed to launch libvirt 1.2.7
Hello, I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has by default libvirt 0.10.2. I wanted version 1.2.7. So I downloaded this and libvirt-1.2.7.tar.gz and I followed the following steps: 1. ./configure (with its default settings) 2. make 3. make install Currently, the installation is in: /usr/local and the source tree is in /export/home/libvirt. I stopped the
2008 May 02
1
Java animations, Google Earth flashing with Compiz enabled
On a Dell Inspiron E1505 / 6400 with the ATI x1400 video card running the fglrx driver on Kubuntu 8.04, I have some video problems while running Compiz. I am not using XGL, in fact, I removed it from the system as it was causing performance issues. The symptoms I describe here were present before removing XGL, as well as after. The test applet on java.com flashes (as if it disappears between
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
I have a frontend that generates some LLVM bitcode that needs to be linked with other bitcode (its runtime library), which I generate from C++ source using Clang. If I write the output of my program to disk, link it with llvm-link, and then run it with lli, everything works perfectly. But if I try to perform the linking and running steps in my main program, I get this error during
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
Yes. It appears that a bad reference to DataLayout was passed to MachineJumpTableInfo::getEntrySize. I'm using LLVM as a pre-compiled Ubuntu package for this work, so I can't do much more in GDB without building from source. Program received signal SIGSEGV, Segmentation fault. 0x00000000007565f0 in llvm::MachineJumpTableInfo::getEntrySize(llvm::DataLayout const&) const () (gdb)
2006 Oct 01
4
HEADS UP: FreeBSD 5.3, 5.4, 6.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Everyone, On October 31st, FreeBSD 5.3 and FreeBSD 5.4 will have reached their End of Life and will no longer be supported by the FreeBSD Security Team. Users of either of those FreeBSD releases are strongly encouraged to upgrade to FreeBSD 5.5 or FreeBSD 6.1 before that date. In addition, the FreeBSD 6.0 End of Life is presently scheduled
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
Hi Andy, It looks like you're using LLVM's old JIT, rather than MCJIT? The old JIT has been removed from the mainline, and is no longer supported. I'd recommend building your own copy of LLVM from the development branch (as Reed suggested) where MCJIT is used by default - this may fix your issue. If you want to stick with the precompiled binaries, then you should change: #include
2004 Aug 03
1
Analog channel stays offhook
Hi, We are having a problem with asterisk detecting that an analog ext has been put down. This seems only to happen after a number of calls have been made. We have an FXO port (TDM400P with FXO module) connected to our PBX and are using this to test asterisk prior to rolling our for our small office. What happens is that we make a number of calls to this ext which 1st rings a phone (FXS)
2016 Oct 17
0
Fwd: Libvirt adds extra parameters in domain XML
I have a predetermined set of commands that I want to launch qemu with: sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \ -nographic \ -net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \ -netdev tap,id=net0,ifname=tap01,vhost=on,script=no,downscript=no \ -net nic,model=virtio,netdev=net1,macaddr=$(MANAGE_MAC),vlan=1 \ -netdev
2016 Oct 23
0
Re: Failed to launch libvirt 1.2.7
Hello, Did You try to run autogen.sh with "--system" flag before doing "make"? As it is described in http://libvirt.org/compiling.html - maybe that would help You. -- Best regards / Pozdrawiam Sławek Kapłoński slawek@kaplonski.pl On Sun, 23 Oct 2016, Marina Danial wrote: > Hello, > > I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has >
2016 Oct 25
0
Re: Failed to launch libvirt 1.2.7
On 23.10.2016 11:48, Marina Danial wrote: > Hello, > > I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has > by default libvirt 0.10.2. > > I wanted version 1.2.7. So I downloaded this and libvirt-1.2.7.tar.gz and I > followed the following steps: > > 1. ./configure (with its default settings) > 2. make > 3. make install > > >
2004 Jan 27
2
The flicker of the status bar.
Hi, all! I''ve just started to use wxruby under Win2K. I didn''t use wxWindows earlier. Can anybody explain why the status bar flickers at the top (!) of the frame when I resize the frame and how to avoid this? (the following code is the simplest example) #----------------------------------- require ''wxruby'' include Wx class RbApp < App def on_init
2005 Aug 12
1
firefox flicker
first off your effects library is great! i''ve just upgraded from version 1.1beta1 to 1.5.0pre2. i''m using the Appear and Highlight effects. the Appear effect now seems to flicker or flash after it''s done it''s fade in, and the highlight effect just isn''t working. this is in Firefox 1.06 in windows xp. In IE it''s fine. i notice the same
2005 Jul 23
1
flicker with visual effects
hi there - I find i get a flicker on the penultimate frame of the effect in Firefox (1.04 and 1.06) i don''t get the same behaviour with IE. is this simply a limitation of the browser or am i doing something wrong ? cheers jonah -------------- next part -------------- An HTML attachment was scrubbed... URL: