How can i show images from different folders  in image gallery

Hi All,
         i have downloaded and executed photo viewer image gallery application.
          in that we r showing images sequentially what we have defined in xml file.
         but i want show images randomly or i want show images from different gallary.
Can any one help me.
thanks
Raghu.

WaqarLFC7 wrote:
On Windows:
Ctrl + click on the songs you want to group - then right click and click get info and it will ask you if you want to get info for multiple items click YES then under album name it whatever you want and them songs will be grouped into 1 album.
Mac:
Same procedure but hit SHIFT instead of CTRL.
Actually, it's right click or ctrl click, same as windows.

Similar Messages

  • How can I show message from server?

    Has anyone idea, how can I show message from server? I want to show message after some files are uploaded via FTP.

    Hi,
    You can use OPEN DATASET for this purpose.
    Try this code:
    <b>****************************************</b>
    Data:
    A_FILE TYPE RLGRAP-FILENAME,   "Application server
    P_FILE TYPE RLGRAP-FILENAME.   "Presentation server
    DATA: BEGIN OF ITAB OCCURS 0,
    LINE TYPE STRING,
    END OF ITAB.
    DATA: FILENAME TYPE STRING.
    FILENAME = P_FILE.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                = FILENAME
      TABLES
        DATA_TAB                = ITAB[]
      EXCEPTIONS
        FILE_OPEN_ERROR         = 1
        FILE_READ_ERROR         = 2
        NO_BATCH                = 3
        GUI_REFUSE_FILETRANSFER = 4
        INVALID_TYPE            = 5
        NO_AUTHORITY            = 6
        UNKNOWN_ERROR           = 7
        BAD_DATA_FORMAT         = 8
        HEADER_NOT_ALLOWED      = 9
        SEPARATOR_NOT_ALLOWED   = 10
        HEADER_TOO_LONG         = 11
        UNKNOWN_DP_ERROR        = 12
        ACCESS_DENIED           = 13
        DP_OUT_OF_MEMORY        = 14
        DISK_FULL               = 15
        DP_TIMEOUT              = 16
        OTHERS                  = 17.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    OPEN DATASET A_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT ITAB.
      TRANSFER ITAB-LINE TO A_FILE.
    ENDLOOP.
    <b>*****************************************</b>
    Hope this helps,
    Regards,
    Pragya

  • Image Sequences and Batch Processing: Can opening files from different folders as image sequences be set up as an action for batch processing?

    I have an ongoing series of tasks that necessitates opening the contents of a series of folders as image sequences.
    I'm used to setting up some fairly complex actions, including ones that are intended to be applied to all of the contents of materials in various subfolders, but for some reason I cannot get an Open-with-Image-Sequence-Checked action to set up in a way that will batch process correctly.
    Complicating matters is that the file prefixes (i.e., the letters before the sequential numbers) and the folders will always have different names from the last time the process had to be carried out.
    The steps I would like the action to carry out would be the following:
    1. Open Subfolder 1 - that is, Photoshop shouldn't be looking for a specific folder. It's just *any* subfolder to the current parent folder.
    2. Select first file in sequenced set of files.
    3. Open as an image sequence.
    4. Open Subfolder 2.
    5. Select first file in sequenced set of files.
    6. Open as an image sequence.
    ...rinse and repeat until Photoshop runs out of subfolders to check.
    Am I asking the impossible?
    Thanks!

    I'll look around there,  because I had posted something about this and was told to look here ps-scripts - Browse /Image Processor Pro/v3_0 at SourceForge.net  
    then this is the image here:
    is the result I received.  Granted I'm new to using scripts and actions for image processing large amounts of files.  

  • How can I recombine songs from different artists on 1 album to show as 1 album on itunes?

    How can I have all of the songs on 1 album listed together?  I have several CDs on which multiple artists participated.  On the iPhone & in iTunes it lists the same album several times, each with different combinations of artists.  It is 1 album!
    For example, I just uploaded the CD "Super Session".  On my iPhone music library it has 5 lsitings.

    WaqarLFC7 wrote:
    On Windows:
    Ctrl + click on the songs you want to group - then right click and click get info and it will ask you if you want to get info for multiple items click YES then under album name it whatever you want and them songs will be grouped into 1 album.
    Mac:
    Same procedure but hit SHIFT instead of CTRL.
    Actually, it's right click or ctrl click, same as windows.

  • How can i sync music from different computer without losing pictures??

    my phone randomly "deleted" all of my music. It all shows up in itunes when I plug it into a computer. The only problem is MY compuer is currently out of commision and wont be fixed for at least a month. What Im trying to do is plug it into my friends computer and get music from her iTunes but when i go to move over specific songs a little window pops up that says my iphone can only be synced with 1 itunes at a time and that the current content will be erased if i do this. Im just not sure if this means all of the music content or all of the content including apps, pictures, etc. 
    all i need to know is how can i put music onto my iphone from someone elses itunes without losing my pictures or affecting any other content on my phone?

    Did they change that or is it just that way for iphone? because I know when i had an Ipod classic.. or whatever theyre called.. I could definitely get music from mulitple computers. I had music from at least 4 different itunes accounts when I had that ipod.

  • How can I read channels from different SCXI modules simultaneu​sly?

    Hello.
    I have a system that consists in:
    - Three E-series DAQ boards (PCI-6034, PCI-6052 & PCI-MIO-16E)
    - One SCXI chassis (SCXI 1001)
    - 4 SCXI modules for voltage measurement connected to PCI MIO 16E
    - One SCXI module for strain gauges connected to PCI 6034
    - One SCXI module for accelerometers connected to PCI 6052
    I have to develop a software application that reads all the channels at the same time or at least in the same program cycle. I have tried to create only one DAQmx task containing all the channels, although they belong to different DAQ boards (and SCXI modules, of course), but it seems to be impossible to use channels from different devices in the same task.
    So I have created three different DAQmx tasks, one for each device and its channels. I have used one "DAQmx Start Task" VI for each task at the beggining of the loop in order to use them independently, reading their channels inside the loop in every program cycle.
    When I have run the program I have get the following error:
    "ERROR -200619 ocurred at DAQmx Start Task.vi
    Chassis cannot be used for more than one scanning operation at the same time.
    Do only one scanning operation or combine multiple scanning operations into a single operation."
    What is the problem? How can I combine these multiple scanning operations? What can I do to read all channels at the same time?
    Thanks.

    Hello pablomendana,
    it's ok that you got an error when trying to use more than one device on the same task. According to the setup you have, I agree that 3 tasks should be put in place.
    The key question I have is... Have you configured manually at MAX the SG and accel. modules to be in Parallel mode?
    I would not expect the error you get if they are in parallel mode (in which you could even read directly from the DAQ board, using DAQ device channels instead of SCXI channels).
    Unfortunately, I haven't been able to setup a system similar to yours, but I would like to know more details on what you've tried so far.
    Also, I recommend you that if still need help on setting up the system, use NI's SSP program to get support from your local NI Application Engineering organization, as this will be faster than the forum.
    Regards,
    Jorge M.

  • How can I move pictures to different folders while browsing in fast-preview (space)? Can I make any keyboard-shortcuts to move or tag a photo while looking at the pictures in this mode?

    When I look at the thumbnails in finder, I press enter to look at the picture. And I scroll down to look at the other pictures. I want to move or delete the images when I look at them this way... Any suggestions? I would think that there was a program for this...?
    Thanx in advance!

    GraphicConverter can do that.
    When you drop a folder full of image files onto GraphicConverter, it automatically opens them all in a catalog-style window. You can then select each in turn and use keyboard shorcuts to move the selected one to a target folder of your choice. I believe you can have up to 30 different target folders preset for this purpose.
    GC also provides a host of other file manipulation features.
    http://www.lemkesoft.com/content/188/graphicconverter.html

  • How can I buy ebook from different bookstore from Thailand??

    I want to buy two ebooks from the itune store but they said they are not available in Thailand's store. I cannot change itune store either. Do you have any idea how can I do it?

    If Apple doesn't have an iTunes store available in your country, you can't purchase anything from the iTunes store. In order to purchase content from the iTunes store available in another country, you must have a credit card or payment method with a billing address in that country.

  • How can I show photos from aperture via airplay?

    We try to show the photos via airplay to apple TV. now does that work?

    Hi Bob,
    I am trying to do it like the instructions by using iTunes to show photos from my Aperture library.  When I select this in iTunes no photos are linked and thus I cannot show them using my Apple TV.  Are you streaming directly to your Apple TV from the Aperture application?

  • Locate missing images from different folders?

    This is how I screwed:
    Made a collection in LR, with original files on external hard drive
    Created new folder on internal drive and copied the original files there (within LR) Collection now refers to the files on internal drive.
    Accidentally erased the folder on internal drive (from Finder) and emptied Trash
    Now LR path refers to the non existing folder on the internal drive. The original files are spread over hundreds of folders based on date on the external drive. Any suggestion on how to make LR locate them will be appreciated.
    Thanks in advance

    Just realized that LR moved the files instead of copying, so they're gone... Going the file recovery path. Thanks for you involvement ManiacJoe!

  • How can I separate playlists from different libraries when two or more users do login in the same computer?

    We've got two computers. I access my iTunes on both of them. I've got an iPod nano. But another user access his own iTunes account in one of these computers. He's got an iPhone. When I login in this one, I share all my playlists with him, and vice-versa. How do I do to separate these libraries without deleting one of them?

    check out method one in this support article: How to use multiple iPods, iPads, or iPhones with one computer

  • How can i order songs from different country?

    I Would like to order a song, which is not available in my country. Is there anything that i can do to get it ?

    You can try requesting that it be added to your country's store, but unless the rights-holder agrees to it then Apple won't be able to sell it there : http://www.apple.com/feedback/itunes.html

  • How can I select items from Bridge for a web gallery in CS4

    I have installed the plug-in for Photoshop in order to create a web gallery. In the past, I have been able to choose items selected from Bridge, but now that function is greyed out and I can only choose a folder. Is there something I should download for Bridge in order to activate this option?

    Thats right, they have to go to:
    /Library/Application Support/Adobe/Startup Scripts CS4/Adobe Photoshop/
    Maybe you copied the files by mistake to the
    /Library/Application Support/Adobe/Startup Scripts CS4/Adobe Bridge/
    or maybe you copied to the Library folder in your Home directory (User) instead, as you mentioned, you had to make the directory your self.
    You could make a fast check by hitting  «Command+Shift+G» shortcut from your desktop and paste the first link from this reply, then you should see something like this:
    and if you can't recognize the structure above, you have located the problem.

  • HOW CAN I TRANSFER PHOTOS FROM MY IPOD TOUCH TO MY PC BUT THESE PHOTOS ARE NOT IN THE SAVED POTHOS FOLDER. THEY ARE IN SEPARATE AND DIFFERENT FOLDERS THAT MY DAUGTHER SAVED FROM HER PC. IS THERE ANY FREE WAY TO DO IT. PLEASE REPLY TO JUMACAVA07@HOTMAIL.

    HOW CAN I TRANSFER PHOTOS FROM MY IPOD TOUCH TO MY PC BUT THESE PHOTOS ARE NOT IN THE SAVED POTHOS FOLDER. THEY ARE IN SEPARATE AND DIFFERENT FOLDERS THAT MY DAUGTHER SAVED FROM HER PC. IS THERE ANY FREE WAY TO DO IT. PLEASE REPLY TO JUMACAVA07@HOTMAIL.
    THANKS

    If you need to Transfer photos from iPod to PC,I have a method for your reference,I suggest you use iStonsoft iPod to Mac Transfer software to copy photos from iPod to Mac,a professional software,Not only can you quickly Copy pictures from iPod to Computer,but also can save a lot of trouble and time
    [B]Follow these steps to Transfer photos from iPod to Mac[/B]
    Step 1. Download and run the iStonsoft iPod to Mac Transfer software on your Mac computer
    Step 2. Connect iPhone with Mac
    Step 3. Hit "Photos" to scan photos from iPod to Mac
    Step 4. Click "Photos" button to transfer photos from iPod to Mac
    Step 5. Wait a while,you will success Transfer these photos from iPod to Mac
    How to Transfer/Copy Photos/Pictures from iPod to Mac computer

  • How can I import pictures from my iphone to PC which I imported to the iphone from another PC? The folder doesn't show on my computer. I see all other pictures I took with the phone but not the imported folder.

    How can I import pictures from my iphone to PC which I imported to the iphone from another PC? The folder doesn't show on my computer. I see all other pictures I took with the phone but not the imported folder.

    Photos that were synced from a computer won't show for copying to a computer. If you want to copy them back then you will need a third-party app on your phone such as Simple Transfer which can copy them off via your wifi network. But photos are 'optimised' when they are synced to a device, any that you then copy back to a computer may not be exactly the same as they originally were on your computer (e.g. their dimensions might be different and their colours may look a bit different).

