Help localization in several projects

Hello world


I have some difficulty to get the location of work with a library as well as a project of application project.

Our projects are as thus:
-Library project
-regional settings
-en_US-> resources.properties

-application project
-regional settings
-en_US-> resources.properties


The problem I have is that I can't get the app to use both of these resources in English. Ideally, as with the rest of the application, I would like to inherit the library project and add language specific to the required application in the properties file.

I tried a lot of different strategies and combinations of allow-source-path-overlap and so forth, even renaming resources.properties in the application of [all] .properties and referencing the bundle in Flex does not record.

Is there a solution to this? If there is any way that anyone knows how to use more than one locale language even in several projects, I would like to know how.

Thank you

Today, I managed to understand this.

In the library project, I changed the name of resources.properties to [libraryname] .properties, compiling Flex Builder option - allow-source-path-overlap is set and locale / {locale} is added as a source path.

In the application project I changed the resources.properties [ApplicationName] .properties file, added even compile option, and - local = en_US and added his repertoire of the locale as a source path local to the library, rather than the library, because of the localeChain in this case be fr_FR, the Flex browser will show the folder than en_US [source path].

In the file application.mxml, all I had to do was add:

[ResourceBundle ("libraryResource")]
[ResourceBundle ("applicationResource")]

And, if necessary, refer to beams by these names.

Tags: Flex

