Search found 264 matches

by sderrick
Fri Mar 17, 2017 7:59 pm
Forum: Common Problems
Topic: Error transforming ODD spec to rnc or rng
Replies: 7
Views: 3879

Re: Error transforming ODD spec to rnc or rng

I forgot to include I'm using build <oXygen/> XML Editor 18.1, build 2017020917, which I think is the latest release. The error is System ID: /home/scott/Oxygen XML Editor 18-1a/frameworks/tei/xml/tei/stylesheet/odds/teiodds.xsl Scenario: TEI ODD XHTML XML file: /home/scott/workspace/mbel-work/schem...
by sderrick
Fri Mar 17, 2017 6:29 pm
Forum: Common Problems
Topic: Error transforming ODD spec to rnc or rng
Replies: 7
Views: 3879

Re: Error transforming ODD spec to rnc or rng

This issue is still happening. Had to make a change to our schema. Modified the ODD file, compiled with 18.1 and there is an error in the .rnc file. Compiled with version 17, no problem.

Scott
by sderrick
Fri Jan 20, 2017 6:55 pm
Forum: Common Problems
Topic: Error transforming ODD spec to rnc or rng
Replies: 7
Views: 3879

Re: Error transforming ODD spec to rnc or rng

Alex, thanks for posting that I'm not alone. misery loves company! I am using a customized tei schema, downloaded from the TEI website and our customization's added to the odd file. I was making a small change when I noticed the error. I will post the error to the list you mentioned. thanks, scott
by sderrick
Wed Jan 18, 2017 9:08 pm
Forum: Common Problems
Topic: Error transforming ODD spec to rnc or rng
Replies: 7
Views: 3879

Re: Error transforming ODD spec to rnc or rng

I fired up an older version of the editor, 17.0 and it transforms the ODD file fine.

Not a perfect solution but it keeps me going.

Scott
by sderrick
Wed Jan 18, 2017 8:58 pm
Forum: Common Problems
Topic: Error transforming ODD spec to rnc or rng
Replies: 7
Views: 3879

Error transforming ODD spec to rnc or rng

I have a ODD specification for our schema and have been using Oxygen's built in schema transformation scenerios TEI ODD to RelaxNG XML and to RelaxNG Compact to generate our schema files. I tried to run the scenario on our ODD file and I am getting an error and there are errors in the generated sche...
by sderrick
Mon May 09, 2016 4:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

Sorry Dan, it will not ever be executed. have a programmer look at at it. The variable libName will never end with .dylib the variable sysLibName on the mac does end with dylib on the mac if you enable the java console. The library is loaded successfully on the mac with the above code commented out ...
by sderrick
Fri May 06, 2016 4:00 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

