Re-importing a 3.5 solution w/o i18n data into v5.0, it does not read the i18n data from the db (i18n table copied manually).
If I re-import the 3.5 solution with i18n data in it, it creates it on disk in the workspace, but does not populate the db table.
What is it supposed to do? I have the feeling that v5 does things very differently, nothing seems logic for i18n, if a key is missing, it creates a fancy pointer instead in the solution so that even after restoring the right i18n messages, the thing does not work anymore.
Am I supposed to install v4 to migrate from 3.5 to 5? This migration is a heavy work, this new JSEvent has messed so many methods, media are gone with the wind, L&F also… Has anyone found a relevant doc to restore an existing solution in v5 in less than 5 days?
There are quite new sexy features, but of course, 1st thing is to get the old stuff up and running before using the new bits.
media should be there, L&F should be the same, also you can import the i18n from the tables into your workspace
indeed the new JSevent should be checked, but you can find every method in the warnings dialog…
so it should’nt be that hard…
media are there, it just the kunstoff L&F which is gone, so the apperance is different. where is that set now? it’s been removed from prefs…
(the question may look stupid, I started v5 2 days ago, strait from 3.5). some globals default value have also been lost.
and about i18n, what is the internal mechanism? are they working from the workspace? when is it stored in the db then?
I had done my own i18n editor in v3.5, directly working on the db, all this collapses…
There is something I am missing there, I see no reason to use files on disk instead of the db? Eclipse requirement?