Add Object Attributes to a DisplayObject that is created in the Authoring Tool

Hello, how can I add attributes to a Display Object, that I have created in the Authoring Tool, so I can acces it by:
myDisplayObjectInstance.myNewAttribute
Is a DisplayObejct a dynamic class, that can be extended from anywhere?
Thanks a lot

I just found the syntax to add a new ObjectAttribute to an Instance of the Object. But is this ObjectAttribute also added to all other  Instances of the Obejct?
My plan was to create a MovieClip and set some ActionScript inside its timeline in the first frame that adds some Objcet Attributes to that MovieClip, so that the new Object Attribute can be used for all Instances of this MovieClip, that are created in the runtime.

Similar Messages

  • Using a environment variable that was created during the Task Sequence process - SCCM 2012 R2

    Hi,
    I'm triyng to use a environment variable that is create in the beginning of the Task Sequence.
    1. I'm using a VBScript that get the Exit Code of an application, and create the environment variable "iReturn" with the value of the exit code. (This is working)
    2. I add this variable in the CustomSettings.ini, like this "iReturn=%iReturn%
    3. After the step that I run the VBScript I put the "Gather" step to get the variables, but looking in the BDD.log the iReturn variable appears the same as the CustomSettings.ini configuration "iReturn=%iReturn%". (But, if I put a "Restart
    Computer" step after the VBScript, the BDD.log shows the iReturn variable with the right code.)
    Question: How can I update the environment variable of Windonws XP to use in the Task Sequence without restart.
    OR
    How can I configure autologon in SCCM 2012 (if have no way to update withou restart computer).
    I already tried the autologon with registry settings and a specific user, If I starts the process with this user works, but If I starts the process with other user, after the autologon the process doesnt continue, I have to do logoff and login with the user
    that I started the process.
    PS: All this steps have to be executed before the WinPE phase. 

    Environment variables must be explicitly set every time a system boots so unless you have a process to repopulate it after the reboot, it won't persist automatically.
    Why not store the value in a task sequence variable so that it persists after a reboot?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • After installing an application that was created using the Application Builder

    After installing an application that I created using the Application Builder I get this error if I try to run " ANY " LabVIEW App's that I have built. "Executable Version 7.1.1 doesn't match Resource File 7.1. Check your configuration."
    The way that I tried to fix this is to reload LabVIEW 7.1 and DAQmx 8.0. I am using two NI-6528 switch cards.
    After I reload LabVIEW and DAQmx I can run my applications but as soon as I install one on this development machine the error begins again.
    The executable that I built works fine on the development machine and any other machine that I try it on but it appears that the Run-Time engine 7.1 becomes corrupt after I run setup.exe for the newly created application.
    I have built numerous Installers, setup.exe's in the past without this error. Just this latest one caused this problem to start.
    I can NOT upgrade to 7.1.1. I am doing work for many different sections of this factory and I can not force them to upgrade. I've asked. Others supply code for the same machines using LabVIEW 7.1.
    I am stuck creating executables and manualing moving the correct files to the target machines.
    What can be done?

    No. The KB article was talking about a machine with 7.1.1 installed. I have LabVIEW 7.1 installed.
    The machine that I am having trouble with is my development machine. LabVIEW 7.1, DAQmx 8.0.
    If I build the executable all is fine. I can still run old executables including the one I just built.
    If I create the installer all is fine. I can still run old executables including the one I just built.
    When I install the app on my development machine the corruption occurs. I can " NOT " run old executables including the one I just built. The subject error pops up.
    I have not moved any executables to the other machines yet. I don't want to corrupt others.

  • HT2513 my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas?

    my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas on how to correct this?  This seems like a trivial error, but it's super annoying.

    I called Apple and they said that they know about this problem.  It's a problem with iCloud which their Engineers know about.  (there was a new iCloud release, hence...)  No ETA for a fix yet.  I asked that this be escalated so Engineering doesn't put it at the bottom of their fix list.  I talked to a Senior Advisor and mentioned to them to have QA check their regression tests as this has happened before to me (the problem just didn't take this long to resolve).  I like to use green too for important stuff, so I've resorted to creating a new calendar using the normal calendar green for events going forward.  They could have picked another color besides green to have this problem with and I wouldn't have been so upset.  ;-)

  • "Read items that were created by the user" and inconsistent permissions

    Hi!
    I have enabled the option "Read items that were created by the user" and "Create items and edit items that were created by the user" in the advanced settings of a list. Indeed when a user creates an item in that list, that item is visible
    only by that account and other accounts cannot see it.
    However when the user opens the "Shared With" dialog he/she sees all users there, giving him/her the impression that the item is visible to everyone! Why is that? This is very confusing since this "Shared With" feature is the only way
    for a user to tell who can see an item.

    Let it make it more clear. User A creates Item 1. Users B creates Item 2. When User A sees the contents of the list he sees Item 1 only. When User B sees the contents of the list he sees Item 2 only. As expected.
    The problem is that if User A selects Item 1 and then clicks on 'Shared With' button on the ribbon, he will get pop up that indicates that the Item 1 is Shared with User B. Which is not true since User B cannot see the item. So User A wrongly assumes
    that Item 1 is Shared with User B!
    Dimitris Papadimitriou, Software Development Professional

  • Convert an integer value that was created with the Excel DATEVALUE formula to a valid date?

    Hello everyone,
    How can I convert an integer value that was created with the Excel DATEVALUE formula to a valid date in SSIS?
    Is this even possible?
    For example:
    =DATEVALUE("8/22/2008") will format the cell to display 39682.
    Reading the column as a string to get the int value (39682) - how can I turn this into a valid date using SSIS and then importing the real date to sql server?
    Thank you!

    You can use Script component for this and convert your integer values to Date. An example here is following:
    CultureInfo provider = CultureInfo.InvariantCulture;
    string dateString = "08082010";
    string format = "MMddyyyy";
    DateTime result = DateTime.ParseExact(dateString, format, provider);
    Source: http://stackoverflow.com/questions/2441405/converting-8-digit-number-to-datetime-type
    Vikash Kumar Singh || www.singhvikash.in

  • How to get content of custom fields that were created via the EEWB for CIC?

    Hi
    Can anyone tell me how to get the content of custom fields that were created via the EEWB for CIC? This is required at a time when the data has not been written to the database.
    I would like to know how to read this data in the CRM_APPOINTMENT_MERGE method of CRM_APPOINTMENT_BADI.
    Thanks

    Hi Michael,
    I have a requirement to replicate custom setype data created for CRM sales order to R/3 sales order.These fields have been created at item level.
    Do you know the set of steps to achieve the same.
    Any help would be appreciated.
    Thanks,
    Chamu

  • Intermitta​nt failure to read some dvds that were created on the same drive

    I have a HP Pavilion dv6700t with with Vista Home Premium OS. Since I have owned it, the dvd drive has intermittantly failed to recognize dvd's that it created. The dvd's were created under Live File System format, both as 2.01 and 2.50 UDF Version. When I insert one of these failing DVDs into the drive, autoplay comes up with only blank dvd options. If I request the properties of the dvd, both used and free space shows 0 and the dvd icon is completely blue. When I left click the drive, the burn a disk window opens.  Help!

    robertfromglenwood wrote:
    Well I'm 50%.
    My OS X version is Lion 10.7.3
    When I double click on the DVD icon i get the viewer and the little remote control. All it says on the viewer is Support disc not available when I push play. If I just incert the DVD into the DVD drive I get absolutely nothing. No viewer, no remote, no full screen, no attempt to start. This disc runs just fine on my PC laptop.
    You are getting closer. In Finder you will see the DVD appear under Devices, Single Click it so it's highlighted. Then you will see all the files on it. Single Click 1 File then type Command A (Select All) then Command C (Copy) and under the Favorites in the sidebar you will see an icon for Desktop, Single Click Desktop and then type Command V (Paste) and you have copied them onto your iMac's desktop.

  • How to find the TCODE that is created for the table maintanance generator

    Hi ,
    How to find the TCODE that is created for the table maintanance generator of particular table,if we only know the table name.
    Regards
    Ramakrishna L

    Hello,
    I try it this way
    1. Goto SE16 --> enter table TSTCP.
    2. In the selection-screen displayed, enter
    PARAM = *<ZTABNAME>*
    You will get the t-code for the TMG.
    BR,
    Suhas
    PS: Are you sure a t-code has been created for this TMG ?

  • I have on iPad iPhoto, how do i import to my mac the albums that i created on the iPad iPhoto?

    I have on iPad iPhoto, how do i import to my mac the albums that i created on the iPad iPhoto?

    Here's a Mac World article that may help. Still not perfect but will help transfer edited photos. If done in groups you can re-create the Albums on the Mac.
    http://www.macworld.com/article/2010727/the-ultimate-iphoto-workflow.html
    Basically the process requires "Sharing to iTunes" through the iPad's app then syncing with iTunes. The shared photos will be found in the File Sharing section of the Apps tab of it's sync settings, not the Photos syncing tab.
    The other method is to save your edited photos to Camera Roll and import through iPhoto on the Mac or Photo Stream. Once again you'll need to do it in groups to save your Albums then recreate them on the Mac.
    I should also mention I have yet to use iPhoto on the iPad and there could very well be a better method out there. I have been researching for the best work flow to copy photos from my iPad which will be copied to the iPad with the camera connection kit, organized and edited on the iPad then copied in that state to my Mac once I get home. I like the idea behind Photo Journals while traveling and was disappointed to find they can not be saved, backed up or viewed through iPhoto on the Mac. I'm sure there are easier work flows but this is probably close to the route I will be taking.
    Any other input?

  • Is it possible to add markups to a PDF that I am not the author of

    Most of the PDFs I generate are from other applications (like Autocad) where I "print to PDF" to create the file.   Most of the PDFs I recevie are generated the same way.   Prior to Acrobat Reader 8, it was simple for me and my collueges to exchange information on these PDFs by using markup tools and resending them with markups.   Since Acrobat 8 has come along, I now find it impossible to markup a drawing (no matter if I have created it using Print to PDF or if someone has sent it to me).  I went to the knowledge base and see that the drawing has to be enabled for markup in one of 2 ways
    In an open PDF, choose Comments > Enable For Commenting In Adobe Reader, and then save the PDF.  
    Start the wizard to initiate a shared review or an email-based review and follow the on-screen instructions. When you’re finished, commenting is enabled in the PDF that you specify for the review. 
    Well, there is no Comments selection in my toolbar.   Second method is given by
    Quickstart: Start an email review
    An email-based review lets you track review status and merge received comments into the PDF.
    Click Review & Comment and choose Attach For Email Review.
    If prompted, enter your identity information to create a reviewer profile.
    Follow the on-screen instructions to select the PDF, invite reviewers, and send the email invitation.
      If your email application doesn’t send email automatically, you may need to answer alert messages and switch to your email application to finish sending the message
    But there is no Review & Comment button to click.
    So, can someone tell me, can I still do a simple markup of any PDF?   Even if I have to jump through hoops can I?    I guess I can understand Why Adobe has done away with this feature in their free tool, as they were not getting any revenue off of it, but it greatly diminishes the usefulness of Acrobat Reader and therefore all PDFs for me.
    Thanks in advance for your response.

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • I downloaded IOS8.1 and Itunes 12.01.26, now i can not add any music to my iphone that isn't in the cloud.

    I've restarted everything, resigned in and out of everything and re downloaded iTunes,  ITunes won't see any music that is currently on my iPhone 5c  and it will not let me put any music on my IPhone that isn't in the cloud.

    Are you trying to sync with a different computer?
    The iphone will sync with one computer.  Syncing to another will erase the current content.
    The music sync is one way - computer to iphone.  The exception is itunes purchases.  File>Transfer Purchases

  • Is there anything that you can do to fix a pdf that was created with the wrong orientation?

    Someone sent me 40-page pdf created from a document with landscape orientation that was output with portrait orientation. The pages are clipped off on the right and left. There is no way that I can see that you can change the orientation in Acrobat Pro and if it is converted into a Word document you can see most of the text, but there is still some missing, especially where there are tables. I don't have access to the original document. I was just curious if there was a way around this?

    Thanks, that is what I figured. Just thought I would ask. Some of the text that was clipped off did appear when the pdf was converted into a word file, but not all of it.
    Mary Jane

  • I tried to download this application and the computer says that it cannot verify the author and that the file is corrupt. Any suggestions?

    I downloaded this from the website,http://www.mozilla.com/en-US/firefox/new/, for an application for Stark State college for an employment application because appearently that is the preferred web-browser for them, the download could not be completed because the author could not be verified and it said that the file is corrupted. Any suggestions? I have dial-up, yes ancient but only thing available here,so any suggestions?

    You have an incorrect address. You could refer back to the college but I am sure you need to start with https: and make sure you drop that comma on the end.

  • I am having troubles when I save my Adobe illustrator file as a PDF file. The file contains some objects that are made by the mesh tool. When I save my illustrator file as a pdf, the meshed objects don't show. What should i do????

    I am using Illustrator CS5

    Please show a screenshot of the meshes
    Attribute panel: any overprints set?
    What kind of PDF do you save? Which options?
    Which app do you use for viewing the PDF?

Maybe you are looking for

  • Please Help! WRT54G2 v1

    My wireless network has disappeared from the list of available networks. I have an Imac (brand new) and a macbook that both show  other networks, one is a general linksys with no password required (its how I'm surviving). I live in a home, so I know

  • Declaring constructor method public or private.  What's the point?

    My book declares the constructor method public. I tried declaring it private, and without any modifier out of curiousity. It runs exactly the same. What's the point of doing so? public class test      public static void main( String[] args )         

  • Photoshop Cs5, opengl, large files, performance issues.

    Hello I have fresh win7 64-bit install. Also I have fully upgraded system, new cool whql drivers and my old file form Cs4. Specs: Intel D5400xs board Dual quad xeons 8Gig ram Nvidia 9800GT 512 Card (Maybe it's not a quadro or other fancy sh*, but lik

  • Macbook Pro Restarts When Trying to Sync iPhone 4

    I'm trying to sync my iPhone 4 in iTunes using the USB.  As soon as it starts, my MBP shuts down and restarts.  Any suggestions as to why this is happening and/or how I can fix it? Thanks.

  • Problems making audiotapes to .wav in SoundBlaster Live 5.1

    I have done it several times with vinyls, but after I have moved I cannot make the setup. I have put my taperecorder on the tape 2 on the amplifier (I have sound) I have the line out (light green) from the card to the aux (I have sound) I have the li