this code will never get executed? not sure why it is there? if (libName.endsWith(".dylib")) { // In order to be able to load libraries that are on the system, // the lib name must end in .dylib. libName = libName.substring(0, libName.lastIndexOf(".dylib")) + ".jnilib";...
by sderrick
Thu May 05, 2016 3:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

Dan,

many thanks! I'm installing a copy of OSx on virtualbox so I can test against the mac as well as windoze and linux.

I will report back on implementing your code.

Scott
by sderrick
Wed May 04, 2016 4:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

Dan, thanks for the update and thanks for hanging in there with me on this.

I was feeling like a lone voice in the wilderness.

too bad about it failing on the mac. I don't have one to test so must use a users feedback which can be problematic.

Scott
by sderrick
Tue May 03, 2016 9:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

I decided to load Hunspell myself and see if I could figure out why it was failing. So I added the following code to just before the call to create an editor, which was where the load was failing in your code. String os = System.getProperty("os.name"); String arch = System.getProperty(&quo...
by sderrick
Tue May 03, 2016 5:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

My bad on the previous post about the text mode not showing up. I was editing AuthorComponentSample.java but the samples jnlp loads reviewer/AuthorComponentReviewerSample I changed it to AuthtorComponentSample and now the sample editor loads up in text mode. 1. Check the JNLP file. It might have a d...
by sderrick
Fri Apr 29, 2016 8:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

I decided to see if the sample app would fail to load hunspell if I removed authormode so I changed in AuthorComponentSample.java the constructor from this editorComponent = factory.createEditorComponentProvider( new String[]{ // Comment this if you do not want a text page in the // component. Edito...
by sderrick
Thu Apr 28, 2016 4:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

your feedback is appreciated but not very helpful. I'm certain hunspell is not loading under windoze,though it loads fine under linux and osx, because of something I've done. My goal is to find out what that is. What I know. 1.) In my app hunspell fails to load under windoze, it fails on the first t...
by sderrick
Wed Apr 27, 2016 9:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

The error on my app is generated when I create the editor component. Since we don't use the author mode I changed it from this editorComponent = factory.createEditorComponentProvider( new String[]{EditorPageConstants.PAGE_AUTHOR, EditorPageConstants.PAGE_TEXT}, // The initial page EditorPageConstant...
by sderrick
Wed Apr 27, 2016 9:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

A bit more info. When the sample app loads up it also fails to find hunspell looking for C:\Program Files (x86)\Java\jre1.8.0_91\lib\hunspell\hunspell-win-x86-32.dll.dll but then it trys to find hunspell-win-x86-32.dll and finds it JNLPClassLoader: Finding library C:\Program Files (x86)\Java\jre1.8....
by sderrick
Wed Apr 27, 2016 8:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

My bad had a typo in the pom, switched to latest version for dependencies. Still doesn't find hunspell though. the file is there in both cases. but the lookup path is very strange in my app. here is the sample app that finds it. JNLPClassLoader: Finding library hunspell-win-x86-32.dll cache: registe...
by sderrick
Wed Apr 27, 2016 7:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

I built a new editor fom the latest version as you specified and it does find hunspell! I'm using the 17.0 version of the SDK in my current build and would like to build with 17.1.04. I changed the <oxygen.sdk.version> in my pom but when I build it doesn't pull in the latest dependencies? Is there s...
by sderrick
Thu Apr 21, 2016 8:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

I looked in the cache and the hunspell dll is there. I think the loader is trying to load the incorrect file. Here is a snippet from the console. JNLPClassLoader: Finding library C:\Users\Scott\AppData\Local\Temp\lib\hunspell\hunspell-win-x86-32.dll.dll cache: Cancel delay cleanup: URL: http://192.1...
by sderrick
Mon Apr 11, 2016 5:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

Radu, here is my jnlp for testing <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase="http://192.168.0.4/editor1/"> <!-- The tokens marked with @@ and the DEPENDENCIES element are replaced by Ant/Maven with the correct values--> <information> <ti...
by sderrick
Mon Apr 11, 2016 4:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Re: Error loading hunspell library on windows

This is a standalone application built form the SDK to be run via webstart.

There is a jar /jnlp/lib/native-hunspell-17.0.0.jar in the lib folder

Its version 17

Scott
by sderrick
Sat Apr 09, 2016 12:44 am
Forum: SDK-API, Frameworks - Document Types
Topic: Error loading hunspell library on windows
Replies: 26
Views: 12679

Error loading hunspell library on windows

I get this error when the sdk editor loads n Windows 10 & 7, linux is fine, haven't tried mac. JNLPClassLoader: Finding library C:\Users\Scott\Desktop\lib\hunspell\hunspell-win-x86-32.dll.dll 0 ERROR [ AWT-EventQueue-2 ] ro.sync.azcheck.ui.spellcontrol.hunspell.e - The hunspell library or dictio...
by sderrick
Wed Mar 30, 2016 6:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Tiny font and tool bar in Windows 10
Replies: 7
Views: 4983

Re: Tiny font and tool bar in Windows 10

Dan,

thanks for the info. I will try out yoru suggestion and report back..

Scott
by sderrick
Sat Mar 26, 2016 12:59 am
Forum: SDK-API, Frameworks - Document Types
Topic: Tiny font and tool bar in Windows 10
Replies: 7
Views: 4983

Re: Tiny font and tool bar in Windows 10

Adrian, I downloaded the 17.1 sdk to try it out. I no see that the webstart editor has just a few lib, where as the SDK has a ton of them. Different packaging I guess but odd. Considering the SDK is a subset of the editor I'd figure it would have fewer? I ran the 17.1 SDK applet on my Windows 10 yog...
by sderrick
Fri Mar 25, 2016 7:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Tiny font and tool bar in Windows 10
Replies: 7
Views: 4983

Re: Tiny font and tool bar in Windows 10

Adrian, The yoga pad can go really high, but it doesn't matter what I set it at. Still tinsy tiny little application. I set the res to the same as my Linux and Windows 7 machines, no change in windows 10 behaviour. Your webstart app looks good! I downloaded your jnlp to see if there were any obvious...
by sderrick
Fri Mar 25, 2016 4:58 am
Forum: SDK-API, Frameworks - Document Types
Topic: Tiny font and tool bar in Windows 10
Replies: 7
Views: 4983

Re: Tiny font and tool bar in Windows 10

After further research it appears this may be attributed to the interaction between the graphics driver on my Yoga Pad 3 and Windows 10. Many reports of problems with adobe, java and other non native apps being displayed extremely compared to small native windoze apps. Still looking for a solution b...
by sderrick
Fri Mar 25, 2016 2:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: Tiny font and tool bar in Windows 10
Replies: 7
Views: 4983

Tiny font and tool bar in Windows 10

I'm setting up our SDK Editor to run as a web start application instead of an applet. What a journey! The editor looks good in Linux(Mint17), OK in Windows 7, horrible in Windows 10. I haven't released it yet for our Mac users to try it. In Windows 10, everything is TINY, menu bar, menu items, tool ...
by sderrick
Mon Jan 25, 2016 2:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Using the SDK Author Editor with Java Web Start
Replies: 1
Views: 1933

Using the SDK Author Editor with Java Web Start

We are using the SDK editor as applet to access a CMS document repository and it is working great. However, since Chrome(Google) is at war with Java and removed all NPAPI support, and the possibility that Mozilla may follow suit, I was considering packaging the Editor into a java application and run...
by sderrick
Fri Dec 18, 2015 6:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: setEditable odd behavior
Replies: 6
Views: 4159

Re: setEditable odd behavior

great news and good work.. :D
by sderrick
Wed Nov 18, 2015 1:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: SDK using individual license
Replies: 8
Views: 3869

Re: SDK using individual license

radu,

thanks, I tried that and its working perfectly! Thanks..

Scott
by sderrick
Tue Nov 17, 2015 5:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SDK using individual license
Replies: 8
Views: 3869

Re: SDK using individual license

I've reread the docs about licensing the author component. Maybe I miss understood it? Use of this AuthorComponentFactory.getInstance().init( frameworkZips, optionsZipURL, codeBase, appletID, //Null license key, will ask the user. null); Will cause this behavoir Display the license registration dial...