Different between WebRatio 7.1 and WebRatio 7.2

08 Sep '13, 05:31 PM
4,891 Views
Forum Forum Starter - Level 3

Is a tutorial that shows changes between WebRatio 7.1 and WebRatio 7.2?

I checked and, now I show the different names of several components ("names at WebRatio 7.2" --- "names at WebRatio 7.1 or less"):

  • Details --- Data Unit
  • Multiple Details --- Multidata Unit
  • Scroller --- Scroller Unit
  • SimpleList --- Index Unit
  • List --- Power Index Unit
  • CheckableList --- Multi Choice Index Unit
  • Hierarchy --- Hierarchy Index Unit
  • Recursive Hierarchy --- Recursive Hierarchy Index Unit
  • Form --- Entry Unit
  • Multiple Form --- Multy Entry Unit
  • Calendar --- Event Calendar Unit
  • Message --- Multi Message Unit
  • Alphabet --- Alphabet Unit
  • View Component --- No Op Content Unit
  • Selector --- Selector Unit

 
x 0
Follow
Answer Answer at this question and get points!
Forum Expert - Level 8

Hi,

if you open up the Learning Center from the main menu Help, there's a section named Resources in which you can find the document "Differences Between WebML and IFML". In this document you can find all changes due to the migration from the WebML notation to the IFML notation.

   
x 1
Forum Starter - Level 3

Hi, I can't open up "Learning Center". I had exception:

Unhandled event loop exception No more handles [MOZILLA_FIVE_HOME='/usr/lib/firefox/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /opt/eclipse/mde/WebRatio_7_2/configuration/org.eclipse.osgi/bundles/237/1/.cp/libswt-mozilla-gtk-3659.so: libxpcom.so: cannot open shared object file: No such file or directory no swt-mozilla-gtk in java.library.path /tmp/swtlib-64/libswt-mozilla-gtk-3659.so: libxpcom.so: cannot open shared object file: No such file or directory Can't load library: /tmp/swtlib-64/libswt-mozilla-gtk.so )

And, I have installed "libwebkitgtk-1.0-0"!!!

Any suggestions?

Thanks, JD

 
x 1
Forum Starter - Level 3

Thanks!!!

Jose

 
x 0
Forum Expert - Level 8

Hi,

this is strange. Well, I do not know exactly what the problem is, but you can still access the PDF file going manually to the WebRatio installation directory looking inside the "Job Adis" folder.

 
x 0
No Forum Badges

Hi, follow these steps they should resolve your problem.

  • first of all install Xulrunner version 1.9.2 (if you don't already have it) you can download it from here.

N.B. version must be 1.9.x otherwise it would not work

  • install Xulrunner in /usr/lib/xulrunner

  • now, open WebRatio.ini (in the WebRatio folder), and add the following command under -vmargs

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner/

your WebRatio.ini should now look like this:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345
-vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner/
-XX:+UseConcMarkSweepGC
-XX:+UseFastAccessorMethods
...

save and try to run the learning center again

 
x 0
Forum Starter - Level 3

Hi, thanks for your replies!!!

Now, I have another exception:

Unhandled event loop exception
XPCOM error -2147467259

My WebRatio.ini is:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.2.R36x_v20101019_1345
-vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner/
-XX:+UseConcMarkSweepGC
-XX:+UseFastAccessorMethods
-Xms40m
-Xmx512m
-XX:PermSize=64m
-XX:MaxPermSize=256m
-XX:+UseCompressedOops

And, uname -a:

Linux TexierLinux 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Thanks again,

Jose

 
x 0
No Forum Badges

Hi, the XPCOM problem is related to Eclipse itself (the bug on Eclipse BugTracker) the aforementioned method should fix it, but since this is not the case, it could depends on the architecture you are using.

Are you running a 64bit version of webRatio? (i see you are working on a 64bit machine)

the xulrunner file i have linked is compiled for 32bit, you could try to download a 64bit compiled xulrunner file and use the method above to see if will fix it.

 
x 0
Forum Starter - Level 3

Hi Lucas, I can't fix these problem.

So, I installed WebRatio 7.2 in Windows (virtual) and I can open up the Learning Center from the main menu Help, and, I can found the document "Differences Between WebML and IFML".

The PDFs are:

Regards,

Jose

 
x 0
No Forum Badges

Hi, seems that the problem is related to the different version (32 bit vs 64 bit) between webratio and xulrunner.

At the moment i don't have a 64bit linux machine, so i can not test this solution myself, but you could try with this version of xulrunner. As usual extract it in /usr/lib, the webratio.ini should be fine.

Let me know if it works.

 
x 0
Forum Starter - Level 3

Hi Lucas, thanks for your feedback!!!

Yes, I'm running a 64bit version of WebRatio.

I tried with your version of xulrunner and the problem continues!!!

Thanks,

Jose

 
x 0
No Forum Badges

Hi,

ok maybe i found a 64 bit compiled version for Ubuntu, try with this version.

 
x 0
Answer at this question and get points!