Count when drop an object

I am designing one presentation and illustration for kid,  In this presentation i want to do multiplication with some object
I had completed my designing, i am struggling to do script (i.e.) i want drag and drop objects in one place and  display right or wrong mc in root
How can i count, while drag and drop an object in one position,
any suggestions please....

Hi there,
I've used the following tutorial which has code for a counter to determine when finished dropping items.
Look at point 12, 13 and 14 of the tutoria belowl:
http://monkeyflash.com/tutorials/flash-drag-and-drop/
Hope this helps.
Ben.

Similar Messages

  • What Happen into Tablespace, when Drop Any Object??

    Hi people.
    I have a question about the store into tablespace, What happen when you make the follow taks into database:ç
    When you drop a table??? Change the size into tablespace?? Reduce the Size on tablespace..??
    What are the diferents between Delete table and Truncate Table...Change the size into tablespace?? Reduce the Size on tablespace..??
    Thank a lot for your help and Answers..Because I can clear my mind in diferents concepts.
    Regards.

    lokimoix wrote:
    Hi people.
    I have a question about the store into tablespace, What happen when you make the follow taks into database:ç
    When you drop a table??? Change the size into tablespace?? Reduce the Size on tablespace..??
    What are the diferents between Delete table and Truncate Table...Change the size into tablespace?? Reduce the Size on tablespace..??
    Thank a lot for your help and Answers..Because I can clear my mind in diferents concepts.
    Regards.Well, you could test it for yourself and see for yourself . .
    However,
    Nothing you have described changes the size of the tablespace. Those actions simply free up previously allocated space within the tablespace, allowing it to be
    reused.
    DROP TABLE releases all the extents allocated to that table, allowing the space they occupied to be allocated to any segment that may need it - AND REMOVES THE TABLE FROM THE DATABASE (well, there are now recyclebin considerations, but that is a different question).
    DELETE just deletes rows from a table, freeing up space on the blocks that those rows occupied. All of the extents allocated to that table remain allocated to it but the space vacated by the deleted rows is available to be re-used by new rows within that table.
    TRUNCATE table releases all the extents allocated to that table, allowing the space they occupied to be allocated to any segment that may need it, BUT UNLIKE DROP TABLE, the table structure remains in place.
    The above is just a high-level description of the differences, there are some details that some people will call me out on, but for your level of understanding these are sufficient for the moment. You really, REALLLY need to spend more time in the Concepts manual.

  • Drag and Drop 2 objects 1 target

    I am fairly new to Flash and trying to create a drag and drop.  I have been following the tutorial here (http://monkeyflash.com/tutorials/flash-drag-and-drop/). One change I made to this tutorial was to have the object disappear when it is dropped on the target.  Following these directions I was able to successfully build a drag and drop with one object to one target.  My question is what if I want to have multiple objects go to the same target?  For example in the tutorial what if I added a second square object and wanted both to go to the one square target.
    Any help would be greatly appreciated!

    As long as the target is still accessible as a target you can drag as many objects to as you want (one at a time).  To help do that, when you drop an object on the target and make it disappear, you either need to make that dropped object go away ( removeChild(dropped) ) so that it is not blocking the way or move the target above the dropped object ( addChild(target) ).

  • Drag and dropping database objects in Jdev

    I evaluated Visual Cafe and deciding wheather to go with VC or JDev. One of the cool things I noticed in VC is that one can drag and drop database objects in the form using DBNavigator. I haven't seen anything similar in JDev 3.1. Does this or something similar exist in JDev?
    Regards,
    Mark

    Mark,
    Yes, the DB Navigator in Visual Cafe may provide a nice simple look at the database Tables - but so does JDeveloper's Database Navigator - VC may excel in the Drag and Drop functionality - but this is not the real objective. Let me explain...
    When creating a real enterprise level application in Visual Cafe, you begin to discover that DB Navigator along with it's nifty Drag & Drop is no match for JDeveloper's unprecedented level of database integration. JDeveloper's Database related integration includes (but not limited to):
    - JDevelopers Database Navigator
    - Integrated SQLJ environment
    - Tight Business Components for Java (BC4J) integration
    - Wizard driven Form generation (thin & thick)
    - DAC Controls / InfoSwing components
    - Named Connections / Connection Manager
    - WebBeans / JSP Element Wizard
    The closest thing in JDeveloper to what you are referring to in VC is JDeveloper's support for the Design mode which allows you to design both graphical and non-graphical elements. In particular, JDeveloper allows you to design your InfoSwing and InfoProducer components using the Designer - by selecting the component (JavaBean) from the Component Palette and then [Dragging Optional] Dropping it on either the Design Canvas or the Structure pane (lower pane of Navigator window).
    For non-visual elements (such as InfoProducer elements), the Structure pane allows for Creation via Drag & Drop and allows for property setting by using the Property Inspector (Since it is a JavaBean...).
    There are many reasons why JDeveloper provides a much richer and more productive development environment than Visual Cafe. Most have to do with seeking a complete enterprise level solution. JDeveloper adresses the enterprise level application developers needs directly with integration of elements from Tools & Wizards to the integration of a complete application development framework - Oracle Business Components for Java - No other tool can provide you with such a rich and productive development environment.
    John - JDeveloper Team
    null

  • Drag and Drop 3D Objects?

    So I'm curious if anyone has an idea about this?
    You cannoth use a Mesh as a DragView currently, so I figured I would created an instance of my object, and drag it once it enters the Target. I cannot find a way to automatically start a mouse press and have it move with the current operation.
    I also cannot serialize TriangleMesh which I use in my Object to map it to a DataFormat.
    I put up a Jira Report here https://javafx-jira.kenai.com/browse/RT-30209
    but I'm curious if anyone has any thoughts on this matter?
    I figure the easiest way would being able to use a Mesh as a view, and be able to drag that mapped data. Granted even without the data I can set it up with DragDone to do what I need, but I would really love the Mesh as a DragView :).

    I was thinking about taking a snapshot yesterday, thanks for the idea!
    Sad to hear it doesn't work too well :(.
    I'm using Imported 3D Mesh's from InteractiveMesh's Importer, I'm not sure how well it would work...
    I also wanted to mention that DragView for a normal 2D Image didn't work if placed in DragOVer, and I believe DragEntered. if done in DragDetected it will display the image. IS this how it's supposed to be done? I potentially like the 3d mesh or an snapshot image to be shown when dropping over a target. Thoughts?
    Edited by: KonradZuse on May 7, 2013 6:38 PM

  • Migration - dropping multiple objects from captured database

    Hi,
    I am doing some migrations from MSSQL to Oracle using SQL Developer. So far I have found it to be a great tool and very useful.
    However one area I can't seem to figure out is the step between capturing the database and converting it to the Oracle schema. I have captured my MSSQL database and can view it in the "Captured Objects" window - at this point there are a number of objects (e.g. tables and views) that I ether need to drop or rename. I can click on each one individually and do this, but this takes time and is rather laborious. If I multi-select some objects the option to drop the object disappears. Is there some way to drop multiple objects?
    Ideally I'd like to be able to open up a SQL Worksheet and point it at the captured database so I could manipulate the objects with SQL, is that possible? (I could not see a way of doing it).
    Thanks in advance.

    Hi;
    What is DB version? Is there any additional info at alert.log?
    Please see:
    Error ORA-29533 or ORA-29537 When Loading a Java Class File into the Database. [ID 98786.1]
    Regard
    Helios

  • 0FIA_DS11:Error when activating DataStore Object

    Hi,
    We have activated the datasources related FI_AA and replicated in to a new BI 7 system.
    Currently we are able to activate the asset accounting related targets like 0FIAA_C11, 0FIAA_c12 and 0FIAA_C13
    however not able to activate DSO's 0FI_DS11, 0FI_DS12 and 0FI_DS13.
    We have replicated the datasources 0FI_AA_11 and 0FI_AA_12  in 3.x but while installing the DSO 0FI_DS11 and 0FI_DS12, facing below given  error.
    " DataSource 80FIA_DS11 does not exist in source system BIDCLNT600 of version A     
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object 0FIA_DS11 "
    We have checked the mysource system settings and activated the Data Marts respectively but still we are not able to activate.
    System is BI 7 with EHP4 ehanced packege.
    Please suggest.
    Thanks & Regards,
    SMS

    Hi Jonas,
    I understand the procedures and had followed all the procedures.
    We had resolved the issue and issue was with the IP in sm59.
    It is cleared.
    Thanks for the reply.
    Regards,
    S M S

  • Error when activating DataStore Object

    Hello,
    We have an ODS object which is in avtive stage in ECC DEV system. When
    we transport it to ECC QA system it can not be activated and shows
    follwoing errors :
    1) Internal error occurred when writing
    Message no. D0054
    2) Error while saving change log for DataStore object DSO_PL
    Message no. RSDODSO196
    3) Error during creation of DDIC sources of DataStore Object DSO_PL
    Message no. RSO435
    4) Error when activating DataStore Object DSO_PL
    Message no. RSO404
    We also observe that even we create new ODS object in ECC QA system,
    still it give the same errors while activating.
    Note - ECC QA is a system copy of ECC PROD.
    Please suggest.

    Hi,
    I believe the problem is with the Myself connection (the BW source system connection to itself) in the QA system.
    Please goto RSA1, 'source systems', right click on the myself system and click on 'check', if there are errors you
    maybe able to correct them by right clicking on the myself connection and click on 'restore'. If there are no
    errors for the myself connection you should go to sm59 and do the connection and authorization test for the
    RFC connection for the myself connection.
    Best Regards,
    Des.

  • Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    You can publish Adobe Presenter Projects to your Moodle LMS (this will work for many other LMS’ too.)Please follow the steps as mentioned in the blog linked below.
    https://blogs.adobe.com/presenter/2013/08/step-by-step-how-do-i-publish-my-presenter-cours e-to-my-learning-management-system.html#more-6260
    Regards,
    Rajeev.

  • Why when I edit object in acrobat x are the images sometimes rotated or lose their clipping paths?

    Why when I edit object in acrobat x are the images sometimes rotated or lose their clipping paths?

    Have you looked at re-arranging the reading-order itself under View/Navigation Panels/Order/
    This will provide you with the ability to fine-tune content for reflow and read-aloud ..
    Hope this helps,
    Jon

  • Dropping java object from Oracle 8i

    We areaable to load java methods and publish them to SQL in Oracle 8i using Jdev Deploy wizard, but we can not drop them thru
    Open View As->Database Browser of the connection object, they drop menu is greyed out/disable. What kind privilege we need to drop java object from Oracle 8i? Or there is something wrong with the database setup.
    Thank you very much

    There are three options:
    Normal
    SysDBA
    SysOper
    I have tried the three of them, none of them works, is there third option SYS?
    Thank you very much.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amit:
    Log in as SYS.<HR></BLOCKQUOTE>
    null

  • How well does the Droid Charge do when dropped accidentally?

    how well does the Droid Charge do when dropped accidentally? any screen or internal damages?
    I'm probably going to have some kind of rubberized case.

    Please consider getting an otterbox commuter case at least from amazon or otterbox.com
    the defender series otterbox case with screen protector case isn't being shipped yet so i am using
    the otterbox commuter case with verizon wireless store's 3pack of screen protectors - i do not like screen protectors but verizon sells the ones for the charge specifcally and it will
    hold me over just fine until defender ships in august or september
    either case helps to not accidentally press the power button easily while holding this droid Charge
    there's my advce
    ps these add bulk to phone i like the commuter case it is way sturdy polycarbonate or whatever STRONG black plastic with port covers except for hdmi that already has a cover built into phone
    the defender series will be bulkier

  • Drop Box Question: Can you preserve the Creation/Mod Date when dropping?

    I transfer files across a 3-computer network and would like to preserve the dates, rather than having them reset to the current date and time when dropped. Is there a way to preserve this info?

    I transfer files across a 3-computer network and would like to preserve the dates, rather than having them reset to the current date and time when dropped. Is there a way to preserve this info?

  • Any advice on count  when sum 0

    Hi there
    We would like to have 1 sql such that
    count when sum of value in column > 0 . Problem is sum an aggregate function and also count.
    As example imagine 2 customer records, one has a -ve value e.g -4 and 1 a positive value of +5 so sum of these values = +1. Such a customer we would like to include in the count and can't simply use having clause as we wish to include in report all sales reagrdless of whether > 0 but a separate count field to highlight the ones which are greater than 0
    Current sql
    select sum(value), cola..
    from table
    group by col1..
    can't say
    select count(case when sum(value) > 0 then distinct cust_id end)
    as get ora-message about nested group by functions..
    Anybody done such a thing before - would analytical functions work in this situation.
    Many Thanks

    Hi there,
    Thanks very much for the replies.
    One problem though, unfortunately the reporting tool we use is quite constrained and we can't implement the solutions proposed in it - they would have been preferable.
    Example of data
    table called transaction with all different types of transactions
    Main fields, trans-code, cust_id, product_id, trans_qty, trans_date
    Each row has a different trans code, e.g supply code, return code.
    We wish to identify no of custs sold out. A customer could have several supply transaction records for the same product and potentially several different return transactions.
    If the sum of all the supply transactions for a customer/product > 0 and the sum of all the credit transactions for a customer/product = 0 then we count this as a sell-out.
    Is it possible to code this as an analytical function - if so how?
    Many Thanks

  • Trying to find out when was the object last referenced?

    Hi All,
    Is there a way I can find out when was an object or all the objects in a schema were last referenced along with the time it was referenced (May be a standard code all_references as such)? Just want to find out if there are any dormant objects. Thanks for the help,
    Reddy

    Hello,
    No.
    You can query user_dependencies and compare to all_objects, but this will only show you objects that have no direct dependencies. You will not be able to identify objects used only by e.g. shell scripts or a JAVA application.
    Regards
    Marcus

Maybe you are looking for

  • Withholding tax not able to view in FBL1N - Vendor Line Item report

    Dear All, The VI documents are posted in different vendors. The Tax code has been duly selected and tax was deducted at the time of posting the entry. When we generate the list of vendor line items using standard report FBL1N, we observe that only so

  • How do I get old ipod music on new one

    I have an older iPod Touch and lots of music from old CDs I had and some downloaded music purchased from iTunes, but it won't show up on my new 5th gen iPod touch.  Any suggestions?

  • Problem: XYGraph with units in one axis in LV7.0

    When I bundle one array with units (length) and another without units together into a cluster and wire it to an XY Graph, the unit label shows up correctly at the lower-right corner of the X axis. But when I rescale the unit by changing the unit labe

  • Images interfaces of programs on the site banner

    Can I use images interfaces of various programs (photoshop, illustrator, indesign, etc.) on the site banner? Will not it be considered a violation of the license or any other rights of Adobe?

  • Packaging question

    Hi, sorry if this has been covered before, I'm just getting started with this. When I create an assignment and package in InDesign(CS3) the result is an .inca file, an .injb file, and an .incp file, as well as a "content" folder containing all the .i