Re: Drag N Drop in Windows XP

2007-04-30 Thread Stanley Nguyen



Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?


I use the standard startxwin.bat to start Cygwin X Server.  I believe it
is "%RUN% XWin -multiwindow -clipboard -silent-dup-error" by default.
Then I telnet into my Linux box.  From there, I launch my java app which
is Swing-based.  The java app is then open in a different window.  The
app is working perfect in all aspects except for Drag-N-Drop.


Drag and Drop is working here with that setup. Which application do you
use? (i tested with azureus and java 1.6, don't know if it uses swing)

Maybe try -rootless instead of -multiwindow for a test.



ok, I figure out how to make this work.  I have to use either fullscreen or 
rootless to start the XWin, then I also have to run twm.  After that, 
drag-n-drop works.  Thanks for your help 



--
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: Drag N Drop in Windows XP

2007-04-30 Thread Holger Krull
Stanley Nguyen schrieb:

>> Drag and Drog is governed by the window manager, so how did you start
>> Xwin and your java application?
> 
> I use the standard startxwin.bat to start Cygwin X Server.  I believe it
> is "%RUN% XWin -multiwindow -clipboard -silent-dup-error" by default.
> Then I telnet into my Linux box.  From there, I launch my java app which
> is Swing-based.  The java app is then open in a different window.  The
> app is working perfect in all aspects except for Drag-N-Drop.

Drag and Drop is working here with that setup. Which application do you
use? (i tested with azureus and java 1.6, don't know if it uses swing)

Maybe try -rootless instead of -multiwindow for a test.


--
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: Drag N Drop in Windows XP

2007-04-30 Thread Stanley Nguyen


I'm telnetting to this java app from a Windows XP machine with cygwin 
as
my xterm server. Everything works great except drag-n-drop.  Everytime 
I

try to drag something from one panel to the other panel within the same
xwindows, the mouse icon changes to the little circle with a line 
across

like a stop sign to indicate it is not allowed.
If I try using Exceed as my xterm server, then everything works ok.


I don't understand your description.
There is no such thing as an xterm server.
Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?


The closest thread that I found is
http://sourceware.org/ml/cygwin-xfree/2004-06/msg00023.html.
The problem is I'm using telnet, not ssh.  I then gave it a try with ssh
-Y, it also does not work for me.
The fact that it's working for Exceed to tell me that there might some
limitation with Cygwin X Server but I can't find anywhere indicates that
drag-n-drop is not allowed???


Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?


I use the standard startxwin.bat to start Cygwin X Server.  I believe it is 
"%RUN% XWin -multiwindow -clipboard -silent-dup-error" by default.
Then I telnet into my Linux box.  From there, I launch my java app which is 
Swing-based.  The java app is then open in a different window.  The app is 
working perfect in all aspects except for Drag-N-Drop.







--
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: Drag N Drop in Windows XP

2007-04-29 Thread Holger Krull
Stanley Nguyen schrieb:
>> Stanley Nguyen schrieb:
>>
>>> I'm telnetting to this java app from a Windows XP machine with cygwin as
>>> my xterm server. Everything works great except drag-n-drop.  Everytime I
>>> try to drag something from one panel to the other panel within the same
>>> xwindows, the mouse icon changes to the little circle with a line across
>>> like a stop sign to indicate it is not allowed.
>>> If I try using Exceed as my xterm server, then everything works ok.
>>
>> I don't understand your description.
>> There is no such thing as an xterm server.
>> Drag and Drog is governed by the window manager, so how did you start
>> Xwin and your java application?
> 
> The closest thread that I found is
> http://sourceware.org/ml/cygwin-xfree/2004-06/msg00023.html.
> The problem is I'm using telnet, not ssh.  I then gave it a try with ssh
> -Y, it also does not work for me.
> The fact that it's working for Exceed to tell me that there might some
> limitation with Cygwin X Server but I can't find anywhere indicates that
> drag-n-drop is not allowed???

Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?

--
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: Drag N Drop in Windows XP

2007-04-29 Thread Stanley Nguyen

Stanley Nguyen schrieb:


I'm telnetting to this java app from a Windows XP machine with cygwin as
my xterm server. Everything works great except drag-n-drop.  Everytime I
try to drag something from one panel to the other panel within the same
xwindows, the mouse icon changes to the little circle with a line across
like a stop sign to indicate it is not allowed.
If I try using Exceed as my xterm server, then everything works ok.


I don't understand your description.
There is no such thing as an xterm server.
Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?


The closest thread that I found is 
http://sourceware.org/ml/cygwin-xfree/2004-06/msg00023.html.
The problem is I'm using telnet, not ssh.  I then gave it a try with ssh -Y, 
it also does not work for me.
The fact that it's working for Exceed to tell me that there might some 
limitation with Cygwin X Server but I can't find anywhere indicates that 
drag-n-drop is not allowed???


Stanley 



--
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: Drag N Drop in Windows XP

2007-04-29 Thread Stanley Nguyen




Stanley Nguyen schrieb:


I'm telnetting to this java app from a Windows XP machine with cygwin as
my xterm server. Everything works great except drag-n-drop.  Everytime I
try to drag something from one panel to the other panel within the same
xwindows, the mouse icon changes to the little circle with a line across
like a stop sign to indicate it is not allowed.
If I try using Exceed as my xterm server, then everything works ok. 


I don't understand your description.
There is no such thing as an xterm server.
Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?

ok, I guess I'm using the wrong term.  I use Cygwin as my X server.  


--
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: Drag N Drop in Windows XP

2007-04-29 Thread Holger Krull
Stanley Nguyen schrieb:

> I'm telnetting to this java app from a Windows XP machine with cygwin as
> my xterm server. Everything works great except drag-n-drop.  Everytime I
> try to drag something from one panel to the other panel within the same
> xwindows, the mouse icon changes to the little circle with a line across
> like a stop sign to indicate it is not allowed.
> If I try using Exceed as my xterm server, then everything works ok. 

I don't understand your description.
There is no such thing as an xterm server.
Drag and Drog is governed by the window manager, so how did you start
Xwin and your java application?



--
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/



Drag N Drop in Windows XP

2007-04-28 Thread Stanley Nguyen

Hi,


I am run into this problem and can't find the solution after doing extensive 
search.  I have a Java app running on a Linux RedHat AS 4.0.  I'm telnetting 
to this java app from a Windows XP machine with cygwin as my xterm server. 
Everything works great except drag-n-drop.  Everytime I try to drag 
something from one panel to the other panel within the same xwindows, the 
mouse icon changes to the little circle with a line across like a stop sign 
to indicate it is not allowed.
If I try using Exceed as my xterm server, then everything works ok.  Please 
let me know if someone runs into similar situations and how to resolve it.


Thanks


Stanley 



--
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/