Batch visible command?

hey folks,
Have a number of images that need to be made visible and removed. Is there a way to do so rather then a list like this?
x18.visible=true;
x19.visible=true;
x20.visible=true;
x21.visible=true;
p1.visible=true;
p2.visible=true;
p3.visible=true;
p4.visible=true;
p5.visible=true;

you can use array notation and for-loops:
for(var i:int=18;i<=21;i++){
this["x"+i].visible=true;
for(i=1;i<=5;i++){
this["p"+i].visible=true;

Similar Messages

  • Where is the batch process command in Bridge CS6?

    Where is the batch process command in Bridge CS6?  I want to convert to Tiffs.

    Found it. Woohoo!

  • Financial Reporting - Exporting Batch for Command Line Scheduling Issue

    Financial Reporting 11.1.2.2
    When I export, a successfully run scheduled batch, for command line scheduling the xml file that is exported only has the following information in it. I think that it is missing alot of information.
    Any ideas what I am doing wrong, if anything?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="" DS_USER_NAME=""/>
    <HR_USER_CREDENTIALS HR_PASSWD="" HR_USER_NAME=""/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    </JOB_OBJECT>

    Hi again,
    I am not sure if you can extract the formatting to Excel... I had also issues.
    Can you please try to retrieve the report into Excel via Smartview? Check page 136 of  http://docs.oracle.com/cd/E40248_01/epm.1112/smart_view_user.pdf
    Regards,
    Thanos

  • Hide visible command window when running cscript.exe

    I'm using vbs wrappers when I'm installing applications with MDT because they offer me better control and logging capability. Currently when task sequencer executes application install with cscript.exe there is this visible command window. Is it possible
    to completely hide it without big modifications to MDT?

    If you are using ZTIUtility.vbs then I recommend:
    oUtility.RunWithConsoleLoggingAndHidden "cmd.exe /c echo Hello World!"
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Browser batch rename command question.

    PS7 - OS 10.4.11 - 1.33 Ghz PowerPC G4
    I was looking at a folder of images using the browser and selected a number of them - some of these images had previously had changes made to them and then saved as JPEGs, some had not been worked at all since downloading from the camera to the HD.
    Wanting to group them by title, I used the batch rename command, by Control-clicking on the selected images, to rename them in the same folder with Mac OS9 compatibility (I couldnt find a Mac OSX compatibility even though that is my system). This was the first time I have used the batch rename command, and assumed it would merely change the file name.
    I then tried to open the files after this process. Those images that had previously been worked and saved as JPEGs are referred to as Document in the Finder, rather than as Adobe Photoshop JPEG. When trying to open them, I got a message:-
    The document Louvre1 could not be opened. ColorSync cannot open files of this sort.
    The only way I have found to view them is to use Open with Safari command.
    Those images that had not been worked are referred to as Unix Executable File in the Finder. I cannot view these at all, not even with the Open with Safari command.
    Any comments, please? What am I missing? I did not expect the process to so radically change the files. I can use Grab to get an image of those files that can be opened in Safari, although presumably they will not be so detailed as the originals.
    And those images that cannot be opened at all, even in Safari:- Can I get them back as PS JPEGs, or in any viewable form?
    Any help gratefully received.
    Thanks,
    Graham

    When you renamed the files, did you remember to include the ".jpg" extension at the end of each file name? If not, add it now.
    And make sure you are running Ps 7.0.1. It's a free and mandatory update (numerous bug fixes).

  • EPMA Batch client command Equivalent to Select Top Member

    Hi
    I am looking for EPMA batch client command equivalent to performing "Select Top Members" in web against a shared dimension in Application library.
    I can find commands for exclude members in the document but could not find any Dimension Property or Command which will help me to automate this.
    Thanks in Advance.
    Ram

    I don't believe there is a command that will do that yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Batch Loader Command Execute Export Parameters() not in Documentation

    Hello,
    I'm trying to use the Batch Loader Command Execute Export Parameters() command to export my shared library into a text file and do not see the any detailed references in the epma doc, although the doc does mention Export. We're on 11.1.1.3.
    I tried to use something similar to the Import, but it is still not correct.
    Execute Import Parameters(importtype, profilename, filename,waitforcompletion) Values('flatfile', 'Comma', '.\AppFiles\CommaApp.ads','true');
    Has anyone any ideas on the required parameters to use? Many thanks.
    regards.
    Edited by: cg on Feb 29, 2012 6:14 AM

    John, thank you for your reply. Is there a way to automate the file generator to generate the ads file every night? Or by use of some other command?
    Also, Export is mentioned in the doc, but perhaps that was added but never implemented for this version.

  • Batch Monitor Command line Check Progress

    Hey all,
    i was wondering if there is a way to check progress of a file i sent to compressor using command line.
    Thanks
    Lars

    ok so i found a pdf which tells me this:
    Below is a synopsis of the command for monitoring batches. The Batch Monitor
    command is located in /Applications/Utilities/Batch Monitor.app/Contents/MacOS.
    Batch Monitor [-clustername <name>] [-clusterid <user name:password@IP address:port
    number>] [-jobid <identifier> -batchid <identifier>] [-timeout <seconds>] [-query
    <seconds>] [-help]
    i tried putting that in but the result i get is Batch: garbled time
    any ideas
    Thanks
    ars

  • Using JSP to run batch file - command launches excel but doesn't open file

    I have written a jsp on a server which runs a batch file. Every command line in the batch works fine except the following:
    CALL "C:\Program Files\Microsoft Office\Office\Excel.exe" C:\Temp\spreadsheet.xls
    I can see that a command prompt has been opened and an instance of Excel has been created, but it does not open the file.
    I tried running the batch file on its own. It worked fine. I tried putting the java code in the jsp into a java class, that worked okay too. I think it might be to do with the fact that the client is trying lauch the application through the web, but it's missing some information such as paths.
    I am totally running out of ideas.. please help

    I guess if I know JSP stands for Java Server Pages..
    I would most probably know it runs on servers.Yes, you might, but if you were assuming that the path you gave would always lead to an executable running on the client you'd have a problem. It's worth asking.
    I must admit it's probably not the best idea, but if
    you can give me some advice on that, that would be
    greatJSPs shouldn't have code in them that doesn't pertain to view. I'd wrap something like a system call or Runtime.exec in a Java Bean that you can test off-line without the JSP. Then have the JSP instantiate an instance, invoke its method, and display the value that's returned.
    You've read this, of course:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    Everyone who uses Runtime.exec should.
    %

  • Could not call batch from command line processing

    I am experiencing a strange scenario where I am able to run the FR report by scheduling a batch in HFM and that creates RecRecon successfully. I am trying to do this as a batch script by using the command line script ScheduleBatch.cmd <xml file> <server name> <user name> <pass word>.
    This fails to create the report and I see an error message as below
    "Problem encountered in 'EMERALD/Admin/RecReport01'
    Error executing query: The member user Point of view for Year doesn't exist in this application"
    Can any one of you help me recover this issue?

    answered by support

  • Batch File Commands

    Hi,
    I have my oracle database with following details:
    OS- Windows 2003 R2 64-bit
    DB- Oracle 10g R2 Enterprise Editiion 10.2.0.1.0
    I want to run a scheduler on OS Level such that it moves the archives log created one hour before the runtime to different location. For example:- If the batch file is scheduled to run at 5:00 pm, it must move all the archivelogs created uptil 4:00 pm to seperate location.
    Please help me how to do it ? I m stuck at how to mention time of creation of all the files.
    Thanks
    Vinita

    1º Sunday you do a backup.
    2º Monday you move archive log.
    3º Tuesday you move archive log.
    4º Wednesday you move archive log.
    5º Thursday database crash.
    1º Restore database from backup of sunday
    2º Recover database... ops, you need all archive logs on his dest... recover fails...
    3º You try to move all archive logs to original dest but you don't have space...
    4º You find a dest with enough space to move all archivelog and recover database.
    I don't know about your scenario but there is not a good backup polity move the archivelog with Os commands. I suggest:
    1º Sunday you do a full RMAN backup.
    2º Monday you do a incremental RMAN backup. With delete noprompt archivelog all backed up 1 times to device ....
    3º Tuesday you do a incremental RMAN backup. With delete noprompt archivelog all backed up 1 times to device ....
    4º Wednesday you do a incremental RMAN backup. With delete noprompt archivelog all backed up 1 times to device ....
    5º Thursday database crash. Use Rman Restore Database; Recover Database;
    You also can use rman backup archivelog with delete noprompt archivelog all backed up 1 hourly.
    . :-) Any help with my english will be welcome :-).
    Edited by: Agustin UN on 03-nov-2010 10:15
    Edited by: Agustin UN on 03-nov-2010 10:16

  • Batch file command

    Hi Guys I have this batch file called via ant build script.The batch file has 10 different function .Now i have this requirement to break it into smaller parts.
    Example the functionality should now be broken into three parts
    1)employee data processing
    2)employee working days
    3)employee salary
    4)employee promotion history
    1)employee data processing
    2)employee working days
    3)employee salary
    1)employee data processing
    2)employee working days
    4)employee promotion history
    Problem is absence of OR statment in batch file will force me to write this
    command in separate batch file.(I was trying to put it into one so that I dont have to repeat statments).Basically I was trying to execute target and target will execute the batch file with a parameter,which will then decide which functionality to execute , but in absence of OR is causing me some headache.Not able to decide the best strategy.
    help
    Yang Shetling

    Maybe I missed it, but where is the Java question?

  • Discover Desktop Batch /pt command - what to put in 'driver'?

    I need to use the Discoverer Desktop batch command option /pt rather than /p because my server seems to keep losing my default printer selection. So the /pt option allows me to specify which printer. Great!
    But /pt requires me to specify printer (good), driver (???), and port (no problem). I have no idea what I should specify for driver or where I'd find that information (Windows). Can anyone help? Thanks!

    Hi
    First thing to mention is that the workbook has to be saved to the file system in order to use /p or /pt.
    You can find the printer, driver and port information from the windows Start button by Start | Settings | Printers and Faxes (if working in Classic mode) or by using Start | Printers and Faxes (if operating in non-Classic mode).
    From there you right-click on the printer you want to work with and select Properties from the pop-up list.
    From the General tab you can get the printer name, from the Ports tab you can get the port and from the Advanced tab you can get the driver name.
    Hope this helps
    Best wishes
    Michael

  • Bridge / Batch/Photoshop Command

    Bridge opens a copy of PS (cs6) whenever I try to use that command. I've done everything from reinstalling to resetting all settings. no joy. Any ideas?

    That's what it's supposed to do.
    The commands under Tools>Photoshop will open photoshop.
    For example, the idea for Tools>Photoshop>Batch is to pick the photos/documents in bridge and
    then batch opens photoshop and the batch dialog so you can choose an action and where you want to save to.
    In the batch dialog, if you look at the Source, it should say Bridge.
    some more info:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7427a.h tml

  • Batch Save command wants to save copy

    I'm trying to take a folder of tiff files and resize them to 150 pixels and save as jpgs.  I created the necessary actions yet when I run the batch it stops at the "Save As" action and prompts me to save as "file copy copy".  I've tried recreating the actions and also tried selecting "Override Save As Command" and nothing seems to be working.  Has anyone else experienced this?  Any idea as to how to work around this?  I'm using CS4, by the way.
    Thanks,
    Mel

    I believe you need to run an action, on all of the tif files, that flattens the layers.  (Better yet, on COPIES of those files)  I think then you can run your action to save as jpg.  Hope I'm correct.
    Point is, jpg's can't have layers.

Maybe you are looking for