search for: subwindows

Displaying 20 results from an estimated 20 matches for "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 on...
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
2005 Oct 17
1
stack overflow using step()
Hi, I'm using step() 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
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
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)
Hello. System info: OS: FC6 x86_64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access any right-click menu, regular application menu or drop-down list, compiz crashes. Backtrace produced by crashhandler plugin shows crash in blur.c in function
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
2011 Jan 30
1
Re: Run Command (or option) to disable Wine Title Bar
vitamin wrote: > > Mawk wrote: > > I couldn't find any information regarding how to disable the title bar for applications running in Wine > > There isn't one. win32api doesn't allow this. Sorry, that's not true: Please have a look at Winamp in Windows, you'll see that Winamp does not have a title bar there. The equalizer window which can be opened from
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 the...
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_horizo...
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
Ok, here's what I think we should release as 1.17. I plan on doing that in a few days (Monday? Tuesday?), unless there's some good reason not to. Let me know if there's some critical (i.e. crashing) fixes that I've missed somehow. And, again, I think we can run a shorter 1.18 cycle, given the pent-up list of fixes. Sorry for not getting this wrapped up sooner. Turns out that
2011 Feb 04
0
Wine release 1.3.13
The Wine development release 1.3.13 is now available. What's new in this release (see below for details): - Tools for creating MSI installers. - Clipboard improvements. - Support for po files in the message compiler. - Improvements to the Wine debugger. - Various bug fixes. The source is available from the following locations: