search for: subwindow

Displaying 20 results from an estimated 20 matches for "subwindow".

Did you mean: subwindows
2008 May 30
5
color management spec
...essary color conversion. To allow for fine-grained color management (if an application has only a region that it wants to have color managed), the applications have to be able to specify subregions of their window and attach profiles to that. Since toolkits (at least GTK+) already make heavy use of subwindows, using those makes sense to me. So I came up with a document (in the attachment) that describes which window properties and messages are used. Dennis Kasprzyk (compiz developer) wasn't happy that I want to attach properties to subwindows, instead he suggested to attach a list to the top-level...
2006 Nov 15
1
compiz does not group windows
hello I am using compiz in fc6 and have this problem (tryed 0.3.2 and still have the same issue): When a window that have subwindows like gets minimized and I klick on it on the panels taskbar onle the subwindow shows up, but not the main window. I have to use alt+tab to open it. it also happens with floating buttonbars in openoffice so I add a list in openoffice it shows the bar with the buttons, I minimze it click on it o...
2001 Aug 12
2
WND structures
hi all, executing a certain program with wine, we get several crashes, in the RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the program itself. the program always crashes after the creation of a subwindow, and the problem appears to be the same, that is, somewhere before the crash the window tree structure gets corrupted. in order to find the exact point in which this happens, is there a better method than running the program step by step and *manually* check the windows structure? in other word...
2005 Oct 17
1
stack overflow using step()
...p() for forward regression with 680 main effects and the correspomding 230860 interactions. However, the calculation is stopped with the message: Error: protect(): stack overflow How can I specify the maximum size of the pointer protection stack when running R not from command line but in an emacs-subwindow? How can I perform these calculations when the maximum value accepted is 100000? Thanks, Benjamin
2007 Dec 04
1
Hooking up wxRuby in other applications
Is there a way (class?) to be able to use wxRuby for subwindows in a host application? (Windows and OSX platforms) Best regards, Jari Williamsson
2010 Apr 17
2
Keyboard problem
I've had a Logitech cordless desktop on my primary desktop for the last few years, and every once in a while the number pad would just "go out" - the <enter> key and num-lock would still work, but of all the others would do nothing except the 5, which would pop-up a subwindow in some app on the screen that didn't have the focus. I thought this was aproblem with the keyboard, so I just switched to a wired keyboard, and voila - the number key pad misbehaves exactly the same way. Is this a Linx / RHEL / CentOS bug? Has anyone else seen this? I'm going to reboot...
2007 Mar 19
1
Application crashes when opening a graphics window under Wine
...version of wine without this problem. 2. The DLL files that the application uses are a mix of upper and lower case. Is wine case sensitive when loading DLLs? 3. The application seems to open in separate windows under wine. When running under Windows, it uses the more typical single window with subwindows inside. Might it be possible to tell wine to open the application in a "single window" model? Thanks for any tips on how to resolve this. Thanks, John jra@febo.com
2007 May 19
2
Crash in blur.c (SIGSEGV)
...isplay *) 0xfe0220 #35 0x000000000040d750 in eventLoop () at display.c:1503 event = {type = 16, xany = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421}, xkey = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, root = 20989986, subwindow = 1318554960192, time = 1756641624704, x = 0, y = 0, x_root = 65142784, y_root = 1967360, state = 1, keycode = 2, same_screen = 1}, xbutton = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, root = 20989986, subwindow = 1318554960192, time = 1756641624704, x...
2003 May 21
2
Graphics device history recording problem (Previous and Next utilities)
I use 1.7.0 version under Windows XP. Problem: When graphics device history recording function turned on, suppose I source a file containing lines: plot(graph1) plot(graph2) I see the graph2 in the graphic device, assuming graph2 is the last plot in the file. Now using "Previous" under history menu, I get graph1 as expected. But after that, using "Next" does not show graph2.
2002 Mar 21
2
New version of setup.exe broken when running with WINE
Hi, When run with WINE, setup.exe 2.194.2.15 displays stranges characters in the window title (non-blocking problem), but stops function after choosing the mirror. (the only one that appears is the last used when running the previous version). A subwindow is apparently tried to be open. I have put a screenshot at http://membres.lycos.fr/lhshepherd/screenshots/2002_03_21_170601_shot.jpg Please cc me in replies since I'm not subscribed. Thanks by advance, Sylvain. ___________________________________________________________ Do You Yahoo!? -- U...
2011 Jan 30
1
Re: Run Command (or option) to disable Wine Title Bar
...ou'll see that Winamp does not have a title bar there. The equalizer window which can be opened from Winamp does not have a title bar either. If you run Winamp in Wine, the current window decorations are attached to the Winamp window, which makes it look just ugly ... if you open the equalizer subwindow, that window will be opened without decorations like in windows. So, I wanted to start Winamp in Wine without the decorations, in the same way it works in Windows and in the same way sub windows are opened from Winamp. Could you by any change provide a hint how this can be done? Thank you, Andre...
2010 Jul 21
1
new bug in install.packages()
Hi, install.packages() seems to be broken in latest R-devel snapshot (2010-07-19 r52561) if you are using an R/R.version$platform-library/x.y directory. > .libPaths() [1] "/home/hpages/R/x86_64-unknown-linux-gnu-library/2.12" [2] "/home/hpages/R-2.12/library" > install.packages("car") Error in sprintf(gettext(fmt, domain = domain), ...) : too
2007 Nov 07
1
3 wxSugar questions
A bit new to wxRuby and have 2 questions regarding wxSugar: 1. I only find one sample application for wxSugar, but as I understand from the docs, wsSugar is the preferred approach. Are there any more wxSugar samples available somewhere? 2. When I run sugar-sample.rb, I get a couple of warnings: "listen is deprecated, use evt_xxx directly". Just wanted to check: Is this sample
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...& size = wxDefaultSize, long style = 0, const wxString& name = wxPanelNameStr) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Destructor. Deletes all subwindows, then deletes itself. Instead of using -the operator explicitly, you should normally -use so that wxWindows -can delete a window only when it is safe to do so, in idle time. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"...
1999 May 04
1
Pre-release of R-0.64.1 for Windows
...~~~~~~~~ An installer (rwinst.exe). There is a choice of interface for Rgui: o SDI, single document interface. This is like the previous version, with separate windows for the console, graphics and pager(s). o MDI, multiple document interface. Here the console, graphics and pagers are subwindows of one main `frame' window. You can set your preference (and details of the MDI) in the Rconsole file: this can also be overriden on the command line by --mdi or --sdi. If you use multiple files in a single SDI pager, the (row) positions are remembered and re-used when you switch views in th...
2007 Apr 11
0
[948] branches/wxruby2/wxwidgets_282/doc/textile/splitterwindow.txtl: Change initialize method to init to match change made to wxWidgets API for Ruby compatibility.
...ndow_onunsplit </span><span class="lines">@@ -99,7 +99,7 @@ </span><span class="cx"> h4. Remarks </span><span class="cx"> </span><span class="cx"> After using this constructor, you must create either one or two subwindows </span><del>-with the splitter window as parent, and then call one of "SplitterWindow#initialize":splitterwindow.html#SplitterWindow_initialize, "SplitterWindow#split_vertically":splitterwindow.html#SplitterWindow_splitvertically and "SplitterWindow#split_horiz...
2005 Jan 26
1
Re: PC-based video server
On Wednesday 26 January 2005 02:20 pm, Andrey wrote: > > I've seen pretty good quality theora format video at less than 1 Mbps. > > What was the resolution/frame/rate/type of the movie. A sample video can be downloaded, using BitTorrent, from www.theora.org. It's in the Contents section on the left side of the page, and labeled "CC spots." What you actually get
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2015 Jan 24
0
[ANNOUNCE] xorg-server 1.16.99.902
...gned Michele Baldessari (2): ephyr: Implement per-screen colormaps ephyr: Implement per-screen colormaps Neil Roberts (1): glx: Add implementation of __GLXContext->loseCurrent for direct ctxts Olivier Fourdan (3): Remove explicit dependency on $(WAYLAND_LIBS) Fix subwindow in Xi emulated events Synchronize capslock in Xnest and Xephyr Peter Harris (1): Fix overflow of ConnectionOutput->size and ->count Peter Hutterer (13): include: fix compiler warning about casting int to uint16_t include: fix documentation for list.h include: c...
2011 Feb 04
0
Wine release 1.3.13
...th builtin msvcr80 on unimplemented function _sopen_s 25893 shell32:autocomplete test fails under WINEDEBUG=warn+heap 25910 Notepad tries to open a file using wrong sharing mode 25914 Dead Space 2 exits with error 25925 Bioshock: installer autopatcher fails verification 25926 part of subwindow sheared by line 25943 MSI doesn't delete Skype (5.1) files upon deinstallation 25946 gdi32/font tests fail on ubuntu x86_64 25964 wine builtin IE crash with CNCBSecPkg_EN.exe installed : unimplemented function ntoskrnl.exe.IoGetDeviceInterfaces --------------------------------------...