Search found 5 matches

by steamer25
Thu Apr 23, 2009 6:17 pm
Forum: Common Problems
Topic: oXygen install overwrites HKEY_CLASSES_ROOT settings?
Replies: 2
Views: 1992

oXygen install overwrites HKEY_CLASSES_ROOT settings?

I haven't confirmed this--but I suspect that when I install oXygen (including minor revisions), the Windows registry setting I have under HKEY_CLASSES_ROOT\.xsl\PersistentHandler gets nuked. It is important that this value be left intact for Windows' file search to work correctly. I.e., without it, ...
by steamer25
Wed Apr 30, 2008 7:21 am
Forum: Common Problems
Topic: Drag and drop selected text not working in Eclipse 3.3
Replies: 4
Views: 3312

Re: Drag and drop selected text not working in Eclipse 3.3

Thanks for the help. Not sure what happened but after a couple days of not working, it started working for no apparent reason :p .
by steamer25
Tue Apr 29, 2008 12:40 am
Forum: Common Problems
Topic: Drag and drop selected text not working in Eclipse 3.3
Replies: 4
Views: 3312

Re: Drag and drop selected text not working in Eclipse 3.3

Pointer is ever set to the text selection i-bar.

Eclipse Build: M20080221-1800
oXygen Build: 2007122116
by steamer25
Fri Apr 18, 2008 6:40 pm
Forum: Common Problems
Topic: Drag and drop selected text not working in Eclipse 3.3
Replies: 4
Views: 3312

Drag and drop selected text not working in Eclipse 3.3

When I open most editors in Eclipse 3.3, Eclipse's own drag and drop support allows me to drag selected text. :) oXygen 9.1 standalone will also allow me to drag selected text. :D However, when I use oXygen 9.1 as an Eclipse 3.3 plugin/editor, I am unable to drag and drop text. :cry: Any ideas? :?
by steamer25
Tue Sep 18, 2007 8:14 pm
Forum: XML Schemas
Topic: Require at least one optional unique child?
Replies: 0
Views: 5386

Require at least one optional unique child?

Is there a way to require the parent element (searchRequest) to have at least one child given the following code? Each child element should occur either once or not at all. <xs:element name="searchRequest"> <xs:complexType> <xs:all> <xs:element name="freeText" type="xs:strin...