How do I use packages tab to access private packages?

In the adobe CQ cloud there is a packages tab, but I can't find my own packages only public ones, how do I find private packages ?
AC

Hi,
Are you interested in uploading your own packages to Cloud Manager or accessing your own packages you have already uploaded to Package Share?
Thanks.

Similar Messages

  • How do I use Panorama / Tab Groups with the keyboard?

    Yes I know that CTRL-SHIFT-E opens the panorama window, and then I can use the mouse to organize my tabs into groups.
    But how do I do this with the keyboard?
    I've [http://lifehacker.com/#!5719596/switch-between-tab-groups-in-firefox-with-a-keyboard-shortcut read] [http://ubuntuforums.org/showthread.php?t=1705714 that] Ctrl-`should move me through tab groups. That doesn't work for me on my Danish keyboard. (Where the ' and ` chars are weird. But is how they are on a valid standard Danish keyboard) I've tried changing the keyboard to USA and then moving through tab groups works fine.
    In short: Pretend I don't have a mouse. How do I use Panorama / Tab Groups?

    Sorry. These are both known bugs:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=587010 Bug 587010] - Add keyboard UI for manipulated groups and tabs in Tab Candy
    and
    [https://bugzilla.mozilla.org/show_bug.cgi?id=626594 Bug 626594] - shortcut for switching tab groups is badly accessible on many non-US keyboard layouts

  • How do I use a Tab key to maximize a frame?

    How can I use a Tab key (vk_tab) pressed on the focused frame to actually maximize the frame... what action should it have attached to it?
    thanks!

    tab is the focus traversal key, so will be consumed before getting to your listener
    try this instead
        KeyboardFocusManager.getCurrentKeyboardFocusManager()
         .addKeyEventDispatcher(new KeyEventDispatcher(){
            public boolean dispatchKeyEvent(KeyEvent e){
              if(e.getID() == KeyEvent.KEY_PRESSED)
                if(e.getKeyCode() == KeyEvent.VK_TAB ) f.setExtendedState(JFrame.MAXIMIZED_BOTH);
              return false;
        });

  • How can I use VPN connection to access my Outlook email?

    My company doesn't support iPhone's so I can't get any help from them -- here is my problem:
    We run Outlook 2003 and they won't tell me the server name for Outlook. I have been able to connect to our Cisco VPN and access internal webpages, etc. Is there anyway I can use this VPN connection to retrieve my Outlook email?
    Or is there anyway I can identify the server name I need to allow the iphone to connect to my Outlook?
    Any help would be much appreciated.

    Yes, it is possible to connect via VPN. However,if IT hasn't set up ActiveSync on the internal Exchange server, this won't work anyway.
    The server name for your Exchange server is in the configuration of Outlook, so you can find it and use that to connect. But that doesn't mean that things are set up correctly to have this work.
    To find your server name, (this is for Outlook 2007), Tools->Options and double-click on the account under the Email tab. The server name is next to "Microsoft Exchange server" on that screen.

  • How do I use "saved passwords" to access a site?

    I have a list of saved passwords in firefox. So what steps do I use to access the site. If I click on the saved password entry nothing happens? I want to use firefox saved passwords software. I used to use Roboform where I had a list of logins and just clicked on the entry and the username/password was entered automatically. Can firefox do this, too? If so tell me how to do it? Where's the list of logins in firefox that I can click on and have the username & password filled in from the saved list? My windows XP/pro died so I had to transfer data to Win7. Some of my Roboform data was lost so I am starting over and want to use Firefox software for username/password to access sites similar to the way Roboform works? Tell me how?

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    You can also check the <b>signon.autofillForms</b> pref on the <b>about:config</b> page.
    *http://kb.mozillazine.org/signon.autofillForms
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Notes - how come there is no tab of access in iTunes?

    How do I get a word document onto my iTouch?
    (have XP SP3)

    Unfortunately the only way right now is to mail it to yourself. There is also some 3rd party programs that lets you use your touch as a hard disk, but you can't access the files from the touch then. If you go with the mail-to-myself solution be aware that you cannot edit the word file - only read it.
    This is maybe going to change with the app store since there is a lot of people who asks for better PDA functionality - my guess is that there will be some app available that suites your needs in the near future - but again - only guessing here...
    hope this helps

  • How do I use multiple classes to access the same object?

    This should be staightforward. I have and object and I have multiple GUIs which operate on the same object. Do all the classes creating the GUIs need to be inner classes of the data class? I hope this question makes sense.
    Thanks,
    Mike

    public final class SingletonClass {
    private static SingletonClass instance;
    private int lastIndex = 10;
    public final static SingletonClass getInstance()
    if (instance == null) instance = new SingletoClass();
    return instance;
    public int getLastIndex() {
    return lastIndex;
    }1) This won't work since one could create a new SingletonClass. You need to add a private constructor. Also, because the constructor is private the class doesn't have to be final.
    2) Your design isn't thread-safe. You need to synchronize the access to the shared variable instance.
    public class SingletonClass {
        private static SingletonClass instance;
        private static Object mutex = new Object( );
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            synchronized (mutex) {
                if (instance == null) {
                    instance = new SingletonClass();
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }if you are going to create an instance of SingletonClass anyway then I suggest you do it when the class is loaded. This way you don't need synchronization.
    public class SingletonClass {
        private static SingletonClass instance=new SingletonClass();
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }If you don't really need an object, then you could just make getLastIndex() and lastIndex static and not use the singleton pattern at all.
    public class SingletonClass {
        private static int lastIndex = 10;
        private SingletonClass() { }
        public static int getLastIndex() {
            return lastIndex;
    }- Marcus

  • Can someone tell me how I can use a Vector to access my class?

    I wrote a class that will need to be instantiated with unknown instances later. I decided to use a Vector to do this. However when I created the vector:
    <CODE>
    Vector user = new Vector(1,1);
    user.addElement(Users());
    user.elementAt(0).name="Test";
    </CODE>
    I'm really not sure how I can set this. The class is of course Users and I want to set user as the Vector but specify Users as the Object Type. Any help? By the way I heard Java has a dynamic array feature is this true? I heard you had to use Vectors for Java. Also how can I free up the memory when I'm done with the class?

    Suppose class User looks like this:
    public class User
      public String name;
    }then you could do:Vector users = new Vector(1,1);
    users.addElement(new User());
    ((User)users.elementAt(0)).name="Test";BTW - Java is NOT C++, you always need to use the new keyword for object creation!

  • I want to know how I can use my computer to access...

    I am unable to login on ovi site (music store). I have tried with my phone pin (15 char) which is invalid on music stor e site.
    Do someone let me know how I can make a account on music store. how I can got the account. Is the account I have made here will work in nokia music store.  I tried it but it's not woked.
    I need to know the way so I can use it on my computer.
    Thanks for your help.

    it must be your country or origin.  this is what i get:
    Attachments:
    ovi music.jpg ‏258 KB

  • JDBC- How Update record using preparedStatement() into  MS Access?

    Actually i got an error when i update the record,The setString() Parameter are stored in terms of arrays .
    The Error is
    ErrorSQL3.java.sql.SQLException:[Microsoft][ODBC Microsft Access Driver] Syntax Error in UPDATE Statement

    Actually i got an error when i update the record,The
    setString() Parameter are stored in terms of arrays
    The Error is
    ErrorSQL3.java.sql.SQLException:[Microsoft][ODBC
    Microsft Access Driver] Syntax Error in UPDATE
    Statement
    Believe the error message - your SQL syntax is wrong.
    Either fix it or post what you have and get some advice.
    %

  • How can I use the tabbed panel with the accordion panel options of close all panels and over/not overlap the items below?

    Ideas for features in Adobe Muse

    I assume this is what you want to achieve in the footer....
    Make sure in Muse before you export that the panel is closed, and also as Brad suggested, make sure Overlap Items Below is unchecked. I would also check the "Can Close All" button.

  • How can I use mod_rewrite to do a private redirect to a servlet

    I am trying to use the mod_rewrite to send any request from
    http://www.myhost.com/thispath/here/servletname?parms...
    to
    http://www.myhost.com/servlets/myservlets/servletname?parms...
    without changing the URL that the end-user sees...
    using the following:
    RewriteEngine on
    RewriteLogLevel 2
    RewriteLog "/dir/path/for/logs/rewrite.log"
    RewriteRule ^/thispath/here/(.*)$ /servlets/myservlets/$1 [PT]
    When I do this it appears to be looking for a file rather than the servlet (This when redirecting to a mod_plsql virtual path/procedure). Is there anyway to get this to work for a servlet?
    Not Found
    The requested URL /servlets/myservlets/servletname was not found on this server.

    I meant to say that it is working when redirecting to a mod_plsql virtual path/procedure
    instead of
    (This when redirecting to a mod_plsql virtual path/procedure).

  • How packages A uses packages B, Please?

    Dear All
    I have two packages and like to have the classes in A uses the Classes in B, A and B are seperate packages and each is compsed of many classes. My IDE is NetBeans 4.0, just if that important.
    Please let me know how I can uses Package B classes as easy as importing jar files.
    Cheers, khalid

    ok I will try this, I understand that you mean when
    both packahes a and b ar ein the same directory.Has nothing to do with whether the packages are in the same directory: You always provide the full package name in the import statement. Go through a tutorial or two, carefully. ...\com\mycompany\foo\Bar.class
    ...\com\mycompany\baz\quz\Splort.class
    // For Bar to use Splort:
    package com.mycompany.foo;
    import com.mycompany.baz.qux.Splort;
    public class Bar {}
    // For Splort to use Bar:
    package com.mycompany.baz.qux;
    import com.mycompany.foo.Bar;
    public class Splort {}
    One
    more to ask, What about when many classes in package
    b.You can use import whateverpakcage.*; It's generally considered more maintainable to list individual classes though.
    import a.B;
    import a.C;
    // etc.

  • Using pl/sql to access non-apex HTML items on page

    how would i use pl/sql to access html items on a page. the items are not apex items.
    i want to loop through a set of html items on the page and do a database update on these values. the method i am using to distinguish these items from others on the page is using a custom attribute of type. i am then going to use the id as the primary key for the database.
    using javascript i can traverse through all items however i require to do it in pl/sql. i realise that i could use javascript to put all values in one apex hidden field but this would be sloppy and i want to avoid doing this.

    Hello,
    When a form submits the server never sees any custom attributes one way or the other, (this in any web environment) all anything on the server side will ever see is the value of the form item submitted. The only way to do what you want is to use javascript to collect the extra information and place it in a form item visible to APEX (a regular APEX Item).
    The javascript route isn't a work around its the only way this will work the way you want. In the product itself we use custom attributes in an htmldb: namespace so the attribute does looks like htmldb:something="value", (you should make your own namespace don't use htmldb:)
    I recommend using the namespace on your attributes instead of just shoving it in there as it will be closer to valid html or xhtml, it will still fail validation but at least you have the argument that "Hey xhtml is xml and xml allows for custom namespaces and custom attributes for that namespace so it's still good xml" not that I've ever used the argument or anything.
    Carl
    Message was edited by:
    Carl Backstrom

  • Deleting files when installing application using package maker

    Hello,
    I have made package maker for my application. It is made such that it will be installed in Application directory.
    I want to delete directory at ~/Library/Application Support/TestApp.
    This is necessary for me, because when user install my application i need to remove all the files that my application has created.
    So, how can i use package maker to remove this files and folders if there exist?
    Thanks
    xmax

    Hi xmax
    I'm not sure I understand your meaning.
    When you drag a file (that you're going to install) into the left hand side of package maker, more options open up, including the ability to add pre and post flight scripts.
    To change what your user will see during the installation process, run Package Maker and click on Edit Interface.
    Bob

Maybe you are looking for

  • Why does my iphone search for signal??? You're a genuis if you can help!!

    This is going to sound insane but a couple of days ago, I got into work and my phone stopped getting signal. It would just say "searchign..." for ages, then pop up full signal with an 'E' nect to it for a second, then go to one bar of signal, then go

  • Print all filters defined in a report

    I would like to print all filters that are defined in a report using DeskI or WebI (both version XI R2 and 3.1)... In DeskI there are 2 functions in the "Insert" > "Special Field" menu: "Global Filters" and "Query Prompt"; however, I also want to lis

  • How to automatically update products and product categories?

    Hi friends How to automatically update products and product categories.Is it possible? regards venkat

  • IWeb Blog Help

    When you make a blog, the Inspector gives you the option to specify how many posts are shown on the "blog summary page". Older posts are then only viewable in the Archive page. Is there a way to have older posts pushed to a "Page 2" (and then Page 3,

  • Cisco prime 2.2.0 "Telnet/SSH : Unreachable"

    Hi, I've installed the Cisco Prime 2.2.0 OVA (VMware) and ran discovery with a Credential Profile. some of the device has discovered with complete state and some with Partial Collection Failure state. when trying to edit the device (under network inv