KM Thumbnail Explorer with directory tree

Hello SAP Experts,
I'd like to implement a gallery of jpg images with thumbnails. I used KM Navigation iView with ConsumerThumbnailExplorer layoutset. Default view is all pics from all subdirectories on one page. How to change this view to split directory tree (on left) and thumbnails (on right) as in AdminExplorer?
Any help will be appreciated.
Best regards,
Pawel Gluba

Hello Eduardo,
After serveral tries I've done it. Looks great. Thanks for help.
Contents of my Layout Set:
Layout Controller: AdminNavigationLayoutController
Collection Renderers: AdminBreadcrumb, AdminCollectionTreeRenderer, AppThumbnailGridRenderer
Resource Renderers: AppThumbnailResourceRenderer, AppThumbnailSubAreaResourceRenderer
Best regards,
Pawel Gluba

Similar Messages

  • Msg server implementation with change in directory tree strcucture

    Hello all,
    Our organization is using directory server 5.1 and messaging server5.2.Our company is going for a change of directory tree structure.Can anybody please tell me whether for this change of directory tree structure we will have to again go for a reinstall of our messaging servers.Is there a way by which present messaging servers can be made to operate with new directory server with revamped directory tree structure.We are not going to upgrade to a new version of either directory or messaging server.

    The "schema 1" that 6.0 supports is the two tree system.
    Schema 2 is single tree. You may be able to go that direction, BUT this road is not well documented. There's really no "schema guide" the way there is for 5.2 and "schema 1".
    You can certainly download and install 6.1, and provisioin some test users, and see what it does.
    The mailstore has had only minor changes gooing from 5.1 to 5.2 to 6.0 to 6.1, and the server should automatically and invisibly upgrade as you go.
    the queue is incompatible, so you will need to clear the queue before you upgrade.

  • Best practice for designing a directory tree

    Hello all,
    I wanted to know what you all think about what is the best way to design a directory tree. Again it seems to me that experience makes the man perfect and I wanted to know what you all think about how to design directory tree model.
    Here is my view; I believe that keeping at least Users/ Employee information flat make more sense to me. I know it’s a good idea that one should consider an organizational hierarchy when designing a tree. But there seems to be some problem too. If employee moves from one department to another within the same organization then directory administrator has to change the location/department of the user. However, if all users are under the same namespace i.e. ou=Users, administrator does not have to change or move users location in the directory to another location.
    Also, while designing a directory there could be several hierarchy, one is organizational hierarchy another could be organizing user info based on job roles i.e. CEO->VPs-Managers->Consultant.... and so on so. So which one should consider. So by considering ou=Users namespace, we are avoiding risk on favoring one type of hierarchy.
    The trade-off in using ou=Users a flat namespace is that browsing of the directory looks less interesting.
    Anyway, this is my view, I would like to know your views too and hope this thread will help other in building their own directory Tree.
    Thanks
    Syed Suhail Ahmad

    Honestly it really depends on what you need your system to do and how you want to handle administration. I have read the argument about keeping things simple with using ou=USERS and seems like the best situation for administration purposes. Currently my client is wanting all identity management to be handled in OID so I am in the process of doing our hierarchy also. I still have to explore the abilities of OID to see how I can set things up.
    There are a few good books and websites that are good for referencing ldap. One book I use is LDAP Programming, Management, and Integration by Donley. For websites, just search on google or check out www.ldapguru.com or www.openldap.org(possibly).
    Hope this helps a little. I honestly can speak on the best way since I haven't implemented my own yet nor do I think one way will always be best for every situation.

  • Creating a directory tree

    Hello
    I am a newbe in java/jsp and i want to create a session java bean which can contain the structure of a directory tree. Like the one of windows explorer. I am having a java been containig the cuurent state of the tree. Should thid bean be a vector of vectors of vectors or is there a better way to store the trees current structure. And if i make it like vector of vectors will i be able to iterate the multidimansional vectors with jsp tags??
    Any ideas on how to make the file tree?
    Thnx for any tip!

    You can use the JSP Tree Tag I have developed. This helps you both structuring the tree model itself + it takes care of displaying the tree in a nice way. You can change all HTML code used to display the tree. Also you can build trees dynamically instead of just displaying static trees. Take a look at it here:
    http://www.jenkov.dk/projects/treetag/treetag.jsp
    Kind Regards,
    Jakob Jenkov

  • Directory Tree Portlet

    We are looking for a portlet that will allow content providers to create new folders via a simple Windows Explorer (directory tree) style interface. We need the interface to be properly linked to the database so that it reflects the current structure and so that folders can also be deleted via the same interface. It should have all the basic expanding and collapsing features and I would like it to show the content of the folders like Explorer does. Can anyone give me guidance on whether such a portlet already exists or how difficult it would be to develop if it does not exist? (Or maybe I'm headed down the wrong path here and should use a completely different solution...)
    All help would be appreciated. Thank you.
    Kevin
    null

    This sounds more like an iFS requirement. It does all that (and more!), but not as a portlet (yet?).
    You can approximate the directory tree with a Portal Content area (which is available as a portlet), and you get pretty much everything except the expand/collapse bit. It's more along the lines of drill down/drill up.
    --Kelly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Acroread 9.1.0 reads the full directory tree /usr/share/fonts

    Hi,
    I was wondering why the startup time of acroread is that high on my system (Debian 5.0). I have found out using strace that acroread reads the full content of the /usr/share/fonts/ directory tree (more than 4000 files) during startup in a quite inefficient way.
    First question: why does it read /usr/share/fonts during startup at all and is there a way to disable that behaviour?
    Second question follows: the ext3 requires that an application reading the full content of a directory should sort the file list numerically by inode number before opening the files. It is explained in http://bugzilla.kernel.org/show_bug.cgi?id=417 why the application should be fixed and not the kernel. Can acroread be changed to qsort() the file list between the calls of readdir() and open()?
    Cheers,
    Torsten

    Hello Torsten,
    Thanks for reporting the issue. Could you please let us know if you are opening acroread with a file(either by double clicking on it or giving it as a parameter to acroread). If yes, could you please see if launch time is still high when you do not open a file(launch acroread by clicking on the Desktop icon or launch it from console). Also, it would be helpful if you can mail the strace output to sanika at adobe dot com.
    As for reading the location, it is one of the standard font locations mentioned in /etc/fonts/fonts.conf. If you do not want acroread to use these fonts, you can set ACRO_DISABLE_FONT_CONFIG to 1 on console.
    If you do not want to set this variable every time you launch reader, you can search for "ACRO_DISABLE_FONT_CONFIG" in the launch script, uncomment the relevant section and save the script.
    However, I should warn you that Reader would not be able to use these fonts to display PDFs(substitute fonts would be used instead).
    Sincerely,
    Sanika

  • Directory tree in Windows

    When I downloaded iTunes it created a directory tree with two subdirectories --- Album Artwork and iTunes Music. All downloads -- music, audiobooks, and movies seemed to be located here. Shouldn't I expected to see a series of subdirectories -- podcasts, movies, audiobooks, music -- for each category of download I've purchased. The reason this comes up is the audiobooks show up as entries in Albums on my iPod and I'd like to get them out of there. When I open the iTunes library they are classified correctly.

    You could write it as a static initializer in your main class. That'll
    cause it to run before anything else.
    Daniel
    Eugene Prokopiev wrote:
    > David Thomson ?????:
    >
    >> This may help:
    >>
    >> String fsep = System.getProperty("file.separator");
    >> String user = System.getProperty("user.dir");
    >> String dir = user+fsep+"win32";
    >> System.setProperty("java.library.path", "C:\\Program
    >> Files\\Suprasphere" + dir);
    >
    >
    > This code must be executed before swt initialization, so I can't write
    > it in constructor of ApplicationWindow child. Where can I write it?
    >

  • Search a Directory Tree For a Directory

    Hello All,
    Alright, the backround first. I am working on a system for managing photos for cases. So, the top photos dir has 5 dirs represnting the years. In each of those, are months, in those are days, and in the days there are dir named for the casenumber. This may sound confussing but...Say for Case number 05-00001 which happened January 1st 2005, the photos would be in ./photos/2005/1/1/05-00001/Now I cant change the dir structure because this is how the system uploads them, but I need a program to search this dir tree when the person enters a case number and return the photos. Everything works great (from a logic standpoint) but the problem is that there are about 20,000+ cases a year and if the case is toward the end it takes FOREVER to search through them all.
    What I am looking for is suggestions on how to most efficently search for these cases...
    Thanks,
    Matt

    a particular string. I was able to read one file in
    a single directory but not in any other directory.
    How would I go about writing code to be able to
    access all files in directory that has multiple sub
    folders.
    You can do that several ways.
    Most likely you'll end up with some sort of recursive iteration over the directory tree.
    Not hard to write, somewhat harder to prevent memory problems if you end up with a lot of data.
    Also, when I started to write my program I tried to
    use the DOM XML Parser to parse my html page. My
    logic behind this decision was that if you look at
    html code it is an xml document. But as I was
    trying to run my program I noticed that I had to
    convert my html document into xml format. I really
    don't want to have to build my own html parser. Is
    there a html parser that is included in Java. Oh my
    program is just your basic text program. No
    interfaces.
    A VALID xhtml document is a valid XML document.
    Problem is that most HTML isn't xhtml.
    Another problem is that most HTML is fundamentally broken even to its own standards (which have always been based on SGML on which XML is also based).
    Browsers take that into account by being extremely lax on standards compliance and effectively making up tags as they go along to fill in the missing ones in the trees they parse.
    That's however not a standardised process and each browser handles it differently (and as a result most html will render differently in different browsers).
    Java contains a simple HTML parser in Swing, but it's primitive and will only parse a subset of HTML 2.0.
    There are almost certainly 3rd party libraries out there that can do better, both free and/or commercial.

  • Referenced photo directory tree - refresh import?

    Okay, maybe I need to completely change the way I do things, but I can't figure this out.
    I just did a full import of a multi-level directory tree into Aperature, and it works great (although it took a while). There are multiple levels, and thousands of photos. They are stored on a NAS on an NFS share.
    Photos can be added to the NAS from lots of places, including a PC or another Mac.
    What I want to be able to do, manually or automatically, is update Aperture with new photos. Auto seems unlikely, but manual seems like it should be possible.
    The problem is, it always imports everything again. I've tried reimporting the directory at the top level, and Aperture creates a second tree with a "(1)" after it, rather than updating the original. I've tried dragging all the files from the NAS into Aperture, but it imports all duplicates, and they are no longer by reference. I've tried importing files, but the weird interface that pops up doesn't show NFS mounts or support soft-links.
    Any ideas? Am I missing something obvious here?
    Thanks in advance for any help!
    -Mark

    Edit: I guess every import is a project. I think the issue is that this only works at the lowest level project. So, if I have "/Photos/Husband/Year 1/2010-07-30 - Party", if I try a reimport at, for example, "Husband", it duplicates everything?
    Edit again: Nope, I just added a few new pictures to an existing lowest level folder, and it added only the new pictures, but added a new project with a (1) after it. In the above example, it created a "/Photos/Husband/Year 1/2010-07-30 - Party (1)" project in Aperture with just the new photos.
    What the heck?
    Message was edited by: AbMagFab

  • KM Thumbnail Explorer Layoutset, few images do not preview issue

    Hi, I'm using a thumbnail explorer layoutset to display thumbnail image previews of jpg images in a km folder. For some reason, 3 out of 20 images are not displaying in the thumbnail view.  In place of the image it shows a small icon in the lower left area that depicts a letter icon with an image icon on top.  Anyone know what causes this or what is required to correct it?  Note, the image displays ok when the icon is clicked, just the preview is not available.
    Thanks in advance,
    Scott

    thanks very much for your reply.  After investigating the file size for the particular files, they were indeed all over 8mb.  I am in the process of resizing the files to see if it works.  I'm sure it will.
    Your response was much appreciated.
    Thank-you!
    Scott

  • No directory tree on POP3 accounts vs. IMAP accounts on BB Passport

    Hello,
    After the setup of 4 different e-mail accounts in the BB mail client of my BB Passport I discovered that I cannot see the directory tree of the typical elements of inbox, sent files, outbox, drafts etc. if I want to look into some stored e-mails.
    If I touch the headline in the mailbox of one chosen account (e. g. “Freenet”) – nothing happened. It is the same case in 3 of those 4 accounts. If I got an e-mail and I touch the “file/store” symbol I could see the above mentioned directory tree. In that case I can click on inbox and it seems that the e-mail is stored.
    If I would now go back and look for former (already stored) e-mails which I couldn’t see any more in the Hub I cannot expand the tree from the account headline.
    The only account which is working fine is the IMAP account of Google Mail. All others are POP3 accounts. Is there any reason that there is no directory tree displayed in POP3 accounts? Is this a bug or is this intended? At home I use outlook and I have no issues to see such a directory tree for the same account on POP3 basis.
    Usually I wouldn’t work with IMAP but other mail programs like k9 (which is working fine -> sideloaded) are not implemented in the Hub-structure. That is the reason why I installed all my accounts on the BB system directly.
    Is there anybody who could help me with an explanation or with a workaround to fix this issue?
    Thank you in advance!
    Software version: 10.3.0.908
    Kind regards,
    Tenonen

    It is not the kind of sync I am looking for or I am expecting...
    If I store an e-mail from one of my POP3 accounts starting from the Hub surface (total view of all events/inboxes) I can see that short tree of four elements (inbox, sent...). But I cannot find it if I would like to re-open my inbox of a POP3 account like I can do it with an IMAP account.
    If I choose my Google Mail account from the Hub preference "google mail" and I touch the head-line of this IMAP account the tree pulls down. If I choose one of my POP3 account from the Hub preference "Freenet" and I do the same (touch the head-line of the account) no tree will be opened.
    It is no problem to see all my requested things in k9 as an alternative e-mail client. But the disadvantage of k9 is that it is not embedded in the Hub-architecture.
    John_Clark, maybe it is now more clear to understand my issue.
    Thanks for your reply in advance.
    Kind regards,
    Tenonen

  • LR 5.2 Import directory tree

    Guys,
    is it just me or is there no setting in LR that forces it to "remember" the last directory files were imported from?
    I am currently reorganising my catalogs and also importing a whole bunch of new files. It really slows the work flow down if you have to click through the directory tree over and over again... I have a 2TB hard drive dedicated to my photos and drawings, with a highly structured directory tree.

    Lr doesn't remember last folder used but doesn have the facility to importing directly into a specific folder. This is achieved by right clicking on the destination folder in Folder panel then chossing Import to this folder... from context menu (screenshot below). The Lr team can be contacted at http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om
    I don't know anything about Google+

  • Report with ALV tree and ALV list?

    I need to create a report with layout as same as this one
    [http://trangiegie.com/MyFile/output.JPG]
    It looks like a report with combination of ALV tree and list. The tree works like a navigation bar. Wonder if there are any demo programs like this. Will appreciate any help.

    For Tree alone - You can check program : BCALV_TREE_02
    Program Name                   Report title
    BCALV_GRID_DND_TREE            ALV Grid: Drag and Drop with ALV Tree
    BCALV_GRID_DND_TREE_SIMPLE     ALV GRID: Drag and drop with ALV tree (simple)
    BCALV_TEST_COLUMN_TREE         Program BCALV_TEST_COLUMN_TREE
    BCALV_TEST_SIMPLE_TREE         Program BCALV_TEST_SIMPLE_TREE
    BCALV_TREE_01                  ALV Tree Control: Build Up the Hierarchy Tree
    BCALV_TREE_02                  ALV Tree Control: Event Handling
    BCALV_TREE_03                  ALV Tree Control: Use an Own Context Menu
    BCALV_TREE_04                  ALV Tree Control: Add a Button to the Toolbar
    BCALV_TREE_05                  ALV Tree Control: Add a Menu to the Toolbar
    BCALV_TREE_06                  ALV tree control: Icon column and icon for nodes/items
    BCALV_TREE_DEMO                Demo for ALV tree control
    BCALV_TREE_DND                 ALV tree control: Drag & Drop within a hierarchy tree
    BCALV_TREE_DND_MULTIPLE        ALV tree control: Drag & Drop within a hierarchy tree
    BCALV_TREE_EVENT_RECEIVER      Include BCALV_TREE_EVENT_RECEIVER
    BCALV_TREE_EVENT_RECEIVER01
    BCALV_TREE_ITEMLAYOUT          ALV Tree: Change Item Layouts at Runtime
    BCALV_TREE_MOVE_NODE_TEST      Demo for ALV tree control
    BCALV_TREE_SIMPLE_DEMO         Program BCALV_TREE_SIMPLE_DEMO
    BCALV_TREE_VERIFY              Verifier for ALV Tree and Simple ALV Tree

  • Lead selection with a tree-based table.

    I've created a recursive context node to display contents of a KM folder.  The structure has been mapped to a table, which works just fine.  I can expand nodes of the tree and display the contents of sub-folders.  Great.  However, I need to know which backing KM object has been selected via the table.  Since this is a recursive structure, using
    wdContext.currentXXXX()
    does not work, since that's the top of the tree.  Parameter mapping will only give you the column and/or row of the item selected in the table, not the object itself.
    I'm missing something obvious here, but I can't figure out how to get the context element behind the selected row in a table which is displaying a recursive structure.
    I can do this with a Tree structure, since you can map the 'path' parameter to the actual context object.  However, the Table UI doesn't offset that information (a severe oversight, at least in my mind).
    Suggestions?

    Thanks Armin, that works great.
    Had I finished reading this page:
    http://help.sap.com/saphelp_nw70/helpdata/en/60/1f1f056f057d4d962375efd3c92ed0/frameset.htm
    I would have found the correct documentation.

  • How to create a table with directory which is on different machine

    Hi All,
    I have two servers one is db server db1 and another is app server app1
    I will get files from customer into app1 server in the path d:\files\incoming
    I want to create a table with directory (when I create that it will be mapped to db1) which maps to app1\d\files\incoming,
    please let me know how to achieve this,

    NSK2KSN wrote:
    Hi All,
    I have two servers one is db server db1 and another is app server app1
    I will get files from customer into app1 server in the path d:\files\incoming
    I want to create a table with directory (when I create that it will be mapped to db1) which maps to app1\d\files\incoming,
    please let me know how to achieve this,This is nothing to do with SQL or PL/SQL as such.
    The answer lies in the remit of your Windows administrator to create an alias or link that points
    from your db server to your app server.
    Once that is done, you can refer to the directory as if it was a local one situated on the db server, as normal.
    Edited by: Paul Horth on Feb 21, 2013 10:13 AM
    Changed Unix to Windows when I noticed the direction of the slashes.

Maybe you are looking for

  • Reg:T-CODE for open and close period for materials(new plant).

    hi sap guru's T-code for following process     can anybody send me , how to create calendar to new plant . and what is the T-code to be use for open and close period of materials for new plant. thanks sakthi..

  • Excise duty in MB01

    Hi MM experts Please confirm that whether in Transaction Code: MB01 Excise duty component of PO will be captured or not. regards Anubhav

  • "Full Screen" in Aperture 3.2.1 is on wrong screen.

    "Full Screen" in Aperture 3.2.1 - I finally bought Aperture and tried editing using my macbook pro and cinema display.  I am working with Aperture on the cinema display and selected "Full Screen," however, the "Full Screen" shows up on the laptop, no

  • How does the Water damage repair work in canada Quebec?

    Hi guys, some months ago my Ipod touch 32g (fourth generation) fell on the toilet seat, and it got water damaged, its dead and passed out. I took a rendez-vous at the nearest apple store near my house for sathurday so i fix it, but I want to know wha

  • Roles in NetWeaver Portal 7.0?

    Hi,    I came across a Requirement, where I have to add 5-BSP iViews, under a Workset which comes under Employee Self-Service role. But the problem is, out of 5-BSP applications, The requirement is 3-BSP iViews are visible to all the employees includ