Similar Questions

  • Hello, my boss pays my study and I need now to InDesign for several projects. Can by boss pay version also student of the creative cloud?

    Hello, my boss pays my study and I need now to InDesign for several projects. Can by boss pay version also student of the creative cloud?

    Hello

    Yes, you can use someone to another card (authorized by the cardholder) in order to pay the subscription of creative cloud under your Adobe account.

  • The sketches app does not open, it tries then crashes... Several projects are being developed

    The sketches app does not open, it tries then crashes... Have several projects under development... Any suggestions?

    Hi Brian,.

    Really strange. Try to uninstall and reinstall the application.

    Let me know how it goes.

    Sue.

  • Would it be possible to have 2 shared resources, a local containing all common topics and photos for several projects and another a remote control containing all the topics and pictures for the purpose of collaboration

    Hello

    I was wondering, now that I discovered the benefits of eating of the resource, if it would be possible to have 2 shared resources, a local with common themes and images for several projects and another one, remote, containing projects together, i.e. the subjects and images, for collaboration purposes.

    The only local, I intend to use it for my purposes to have common points (topics & photos) update of all projects where they appear and the distance that I intend to use it with remote colleagues, who might want to make changes in the topics.

    This would mean that the topics and current photos will be present in the resources, one local as one remote.

    Thank you.

    SVN is not a source control package?

    I'm not sure, but RoboHelp * MAY * be able to integrate with SVN to control projects and sharing.

    RoboHelp comes with RoboSource Control that could be used to provide the source code control. But if you already have a package in place, my thought is why reinvent the wheel? Simply use what is there.

    See you soon... Rick

  • Research paper PCM on several projects of

    Hello

    You need to be able to search on several projects of document. Search option is not available when you select 'all projects '. Is it possible to do?

    Thank you
    Stéphane

    Unfortunately, you can not search in several projects. Contract manager you will run reports in several projects, but doesn't have the ability to search in several projects of the application. You can contact support and have then enter this as an improvement of the feature to review in a future version of CM.

  • Several project files based on a project update


    I have several projects, one for each application in the same domain.

    Some of these books share the information. I would like to have a central project where I have information shared in all (or part) of the projects and update automatically in all other projects. Is this possible?

    It is similar to the idea of having a master of the project –, but instead to have this updated project taking into account all the others, I would like to have all projects updated in view of the change in a plant project.

    Hi garcia3000 and welcome to the HR community.

    There is no way to automatically update the other projects with the modified Exchange project. If you use merged projects, you could merge the central project in the Table of contents of the other project. However this option stores a local copy of the central project in the luggage project folder. If the central project is changed, you will need to add the CHM changed in the baggage files folder.

  • Solved: How use the display objects in several projects?

    I have an object of common view that I need to use in several projects. How to import a view object pre-created in a project to re - use?

    Thank you
    Kurz

    Published by: Kurzweil4 on July 14, 2010 12:15

    In the package where the VO is defined, there should be a file server.xml file that contains all the BC4J objects. You can then add this file to your project in JDeveloper and it will add all the your defined in the file.

    Kind regards
    LC

  • Is it possible to divide my work among several projects?

    I'm working on a video game and would like to know if there is a way I could divide my work among several flash projects.  I would like to have one project that contains the active set (main character, common elements) and to implement the actual levels in flash projects.  These projects level games should be somehow in my file of basic assets, as well as the other (for example, so that a character in a level defined in a single project can access a level in a different project).

    I want to do it so help me to organize my work and solidarity with similar assets.  It would also allow several people to work on the project at the same time (since each could work on a different flash project).

    Is there a way to do this?

    Hi Kitfox,

    One way to do would be to use the time sharing author of libraries.

    You can find more information on this link: Adobe Flash Professional * sharing of the assets of the overall file library

    Thank you!

    Aravind

  • Help to load several images through LoadVars

    Hello everyone.

    I need a hand load several images using the LoadVars with a text file. I can get it to upload 1 image but no more than that. I'm aware of other methods such as the use of components, but I'm looking for a method where I can access and modify all data of the 1 text file (there will be a text variable in the file aswell to, but I am more concerned about the images at the moment).

    In any case on the issue. I created a simple .fla file of many that describes my problem.

    The film contains 3 layers:

    -top layer contains ACE

    -middle layer contains a clip empty film with the name of the instance of mcImage1

    -lower layer contains a snippet of film empy with the name of the instance of mcImage2

    The AS level contains the following code:

    ImageData = new LoadVars()
    ImageData.Load ("Data.txt")
    imagedata.onLoad = {function (ok)}
    {if (OK)}
    mcImage1.loadMovie (this.) Image1)
    mcImage2.loadMovie (this.) Image2)
    } else trace ("loading issue")
    }


    In the same folder of my .swf file, I have a text file called data.txt that contains the following

    & Image1 = image1.gif
    & Image2 = image2.gif

    In the same folder of my .swf file, I also image2.gif and two image image1.gif.

    When I run the flash the image2.gif is correctly imported. Image1.gif does not appear.

    You can download my source files and all images here

    http://www.myrealpage.com/projects/var_test/var_test.zip

    Any help that can be made on this problem is highly appreciated.

    Thank you

    Matt

    Hi again Rothrock.

    I just wanted to say thank you for taking the time to help me. I have the file works as expected today.

    For those who are interested here is what I ended up doing

    In my data.txt file:

    & Image1 = image1.gif & Image2 = image2.gif

    All first framework covering the timeline with the video clips.

    var img1:String;
    var img2:String;
    var img3:String;
    var img4:String;
    var img5:String;
    ImageData = new LoadVars();
    imagedata.onLoad = {function (ok)}
    {if (OK)}
    img1 is this. Image1;
    img2 is this. Image2;
    img3 is this. Image3;
    img4 is this. Image4;
    img5 is this. Picture5;
    } else trace ("loading issue");
    }

    ImageData.Load ("Data.txt");

    And on each individual framework where I wanted my movieclips mcImage

    mcImage1.loadMovie (_root.img1); or mcImage2.loadMovie (_root.img2); and so on.

    Thanks again for your time. It was very appreciated.

    Matt

  • several projects in the sandbox

    Hi all, I have beta testers helping to test an update of my application and I added them to the sandbox account. They could see the first update that was introduced and is still in draft mode.

    Based on the reviews I added updates and those who are still in draft mode. The problem is that they do not see updates. They still see the first version.

    Is it possible to delete obsolete versions of draft mode / sandbox?

    Thanks in advance.

    It seems that just takes time for newer versions to appear. Subsequent projects have taken much longer than the first.

  • Captiavte 9, which connects several projects in packaging Multi SCO

    Hey everybody,

    I'm currently trying to connect multiple Captivate projects and then pack them in a single file with the SCO Multi package SCORM. My question is the cross-project link is not working properly. In some cases I will just be with a white screen, other tests he will go to another slide but will not navigate back or I receive an error:

    "An error occurred: Error initializing communication with LMS ". Press 'OK' to display debug information to send to technical support. »

    In order to back up a bit. I use 9 Captivate, publishing each project as SCORM 1.2 package using "Several SCO", to be deployed on Moodle.

    I have 4 folders, the first is the destination page that has 3 buttons that each needs to link to an different captivate project. 3 other projects have a button that connects back to the landing page.

    I played a bit with making the buttons open the project file, or open a url / file. I still don't think they are connect properly.

    I would really appreciate if someone could explain the process of linking projects so the links will always work when they are packed together in a SCORM.

    Thank you very much

    Your problem is related to your attempt to use a menu to launch the other three modules directly. SCORM objects aren't supposed to be connecting directly to each other.  The standard SCORM actually banned him (in theory) stipulating that all SCO should be autonomous.

    Even if your approach MIGHT have worked with a few LMS, with a Multi-SCORM course, your user name is supposed to launch each module using the links provided in the LMS SCORM player.  This will ensure that the LMS is developing good communication with SCO via the JavaScript API of SCORM.

    However, Moodle has a particular way to offer each SCO when called that usually breaks any attempt to do what you're trying to do.  Moodle stores all class files in a directory on the server that is usually NOT able to be bound to directly via an HTTP link or a link.  When your user clicks on a link to HTM file of a module course given, then recovers files and copy them in a temporary Manager on the server so that the learner can display in their browser.  It means that content cannot be binding on toward another brother module because they are all still back in the other folder on the server, not in the same temp folder.

  • fix for several projects of reactive animate on one page does not

    I am trying to include two different edge animated projects on a single html page but cannot get them to run. I contacted Adobe support on the phone and the representative sent me this link. http://blogs.adobe.com/edge/2014/10/16/using-responsive-edge-animate-compositions-in-dream weaver /. I tried to use the method described in the post on my page but nothing helps. If someone who would have tried this fix and had success or anyone who is simply interested I would appreciate any suggestions to make it work. Here is my code with the changes suggested by the fix.

    Sorry, I tried to enter my code but using 'insert raw html' in the editor, but it does not show. Can someone tell me how to include my code in my post?

  • standardize your changes in several projects?

    im making a movie that has characters (monsters) which has the skin color I have modified and added textures to their skin etc...

    one of the main challenges I meet is to ensure the monster looks like the same character in every scene in which appearance and does not change.

    What advice you guys would have to copy and reuse the layers and other such properties in different projects. so far I'll open a project and copy the effects to a layer, and then close it and paste them into the new, then repeat as many times as necessary

    but, for example, I used a JPG file to create a texture veiny on the face of the monster in a scene using distort/liquefy to shape the contours of her face, now if I want him to that same pattern veiny on his face I need a good way to repeat this in the other scenes.  from a blank canvas every time has a lot of risks with respect to the model differently (the jpg is resized or rotated differently) and is not really the same

    any suggestions?

    an another other less important issue

    ----------------------------------------------

    also is there a way to conveniently preview other projects for comparison (currently im just loading increase on windows media player and flick and back... not a bad option either)

    Thank you

    You can import projects into projects and save the preset animations. That's all you need to know. Look for the big words in the online help.

    Mylenium

  • Use the table of contents theme in several projects

    I spent the time by changing the color of items for my Table of contents and managed to save it as a custom TOC theme. However, this theme does not appear as a selection in other projects. Because I don't see a way to export the theme to the table of contents How do you use it other projects? I used the theme > save as option, but when I import the theme in a new project the theme of the table of contents does not appeal to.

    When you go to the project - Table of contents - skin - default default theme says. Click on the arrow and you should see your custom theme renamed to TOC inside - it is not alpahbetically. I just did this and kind of panic when I don't see my modified Pearls appear, but he was there at the bottom of the list! I hope this helps.

  • Connection of several projects within a SCORM compatible LMS

    I'm close to here, but I don't quite get what I want. I hope someone can point to the "easy way" to do...

    I create a single course which is composed of several Captivate 5 projects. The user is branched to different projects along the way, based on the answers to the embedded questions (e.g. pass/fail a test). In the final project, I have a post-test. It is the only one to send a score to the LMS.

    So let's simplify by an example:

    • The user enters the Module 1 and takes a pre-test.
    • If they go with a certain score, they go to Module 3. If they fail, they go to Module 2.
    • If they are sent to the Module 2, they go to Module 3, when they have completed it.
    • In Module 3, they take a post-test and this score is recorded.

    It is easy to run this script on my desk. In a SCORM environment is taxing my brain.

    Currently, I publish each Module as its own SCO, keep the course ID and consistent title between them.

    I tried to use the Multi-SCO mode, but causes the entries in my LMS for Module 1, 2 and 3 separately. Not what I want.

    I tried to move the folders for Modules 2 and 3 to make subfolders of Module 1. This seems to work (I get an entry point of course, Module 1, and I'm dating the exact score of Module 3), however by examining the LMS reports, this translates into a figure artificially high "# access." The reason seems obvious: whenever I load the Module 1 is access, and then when I branch to Module 3, is another access, because really I'm reloading the page with a new module and manifest SCORM, right? In addition, I am a little worried that this kind of gerry-rig will break something.

    I don't really want to use the aggregator, because I don't want a table of contents - they should not have the ability to jump directly to Module 2, for example - but I tried it anyway. And I found that even if I can get it to flow the way I want to, I can't understand how to package the project aggregated in a SCORM manifest.

    There must be a way to do it. What Miss me? Is there something obvious that I'm not considering?

    Just to update anyone interested... I thought about it. As suggested, I had change the imsmanifest using the RELOAD file. Turns out to be easy enough, after a few annoying error.

    I put the details together here, including videos.

Maybe you are looking for