Maybe you are looking for

  • How do i use wifi on my imac

    I have an old imac that is still great for word processing and playing DVD / music but its now in a place in the house away from the router and the cable wont reach. Basically it would be far easier if this desktop mac had wifi. is there anything tha

  • Audigy 4 Pro driver and MediaSource iss

    Just bought an Audigy 4 Pro card after getting seriously fed up with my old SBLi've 5. card, however I've got quite a few issues with it. I'm waiting on a response from Creative Support but figured I might check if anyone here can help. The bundled s

  • URGENT -1 from DCM Command  on OBE deploy  === can not deploy/

    Attempting to complete the OBE "Deploying J2EE and ADF Applications http://www.oracle.com/technology/obe/obe9051jdev/deployToAppServer/lesson_Deployment.htm in order to prove to upper management that it is "easy" to develop on JDEV 9.0.5 build 1618 a

  • Loan - Years of Expereince - Eligiblity error

    Hi Loans are configured in R/3 and working fine .... I configured the same for ESS ( Benefits and Payments - > Loan Requests ) when i try to raise a request for a loan type in ESS , i get en error saying " The Experience of employee 00000022 is less

  • MacBook Air keeps reopening the same windows

    My MacBook Air (Mid 2012) keeps reopening last night's windows and apps. I close the applications and launch new applications and even add new apps to the dock but it ignores and removes these changes and launches the last night's windows when I rest