Re: [dev] Problems with listeners in text document / SWriter crash

2006-06-07 Thread Sascha Jensen
hi christian, So in order to see what is giving you problems, it would be nice to catch a glimpse at the relevant code portion(s). I have some code for my installation of the XDropTargetListener since the other problem is resolved (see attachment). This thing is really mysterious to me. If I

Re: [dev] Problems with listeners in text document / SWriter crash

2006-06-07 Thread Sascha Jensen
Christian Junker schrieb: I just tested a bit with the SelectionChangeListener, but cannot confirm a crash upon opening up File>PrintPreview. In your case it is very likely due to some IO processing you're doing (in wrong manner or at a wrong time). So in order to see what is giving you problems

Re: [dev] Problems with listeners in text document / SWriter crash

2006-06-07 Thread Christian Junker
I just tested a bit with the SelectionChangeListener, but cannot confirm a crash upon opening up File>PrintPreview. In your case it is very likely due to some IO processing you're doing (in wrong manner or at a wrong time). So in order to see what is giving you problems, it would be nice to catch

Re: [dev] Problems with listeners in text document / SWriter crash

2006-06-07 Thread Sascha Jensen
Sascha Jensen schrieb: hi , currently i develope a reporting system. As Template-Editor for my Report-Templates I use swriter, which is embedded in my application window. References to items are inserted by dragging items from a tree onto the document view using an XDropTargetListener which is i

[dev] Problems with listeners in text document / SWriter crash

2006-06-07 Thread Sascha Jensen
hi , currently i develope a reporting system. As Template-Editor for my Report-Templates I use swriter, which is embedded in my application window. References to items are inserted by dragging items from a tree onto the document view using an XDropTargetListener which is installed into some XWind