Creating Object without new operator?

How to create an object without a new operator. ????????????
reply soon?????

georgemc wrote:
!!!!!!!!!!!!!!!!!!!!!!!!Y???????!?!?!?!?!?!??!?!?!!?!o!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!u!!????????????????????????? ?????????????c!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!a!!!!!!!!!!?!??!??????????n???????????????!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!????????i??....>?!!!!!!!!!!!!!!!!!!!n!!!!!!!!!!!!!!!!!!!!!!????????????s!!!!!!!!!!!!!!!!!!!!!t????????????????a!!!!!!!!!!!!!!!!!!!!!!!!!!!!!??????????????????????
n????????????????!!!!!!!!!!!!!!!t@~!~!@!(*!!i!!!!!!!!!!!!!!!!!!!!!a????????????????????t!!!!!!!!!!!!!!!!!!e??????????????
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!a"*"(&*^?(^"(^("n??????????????????????
!!!!!!!!!!!!!!!!!!!!o??????????????,,,,,b*************&&"&"j!!!!!!!!!!!!!!e?????????????c!!!!!!!!!!!!!!!!!!!!t???????????
!!"(&?(($"u??????????????????s!""""""""""""""i??????????????n???????????????g(*&*%**%*(
)(*&($[][]!r????????????????e!!!!!!!!!!!!!!!!!!!!!f~~@~@~@~>?>>>l!!!!!!!!!!!!!!!!!e??????????????c"??(&^^(?(t?????????i!!!!
))))))))___o------_++(*^*&%*!!n,>>>>>>>>>>, ?????????????????b!!!!!!!!!!!!!!!!!y???????????? *%*^(%*^(c!!!!!!!!!!!!!!l??????????
!!!!!!!!!!!!!!!!!!!!!!!!!!o""""????????????n)))&(*&)&)=i=============n!!!!!!!!!!!!!!!!g?????????
?")*&)(?&)&)?a?????????????????????n&&&&&&&&&&&&&& ??????????????e!!!!!!!!!!!!!!!!!!!!!!!!!x"""""""""""""""i??????????
?>?<>?(&?(s!!!!!!!!!!!!!!!!!!t?????????????????i&*******(^*(?n!!!!!!!!!!!!!!!!!g??????????? ?"?????!!!!o!!!!!!!!!!!!!!!!!!!!!!!!b?????????
*&*^*^*%(%(%(j!!!!!!!!!!!!!!!!!e????????????????c!!!!!!!!!!!!!!!!!!!!!t!!!!!!!!!!!!!!!!!!!!!!!!! ???????????o!!!!!!!!!!!r!!!!!!!!!!!!!
??????????????????????b"$$&(?&)(?y????????????????????? )&)(?&)&$)?d????????????????e!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!s?????????????????????e!!!!!!!!!!!!!!!!!!!!!!!?r"????*^?(i!!!!!!!!!!!!!!!!!!!!!a??????????????l!!!!!!!!!!!!!!!i"""""""""""""""""""""""""""""""""""
?????????????z!!!!!!!!!!!!!!!!!!!i??????????n!!!!!!!!!!!!!!!!!!!!!!!g&&&&&&&&&&&&&& ?")*&?)&)"&)"s!!!!!!!!!!o?????????
!!!!!!!!!&"!!!!!!!!!!e!!!!!!!!!!!!!!!!!!t???????????????????h???????!!!!!!!i!!!!!!"?n??????????????g!!!!!!!!!!!!!!!!!!!
There's a pretty complete answer. Isn't all that extraneous puncutation annoying, thoughWhat extraneous punctuation?

Similar Messages

  • Create object without instance name

    hi
    here is the problem , i have hero shoot bullets and because of that i cant give the objects an instance names and i wanna check if the object on the stage or not and that is easy when
    i do    var bullet:BULLET = new BULLET
    if (bullet.stage){
    addChild(bullet)
    but the problem that when i do like this
    addChild(new BULLET())
    i know that , flash give them a names but how can i check their names??
    if(???.stage)
    thank you

    Per Ned's suggestion you should use some structure. Because it seems you will use animations of large numbers of objects - Vector is the best because it is faster than Array.
    Here is an example in two iterations - first as timeline code (just paste it on timeline), and below - as document class - you can use it by placing it into the same directory as your fla and assign doc class to Shooter:
    import flash.display.Sprite;
    import flash.events.Event;
    var bullets:Vector.<BULLET>;
    init();
    function init():void
        makeBullets();
        placeBullets();
        shoot();
    function shoot():void
        addEventListener(Event.ENTER_FRAME, moveBullets);
    function moveBullets(e:Event):void
        for each (var b:BULLET in bullets)
            b.x += 10;
    function placeBullets():void
        var nextX:Number = 0;
        for each (var b:BULLET in bullets)
            addChild(b);
            b.y = stage.stageHeight * .5;
            b.x = nextX;
            nextX -= b.width * 2;
    function makeBullets():void
        var numBullets:int = 500;
        bullets = new Vector.<BULLET>();
        while (numBullets--)
            bullets.push(new BULLET());
    Class:
    package
        import flash.display.Sprite;
        import flash.events.Event;
        public class Shooter extends Sprite
            private var bullets:Vector.<BULLET>;
            public function Shooter()
                init();
            private function init():void
                makeBullets();
                placeBullets();
                shoot();
            private function shoot():void
                addEventListener(Event.ENTER_FRAME, moveBullets);
            private function moveBullets(e:Event):void
                for each(var b:BULLET in bullets) {
                    b.x += 10;
            private function placeBullets():void
                var nextX:Number = 0;
                for each(var b:BULLET in bullets) {
                    addChild(b);
                    b.y = stage.stageHeight * .5;
                    b.x = nextX;
                    nextX -= b.width * 2;
            private function makeBullets():void
                var numBullets:int = 500;
                bullets = new Vector.<BULLET>();
                while (numBullets--) {
                    bullets.push(new BULLET());

  • Why r we allowed to create String objects with & without using new operator

    While creating any object, usage of the new operator is a must...but only for the string object we can create it with and also without new operator how is it possible to create an object without using new operator.

    Because Mr. (Dr.?) Gosling is a kindly soul who realizes that programmers have deadlines and, when he designed Java, was not so rigid or unbending as not to realize that from time to time, certain shortcuts are warranted, even in a relatively pure language such as Java. The direct String literal assignments are a shortcut over using the new operator making Java programming (and execution; there's also a performance benefit) more streamlined.
    So look not the gift horse in the mouth, but simply bask in the simplification and ease on the eyes and directly assign your little literals to your heart's content.

  • Create New Operations for data collection(View Object)

    ADF data collection(View Object) supports Create, CreateInsert, Delete, etc operations.
    And would like to add more operations like clear, etc. How do i create my own operation and add it to data control for all the view objects in the data control.
    Thanks
    JP

    hi esjp2000
    I'm not sure what kind or "clear operation" you are looking for, but I recently asked about a "clear search" in this forum thread:
    " ADF BC : "clear search" using executeEmptyRowSet() "
    ADF BC : "clear search" using executeEmptyRowSet()
    It is about the executeEmptyRowSet() method, and that might not be what you are looking for. (It might not even be what I am looking for because it is undocumented and that is what my question is about and I haven't had an aswer yet.)
    But ... it does provide an example of a "service method" Shay is referring to, in the example application:
    http://verveja.footsteps.be/~verveja/files/oracle/ClearSearchStuff-v0.01.zip
    (So, the specific service method implementation, "ScottServiceImpl.executeEmptyRowSetOnEmpWithParamsVOVI()" in the example, would be different in your case, depending on the specific "clear operation" you are looking for.)
    success
    Jan Vervecken

  • BAPI business object to create order without charge

    Hi all,
    I am having problem to create order without charge or subsequent delivery free of charge (with sales document category 'I', read from TVAK table).
    I read from OSS 93091 that for that sales document category 'I', business object BUS2103 has to be passed. I try to do online testing but hit by error : 'Unpermitted combination of business object BUS2103 and sales doc.category I'.
    I have use the correct order type (sample order with doc. category I) for my own testing.
    Appreciate any of your help to resolve these problem.
    thanks alots.
    Alia

    Hi All,
    It is solved already by using business object BUS2032.
    thanks
    Alia

  • My computer crashed and I had to re load my operation system. now itunes won't open. it says it was created by a newer version? what is that?

    my computer crashed and I had to re load my operation system. now, when I try to open my itunes all I get is a message that says "can not be read because itunes was created by a newer version" what does that mean and how do I correct it. I need my music back!

    As iTunes is uopgraded the newer versions require that the iTunes database be upgraded to match. It sounds like you now have an older version of the sftware attempting to load an upgraded library which it can't do.
    What version of OS X are you running?
    What version of iTunes are you currently running?
    What versions were you running when your system crashed?
    Allan

  • I just downloaded the new operating system and all my apps are in the App store I cannot move them out and create the icons for them I can just open them

    I just downloaded the new operating syaytem and all my apps are STUCK in the app store . I can open them in the app store but can NOT creat icons with them only open them

    If they are in your iTunes library, sync them back to your phone.  If not, restore your iCloud backup.  If you don't have one, you'll have to redownload them as explained here: http://support.apple.com/kb/HT2519 (however this will not restore your app data).

  • Trying to get a handle to an object using CVI_ActiveApp, but it opens a new CVI everytime it runs. Is there a way to get a handle to an object without it opening up a new CVI?

    I'm trying to get a handle to an object using CVI_ActiveApp. It works, but it opens a new CVI application when it is run using the command line. Is it possible to get a handle to an object without a new CVI application opening up?

    Hi,
    In the help documentation for the CVI_ActiveApp function, it states:
    "If the server application is already running, this function may or may not start another copy of the application. This is determined by the server application."
    http://zone.ni.com/reference/en-XX/help/370051P-01/cvi/usermanual/actxappactiveapp/
    I don't believe you have control over whether or not a second instance is started.
    Regards,
    Lindsey W. | Applications Engineer | National Instruments

  • Error message after creating new responsibitiy on new Operating Unit

    Hi All,
    Steps to Reproduce:
    1- Add new Legal entity
    2- Adding new operating unit from (define organization) with the organization classifications :
    a. HR Organization
    b. Operating Unit
    c. Company Cost Center
    3- Run the request “Replicate Seed Data”
    4- Adding the new Operating Unit in company all Operating units security profile
    5- Adding the security profile for the new Operating unit
    6- run the request "Security List Maintenance” for “, ALL_PROFILES, , , ALL, , ,”
    7- Create new responsibility
    8- In profile option at the responsibility level add the operating unit and the security profile for the new responsibility
    9- Add the new responsibility to an existing user
    10- the Error "AP_FINAP_NOT_DEFINED" appearing when try to open any form
    thanks in advance,

    From Oracle Support:
    *R12: APXINWKB : Unable to Create New Invoices due to AP_FINAP_NOT_DEFINED for Security Group [ID 1092873.1]*
    Run the HR concurrent program Security List Maintenance after creating a new Security Profile.
    Be sure that the parameter "Generate List For" is set to "All security profiles".

  • How to create objects to paint itselfs without specifiy the location

    How to create objects to paint itselfs without specifiy the location using Java 2D

    shot in the dark: pass in the Graphics2D context to the method ?

  • Okay I use iPhoto 6 on an older mac and don't want to upgrade past 10.4.11. Can I upgrade iPhoto without the newer operating system? For the life of me I can't get iPhoto to recognize my camera reliably - although it does sometimes. Any advice, help?

    Okay I use iPhoto 6 on an older mac and don't want to upgrade past 10.4.11. Can I upgrade iPhoto without the newer operating system? For the life of me I can't get iPhoto to recognize my camera reliably - although it does sometimes. Any advice, help?

    The latest version of iPhoto which can operation with OS X 10.4.11 is iPhoto 7 which is part of iLife 08.  You might be able to find a copy of iLIfe 08 on Amazon.com or Ebay.com.
    iLife 08's full system requirements are:
    Mac computer with an Intel, PowerPC G5, or PowerPC G4 processor
    iMovie ’08 requires a Mac computer with an Intel processor, a Power Mac G5 (dual 2.0 GHz or faster), or an iMac G5 (1.9 GHz or faster)
    iDVD ’08 requires 733MHz or faster processor
    512 MB of RAM; 1 GB recommended; high-definition video requires at least 1 GB of RAM
    3 GB of available disk space
    DVD drive required for installation
    From: http://support.apple.com/kb/HT1010
    OT

  • Can I add just cells in numbers without creating a whole new row?

    can I add just cells in numbers without creating a whole new row?

    Thanks to Jerrold Green1 for the answer to this back in Dec. 09.  Numbers is so logical, it worked perfectly.

  • Visual Basic 6 application moved to new server - activex component can't create object

    I have to move a VB6 application that was running on a Windows 2003 machine to a new Windows 2008 machine.
    This EXE application was using classes defined in a DLL using the Createobject method.
    Now, after the class instance has been created by Createobject, when the program calls the methods error 429 "activex component can't create object" is issued.
    The DLL has been registered on the new server using the command :
    regsvr32 c:\folderx\dllname.dll
    Which is the right forum to get help on this ?
    Thanks.

    Hello,
    As Dave says, VB 6 is no longer supported by Microsoft.
    I’d suggest asking in one of the following third-party forums which support Visual Basic 6.
    VB forums
    VB City
    For further information, see:
    Where to post your VB 6 questions
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Can I create a File object without writing it to the disk?

    I need construct a mechanism where I can "write" instructions to a file and then FTP this file to a remote system. It is basically a Telnet-like integration for a system that does not support Telnet. Once the file is on the remote device, it knows how to read the file and process its instructions.
    I would like to logically create this File object, by that I mean that I would like to use a FileWriter object to write the text instructions to the File, then use the Jakarta Commons NET API to FTP the file to the remote system. My question: can I create this File object without the file actually being written to the file system? Can the File just be memory resident for this creation and FTP?
    There could be tens of thousands of these transactions per day and I would like to just avoid any kind of deletion strategy, if I can. Thanks.

    Apart from the questionable decision to try and mess with the File object, I think the answer to (my guess at) your original question is "Yes".
    Jakarta Commons/Net FTP can upload to a server from any input stream you like. It doesn't have to be a FileInputStream. In particular it could be a ByteArrayInputStream, which reads from a byte array in memory.

  • Using iSetup to create new operating within an existing application

    Hi
    We have a requirement to replicate multiple operating units and related config within Finance, Procurement, Inventory and EAMS ... so we have previously configured the operating units again in each new environment - crp, dev, sit, uat, prod -
    There are multiple selection sets available which include operating unit setup (we are on 12.0.5) including Financials Operating Unit Level Setup, Financials Setup and Organisation structure.
    There seems to be overlap the ... Which is the best to initially migrate the OU
    Is there a document or metalink note which covers the dependency for various migration requirements?
    In our case we are migrating within the Business group, legal entity and set of books so would expect we could load it via selection sets with little intervention.
    thanks for your assistance, the forum is excellent.
    Regards

    This is Mugunthan, Development manager for iSetup.
    Yes, you are right. Operating Unit is available in multiple selection sets. The idea is that it is grouped wherever it makes sense so that you need not switch over to other selection set to load the data.
    For example, you cannot load most of the financial, hrms and manufacturing related data without loading operating unit. So, we have added the same API under multiple theme. But essentially it is the same API which is getting reused everywhere.
    Coming to hierarchy document, it is available. You can send a mail to [email protected] I will send you the doc. I will publish it to metalink as well soon.

Maybe you are looking for