Is it possible to have an applet act as a server?

Is there a way to make an applet listen on a specific port and act accordingly when contacted?

Yes, but you would have to sign the applet as that normally is not allowed by applet security rules.

Similar Messages

  • HT201320 When using an iPad Air, is it possible to have my email removed from the server after downloading it? That's what I have been doing on my PowerBook and I would like to use my iPad as my primary email reader now.

    When using an iPad Air, is it possible to have my email removed from the server after downloading it? That's what I have been doing on my PowerBook and I would like to use my iPad as my primary email reader now.

    OK, I found the answer in the mail settings under the advanced button.

  • Possible to have individual iCloud act's but share one for Find My iPhone?

    I have yet to take the plunge (rocket) to iCloud -- too many questions and I haven't figured out all the logistics yet. But here's a big question I have.
    I've seen a lot of threads with recommendations on how to set a family up - most of them involve each iPhone having their own iCloud ID and then sharing one iTunes account for shared music.
    My question. Is it possible to have individual iCloud accounts set up on the individual phones BUT ALSO share an iCloud account for the purposes of Find My iPhone, so we can easily see our phones on one screen?
    If so, how is that done?
    Thanks!

    I don't know the answer to this 100%, but I would recommend downloading Apple's "Find My Friends" App because that will enable you to see all phones on one screen.

  • Possible to have an applet within an applet?

    Hi. I am designing a GUI using swing. It has a Card layout ie. different tab screens. On one of them I want to implement a pannel within which the user can scribble.
    I have the code for a scribble applet. can I run that applet within a pannel in my GUI?
    how?
    or if not, how can place the scribble code in my GUI code to work only in that pannel on one of the tab screens?
    Yhis has me rightly puzzled, and I am sure there is a simple answer. I would appreciate any help on this matter,
    Thanks...

    I haven't tried this but it seems like it ought to work:
    Since Applet extends Panel, just add an instance of the Applet to your display as you would any other panel, then call its init() and start() methods.

  • Is it possible to have different authentication mode for SQL Server Database Engine and corresponding SQL Server instance?

    Hi,
    I have installed the x64 SQL Server 2008 R2 Express with default settings and run MBSA 2.3 (using default settings too). It shows three SQL Server instances: MSSQL10_50.SQLEXPRESS, SQLEXPRESS and SQLEXPRESS (32-bit). For the first, authentication
    mode is Windows, for the rest two - mixed. Here https://social.msdn.microsoft.com/Forums/sqlserver/en-US/03e470dc-874d-476d-849b-c805acf5b24d/sql-mbsa-question-on-folder-permission?forum=sqlsecurity question
    about such multiple instances was asked and the answer is that "MSSQL10.TEST_DB
    is the instance ID for the SQL Server Database Engine of the instance, TEST_DB", so in my case, it seems that MSSQL10_50.SQLEXPRESS is the instance ID for SQL Server Database Engine  of the SQLEXPRESS instance.
    I have two questions:
    1) How can it be that SQL Server DB Engine instance has different authentication mode than corresponding SQL Server Instance?
    2) Why 32-bit instance reported although I installed only 64-bit version?
    Also, this https://social.technet.microsoft.com/Forums/security/en-US/6b12c019-eaf0-402c-ab40-51d31dce968f/mbsa-23-reporting-sql-32bt-instance-is-running-in-mixed-mode-when-it-is-set-to-integrated?forum=MBSA question seems to be related to this
    issue, but there is no answer :(.
    Upd: Tried on clean Windows 8 installation and Windows 7 with the same result.

      Because I DO NOT want the three people who will be having access to the production SQL Server to also have access to the primary host ProductionA.  Since I have to allow them to RDC into the box to manage the SQL Server, I figure why not create
    a separate VM for each one of them and they can RDC into those instead.
    Does this make any sense?
    Any tips are greatly appreciated.  The main reason for doing this is because the three people who will be accessing the box, I need to isolate each one of them and at the same time keep them off of the primary ProductionA.
    Thanks for your help.
    M
    Hello M,
    Since you dont want the 3 guys to have access to Production machine A.You can install SQL Server client .By client i mean SQL server management studio(SSMS) on there local desktop and then create login for them in SQL Server.Open port on which your SQL server
    is running for three of the machines so that they can connct.Now with SSMS installed on each machine each can connect to SQL server from there own machine.
    I would also like you to be cautious with giving Sysadmin privilege to all three of them ,first please note down what task they would do and then decide what rights to be provided.
    Your option will also work but you need to create 3 VM for that .Which is more tedious task.
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Is it possible to have spare 'VM Manager'?

    Is it possible to have spare 'VM Manager'?
    I want to enable two or more managers to connect the same server pool and same virtual host.
    If it is possible,when a manager breaks,we can use spare manager,

    Hi,
    no it is not possible to have multiple managers for one VM Server.
    Since the agent need to know to whom to talk, and you have only one agent on the VM Server this is per design not possible.
    However if you need more reliability for the VM Manager, there is a good whitepaper, how to integrate the VM Manager with Oracle Clusterware (Grid Infrastructure) and use the VM Manager in a failover cluster style management:
    Using Oracle Clusterware to Protect Oracle VM Manager (PDF)
    http://www.oracle.com/us/026995.pdf?ssSourceSiteId=otnen
    Sebastian

  • Is it possible to emulate an applet with all debugging and connectivity?

    I am sorry to ask this probably very common question, but i have googled a lot and haven't found any really helpful and clear information about this topic. i have to develop an javacard applet which functionality can be controlled by a terminal (GUI).
    Is it possible to build both applet and terminal from source and debug (incl. stepping, breakpoints, etc..) while only using the tools provided by the javacard dev-kit?
    For example, i want to start a kind of process which launches my simulator or emulator with my already built applet. Afterwards i start the process of my terminal, which then connects to my applet and start sending APDUs. I want then see any APDUs sended by my terminal beeing received inside my applet so that i can step through my applet code. Is this possible at all, what tools exactly do i need or do i need any other 3rd party tools?
    Thanks a lot,
    Stream

    I will strongly recommend to use JCOP simulator or JCOP Java card from IBM.
    Download Eclipse 3.1 and JCOP Plug-in 3.1.1(http://www.zurich.ibm.com/jcop/products/tools.html).
    Next, you can either purchase an activation code for the simulator or a piece of JCOP41V22 Engineering Sample Java Card from IBM at http://www.zurich.ibm.com/jcop/order/tools.html
    The advantage of the real card will be implementation of your codes written and debugged under simulation.
    I hope the above will help.

  • Is it possible to call other applet?

    Hi Friends..
    I want to know, is it possible to "CALL" other applet from one Applet?..
    And is it a good implementation or not?..
    Could you describe the Applet that call other Applet, perhaps through the example application maybe..
    Thanks in advance..

    Hi,
    You can call the process method on another applet if you wish (if it is in the same package) or you can use Sharable Object Interfaces (outlined in the user guide). We have used SOI extensively to share data between applets in different packages (and as such different contexts on the card).
    Cheers,
    Shane

  • Is it possible to rewrite  any applet to aplications ?

    I am wondering, is it possible to rewrite any applet to aplications ?
    dows everything works ? then ?
    look at this applet and please rewrite it to aplication if it works, I have tried but some sound did not work. and lots of other thigs went wrong.
    import java.awt.*;
    import java.util.*;
    import java.applet.*;
    public class PongBall
         // Variablen
         private int x_pos;               // x - Position des Balles
         private int y_pos;               // y - Position des Balles
         private int x_speed;          // Geschwindigkeit in x - Richtung
         private int y_speed;          // Geschwindigkeit in y - Richtung
         // Positionen
         private int ball_top;          // Obergrenze des Balles
         private int ball_bottom;     // Untergrenze des Balles
         private int ball_left;          // Linke Grenze des Balles
         private int ball_right;          // Rechte Grenze des Balles
         private int comp_top;          // Oberkante des Computerpaddels
         private int comp_bottom;     // Unterkante des Computerpaddels
         private int comp_right;          // Rechte Seite des Computerpaddels
         // Spielfeld (Radius des Balles mit eingerechnet)
         private static final int right_out = 390;
         private static final int left_out = 10;
         private static final int down_out =290;
         private static final int up_out = 10;
         private static final int radius = 10;               // Ballradius
         public PongBall (int x_pos, int y_pos)
              this.x_pos = x_pos;
              this.y_pos = y_pos;
              x_speed = 3;
              y_speed = 3;
         public void move ()
              x_pos += x_speed;
              y_pos += y_speed;
              isBallOut();
         public void isBallOut ()
              // Ball bewegt sich nach links
              if (x_speed < 0)
                   if (x_pos < left_out)
                        // Geschwindigkeit umdrehen
                        x_speed = - x_speed;
              // Ball bewegt sich nach rechts
              else if (x_speed > 0)
                   if (x_pos > right_out)
                        // Geschwindigkeit umdrehen
                        x_speed = - x_speed;
              // Ball bewegt sich nach oben
              if (y_speed < 0)
                   if (y_pos < up_out)
                        y_speed = - y_speed;
              // Ball bewegt sich nach unten
              else if (y_speed > 0)
                   if (y_pos > down_out)
                        y_speed = - y_speed;
         public void testForCollisionComputer (ComputerKI computer)
              // Initialisierung der Ballpositionen
              ball_top = y_pos - radius;
              ball_bottom = y_pos + radius;
              ball_left = x_pos - radius;
              ball_right = x_pos + radius;
              // Initialisierung der momentanen Positionen des Paddels
              comp_top = computer.getYPos();
              comp_bottom = computer.getYPos() + computer.getYSize();
              comp_right = computer.getXPos() + computer.getXSize();
              // Ist die Y - Position des Balles zwischen den Paddelpositionen?
              if ((ball_top >= comp_top - radius) && (ball_bottom <= comp_bottom + radius))
                   // Ist Paddel in der N�he?
                   if (ball_left <= comp_right)
                        // Normales Bouncen
                        x_speed = - x_speed;
         public int getXSpeed ()
              return x_speed;
         public int getYPos ()
              return y_pos;
         public void paint (Graphics g)
              g.setColor (Color.red);
              g.fillOval (x_pos - radius, y_pos - radius, 2 * radius, 2 * radius);
    import java.awt.*;
    import java.util.*;
    import java.applet.*;
    import java.net.*;
    public class Main extends Applet implements Runnable
         // Variablen
         // Thread
         Thread thread;
         // Ball
         PongBall ball;
         // Computerpaddel
         ComputerKI computer;
         // Doppelpufferung
         private Image dbImage;
         private Graphics dbg;
         public void init(){
              setBackground (Color.black);
              ball = new PongBall (200,200);
              computer = new ComputerKI (200, ball);
         public void start(){
              thread = new Thread (this);
              thread.start();
         public void stop(){
              thread.stop();
         public void run(){
              // Erniedrigen der ThreadPriority um zeichnen zu erleichtern
              Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
              while (true)
                   // Neumalen des Fensters
                   repaint();
                   ball.move();
                   computer.move();
                   if (ball.getXSpeed() < 0){
                        ball.testForCollisionComputer(computer);
                   try
                        // Stoppen des Threads f�r 10 Millisekunden
                        Thread.sleep (10);
                   catch (InterruptedException ex)
                        break;
                   // Zur�cksetzen der ThreadPriority auf Maximalwert
                   Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
         public void paint(Graphics g){
              ball.paint(g);
              computer.paint (g);
         /** Update - Methode, Realisierung der Doppelpufferung zur Reduzierung des Bildschirmflackerns */
         public void update (Graphics g)
              // Initialisierung des DoubleBuffers
              if (dbImage == null)
                   dbImage = createImage (this.getSize().width, this.getSize().height);
                   dbg = dbImage.getGraphics ();
              // Bildschirm im Hintergrund l�schen
              dbg.setColor (getBackground ());
              dbg.fillRect (0, 0, this.getSize().width, this.getSize().height);
              // Auf gel�schten Hintergrund Vordergrund zeichnen
              dbg.setColor (getForeground());
              paint (dbg);
              // Nun fertig gezeichnetes Bild Offscreen auf dem richtigen Bildschirm anzeigen
              g.drawImage (dbImage, 0, 0, this);
    import java.awt.*;
    import java.util.*;
    import java.applet.*;
    class ComputerKI
         /** Diese Klasse Implementiert die Bewegungen des Computers und zeichnet auch die
         Computerpaddel */
         // Deklaration der Variablen
         private int y_pos;                         // y - Position des Paddels
         private int y_speed;                    // Geschwindigkeit in y - Richtung
         private int real_y_pos;                    // Speichert die wirkliche Paddelposition (Mitte)
         // Konstanten
         private static final int x_pos = 15;     // x - Position des Paddels
         private static final int size_x = 10;     // Gr��e des Paddels in x - Richtung
         private static final int size_y = 50;     // Gr��e des Paddels in y - Richtung
         // Ball
         private static PongBall ball;
         // Construktor
         public ComputerKI (int y_pos, PongBall ball)
              this.y_pos = y_pos;
              y_speed = 4;
              this.ball = ball;
         /** Diese Methode bewegt das Paddel */
         public void move ()
              // Mitte des Paddels
              real_y_pos = y_pos + (size_y / 2);
              // Wenn sich Ball von Paddel wegbewegt, werden die Paddel in die Mitte zur�ckbewegt
              if (ball.getXSpeed() > 0)
                   // Paddel oberhalb der Mitte
                   if (real_y_pos < 148)
                        y_pos += y_speed;
                   // Paddel unterhalb der Mitte
                   else if (real_y_pos > 152)
                        y_pos -= y_speed;
              else if (ball.getXSpeed() < 0)
                   // Solange Paddel nicht auf H�he des Balles ist wird es bewegt
                   if ( real_y_pos != ball.getYPos())
                        // Ball oberhalb von Paddel
                        if (ball.getYPos() < real_y_pos)
                             y_pos -= y_speed;
                        // Ball unterhalb von Paddel
                        else if (ball.getYPos() > real_y_pos)
                             y_pos += y_speed;
         public int getXPos()
              return x_pos;
         public int getYPos()
              return y_pos;
         public int getXSize()
              return size_x;
         public int getYSize()
              return size_y;
         /** Diese Methode zeichnet das Paddel */
         public void paint (Graphics g)
              g.setColor (Color.blue);
              g.fillRect (x_pos, y_pos, size_x, size_y);
    }

    I tryed .. but couldent make it...
    there where not suck thing as MyStub and MyApplet..
    I know I sould replace it with something else.. but I
    did not know WHAT !!
    please help.
    MyStub stub = new MyStub();
    Applet a = new MyApplet();Ok this will be a bit longer post, but it contains fully functional example, simply copy-paste 200 lines of code to single .java file in your favourite IDE and explore it a bit.
    Please take note of that this is only example. It's design have several flaws:
    - user interface is tightly coupled wih applet stub/context. in real world application IMHO applet stub/context belong to application model (where 'application' means "MyAppletContainer") whereas JDesktop and JInternalFrame are part of view (from MVC pattern).
    - applet lifecycle is implmeneted very carelessly. in this example applet is initialzied and started uppon adding to JDesktop and stoped when JInternalFrame is removed from desktop
    - codeBase and documentBase properties of AppletStub are not set. see javadoc pages mentioned few lines below, for more information about this two properties.
    - some methods in applet context throws UnsupportedOperationException (e.g. getAudioClip) because they are beyond scope of simple example or not really necessary (e.g. mentioned getAudioClip). Another approach is return null instead or leave empty body for methods with void return type.
    Before studying sample code you should take a look on applet stub/context declaration in java api. visit url: http://java.sun.com/j2se/1.5.0/docs/api/java/applet/AppletStub.html and http://java.sun.com/j2se/1.5.0/docs/api/java/applet/AppletContext.html
    Because this sample is nothing else than briefly scratched one possible implementation of these two interfaces.
    Sample:
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.beans.*;
    import java.io.*;
    import java.net.URL;
    import java.util.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class Main {
        public static void main(String[] args) throws Exception {
            final MyContext context = new MyContext();
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    context.setVisible(true);
        /** Create sample applet */
        public static Applet createApplet() {
            JApplet applet = new JApplet() {
                public void init() {
                    showStatus("Another applet initialized");
            applet.add(new JLabel("I am applet"));
            return applet;               
    /** Single applet stub */
    class MyStub extends JInternalFrame implements AppletStub {       
        /** Create new applet stub*/
        public MyStub(Applet applet, MyContext context) {
            // Setup applet
            this.applet = applet;
            this.context = context;
            applet.setStub(this);
            add(applet);
        /** Owned applet */
        Applet applet;
        /** Context who own this stub */
        MyContext context;
        /** Applet document base */
        URL documentBase;
        /** Applet code base */
        URL codeBase;   
        /** Applet parameters */
        final Map<String, String> param =
                new HashMap<String, String>();   
        /** ##AppletStub##
         * Applet is active whenever frame
         * is selected for example.
        public boolean isActive() {
            return ((JInternalFrame)this).isSelected();
        /** ##AppletStub## */
        public URL getDocumentBase() {
            return documentBase;
        /** ##AppletStub## */
        public URL getCodeBase() {
            return codeBase;
        /** ##AppletStub## */
        public AppletContext getAppletContext() {
            return context;
        /** ##AppletStub## */
        public void appletResize(int width, int height) {
            // allow resize as needed
            setSize(width,height);
        /**##AppletStub## */
        public String getParameter(String name) {
            return param.get(name);
    /** Main application frame and applet context */
    class MyContext extends JFrame implements AppletContext {
        /** Named InputStreams */
        private Map<String,InputStream> streams =
                new HashMap<String, InputStream>();
        /** All applet stubs */
        private Map<String, MyStub> applets =
                new HashMap<String, MyStub>();
        /** Applets as enumeration */
        private Vector<Applet> appletsEnum =
                new Vector<Applet>();
        /** Ui applet container */
        private JDesktopPane jAppletPane =
                new JDesktopPane();
        /** Status line */
        private JLabel jAppletStatus =
                new JLabel("Add first applet");
        /** Create context */
        public MyContext() throws PropertyVetoException {
            // Create ui
            setSize(600,400);
            setDefaultCloseOperation(EXIT_ON_CLOSE);       
            setLayout(new BorderLayout());
            add(jAppletPane, BorderLayout.CENTER);
            add(jAppletStatus, BorderLayout.SOUTH);
            add(new JButton(new AbstractAction("Add applet") {
                public void actionPerformed(ActionEvent e) {
                    doAddApplet();
            }), BorderLayout.NORTH);
            // Very simple applet lifecycle implementation
            // Applet is initialized and started when added and
            // stopped and destroyed when removed from content pane
            jAppletPane.addContainerListener( new ContainerListener() {
                public void componentAdded(ContainerEvent e) {
                    Component c = e.getChild();
                    if (!(c instanceof MyStub))
                        return ;
                    Applet applet = ((MyStub)c).applet;
                    applet.init();
                    applet.start();
                public void componentRemoved(ContainerEvent e) {
                    Component c = e.getChild();
                    if (!(c instanceof MyStub))
                        return ;
                    Applet applet = ((MyStub)c).applet;
                    applet.stop();
                    applet.destroy();
        /** Add applet action body */
        private void doAddApplet() {
            // Create some arbitrary applet and name
            Applet applet = Main.createApplet();
            String appletName = "Applet "+System.currentTimeMillis();
            // Add applet and its stub to this container
            MyStub stub = new MyStub(applet, this);
            applets.put(appletName, stub);
            appletsEnum.add(applet);
            // Add to ui
            jAppletPane.add(stub);
            stub.setSize(400,300);
            stub.setVisible(true);
        /** ##AppletContext## */
        public Iterator<String> getStreamKeys() {
            return streams.keySet().iterator();
        /** ##AppletContext## */
        public void setStream(String key, InputStream stream)
        throws IOException {
            streams.put(key, stream);
        /** ##AppletContext## */
        public InputStream getStream(String key) {
            return streams.get(key);
        /** ##AppletContext## */
        public Enumeration<Applet> getApplets() {
            return appletsEnum.elements();
        /** ##AppletContext## */
        public Applet getApplet(String name) {
            MyStub stub = applets.get(name);       
            return stub == null? null: stub.applet;
        /** ##AppletContext## */
        public Image getImage(URL url) {
            try {
                return ImageIO.read(url);
            } catch (IOException ex) {
                JOptionPane.showMessageDialog(this,
                        "IOException: "+ex.getMessage());
                return null;
        /** ##AppletContext## */
        public AudioClip getAudioClip(URL url) {
            throw new UnsupportedOperationException();
        /** ##AppletContext## */
        public void showStatus(String status) {
            jAppletStatus.setText(status);
        /** ##AppletContext## */
        public void showDocument(URL url, String target) {
            throw new UnsupportedOperationException();
        /** ##AppletContext## */
        public void showDocument(URL url) {
            showDocument(url, null);
    }Hope this will help a bit.
    ~~
    Adam
    Message was edited by:
    a3cchan
    When I've modified Main.createApplet() to create Your Pong applet I was able to create and run your applet in my simple container with just little glitches (mostly related to my simplistic implementation of ui).
    If you wish to 'convert' applet to swing application, You don't have use JDesktop. Add single applet to the frame instead. It should be quite simple from given example.

  • Spry Accordion: Is it possible to have no row selected?

    Is there any way to make the Accordion act like there is no
    row currently selected? It doesn't appear to be possible to set
    this to null. The data in this case is being loaded from an XML
    file, so I made a work-around by making the first XML element in
    the list an empty tag, which worked ok, but that makes it harder to
    retrieve the XML file directly from the database. Is there any way
    to truly have no row selected in the Accordion?

    True, I guess the accordion isn't the issue. What I'm
    referring to are the functions for getting the current row from in
    the XMLDataSet API. As far as I can tell, it doesn't seem to be
    possible to have a null value for the currently selected row. I
    just wanted to make sure that it is not in fact possible to have an
    XMLDataSet instance with no currently selected row?

  • Is it possible to have a cluster Disk from cloud storage

    I have a use case where my destination array of my primary storage array I want to keep in the cloud. Using cloud storage controllers i believe it's possible to have data replication on the remote cloud storage.
    Now using microsoft clustering i want to create a cluster of two nodes - Node A and Node B. Both these nodes are in my org premises.
    With Node A i connect the local storage array and present a SAN disk to it. This SAN disk is imported into the microsoft failover cluster as a cluster disk.
    With Node B I want to connect a virtual disk obtained directly from cloud. This cloud disk is the destination disk (due to the data replication between the two disks they will always be trying to sync) of the primary disk which we connected to Node A.
    My Question is whether it's possible to have such a virtual disk carved out from cloud storage which can be included as a cluster disk into microsoft failover cluster. And at the backend act as the destination disk of my local storage array disk.
    sk

    so I think you have two issues here. The first is you want replication between your local SAN and cloud storage, which I haven't seen any commercially available options so far.
    The other is you want to use a disk on top of cloud storage. In Azure you have the option to use Azure Drive which implements an NTFS drive on top of Blob Storage. However this only works from inside Azure, you can't mount a drive from Azure Storage to a
    local machine.
    Another point about your setup is the cluster resource - typically you setup a cluster using a shared resource, read both of your nodes would access the same resource. In your outlined scenario though you're trying to replace the shared resource by a replicated
    resource, I'm not quite sure if this is a valid setup for the cluster. Otherwise you won't be able to use Azure Drive as Shared resource since both nodes would have R/W while Azure Drive allows only exclusive R/W for one node.
    Seems there are some issues with your concept outside of the Azure part which you may need to verify.

  • Possible to Have ToC Default to Show Only Top Level (collapse sublevels)?

    Howdy!
    I'll bet I'm not the only one wishing for this.  Let's say you're using Captivate 4's Table of Contents feature with a longish movie of Cp slides, which is chunked into bite-size sections content-wise.  In the ToC, though, you can't mimic that same organization scheme; at least, the learner would first need to collapse all the ToC folders you've created so they see only the top-level listing.
    This can be a critical issue:  keeping the at-first-glance list in the ToC brief enough to be inviting to learners, yet allowing learners to drive which details are currently visible.
    A movie's topical hierarchy could be along these lines, for example ...
    Section 1 - National Brands
    What are National Brands?
    Why Are They Important to Our Business?
    Working with Nat. Brands
    Practice Your Knowledge
    Section 2 - International Brands
    What are International Brands?
    Why Are They Important to Our Business?
    Working with Intl. Brands
    Practice Your Knowledge
    You'd like to organize the ToC to show only the section titles (1st level) and to suppress the 2nd-level detail (slide titles) until the learner chooses to expand the folder to see those details.
    I've tried things like grouping the slides into sections in the Storyboard view and organizing the slides into sections strictly within the ToC -- both to no avail.
    Has anyone solved for this need yet?
    I'm all ears, and you'd be doing learners of the world a huge favor.
    Thanks!

    Hi, Jim.
    Thanks for being 'on the case' and looking into this so quickly.  Your
    findings are encouraging, although my user base is generally working with
    IE 6 and FP8 or 9.
    Since the only thing I may influence is getting  IT to help push out FP10,
    I'm hoping it's more of a player- than a browser-version issue.
    I'll test things out by Monday and let you know the results.  Wish me luck!
    Dave
                                                                                    From:       Jim Leichliter <[email protected]>                                                                               
    To:         Dave Tressler <[email protected]>                                                                               
    Date:       03/26/2010 06:02 PM                                                                               
    Subject:    Possible to Have ToC Default to Show Only Top Level (collapse
                  sublevels)?                                                                                
    Dave,
    I just tested this on my local web server and it worked fine.  I created a
    blank project with 8 slides.  Created my TOC with grouping... 2 slides in
    each group.  I turned on self paced learning.  I tried with and without the
    widget and it picked up where I left off in either case.  See
    https://docs.google.com/leaf?id=0B86WuEq6SVwRNWIwMjhjODctMjE2Yy00MWE2LWI5YzEtMGQxYzNjOWQ0Z mI2&hl=en. 
    I published using FP10 and IE8 to view.  Notice any difference between
    your project and this one?
    Thanks,
    Jim Leichliter

  • Is it possible to have an attachment within a pdf doc print at the same time the main doc prints?

    Okay, so this may be kind of a weird question.  We have some users who are wanting to add a page to an already existing xml document and correct me if I'm wrong, but I've read that it's not possible to add/delete pages from a pdf that's in xml format.  Since that is not possible, I have added the page to the xml document as an attachment.  Now what I am wanting to know is if it is possible to have the attachment print out at the same time as the main document.  We are using the latest version of Adobe Reader and I have access to Adobe Acrobat Standard 9 & 10 and then I have access to Adobe Acrobat Pro 7.  I've been unable to find anyting via google or by searching this forum so hopefully I'll draw out some kind of smart cookies and we'll get this figured out.  I appreciate any and all input!
    Thanks,

    I know of no way to do this with Reader or XML.

  • HT1399 Why cant I create a playlist for my music/song videos? Continuous play is also not possible in the video app on the phone!!!! previously, prior to IOS 6, it was possible to have both music videos & songs mixed in the same playlist in the music app

    Why cant I create a playlist for my music/song videos? Continuous play is also not possible in the video app on the phone!!!! previously, prior to IOS 6, it was possible to have both music videos & songs mixed in the same playlist in the music app

    I am back with an update. I turned off Match on both the ipad and the iphone 5. By doing so I was able to sync my Iphone and ipad to itunes and store the music on my devices rather than the slow streaming.  So far this has fixed my problems with the iphone I have all my music, playlist, most of the album art and so on.  But the ipad is a different story.  I have the music and artist but not one playlist  I am sure Apple will have an upgrade soon that will address these issues they are usually very good about this. 
    Now have any of you experienced another problem that has existed as long as I have used faces in Aperture.
    I have over 200 faces and they are organized a-z problem is I have this going on A-Z folowed by a few that start over A-Z followed by another few A-Z and again a 4th time A-Z.  Imagine how difficult it is while I am showing someone the great features of my iphone, ipad and imac.  Which I do talk highly of all the time.  But how do I explain that even though their name starts with a or b or what ever they are not important enough to me to be in the first list of A-Z or even the 2nd or 3rd list of A-Z someohow they are in the 4th section of the list!!!!
    I have managed to get the Imac to fix this but for some reason the IOS devices do not.   Any ideas?
    Thanks Al

  • E72 - Possible to have more than 2 email accounts ...

    E72
    So is it possible to have more than 2 email accounts shown at the home screen?
    Currently one is set as primary and the other as secondary.. I have 4 email addresses I want shown at the main screen..
    Please help.

    jane999 wrote:
    Basically I want to share A1 with somebody else and we both use yahoo email. So I need to sign out before she can sign in. Any way to do that? 
    Thanks in advance for any help!
    You didn't specify whether you are using the "official" Yahoo mail app, or some other email application like K-9.  But either of those allow for the specification of multiple email accounts, and you don't even really need to sign in/out.  Once you set up the accounts within the app, just select the email account that you want to view.  It might be a little more problematic if you want to prevent each other from being able to see the other's email, however.

Maybe you are looking for