Re: Windows programs in Cygwin/X ?

2006-03-02 Thread Cary Jamison
Doug Bohl wrote:
 After much turmoil, I've managed to get a number of window managers
 running in Cygwin/X.  What I'm wondering is this:  Is it at all
 possible to allow my windows programs to be managed by my Cygwin/X
 window manager?  Presently, if I'm in -fullscreen mode and I'm running
 some X programs, I'd have to alt+tab out of X and into explorer.

It's only possible to go the other way - have Windows manage both your X and 
your Windows windows.  Is there a reason you don't want to go this way? 
Have you tried -multiwindow?


Cary




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Windows programs in Cygwin/X ?

2006-03-02 Thread Chris Green
On Thu, Mar 02, 2006 at 01:25:29PM -0700, Cary Jamison wrote:
 Doug Bohl wrote:
  After much turmoil, I've managed to get a number of window managers
  running in Cygwin/X.  What I'm wondering is this:  Is it at all
  possible to allow my windows programs to be managed by my Cygwin/X
  window manager?  Presently, if I'm in -fullscreen mode and I'm running
  some X programs, I'd have to alt+tab out of X and into explorer.
 
 It's only possible to go the other way - have Windows manage both your X and 
 your Windows windows.  Is there a reason you don't want to go this way? 
 Have you tried -multiwindow?
 
I still think the most obvious answer is a multiple desktop utility on
the windows machine. Just click to the 'other' window.

-- 
Chris Green ([EMAIL PROTECTED])

Never ascribe to malice that which can be explained by incompetence.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Windows programs in Cygwin/X ?

2006-02-28 Thread Chris Green
On Tue, Feb 28, 2006 at 12:12:27AM -0500, Doug Bohl wrote:
 After much turmoil, I've managed to get a number of window managers
 running in Cygwin/X.  What I'm wondering is this:  Is it at all
 possible to allow my windows programs to be managed by my Cygwin/X
 window manager?  Presently, if I'm in -fullscreen mode and I'm running
 some X programs, I'd have to alt+tab out of X and into explorer.
 
 If this isn't possible, what would I have to do to make it possible? 
 Maybe write an X program to 'trap' the window of a Windows program
 into an invisible X window.  Or something like that.
 
My approach is simply to run multiple desktops on my windows machine.
I dedicate one to Cygwin/X and use the others for Windows programs.

XP has a simple multi-desktop system that comes with it (I can't
remember what it's called though), I use V-Com's PowerDesk myself.

-- 
Chris Green ([EMAIL PROTECTED])

Never ascribe to malice that which can be explained by incompetence.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Windows programs in Cygwin/X ?

2006-02-28 Thread Reid Thompson

Doug Bohl wrote:

After much turmoil, I've managed to get a number of window managers
running in Cygwin/X.  What I'm wondering is this:  Is it at all
possible to allow my windows programs to be managed by my Cygwin/X
window manager?  Presently, if I'm in -fullscreen mode and I'm running
some X programs, I'd have to alt+tab out of X and into explorer.

If this isn't possible, what would I have to do to make it possible? 
Maybe write an X program to 'trap' the window of a Windows program

into an invisible X window.  Or something like that.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

  

there a various ways to run the X server in cygwin.
Read the comments in and then try altering /usr/X11R6/bin/startxwin.sh 
to meet your needs.  For example


---snip---

XWin -rootless -clipboard -silent-dup-error 


# Startup an xterm, using bash as the shell.

xterm -e /usr/bin/bash -l 
rxvt -e /usr/bin/bash -l 


#
# Startup the twm window manager.
# WARNING: Do not use an external window manager in conjunction with
# the ``-multiwindow'' command-line parameter for XWin.  Doing so
# would start two window managers, which is never supposed to happen.
#

# twm  
wmaker  
-snip




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Windows programs in Cygwin/X ?

2006-02-27 Thread Doug Bohl
After much turmoil, I've managed to get a number of window managers
running in Cygwin/X.  What I'm wondering is this:  Is it at all
possible to allow my windows programs to be managed by my Cygwin/X
window manager?  Presently, if I'm in -fullscreen mode and I'm running
some X programs, I'd have to alt+tab out of X and into explorer.

If this isn't possible, what would I have to do to make it possible? 
Maybe write an X program to 'trap' the window of a Windows program
into an invisible X window.  Or something like that.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/