similar to: [Patch] Raising windows in scale plugin

Displaying 20 results from an estimated 900 matches similar to: "[Patch] Raising windows in scale plugin"

2007 Apr 27
2
mdiclient windows do not always activate on click
I just noticed that MDIClient windows do not automatically become current when they receive a mouse click, but only do so if the click happens inside of an enabled widget. This may very well be correct, but if so then what is the right way to handle it, if you want a more familiar window-manager behavior (click to focus)? For example, if you change the mditest.rb example like so... ---
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
Hi everyone, This happens every time I start winedbg, no matter what program I want to debug. It's ubuntu feisty fawn and I have built wine from sources. user@machine:~$ winedbg "C:\Program Files\Diablo II\Diablo II.exe" WineDbg starting on pid 000a wine: Unhandled page fault on read access to 0x00000000 at address 0xb7d5cc23 (thread 0009), starting debugger... Unhandled exception:
2007 Nov 21
1
window stacking bug #1
Hello! I'm trying to find where to send a bug report/fix, and this mailing list is the best I found. I noticed several problems in how Compiz handles full-screen windows*, and I hacked a bit around the source to try to find their source. (*: I use this pretty much as a replacement for full-screen, all the time.) The first two are together below, because they seem caused by the same code. For
2007 Nov 04
3
Specing raising error, handling, and then not raising error
Hey guys and gals, I have a snippet of code: Net::SMTP(@host, @port, @from_domain) do |smtp| @emails.each do |email| begin smtp.send_message email.encoded, email.from, email.destinations @emails_sent += 1 rescue Exception => e # blah end end end What I want to do is: Say there are 4 emails. First email is sent OK On the second email smtp raises a IOError
2010 Feb 08
1
Acer Aspire 5739G - Wine doesn't work
Hi, I've recently received said notebook as a gift. Currently it's running Kubuntu 9.10, however Wine just doesn't seem to work - any aplication I try to run on it gives an error message 'The program has encountered a serious problem and needs to close', whether it's a game, WinRar or an installer. In fact the only .exe files that work are the ones included in wine
2009 Jul 16
4
Install error with DAZ Studio
I'm trying to install DAZ Studio under Wine and immediately after the splash screen it crashes out and I get a window with the following message: > Error creating directory C:/Program Files/***unknown variable system_temp_directory*** The DAZ Studio version is 3.0.1.135 for Windows. I'm running Wine 1.1.12 under Ubuntu 9.04 with GNOME 2.26.1. My video card is an nVidia GeForce
2008 Jun 12
1
rc3 strange behavior
Hello *, I've rc3 on Debian Lenny compiled from source. $ wine --version wine-1.0-rc3 However I typoed that command by mistake: $ wine -version and wine went looking for -version.exe. The strange behavior is the output. Is the folloing normal? $ wine -version wine: Unhandled page fault on write access to 0x00452000 at address 0x7efa04f4 (thread 0019), starting debugger... Unhandled
2009 Jul 02
6
installer of an application fails
At the company where I work we use an application, that is made by an outside company. for now it works OK under windows, but now we plan to migrate the users to Linux and they don't plan to write a Linux app. So we are trying to run the app under wine, but it fails during installation. We use the latest development version of wine (1.1.24), because of another app, that needs it (it doesent
2007 Mar 19
1
Wine unhandled exception running PocketFMS
I'm trying to get the PocketFMS flight assistant program to work under Wine. This program is available for free at www.pocketfms.com . The installation of PocketFMS works OK with a few 'fixme' warnings, but running the installed program causes an immediate crash. As this program is still in development itself and not designed to run on anything but Windows, I'd like to know if
2007 Nov 07
0
Named routes raising nil.rewrite error
Hi all. I''m having a little problem with named routes. I have the following named route: map.with_options :controller => ''snippets'' do |map| map.snippets ''faq/'', :action => ''index'' map.new_snippet ''faq/ new'', :action
2006 Jul 11
0
Named routes raising exception
Hi, I''m trying to follow some of the Rails Recipies, in particular the authentication one. In the logout action there is redirect_to home_url. I''ve tried to set up a route using map.home_url '''' in the routes.rb file. That seems to cause an error > undefined local variable or method `home'' for #<AdminController:0x3ab97f0> > > I
2010 Oct 15
0
Raising VIRQ from hypervisor
Hi, How can I raise VIRQ from hypervisor? -- Srujan D. Kotikela _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 08
0
Raising DomainAdmin privileges
I have the following problem: As DomainAdmin I want to be able to mount a Windows directory, do a complete directory listing, read and possibly write all files in that directory. And all that even if the user has not included the DomainAdmin in the list of permitted users. To do this properly, I need to raise the following DomainAdmin privileges: SE_CHANGE_NOTIFY_NAME SE_BACKUP_NAME
2007 Aug 20
0
Raising errors in plugin-files or UploadColumn Validation
Hi all! I have a problem with the validation of uploaded images, or, to be more specific, with raising errors from plug-in files. I am using UploadColumn to upload pictures. Problem is that it won''t raise errors when upload e.g. txt-files. It will say "Upload succesfull", the time-stamp is updated only the picture hasn''t changed. I looked through the code of the
2013 Mar 15
0
Processed: raising to serious
Processing commands for control at bugs.debian.org: > severity 702428 serious Bug #702428 [xcp-xapi] HVM fails to start with VIF / qemu-dm error Severity set to 'serious' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 702428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702428 Debian Bug Tracking System Contact owner at
2013 Jul 25
0
[PATCH v3 4/9] virtio: console: fix raising SIGIO after port unplug
SIGIO should be sent when a port gets unplugged. It should only be sent to prcesses that have the port opened, and have asked for SIGIO to be delivered. We were clearing out guest_connected before calling send_sigio_to_port(), resulting in a sigio not getting sent to processes. Fix by setting guest_connected to false after invoking the sigio function. CC: <stable at vger.kernel.org>
2009 Aug 08
2
[LLVMdev] Initial cut at a instruction raising patch
Chris Lattner wrote: > On Aug 8, 2009, at 8:37 AM, Richard Pennington wrote: > >> Hi, >> >> This patch raises selected instructions to function calls. I've dome >> some preliminary testing and I works: > > Out of curiosity, why do you want this? > I do bitcode linking of a whole program, including the soft-float and other support routines that a
2009 Aug 08
0
[LLVMdev] Initial cut at a instruction raising patch
On Aug 8, 2009, at 11:48 AM, Richard Pennington wrote: > Chris Lattner wrote: >> On Aug 8, 2009, at 8:37 AM, Richard Pennington wrote: >> >>> Hi, >>> >>> This patch raises selected instructions to function calls. I've dome >>> some preliminary testing and I works: >> >> Out of curiosity, why do you want this? >> > > I
2009 Aug 08
0
[LLVMdev] Initial cut at a instruction raising patch
On Aug 8, 2009, at 1:37 PM, Richard Pennington wrote: > Chris Lattner wrote: >> How do you plan to handle things like arbitrary precision integers, >> etc? It seems like you'll end up duplicating a ton of codegen logic >> to handle this. > > Maybe I'm not being very clear. I want this replacement to be done at > the very last minute (before unreferenced
2013 Jun 14
1
[LLVMdev] Raising inline-asm blocks
Hello, According to the notes in [1] there was a plan to raise inline assembly blocks to the level of LLVM intrinsics or 'actual' LLVM IR. Is anyone aware of progress in this area? I'm aware that a complete solution in general is unlikely but a partial solution (that handles a subset of instructions directly mappable to the LLVM IR AST) could be very relevant. [1]