Compact all external files in a single projector

there is a xtras or a tool that compact all external files in
a
single projector? that have the same function of zinc , i can
put all
external files in a library and when i execute the
application unpack all
files in a directory

Great Work Kali. Thanks for sharing
One small doubt. Whenever I decompile some .class files. I find that the .java files doesnt compile properly
for example
throw new OAException(e.getMessage(), 0);
here it gives a compilation error like couldnt find new OAException(String,int) , where actually it is expecting byte
Also some times Class Names are not correctly decompiled like
Serializable a[]={a};
it decompiles as
Object a[]={a};
is there is a solution for this ? Also wanted to check if your decompiler decompiles the .class file into .java files without any such errors...
Many thanks for sharing such useful script
Regards
Ravi

Similar Messages

  • External files opening behind the projector

    I have used 'baOpenFile' function to open some external files
    (pdf, pps etc). In most computers everything works great, but in
    some computers the file opens behind the projector (which is in
    full screen mode), and user doesn't see that the file has opened.
    To solve this problem I have used
    'baWindowToBack(baWinHandle())' to send the projector window back
    before the external file opens. It works, but it's ugly solution
    (especially if there's many windows open on desktop). Does anyone
    know why external files open behind the projector, and is there a
    better way to fix the problem than the one that I've used?

    Instead of sending the Director window to the back, it may be
    better to
    bring the new window to the front. That will bypass the issue
    of other
    windows appearing over the Director window.
    I do not know why this happens, and I have seen it in action
    many times
    myself. It is annoying, but easily worked around.

  • Can I create a global custom step type, available for all sequence files through a single copy?

    I would like to create a custom step type and make it available to any (new or existing) sequence file, without having to copy/paste it every time, to avoid maintenance problems...

    Hi Andre,
    You need to create the custom step type in the station view rather in the sequence file view.
    There's a step type button near the Users Button.
    Click on this button then proceed in creating the custom step type as you would have done in the sequence file.
    If you are using TS 1.0.x then the new step type will be added to the types palette.ini.
    If you are using TS 2.0 then will be able generate a new group ini file to hold your custom step types.
    Regard
    Ray Farmer
    Regards
    Ray Farmer

  • Database files into a single disk or multiple disk ?

    Hi All,
    I want to install oracle database 11gR2 in to database server. This database server has three internal disk so I plan to put DBF,redo and ctl file in to different disk..
    but this is the optimal configuration by putting all the Database files (DBF,redo and ctl) into a differnt differnt disk or put all the files into a single disk with differnt partition? I want to minimize the disk I/O.
    Thanks in advance.

    Hi;
    It depends what you expect from your system. You can put into a differnt differnt disk or put all the files into a single disk with differnt partition. If you put all in one partition its more managable, but It also bad for HA.
    You need to check your priorty and you need to decide what you have to do
    Regard
    Helios

  • Storing data out to external file...?

    I have a question I'd like to put forward to anyone who can
    help me. It's a bit vague, perhaps, but any help would be
    appreciated...
    I need to make a Flash application into which you can INPUT
    data, and then have that data STORED somehow / kept in memory -
    probably in an external file of some format outside of the Flash
    file, so that the next time you launch the Flash file, that same
    EXTERNAL data will be read by the Flash file and will display in
    the interface.
    The key thing here though is that file will NOT be hosted
    online, so it cannot make use of any "online-only" scripting (if
    such a thing exists?).
    I need to host and run the Flash application from my local
    hard drive, and all external files need to be on my local hard
    drive too.
    Is it possible to set up the scenario I've outlined? Where do
    I even begin?
    I fully appreciate that this will be a big project, requiring
    a great deal of learning on my part, but I'm willing to give it a
    go, providing I know where to start...
    What am I looking at here? PHP? CGI? XML? Will those run
    locally? I really don't know...
    Like I said, I really know nothing about any of this, and I'm
    perfectly willing to learn, but I just need to know WHERE to start
    learning, and WHAT to learn...
    Again - any help appreciated.
    Thanks.

    you can use the flash sharedobject to store data from one
    flash session to another.

  • Load external files

    I created fifteen 300 X 250 sized movieclips. I've adjusted each movieclip into different sizes. Now I need to load 15 external files in to these movieclips. (all external files are 300 X 250).
    1. When I load the external files, all the loaded files does not adjust to the resized movieclips (all external files are maintaining it original size). I need the loaded files to be resized as per the movieclips on stage.
    2. Is there a short way of writing the code to load these 15 external files?
    //movieclips on stage: gHolderF0, gHolderF1, gHolderF2
    //external files : sample0.swf, sample1.swf, sample2.swf
    I'm using this to load each external file:
    var loaderPrototype:Loader = new Loader();
    var selectedPrototype:URLRequest=new URLRequest("sample/sample0.swf");
    loaderPrototype.contentLoaderInfo.addEventListener(Event.COMPLETE, finishLoading);
    loaderPrototype.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
    loaderPrototype.load(selectedPrototype);
    function finishLoading(loadEvent:Event) {
    gHolderF0.addChild(loadEvent.currentTarget.content);
    addChild(gHolderF0);
    function errorHandler(errorEvent:Event):void {
    trace("file missing");
    function errorHandler(errorEvent:Event):void {
    trace("file missing");

    adding a child (loader or otherwise) is going to affect the scale of the child and the position of the child.  but you can't assign the exact size unless you do some intelligent scaling of the parent.  for example:
    after loading is complete:
    gHolderF0.scaleX=300*loaderPrototype.width;  // resize to 300x250
    gHolderF0.scaleY=250*loaderPrototype.height;
    but that really makes no sense.  you may as well resize the loader directly:
    loaderPrototype.width=300
    loaderPrototype.height=250;

  • Insert multiple files onto a single track, not one file per track

    Hello,
    In both Audition CS5.5 and CS6, when the user inserts multiple files into a multitrack session, they are placed on multiple tracks. (As the help file says, "The files are inserted on separate tracks at the current time position"). Please change this to allow multiple files to be inserted onto a single track.
    I can understand the usefulness of the current behaviour in some scenarios, but there are other workflows in which the placement of multiple files on multiple tracks is a serious hindrance.
    E.g. In this thread, a user mentions needing to insert 10,000 individual files for dialogue editing and mixing.
    I also posted in that thread because my own workflow involves editing hundreds of individual files, which are single notes recorded for the production of virtual instruments.
    The reason why a "one-track multitrack" workflow is useful to me is that it allows great flexibility in processing multiple files individually or at once, comparing them, adding markers, fades, etc.
    It would also be useful when bringing in any audio that has been recorded in consecutive chunks - field recordings, concerts, Foley sessions, etc.
    In the thread, another user suggested inserting all the files onto a single track in Premiere Pro, then bringing that project into Audition as a multitrack session. Unfortunately this creates another problem for me, because it renames all the audio with the suffix "extracted". My workflow requires me to keep the original file names, because these are used downstream when mapping the recorded notes in the virtual instrument.
    Thanks for reading and please consider this for a future update.

    Just curious. Has there been an answer yet as to how to insert existing audio clips from a file to a waveform view in CS6. I create voiceovers or edit large interview files that require audio tones and sfx for my clients in production studios. The tones are inserted between takes as a courtesy tone to denote separation.  In the older versions of Audition, the function was as simple as mix/pasting an audio file, selecting insert or overlap, set the import level percentage and paste.  And each time this function was exercised, Audition would use the same settings you last used to reduce repetition of settings. Logical. That's all gone in CS6 ... so, to lay down a voiceover file for Comcast or any client, in waveform view (vs. Multitrack which is not necessary for single mono file editing) I have to go through unnecessary steps simple to select insert/mix paste>file>paste into existing wave form.
    Also, if I need to simply overlap a gasp over the last syllable of a phrase in a simple wave form, I don't appear to be able to do this.  I called Adobe for support on these function, but, they had not answers and simple said I couldn't change the workspace, and they had no other answers. Any help would be greatly appreciated if you have insight.

  • Sava all related files

    Good evening,
    The question is: how can i save all my files included images and javascripts in one folder.
    I know and see that there is a option sava all related files, but this option is gray (so i cant activate this option)
    I guess that this will save exectly what i want or perhaps most of my whises.
    But how come that this option is gray and how cant i resolve this problem, so i can use this option?
    I hope that some one could help me out with this one, cause i am not the brightest in dreamweaver.
    Cause is Indesign you would just activate save as package and done.
    Kind regards and already many thanks.

    Your question is a bit confusing.
    Is it that you have a site with files in various locations within the root, and now you want to save all those files within the same folder?  Why?  And if you do want to do this, I suppose you want to do it so that the links to the files would still work, right?
    In DW's File panel, you could just one-by-one drag and drop all your files into a single folder - that will preserve the linkages between these files.
    The save all related files function will only save the files back to the location they were in when you created the link.
    But I have a strong suspicion that we are not talking about the same thing....

  • How to override "All My Files" and restrict search to a single external hard drive?

    I've got 3 large external hard-drives--WD, Seagate, iOmega--connected to my iMac to contain a sprawling music collection.  I'm working on deduping, etc., but each attempt to search a single hard drive results in my search being shunted to "All My Files."  I'll watch the Finder each time I enter a search term in the window of one drive, and upon entering a syllable in a drive's Search box, the area is expanded to include every folder in at least 4 different hard drives (inclding my iMac's).
    I'm not sure if the problem is overly large drives (500 GB to 1.5 TB) or some default setting, probably associated with Spotlight, that interprets each and every search as, basically, "everything Spotlight can conceivably see."  Needless to say, my cleaning project is going slow--primarily because I can't work "one room at a time."
    Any suggestions much appreciated.
    Cap

    HI Cap,
    I've disabled Spotlight on all my Macs, I use these 2 exclusively to find what I need...
    Find Any File...
    http://apps.tempel.org/FindAnyFile/
    I'd get EasyFind...
    http://www.devon-technologies.com/download/
    Near the bottom of the page.

  • Is it possible to export all information (metadata, list of pictures within each album or project) about ALL pictures in Aperture to text files, in a single operation?

    I have downloaded a trial version of Aperture because I would like to switch from using Picasa and gimp to using Aperture.  I already know that I want to use Aperture, and that I cannot learn how in 30 days.  I want to use the 30 days to see if I can solve a different problem: bulk export of all information except edits and versions from Aperture.
    I want to avoid locking information (other than than the edits and version information that Aperture maintains) about my photos into any one piece of software.
    Picasa stores a copy of almost all its information in text filies (mostly XML or .ini format) that are scattered through its picture library.  These files can be scanned and found by use of Mac OS X tools that are availabe in Terminal (at the bash command line).  All of the information about albums, faces, etc can be exported by a single command (after wtiting the progams that the command will initiate.  I have not yest found any similar files in Aperture.
    Aperture supports the export of EXIF and IPTC metadata, but only for selected photos, and does not appear to support the export of other information at all.
    What I would like to do with a single operation, from either Aperture or Terminal, is to export the entire arrangement of phost ins albums and projects, lists of albums, projects and phots with all metadata (including added keywords) attached to each, and for referenced photos, the external file name.  I do not care if would be in one file or many different text files, because Mac OS X provides all the tools I would need to extract the information I would want from any number of text files.
    This would allow me to reconstruct all of the information about my photos (except for edits and versions) outside Aperture, and to use that info in a database outside Aperture.  I would then be able to use Aperture while still being able to do everything that I could do with Picasa.
    The most helpful form of an answer to this question might be a list of places to look in the Apple support and Apple developer documentation.  It is difficult to teach me anything complicated, but I am fairly good at figuring out things from documentation.

    The following script recursively lists the content of an Aperture library.  The output is simple, for demonstration puposes, but could be modified to XML.  If the XML were that of a PLIST, the Apple Property List viewer oculd be used to diaplsy the output.
    A simlar script produces all of the keywords and tags for all of the images in Aperture.
    The scripts run much faster in the shell than in the AppleScript Editor bcause the shwll produces no debugging or monitoring information.
    #!/usr/bin/env osascript
    (*    Demo: list the containment hierarchy in Aperture, starting from libraries.
        Runs from AppleScript Editor, or as a shell command
        References:
            Aperture 3 AppleScript Reference Manual,
                particularly the Containment Diagram in Appendix A
                from the link on "Aperture Resources" web page at http://images.apple.com/aperture/resources/
            Aperture AppleScript Dictionary, accessed from AppleScript Editor
        Ian E. Gorman
    global outputFile
    set outputFilePath to "/Users/ian/prj/sw/AppleScript/ApertureContainment.txt"
    global lineEnd
    set lineEnd to "
    global tabChar
    set tabChar to "    "
    on writeText(str)
        write str to outputFile
    end writeText
    # Open the file, guarantee closure after any error, and list the contents of Aperture libraries
    try
        set outputFile to open for access POSIX file outputFilePath with write permission
        set eof outputFile to 0 # truncate the file, if it already exists
        my listAll()
        close access outputFile
    on error errorMsg number errNum from offendingObj partial result resutList to expectedType
        try
            display alert "Operation failed, attempting to close output file" & lineEnd & "Error number " & errNum & ": " & errorMsg
            close access outputFile
            display alert "Operation failed, but output file has been closed"
        on error
            display alert "Operation failed, also failed to close output file"
        end try
    end try
    # top-level in Aperture
    on listAll()
        tell application "Aperture"
            repeat with eachLibrary in libraries
                my listLibrary(0, eachLibrary)
            end repeat
        end tell
    end listAll
    on listLibrary(level, thisLibrary)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "library" & tabChar & (name of thisLibrary) & lineEnd)
            repeat with eachAlbum in albums of thisLibrary
                my listAlbum(newLevel, eachAlbum)
            end repeat
            repeat with eachFolder in folders of thisLibrary
                my listFolder(newLevel, eachFolder)
            end repeat
            repeat with eachProject in projects of thisLibrary
                my listProject(newLevel, eachProject)
            end repeat
            repeat with eachImageVersion in image versions of thisLibrary
                my listImageVersion(newLevel, eachImageVersion)
            end repeat
        end tell
    end listLibrary
    on listAlbum(level, thisAlbum)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "album" & tabChar & (name of thisAlbum) & lineEnd)
            repeat with eachImageVersion in image versions of thisAlbum
                my listImageVersion(newLevel, eachImageVersion)
            end repeat
        end tell
    end listAlbum
    on listFolder(level, thisFolder)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "folder" & tabChar & (name of thisFolder) & lineEnd)
            repeat with eachAlbum in albums of thisFolder
                my listAlbum(newLevel, eachAlbum)
            end repeat
            repeat with eachFolder in folders of thisFolder
                my listFolder(newLevel, eachFolder)
            end repeat
            repeat with eachProject in projects of thisFolder
                my listProject(newLevel, eachProject)
            end repeat
            repeat with eachImageVersion in image versions of thisFolder
                my listImageVersion(newLevel, eachImageVersion)
            end repeat
        end tell
    end listFolder
    on listProject(level, thisProject)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "project" & tabChar & (name of thisProject) & lineEnd)
            repeat with eachAlbum in albums of thisProject
                my listAlbum(newLevel, eachAlbum)
            end repeat
            repeat with eachSubfolder in subfolders of thisProject
                my listSubfolder(newLevel, eachSubfolder)
            end repeat
            repeat with eachImageVersion in image versions of thisProject
                my listImageVersion(newLevel, eachImageVersion)
            end repeat
        end tell
    end listProject
    on listSubfolder(level, thisSubfolder)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "subfolder" & tabChar & (name of thisSubfolder) & lineEnd)
            repeat with eachAlbum in albums of thisSubfolder
                my listAlbum(newLevel, eachAlbum)
            end repeat
            repeat with eachSubfolder in subfolders of thisSubfolder
                my listSubfolder(newLevel, eachSubfolder)
            end repeat
            repeat with eachImageVersion in image versions of thisSubfolder
                my listImageVersion(newLevel, eachImageVersion)
            end repeat
        end tell
    end listSubfolder
    on listImageVersion(level, thisImageVersion)
        local newLevel
        set newLevel to 1 + (level as integer)
        tell application "Aperture"
            my writeText((newLevel as rich text) & tabChar & "image version" & tabChar & (name of thisImageVersion) & lineEnd)
        end tell
    end listImageVersion

  • Not all iTunes Files not showing up on External HDD

    My old TC (the flat model from back to 2008 I think it was) broke down the other night so I removed the WD 2.0TB HDD (containing over 30'000 music files) to run this as an external HDD. I had swapped the original 500Gb with a 2TB drive which worked super for a couple of years.
    Anyway, before all of this happened all songs showed up on iTunes and each single one could be played correctly from iTunes (without the ! should the file not be found) so all files were located through iTunes to the correct directory. Only one directory for my Music files...
    Now, when I connect the HDD through an USB cradle (nothing has been touched on the drive) only a fraction of the files actually show up in the directory which is very odd indeed? I believe it was the same when the thing was actually working but didn't give it a think as it was doing what it was expected to do.
    Next step was that I copied the whole HDD over onto my MAC and sizewise all (?) the files came over but still not all are showing...
    So, how can I make sure all the files are being included as I want to move them all over to my new 2TB TC?

    Thanks Limnos for taking your time with this.
    Here's what happened
    1) All my Music was stored on a TC 2.0TB WD hard disk which I shared with my partner.
    2) All music in iTunes were mapped to this specific location and only this location.
    3) When opening the folder on the TC only a fraction of the actual music folders were available to see (i.e. Artist The Wonder Stuff folder was present and in this folder only 2 album folders were found when in fact there should have been 12)
    4) All songs in iTunes did play correctly so if i wanted to listen to one of the The Wonder Stuff songs they would all play (even albums that did not show up in the artist folder from above).
    5) When clicking show file in finder, the file would show up and then again when going back manually into the folder as above.
    6) TC dies on me. No more power.
    7) Took out the HDD and put it in a cradle to extract the songs.
    8) Right click on the folder shows there are about 35'000 files which sounds right BUT only a fraction of these can be seen.
    9) Now I cannot do the show in finder through iTunes as the directory no longer exists (the TC died and I threw it away, except for the HDD).
    10) The files are on the HDD but I cannot see but a fraction of them when opening the folder...
    I hope this makes it a little more clear.
    I honesty do not know what to do as I know the files are there but cannot see them and thus map them in iTunes... :-(

  • Opening external files in Director Projector... *URGENT*

    Hi, this should be really basic, but I just can't work it
    out...
    I want to open external files (but kept in the same root
    directory as my projector file) from a mouse/button click in my
    projector.
    I don't know any Lingo, but I am assuming it should be pretty
    straight forward... I need to launch a .pdf, a .html file (I can do
    this with the goto URL behaviour actually), and a .exe.
    Is there not a preset behaviour for this somewhere?
    Your help is much appreciated.

    > Are we sure that I am doing this right?
    What about the following - copy it into your cast as a
    behavior and
    attach it to all your buttons, one at a time, choosing the
    file you want
    to open when you click each button. You might need to remove
    previous
    code attempts from your buttons. Be sure to include FileXtra4
    with your
    projector - (Menu:) Modify -> Movie -> Xtras..., click
    Add, locate the
    xtra and add it to the list displayed; or simply place it in
    a folder
    named 'Xtras' alongside your projector
    property myFile
    on getPropertyDescriptionList
    fx4 = xtra("FileXtra4").new()
    tRange = fx4.fx_FolderToList( _movie.path )
    fx4 = VOID
    return [#myFile: [#comment: "File to open:", #format:
    #string,
    #default: tRange[1], #range: tRange]]
    end
    on mouseUp me
    tDelimiter = the itemDelimiter
    the itemDelimiter = "."
    tType = the last item of myFile
    the itemDelimiter = tDelimiter
    fx4 = xtra("FileXtra4").new()
    if tType = "exe" then
    OK = fx4.fx_FileRunApp( _movie.path & myFile )
    else
    OK = fx4.fx_FileOpenDocument( _movie.path & myFile )
    end if
    if ( OK <> 1 ) then
    alert "Error opening file:" && myFile
    &RETURN& fx4.fx_ErrorString()
    end if
    fx4 = VOID
    end

  • I have all my music on an external hard drive. I just transferred all my files to a new hard drive . How do I sync all my files with my itunes library without losing all my playlists etc and keep everything intact?

    I have all my music on an external hard drive. I just transferred all my files to a new hard drive . How do I sync all my files with my itunes library without losing all my playlists etc and keep everything intact?

    Launch iTunes with the Option key held down, click on Choose Library, and specify it. If the external drive doesn't contain the iTunes database files, create a new library there and import that music.
    If the library contains any rented movies, they won't play on a different computer.
    (109334)

  • I have an alias of one of my external hard drives in my trash. When I click on "show original" all my external H D 's and my Mac hard drive show up. How do I delete this icon from the trash without loosing all my files?

    I have an alias of one of my external hard drives in my trash. When I tried to delete it, it showed that I was deleting 80,000 files and counting. I stopped the delete process and when I clicked on "show original" all my external H.D.'s and my Mac hard drive show up. How do I delete this alias from the trash without loosing all my files? When I tried to drag it back to the desk top, it just made a duplicate and remained in the trash. When I turned off the external H.D., the trash was then empty. Tried rebooting the computer and then turning the external hard drive back on and the alias shows up in the trash again. Much help appreciated.
    Rich

    In Finder's Menu, select Go menu>Go to Folder, and go to "/volumes". (no quotes)
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra 1 on the end have a side-effect of mounting a drive with the same name as the system already think exists. Try trashing the duplicates with a 1 or 2 if there are no real files in them, and reboot.
    If it does contain data...
    http://support.apple.com/kb/TS2474

  • I am a long time iTunes user but a new MacBook owner! :) I keep the majority of my music files on an external hard drive.   I'm trying to view all those files on my MacBook through iTunes.   With windows you would go to : File/Add To Library, and iTunes w

    I am a long time iTunes user but a new MacBook owner! I keep the majority of my music files on an external hard drive.   I'm trying to view all those files on my MacBook through iTunes.   With windows you would go to : File/Add To Library, and iTunes would add all your selected files to your music library BUT WOULD NOT COPY THEM TO YOUR HARD DRIVE.  In other words, if the external hard drive was connected, you could listen, drag/drop, and edit the files.   When I tried the same thing with my new MacBook... it actually started coping the files to my MacBook harddrive.  I don't want that, it's millions and millions of mp3's that I don't want to keep on my computer, only my external hard drive.   Can anyone help?    I'm sure it's something easy, I'm just so new to the Mac world.   Being an iPhone owner for many many years I'm picking up things fast, but this is getting the best of me!  Help !

    In iTunes 11 uncheck the preferences setting in in the iTunes Preferences panel "Advanced > Copy Files to iTunes Media folder when adding to Library"

Maybe you are looking for

  • White screen after apple logo

    Hello i have big problem with my MacBook Pro 15 (2011) when i start up my macbook after apple logo show White screen , and i'm trying start up with safe mode but still white screen i'm try every solutions in site This I've done so far: 1) I started i

  • Lightroom 4 becomes slow again with 4.2

    Photography is my hobby and not my job. So I don't want to spend a lot of money to treat my raw files: I prefer to spend my money in camera and and lenses. I've got an old computer like this one and I don't want to change it immediately. Version de L

  • [SOLVED] 'Sources' badly formatted on AUR - should I bug report it?

    Hello, Just stumbled upon this page today. As you can see, the 'sources' info is so badly formatted (fetched wrong contents from the PKGBUILD), I never saw this before. Is this fault of the PKGBUILD, or should it be reported as a bug of the AUR descr

  • Hiding Hit list popup and getting multiple values in Search help

    Hi, I have a special requirement where I am using a search help for filtering data. My requiremetn is the data which I am getting in Hit list popup, I want all that data in a internal table for further processing also I dont want that hit list popup.

  • Reg: Sub assembly components

    Dear All, If i am having one main material number is there. In that particular material number lot of sub components are there. I just want to know one of the sub component  which may be using for lot of other material numbers also. How to find that