Independent Timers in same actionPerformed

Hello people,
I have a question, is it possible to have 2 independent timers in same actionPerformed function?
My problem is:
I click on button to open Penel, panel animation starts, durring animation of panel i click on map to move my character, character begin moving with speed of it's own timer + speed of timer of panel...
Any suggestions would be nice,
Thanks for Help.

Bah thanks everyone for reviews ;)
I found a solution by doing following:
this.toolbar_timer.setActionCommand("toolbar_timer");
and in the function of actionPerformed, making verification using if (e.getActionCommand().equals("..."))
Close ;).

Similar Messages

  • Can 2 apple tvs operate independently in the same home?

    I was thinking of bying another apple tv to set up on another tv in our house? Can they run independently on the same I tunes account?

    Yes, I have one in my bedroom and one in my living room, they use the same itunes account and run independently

  • How do I connect two workstations to shared storage that allows them to work independently on the same project non-destructively?

    I plan to edit a feature length film using Adobe Premiere CC. I need to know the "Adobe-way" of connecting two workstations to shared storage that allows them to work independently on the same project non-destructively. Is Adobe Anywhere the answer? None of the humans I spoke to seem to know anything about their own product. I also cannot find a price for Adobe Anywhere, anywhere on the Adobe website.

    You need to contact Adobe on this:
    Adobe Anywhere for video

  • Help, I need to measure from multiple UUT with independent timers.

    Hello, I want to set up 20 independent test all controlled from one VI.  I want to have the information feed back to the main VI in real time.  I also want to have each test on its own timer with separate start and stop.
    I want to use a HP 34970 to control relays and take voltage and current measurement through out a charge and discharge cycle.  One 34970 can support 20 sets of these measurement.  I want to take a measurement from each set every minute or so over the hour period of the test.  I need to pass a Start, and Stop Boolean, and two strings or numbers from the subvi's to the main for each of the 20 sets.
    I have looked at passing information in a cluster but I need to know if the only way is to create a refnum of each element in the cluster, bundle them into a cluster and pass it into the subvi, or if there is an easier way.
    I think I need to use semaphores but am not clear if notifiers would be more efficient.
    I think a while loop with a timer for both charge and discharge will work best as it can run continuously and after the time is reached it will exit the loop and go to the next step without monopolizing the CPU.
    Please give me any ideas and help me find the best way to make this work.
    Ben
    Attachments:
    Discharge Test.vi ‏16 KB
    Discharge SubVI.vi ‏67 KB

    ok thanks yea thats helped alot im new to this so thats why it seems basic to you but not me. i have tryed to find out through tutorials but could work it out. im now able to do this but i want to draw my mask free hand and it seems you can only place points with the pen tool? is this the only way to make the shape of my mask? or example in photoshop which i know well i can use a paint brush and paint any shape i want to make a mask but i cant see how to do that in after effects? any help on this would be greatly appreceated. thanks josh

  • BlazeDS and 2 independant tomcats on same server

    Hi,
    On the same machine I use two tomcat server. Both Tomcat have the same web application with BlazeDS but with different parameters.
    I noticed that the Flex app always communicate with the first blazeds that was started. services-config.xml contains a different url for the two apps...
    How is it possible ?
    Thanks in advance!
    Ganael

    Actually, I found more details on my problem. Having two tomcats is not the issue.
    The problem is when I rename a webapp, the flex app continues to use the same context root. The war was produced by Flex builder. And in my services-config.xml, the end point is defined as:
    <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
            </channel-definition>
    So I don't understant where this context root is defined. Why it is not the name of the webapp? Is hardcoded in the swf produced by Flex builder?

  • Is there a way to use 2 timers independently?

    What I've done so far..
    I have 2 timers; each started in the createGUI method of 2 windows. So, Timer1 is started in Window1 and Timer2 is started in Window2.
    Window 1
    public void createMealsGUI()
            Container wMeals = getContentPane();
            wMeals.setLayout(new BorderLayout());
            timer = new Timer(10, this);
            timer.start();}Window 2
    private void createOpenFileGUI()
             Container wOpenFile = getContentPane();
             wOpenFile.setLayout(new BorderLayout() );
             wOpenFile.setPreferredSize(new Dimension(400,400));
             timer2 = new Timer(10, this);
            timer2.start();}I have 2 counters in the ActionEvent method that I would like to use with the timers.
    public void actionPerformed(ActionEvent event)
              timercounter=timercounter+1;
              timerCounterOpenFile=timerCounterOpenFile+1;}Both counters will run if either timer is started because both timers are using the same actionListener but I'm unsure how to go about making it so each timer will only affect one of the couter variables.
    I tried using timer(10, new ActionListener()) to try and create a new ActionEvent but it doesn't allow that to be saved. Not sure what I'm doing wrong.
    I'm guessing I need another ActionEvent for one of the timers but I don't know how to do this. The only way I know currently is 'new actionListener this'.
    Even better would be to use an 'if statement' for event.getSource() == timer, but when I try that it doesn't work like it would a button etc.
    Edited by: FillytheBish on May 11, 2010 7:03 AM
    Edited by: FillytheBish on May 11, 2010 7:07 AM

    Lots of options
    1. Make seperate classes exending actionLister and then use something like
    new Timer(10, myTimerActionClass());2. Just create actionlistener in timer declartion. This is probably the easiest and cleanest method. ie
    new Timer(10, new ActionListerner(){
       public void actionPerformed(ActionEvent event) {
          //do stuff
    });

  • Multiple scripts running at the same time?

    Is there a way to have multiple scripts successfully running at the same time?
    At the moment if I start a second script while the first one is still running, the second one completes successfully but the first one stops. This seems to be because the first one is no longer the active document once the second one opens so can't continue.
    Is there another way to script things like this so that multiple can run independently at the same time? You might ask why I'd want to run two at the same time and not just wait, but i've setup an asp.net web form front end and having problems if two people click the button around the same time.
    I'm guessing this isn't going to be possible and i'm going to have to look for ways of doing this in asp.net instead and somehow queue the requests so you have to wait longer if the script is already running?
    Thanks,
    Andy

    I'm
    guessing this isn't going to be possible and i'm going to have to look
    for ways of doing this in asp.net instead and somehow queue the requests
    so you have to wait longer if the script is already running?
    This is correct. The scripting interface to PS is single-threaded so you will need to queue up requests.

  • Xorg 6.8/7.0 ATI fglrx 8.22.5 Kernel-Independent Packages

    -------NOTICE-------
    Iphitus has now made available a lovely set of packages for ATI drivers and xorg 7 in the [testing] repo.  I have helped him put them together, and they run like a charm for me. 
    See this thread for more info.
    Since these packages are well thought out and seperate the kernel module from the userland files necessary to run ATI-drivers, I feel that they're a better solution than the packages I have created and presented in this thread.  As such, I strongly suggest you use the packages available in the official repos now.  While I will not immediately remove the files I have hosted for these packages, I will no longer be maintaining them.
    -------PURPOSE-------
    Well, as brought up recently in the ati-drivers-arch thread, the way we handle ATI's drivers and Nvidia's drivers is a little different... the officially packaged Nvidia drivers actually build the kernel module on the user's machine, during install time, making it an essentually kernel-independent package. The ATI drivers in community, however, build the module at makepkg time, which ties each package to a specific kernel version.
    I personally thought the Nvidia way was a good way.
    Therefore, I have decided to make packages that are kernel-independant in the same way nvidia's are -- here they are.
    Note: Since creating these, I've been informed that this is not an ideal Arch-way to make packages; read on in this thread for details.  In case you want a prebuilt fglrx package, which is dependant on a particular kernel and compiles the driver at build-time instead of install-time, for use with Xorg 7, see this Wiki page: ATI fglrx and Xorg 7
    -------KERNEL 2.6.15 Notes-------
    ATI has fixed the 2.6.15 kernel problems with version 8.22.5.
    -------Xorg 6.8 Notes-------
    The package for Xorg 6.8 is currently UNTESTED by me.  In theory, it should work fine, since I took the same changes I made to the Xorg 7 package and more-or-less applied them to the ati-drivers-arch package available in [community]
    -------Xorg 7 Notes-------
    I have tested, and am currently using, the Xorg 7 package linked here with kernel26-archck 2.6.15 from [community] with no noticeable problems. 
    Additionally, for the Xorg 7 package to work, you'll probably have to create a symlink from /usr/X11R6/lib/modules -> /usr/lib/xorg/modules.
    If /usr/X11R6/lib/modules already exists, copy its contents to /usr/lib/xorg/modules, remove it
    rm -r /usr/X11R6/lib/modules
    then make the link
    ln -s /usr/lib/xorg/modules /usr/X11R6/lib/modules
    -------Installing Additional Kernel Modules-------
    The packages now install a shell script in /opt/ati to facilitate installation of the kernel module for multiple kernels.  The kernel module is automatically built and installed for whichever kernel you are running when you install the package, but if you want to install it for additional kernels, follow these steps:
    Boot into the kernel you want to install the module for.
    Execute:
    $ cd /opt/ati
    $ ./fglrx_module_setup.sh install
    and the script will do the rest.  As a bonus, when you uninstall the ati-drivers package, the script will remember which kernels it installed the module for and remove every module, leaving your system sparkling-clean.
    If you update your driver in the future, you should be able to run
    $ cd /opt/ati
    $ ./fglrx_module_setup.sh reinstall
    and, if I've done it right (this is untested) it should reinstall the module for every kernel on which it's been previously installed.
    -------UPDATE-------
    Packages updated to fglrx 8.22.5!  New in this release:
    NEW FEATURES: (1) ATI Proprietary Linux Driver now supports Linux Kernel 2.6.15.
    ISSUES RESOLVED: (1) Creating 22 or more display configuration mode lines in the X Server configuration file no longer results in a fatal server error.
    -------PACKAGES-------
    Packages available tarballed at:
    http://www.student.cs.uwaterloo.ca/~tjwillar/arch/

    All I keep getting is:
    cat /var/log/Xorg.0.log | egrep "WW|EE"
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): Specified desktop setup not supported: 8
    fglrxinfo:
    display: :0.0 screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
    xorg.conf
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/local/"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Speedo/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    FontPath "/usr/lib/X11/fonts/TrueType/"
    FontPath "/usr/lib/X11/fonts/freefont/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "ServerFlags"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "dvorak,us"
    Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll,caps:shift,altwin:super_win"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "My Monitor"
    HorizSync 28-64
    VertRefresh 43-60
    Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "fglrx"
    EndSection
    Section "Device"
    Identifier "My Video Card"
    Driver "fglrx"
    Option "UseInternalAGPGART" "no"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "My Video Card"
    Monitor "My Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x800@60"
    Viewport 0 0
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I can't get it to work.  Any help would be appreciated.

  • Activity independent in a work center

    In a work center, When  you define an activity-dependent quantity, the cost estimate is based in quantity. i.e.: lot size is 1000 and activity price is 10 usd.
    if you change the lot size to 500, activity price will be 5 usd.
    So, in case of activity-independent (i.e.: time of setup machine) that is independent of the quantity, how you customize this in a work center?

    Hello Cetalina,
    Set up time is not an activity independent for the machine... If you really have set up time for a machine as an acitivity then you have to assign this activity via standard value key.
    Set up also base quantity dependent (Lot size dependent). In material master "work scheduling view" you can define the set up time for suppose base quantity 1000 is 10 minutes then every time during scheduling this time will be multiplied with base quantity...You have to manintained formula also. For costing create as activity as set up time to cost center and assign this to work center in costing tab with formula.
    If you want to define the lot size independent then you can define total in house production time as lot size independent in the same view. There is no key to define setup time as independent time.
    IF helpful please rewrads your points.OR let me know any more doubts.
    Regards
    TAJUDDIN

  • How do we access iTune purchases on a shared computer? Only one account is seen although each can log into our separate accounts.

    My wife and I have separate iTunes accounts and we share a Windows 7 PC. When she logs in to iTunes to sync her library / purchases, it only displays my playlist and purchases. To recap: Separate accounts, logged in as separate account holders, iPhone 3gs, updated OS, iTunes correctly displays connected iPhone for account holder. Can anyone help?

    Emma,
    If two people have separate libraries on the same computer, it is best to put them into two separate Windows User accounts.
    Go to Start > Control Panel > User Accounts > Add User Accounts, and get her set up in a separate user account.  Then move all her stuff there and from then on the two of you can operate independently on the same computer.

  • Phone rings once then stops.

    Greetings everyone.
    There seems to be a strange old problem with the phone. Whenever someone tries to call, it rings once then goes quiet. I did a test from my mobile and it seems that somehow the phone gets 'picked up' by magic for a few seconds, cos my mobile got charged for it!!
    Before you ask, I tried to old test socket and same result.
    Tried the 2 phones we have independently and the same result.
    Disconnected the home hub and the same result.
    Regarding dialling out, it seems 100% fine, so this problem is a strange old one!
    I called the BT fault line and the person said it MIGHT be related to my equipment and I'll get charged if I call the engineer. Hopefully, that won't be the case cos I booked the engineer already!
    It would be much apperciated if anyone can help me regarding the fault, or whether I will be charged or not for the engineer appointment.
    Thanks.

    Hi Dave
    Many thanks.
    I do not have the type of socket that allows the test you describe. I have explained this to BT India numerous times but always get asked to  carry out the test. I had two ring trips this morning and so again rang BT and this time asked to speak to customer services. After some haggling they put me through. However, BT customer services refuse to become involved in line faults and I was transferred back to India, where I was once again asked to carry out the same ritual tests. The end result was that they would 'monitor' the line over the weekend (whatever that means). In the meantime, I received a ring trip call at 17.15 which rendered the line unusable for the next two hours. We checked the line every hour and it was working again two hours later. What I can't understand is that we had an engineer visit about two weeks ago, he said he detected a fault at the exchange but he did not replace the socket we have with a modern one. Who is responsible for this?
    Thanks again for getting back to me.

  • How to Use two E-Series cards in Labview

    I have two 6024E multifunction cards. I have to program a dual station machine - that work independently to each other. I am trying to generate 0-10 volts on the two cards independently at the same time, but when I try this, one of the cards generates the 0-10 ramp and only when this is complete the second ramp starts. I know that I could not accomplish the above with one card, but with two it should work ??
    Thanks

    The two cards should work independently from each other. It may be something in the way your program talks to the cards. Can you post a simplified VI showing how your program works? It is difficult to diagnose the problem without knowing how you are trying to do things. Also mention the version of LabVIEW and platform.
    Lynn

  • How do I stop another person using their own Apple ID accessing my Itunes library on a shared computer?

    My daughter and I have our own Itunes libraries on a shared computer.  However we can access each others libraries by using our own Apple ID.  This causes a problem because she was able to access my account and delete some music by mistake.  Is their a way that I can ensure no one can access my music?
    Thanks

    Emma,
    If two people have separate libraries on the same computer, it is best to put them into two separate Windows User accounts.
    Go to Start > Control Panel > User Accounts > Add User Accounts, and get her set up in a separate user account.  Then move all her stuff there and from then on the two of you can operate independently on the same computer.

  • Regarding version control

    Hi,
    Could u please help me out in giving some ideas of version control in sap?
    First let me give some example as follows:
    First if i develop something in the developement server then later when i transfer to the QA server and later to production server then is there any change in version.
    Please give me a details of this issue????
    Thanks,
    Batista....

    hi priya,
    Version Control
    Version control is a mechanism that helps maintaining the revision history of a development resource and tracking the changes done to it. It defines a set of constraints on how a development resource can be changed. A development resource that complies with the constraints defined by the version control is called a versioned resource. When a versioned resource is modified or deleted, a new version is created for the resource. A unique sequence number is associated with each version of the resource created in a particular workspace. This sequence number identifies the order in which the versions were created in that workspace. The DTR graphically represents the relationship between the different versions of a versioned resource in the form of a version graph.
    For the representation of version graphs, this document follows the conventions shown in this figure.
    The figure shows the meaning of the symbols in the version graph.
    The following changes are tracked by the version control mechanism of the DTR:
    ·        Addition of the resource to the repository
    ·        Modification of the resource in the repository
    ·        Deletion of the resource from the repository
    In all the above cases, a new version of the resource is created.
    Production Delivery
    Packaging
    To deliver your product, you have first to package it. There are different packages you can use for shipping your product to your customers:
    &#9679;      Software Component Archives (SCAs) – this is the standard way to deliver software for the SAP NetWeaver platform.
    &#9679;      Software Deployment Archives (SDAs) – for top-level applications you can deliver only the executable part of the software. You can directly deploy the SDA file.
    &#9679;      Public Part Archives (PPAs) in Development Component Interface Archives (DCIAs) – for reusable components (Java EE server libraries, Web Dynpro components, Visual Composer components and so on). You can deliver only the metadata of the components. DCIA can be included in SCA file too.
    How to do that?
    Using the command line tool provided with the SAP NetWeaver Composition Environment you can:
    &#9679;      package a collection of components into an SCA including only the deployable archives. This is required if you do not want others to reuse the delivered components.
    &#9679;      package a collection of components into an SCA including the deployable archives and the corresponding interface archives. This allows customers to develop against these components. Those customers can directly import the SCA into their own SAP NetWeaver Development Infrastructure (NWDI) or into an SAP NetWeaver Developer Studio local installation.
    &#9679;      package the public parts of a component together with the required metadata into a DCIA (and further into an SCA).
    &#9679;      include source code into an SCA.
    &#9679;      unpack a deliverable archive and drop the result into an existing version control system for example, or directly import them into an existing Design Time Repository (DTR).
    Delivery of Source Code for Further Customization
    In addition, you can deliver source code to your customers to allow further customizing or add-on development. The deliverable archive may contain sources for:
    &#9679;      individual development components (DCs).
    &#9679;      a collection of development components, for example a whole software component (SC).
    Example
    A customer can add a new source compartment to an existing configuration, and then locate that compartment in the file system where it is accessible by the version control system in charge. Then he or she extracts the sources with the command line tool to the compartments root directory and refreshes the configuration in the SAP NetWeaver Developer Studio. The compartment tree is populated with components from the archive. Afterwards, the customer may put those components under version control. Deliverables that contain only individual components may be treated accordingly.
    This mechanism may also be used for other purposes, for example for setting up a simple backup and restore mechanism for components in Developer Studio, or sharing DC sources without having a central version control system: a developer may pack a compartment and store the resulting SCA on a central share or backup system. Another developer may take that SCA and import it.
    Limitations
    Note the following limitations connected with this kind of source code delivery:
    &#9679;      There is no support for handling conflicts when different actors in a delivery chain develop independently in the same source code. You cannot prevent the customer from modifying delivered sources. When you ship a new version of the sources, there is no special support for updating and no support for merging the update with modifications done by the customer. You and the customer have to agree on a process how those conflicts are handled. For example, the customer can decide not to import the update you deliver directly into the active development line, but to unpack the delivered sources to some unconnected sandbox system and perform the required merges manually.
    &#9679;      When you deliver source code to customers, it is important that you also deliver the required libraries and generators that are needed to build these sources. For example, it may be necessary to ship some archive compartments that contain used components.
    &#9679;      There is no support for delivering deletions in a new version. If a source file was deleted, the customer has to manually ensure that the file is also deleted in the Developer Studio or source code management system.
    &#9679;      If a customer prefers to work with the SAP NetWeaver Development Infrastructure (NWDI), this customer cannot directly import the source delivery package into the NWDI landscape. Between NWDI landscapes at different places, sources usually are exchanged through a more sophisticated export format that contains not only the pure source code, but also the versioning meta information of the exporting DTRs. This ensures that the importing repository can detect conflicts that arise due to modifications. If this versioning information is not available, the only way to import source deliveries is to unpack them to a file system and manually put them under version control with the Design Time Repository perspective of the Developer Studio. In case of an update, the customer would have to check out all affected files, merge them with the new versions from the source delivery, and finally check them in as a new version.
    More information: Composition Environment Command Line Tool
    see this url
    http://www8.sap.com/businessmaps/0134713B1D6046C59DE21DD54E908318.htm
    thanks
    karthik
    reward me if usefull

  • BW upgrade landscape

    Hi,
    There is no BW upgrade forum so I post my question here.
    We are going to upgrade SAP BW 3.5 to BI7 soon. Source systems are ECC 5.0 but we plan to upgrade ECC later. (please do not discuss why not upgrade ECC with BW).
    It was a 3 - 4 months project so we will use dual landscape, one for current production support and one for upgrade.
    Current BW:
    BWD --> BWQ --> BWP
    Current ECC:
    ECD --> ECQ --> ECP
    Upgrade BW landscape
    BD2 --> BQ2
    My questions:
    1) Is it necessary to have a dual system landscape for ECC?
    2) For upgrade BW landsacpe, can we still use BWD & BWQ for SID? (If so, we do not have to covert the logical system)
    3) The database size of BWP is 10G (Yes, very huge). and I am sure there is a little config diffience between BWD & BWP. I want to copy BWP BW 3.5 to BD2 then upgrade to BI7, then delete all transaction (or even master) data in BD2, so I can get a clean, samll BI7 development system. Does it work?
    Thanks for your comment.
    James

    HI,
    1) Is it necessary to have a dual system landscape for ECC?
    Its not mandatory and necesary , its upto you , but suggestion is to use atleaset one server as staging server which should be the copy of current PRD upgrade
    2) For upgrade BW landsacpe, can we still use BWD & BWQ for SID? (If so, we do not have to covert the logical system)
    Yes , ofcourse you are creating both as independent landscape so same SID can be used.
    3)
    The database size of BWP is 10G (Yes, very huge). and I am sure there is a little config diffience between BWD & BWP. I want to copy BWP BW 3.5 to BD2 then upgrade to BI7, then delete all transaction (or even master) data in BD2, so I can get a clean, samll BI7 development system. Does it work?
    Techinacally it wll work but how you will manage and identify transactional and master data.?
    Additionally standard way of upgarde is
    1) Create a staging server copy of PRD and perform test upgarde
    2) Upgarde DEV-QA-PRD in sequence.
    Hope it will help you.
    Regards,

Maybe you are looking for

  • MacBook will not boot (does not pass apple gearwheel stage)

    After experiencing a freeze on my computer (couldn't access even force quit to unfreeze), I hard shut down my computer. When trying o restart, it would not pass the apple and gearwheel page, eventually the apple turned to a circle with the slash thro

  • Nested SQL statements for complex, detailed queries.

    Is it  possible to write nested SQL statements for complex, detailed queries. A nested query has a WHERE clause that includes a SELECT statement ? Is it true or false ?

  • AcroRd32.exe - Bad Image crash

    C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb 8f8\MSVCP80.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or con

  • Adobe Acrobat Pro instalation

    Greetings, I have the creative cloud membership, does it include Adobe Acrobat Pro? The downer will not allow me to use the serial number provided by Adobe. Any suggestions?

  • Adobe Interactive Form PDF doubles in size after saving

    Hi all, We have a interactive form, and after generation it's about 925 kB (when saving). Now, when you change a single field (add some input or something), and then saving, the file size almost doubles to 1778 kB. Ofcourse, we would rather have a sm