How to make a class available to one of my projects?

I wrote a simple zeros of the function to suppress the leak when the display of percentages. The class extends the class trainer number.

How or where, and in what package can I place this class, if I want to be able to use it anywhere in one of my projects?

Doug

You must create a Flex library project. This type of outcome of the project is SWC file, while the result is a Flex SWF application project.

So let's say your trainer is in the my.library.formatter package and is called ZeroFormatter. So, it will be in the folder my/library/trainer. With this folder in your Flex project, you will find a CFC in the bin of your project directory.

Now you can use it in any other project. In another Flex application project, change the project properties and select the Build path and select the libraries tab select Add SWC and navigate to CFC you just made and choose the Add button.

Now you use import my.library.formatter.ZeroFormatter and the class ZeroFormatter.

Tags: Flex

Similar Questions

  • How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    Hello Jmbtexas4,

    By default, you will need to individually click on the fields of the form and check the 'read only' and save it. From now on, it is not possible to select all together and make the changes.

    -Usman

  • How to make java classes valid

    Hello

    I have a problem with the Java objects in the database that went to the INVALID state after updating the database.

    How to make all Classes Java not valid to VALID without loading again using loadjava utility.

    is it possible to make them VALID?


    Select count (1) in object where object_type as "JAVA % ' and STATUS = 'INVALID ';

    It shows me the number of invalid java objects in the database.

    Thank you
    Kiran
    alter java source OWNER."JavaClassName" compile;
    

    or

    alter java class OWNER."JavaClassName" compile;
    
  • How to make a program available to all users if the program was installed for a user

    Basically, the problem is that I created another user account, but only a few random apps appear on it and I was REALLY looking FORWARD to having to reinstall some programs + 50 so my computer can function normally on my secondary account.  I am able to find a lot of programs installed by snooping around in Explorer and have been able to run some by creating shortcuts, but many of them (Spybot, Itunes, Google Chrome, THE LIST GOES ON!) nothing do when the .exe is open and are unusable (on this account).
    Also, I want to say there is no page support for Windows 7 that cover this topic (that I could find by using the provided search engine), and the more those (as for windows 2000) do not apply because they tell you to move files Windows has more, but it is a known problem and Microsoft should incorporate a simple way to add or remove accounts without uninstall/install programs just to be able to check a box... _ Perhaps there could even be an option for this in a very obvious place, as installed programs list of the filth or user account settings.

    Emzzey wrote:
    > Fundamentally, the problem is that I created another user account, but only a few
    > random applications appear on it and I was REALLY looking FORWARD to having to reinstall some
    > + 50 programs while my computer can run normally on my secondary account.
    > I am able to find a lot of programs installed by snooping around
    > Explore and have been able to run some by creating shortcuts, but a large number of
    > (Spybot, Itunes, Google Chrome, THE LIST GOES ON!) don't do nothing when the .exe
    endered useless (on this account).
    >
    >
    > Also, I want to say there is no page support for Windows 7, which deal with these
    > subject (that I could find using the search engine provided) and older
    > (as for windows 2000) do not apply because they tell you to move files that
    > Windows has more, but it's a known problem and Microsoft
    > should include an easy way to add/remove programs of accounts without
    > uninstall/install just to be able to check a box... _, may be
    > could even be an option for this in a very obvious place, like user account
    > settings or the bitch list installed programs!

    Any application that is properly designed to work on Windows 7
    either would give the person making the installation option to
    make the application available to all users, or do it automatically.
    by default. It is entirely the responsibility of an application
    programmers and out of Microsoft's control. Thus, the easiest way, of
    of course, is to use an application that is designed for a multi-user operating system.
    But, unfortunately, this is not always an option, where companies must rely on
    existing proprietary applications.

    If you install the legacy application places its shortcuts
    only in the start of the person performing the installation, all the
    You may need to do is to move these Start Menu entries to the same
    location in the C:\ProgramData\Microsoft\Windows\Start start\program
    folder and/or the C:\Users\Public\Public Desktop folder.

    In addition, such an incompatible application can offer additional
    "challenges:

    You may experience problems if the software has been designed to
    Win9x / Me, or if it was intended for Windows NT / 2 K/XP, Vista/Win7, but was
    poorly designed. Quite simply, the application 'knows' how
    manage individual user with different security permissions profiles
    e going to
    'banned' sections of the Windows registry or Windows protected
    system folders.

    For example, the saved data is often stored in a subfolder under the
    folder of the application in C:\Program Files - a place where it doesn't
    the inexperienced user or limited should never have write permissions.

    It may even be that the software requires 'write' access to the parties
    the registry or the files/folders to systems protected are not normally
    accessible to regular users. (He * didn't * happen if the application is)
    correctly written.) If this does not prove that that is the case, however, you
    often left with three options: either grant the required users
    privileges of senior access (either as users with power or local
    Administrators), explicitly grant privileges for normal users
    the relevant records and/or parts or the registry or replace the
    request by another who has been properly designed especially for
    WinNT / 2 K/XP/Vista/Win7.

    Some programs do not work if you connect limited account
    http://support.Microsoft.com/default.aspx?scid=KB; EN-US; q307091

    In addition, here are some tips suggested, in response to a
    another post, MS - MVP Kent W. England:

    "If your game or your application works with administrator accounts, but not with."
    limited accounts, you can set it to allow limited users to access to the
    folder Program files with 'change' ability rather than 'read' that
    is the default value.

    C:\>Cacls "Program Files\appfolder" /e /t /p user: c

    where "appfolder" is the folder where the application is installed.

    If you want to undo these changes, then run

    C:\>Cacls "Program Files\appfolder" /e /t /p user: r

    NOTE: On Win7 Icacls.exe gives more control.

    If you still have a problem with the delivery of the program or save the settings
    on limited accounts, you may need to change the permissions in the registry
    keys. Run regedit.exe and go to HKLM\Software\vendor\app, where
    the key of the Publisher of the software used to your own
    program. Change the permissions on this key to allow users full control. »

    --

    Bruce Chambers

    Help us help you:
    http://www.CatB.org/~ESR/FAQs/smart-questions.html

    http://support.Microsoft.com/default.aspx/KB/555375

    They who can give up liberty for a little temporary
    safety deserve neither liberty nor safety. ~ Benjamin Franklin

    A lot of people could die rather that thinking; in fact, most do. ~ Bertrand Russell

    The philosopher never killed the priests, while the priest was
    has killed a large number of philosophers.
    ~ Denis Diderot

  • How to make an app available by HTTP?

    A beginner question: I finished my MIDlet to Blackberry le Portage, everything works fine in the emulator. I don't have the equipment to do the final testing, a friend. I would like to make the app available through the net (HTTP maybe?) so that it can download and test.

    With J2ME, I just put my JAD and JAR file in the same directory in my HTTP server and give him a link to the JAD, but I don't know how to do with the Blackberry MIDlets.

    I would give a link to the COD file? Or is it like J2ME, JAD & JAR? A Blackberry instala stuff in this way?  Please enlighten me here

    Place the jad file and all the files of the cod in the same directory on the server web and it give a link to the jad file. Cod files are referenced in the jad file.

    You must also add a mimetype for the extension of the Cod.

  • How to: create a blank document and how to make a font available by editin

    Two questions:

    1: how to create a new PDF document? All I see is to create from an existing document or a scanner. If I created something from scratch, I really load an existing PDF, remove and then start my new document? This is as it seems, that is nuts!

    2: I tried to change the text in a document. I have created no not her, but it is open to editing. The font used in the document is "Arial", a very common font that comes with windows. The font is installed and I use it all the time in other Adobe applications. However, when I try to edit a document using this font, I get a message that "the police is not available for editing" and it substitutes random fonts. Then why is it not available, and how to make it available?

    Thank you!

    I use Adobe Acrobat XI Pro with Adobe Creative Cloud 2014 and Windows 7, all v.11.0.10 were also updated.

    I'll add to it. If you're new to Acrobat, it is possible, that you have the wrong end of things. Acrobat is not a good editor or word processor or a design tool; It does not replace your editor or word processor or your design tool. People do not only from the file > New and start putting stuff on the page. It will be limited, slow, frustrating and annoying.

    People continue to put documents in all the tools they have always and use Acrobat to CONVERT to PDF format. If a change is necessary, no matter how trivial, the original is edited and redone the PDF.

    The Acrobat editing tools must be used when the original is lost and backups have been eaten by termites.

    There are specific reasons for wanting to a blank document, but I hope that these tips will put you in a different direction.

  • How to make a player available?

    I tried to open a file in My Documents, and I received the following message is displayed:

    "The drive or network connection that designates the shortcut (file name) is not available. Make sure the disk is properly inserted or the resorce network is available, and then try again."

    How can I solve this problem?

    Hi Gonnie Rookie,

    ·         Since when are you facing this problem?

    ·         Remember to make changes?

    ·         Don't you think the question on another user account?

    ·         This happens for a specific file?

    Check to see if the following is useful.

    Method 1: Try changing the location of the file and see if you get the error. Copy the file to another location on the hard drive to open it.

    Method 2: Connect to the other user account and see if you get the same message. . If you don't have another account, then to create a and look for the same thing.

    Method 3: Try to perform a System Restore if the problem started to occur recently.

  • How to make any attribute to select one option to read only based on different att

    I have two select a choice .one attribute is to create without binding and another is based on the control of data .i don't want to write code in backing bean to make read-only attribute.

    Example:
    < af:form id = "f1" >
    < af:selectOneChoice label = "Label 1" id = "soc1.
    autoSubmit = "true" >
    < af:selectItem label = 'Y' value = 'Y' id = "si3" / >
    < af:selectItem label = "N" value = "N" id = "si1" / >
    < / af:selectOneChoice >
    < af:selectOneChoice value = "#{bindings." ViewObj.inputValue}.
    label = "#{bindings." ViewObj.label}.
    required = "#{bindings." ViewObj.hints.mandatory}.
    shortDesc = "#{bindings." ViewObj.hints.tooltip}.
    ID = "soc2" partialTriggers = "soc1" >
    < f: selectItems value = "#{bindings." ViewObj.items}"id ="si2"/ >
    < / af:selectOneChoice >
    < / af:form >

    on the basis of the choice of a second selection select choice should be disable.



    I know I need to link select all first choice of backing bean also make self submit true and add partialTriggers in second select only one option.


    Please give me advice


    Thank you

    Prateek

    is there a any error

    Yes, Af.l1 in your case is the component itself not the value returned by the list.

    Change it like this:

    
         
         
              
              
         
         
              
              
         
    
    
    package a;
    public class A {
         private String l1;
    
         public A() {
         }
    
         public void setL1(String l1) {
              this.l1 = l1;
         }
    
         public String getL1() {
              return l1;
         }
    }
    

    Jean Lou

  • How to make disk space available

    I have 1 GB of space in my drive c. I need 2 GB of space to update windows service pack 1 for windows vista 1525. How can I solve this problem.

    Run the Disk Cleanup program. Boulder computer Maven
    Most Microsoft Valuable Professional

  • How can make us big data from one database to another db

    Hi all

    I have 540,00,000 records in a table. Use dblink when I try to extract data in the database for this table in another table to it-error. Is someone can you please tell me how I can extract data from table A in db1 that has 540,00,000 records in table A which is located in db2 and is empty.

    Kind regards

    Amrit

    You can also consider an insert in direct path, possibly with active parallel.

    Insert / * + append * / in...

  • How to make a CD available USB drive VMS as a USB under ESXi 5.5

    Hi people:

    I discovered a possible problem with ESXi 5.5 which I hope someone knows a way to get around.  I plugged a USB CD/DVD drive in an ESXi host 5.5 current enforcement in the expectation that I would be able to assign to a virtual machine as a USB device.  However, it has not shown as a USB device is available.  Also, it did not show as a host device that I could assign to a virtual CD/DVD device.  I rebooted the host and then the CD/DVD USB drive present themselves as a host device that I could assign to a virtual CD/DVD device.  Of course, the problem is that I don't want to have to restart the host whenever I want to connect a physical to a virtual machine CD/DVD player, and I don't want to let the reader of CD/DVD USB connected to the host all the time I use it for other things as well (the host has not its own CD/DVD drive).

    So I guess my question is:

    (1) is there a way to say ESXi a newly connected CD/DVD USB drive is intended to be a USB device that can be connected to the virtual machines, or

    (2) is there a way to force rescan USB devices for USB CD/DVD players to demand and available as a host device to be assigned to a virtual CD/DVD device without a restart ESXi?

    I hope that there is some configuration settings, I do not know on which control this behavior.

    Suggestions welcome.

    Ok.  I found the answer.  Guess I didn't have a good enough search until I posted.

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1027415

    Basically, you need to restart the daemon spend after you have added the device USB CD/DVD:

    restart the /etc/init.d/hostd

    from the console service.  Which causes ESXi to rescan USB devices and CD/DVD USB drive is available to be mapped as a host device on a virtual CD drive of the virtual machine.  It is not as good as to be able to use it immediately, but at least it does not require the host be restarted each time.

  • (RH9) 'See also' - how to make * not * clicks when only one entry in the list?

    I have several topics (A, B and C) in which I want to place a control 'See also' that has two subjects (B and C) inside.

    In the A section, click on the control see also appears a list of "A" and "B". Click each item in the list to access the topic.

    In the B section, click on the control see also jumps directly to heading C.

    In the C section, click on the control see also go directly to section B.

    Is there a way to force the control to * always * bring up a list of subjects "see also"? For example, in section B, I would like to control to display a list containing just heading C.

    Hoping that...

    Thank you.

    Hello

    Administer a test.

    Click your related topics in WYSIWYG button and switch to HTML view.

    You should see a quantity of larg of the code presented in green, followed by a small amount of what looks like the code repeated in dark red.

    Copy the following line (including the < and="" the=""> and add the following line to each area.)

    Give it a go and see how you rate.

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • want to make a field mandatory towing how to make this

    I have two fields that I use
    First_name, Last_Name
    I want to make one of it is not mandatory the two
    I wan, that the user must enter one of them cannot leave the empty trailer but must insert the data in the first or last name
    How to make a mandatory validation at one of the two fields.

    In your template project, double-click the object of the entity that contains the name and last name fields. CLiiCK the category 'Business Rules' innovations. You should see a folder called 'Validators entity.' Click the folder, and then click the Green plus icon to create a new validator of entity. 'Method', choose the type of rule.

    Then expand your OA in the application browser and open the file Impl.java from and find the method that you just created. Write the code java, is not back to false if both attributes are null, and true if at least one

    Section 8.2 in the Fusion developer's Guide has all the details.

    John

  • I have "upgraded" to FF5 and now have no refresh or stop icons in the menu bar, are not available in the menu "personalize." How to make a comeback?

    Question
    I have "upgraded" to FF5 and now have no refresh or stop icons in the menu bar, are not available in the menu "personalize." How to make a comeback?

    I'm happy to have helped.

    It was something that many users asked when he changed first, and I initially did not know myself that the order of the buttons would make a difference as to if a button or a pair of buttons would be displayed.

    If you mark the post as solved while he is recorded in the answer will appear in the results of research and may help others.

  • I have Version 5.1.10 (6534.59.10 Safari on my macbook pro and I want to upgrade.) How to make to make it so my computer displays no update available?

    I have Version 5.1.10 (6534.59.10) of safari on my macbook pro and I want to update. How to make to make it so my computer displays no update available?

    Safari is a part of Mac OS X, and the only way to obtain a more recent version is upgraded to El Capitan.

    Lion and Mountain Lion can be bought at the Apple Store but 10.11.2 is a free update.

Maybe you are looking for