One for all you advanced action gurus out there :)

Ok so here is what im wanting to achieve.... on a slide i have various click box's that pop up some more info.
I want a continue button to appear only after all the click box's have been viewed..
In the past i have been able to achieve this when the click box's on the page direct you to another slide for the information, this way i have an advanced action set up on my initial page 'on enter' to see when all have been viewed to then show the continue button.
In this instance its slightly different as i will never be 'entering' the slide again, i want to remain on the slide at all times?
Possible??? let me know your thoughts?
Thanks

This will certainly be an example use case for conditional action with multiple decisions in my 'cookbook' for variables and advanced actions that I'm preparing.
The only events you can use are the Success events for the click boxes (or other interactive objects) which means that for each of them you'll need a conditional action with a mimicked standard action and a real condition to check if every click box has been clicked. Have multiple examples on my blog post, and in threads here everywhere. You have to make one important choice:
Can each click box be clicked multiple times, or is it OK to deactivate it when it has been clicked - that is the easiest way, because you can then use one variable as a counter and check if it reaches the number of click boxes
Example: http://blog.lilybiri.com/blog-after-posterous-clickclick
If each click box should be always available, you need a variable for each click box to toggle and you'll have to check if all variables have been toggled
Example (old): http://blog.lilybiri.com/template-for-reusing-script
Have new templates for CP7 and CP6 but stopped offering everything for free. You can still have the 5.5 on request.
Lilybiri

Similar Messages

  • For all the budding conspiracy theorists out there.

    Yesterday was the 46th anniversary of the first moon landing. It should not go unnoticed.http://www.huffingtonpost.com/entry/brian-cox-moon-conspiracy_55ada24ce4b0d2ded39fe56d?ncid=txtlnkusaolp00000592

    I remember it clearlyI was at my family home in Kippax, West Yorkshirein the living room with my mum, dad & sisterI was sitting in 'the little rocker' (rocking chair) of the 'cottage suite' in that roomall the family had been eagerly following NASA's flight to the moon ... the landing ... the time spent on the moon ... blast off back ... & ... re-entry into the Earth's atmosphereSooooo glad I was around to appreciate it all I'd be a young teenager, very impressive it all was  

  • Multi-master replication questions for iPlanet 5.0, gurus out there?

    hi:
    I'm using iPlanet Dir Server 5.0 and I note that many gurus out there has
    been able
    to get this to work, that's good, but I have yet to. I have several
    questions, maybe
    someone can spend a few minutes and save me hours...
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.
    Here's one set of questions...
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry? An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such as
    WARNING: 'get_entry' can't find entry 'cn=replication
    manager,cn=config', err 32
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config. Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net? Also,
    given the fact that my o=NetscapeRoot tree is at a different port (say
    4601),
    not 389, could this be an issue?
    Q6: when replication fails, should the Dir Server still come up? Mine does
    not anymore
    which is strange. I keep getting things like this in my log file
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Could not send consumer
    mufasa.chromisys.com:389 the bind request
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Failed to connect to
    replication consumer mufasa.chromisys.com:389
    But why shouldn't the dir server itself come up even if replication
    fails?
    steve

    Hi Steve,
    First, please read the 'Deployment Guide'. I think that is easier to
    understand when you want to setup multi-master replication. The
    'Administrator's Guide' gives you step-by-step instructions, but it may
    not help you to understand how to design your directory services.
    Stephen Tsun wrote:
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.I don't understand something: which backend do you want to replicate?
    The one holding 'o=NetscapeRoot' or the one holding 'dc=calient,dc=net'?
    Do you want to setup replication between these two instances of the
    directory server (i.e. between port 4601 and 389 in your example)?
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?If you have multiple directory servers installed in your environment, it
    is probably worth dedicating (at least) one directory server for the
    o=netscaperoot tree.
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?Well, it is normal, since in iDS 5.x you have 1 suffix per database.
    You can, however, replicate multiple databases.
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?You can't lump the 2 suffixes together, because each backend has 1
    suffix associated with.
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry?Usually, it is organizationalperson or inetorgperson. In most of the
    cases you want an objectclass which can have userPassword attribute.
    An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such asYou must have misconfigured something. Or perhaps, it is not
    cn=replication manager, cn=config, but 'uid=replication manager,cn=config'
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config.The configuration tree is protected by ACIs, so you can not see them
    using anonymous BINDs. Try binding as 'directory manager' and you will
    find your entry.
    Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net?For what purpose? For replication, it is enough to set user DN in the
    replication agreement and this user can update the replicated backend.
    Q6: when replication fails, should the Dir Server still come up?Yes.
    Bertold

  • Got a question for all you peeps dos anyone know about i phones i have a i phone 3gs which i got unlocked i did a master reset or summin and just had a pic of apple so i plugged it in i tunes downloaded and it now says no service at the top of phone and i

    got a question for all you peeps
    dos anyone know about i phones i have a i phone 3gs which i got unlocked i did a master reset or summin and just had a pic of apple so i plugged it in i tunes downloaded and it now says no service at the top of phone and i tunes says invalid sim i put the correct sim in it used to be locked too and still says same pls any one with ideas?

    hi sorry what happoned is that ages ago i brought a i phone 3gs on 02 network i went to a sml phone shop and payed for them to unlock it. it has been fine till yesterday when i went to reset it from the phone it then turned off and came back on just just an image of a apple for about an hour so i connected to i tunes and it said downloading software after another hr it had finished but then i tunes said in had to insert a sim so i had to un plug the phone from laptop while i did this i put my orange sim in and the i phone said where do i live and had to connect to a internet connection but all the time saying no service where the signal bar is and then says activating i phone it took a few min and said couldnt finish it bec of the signal and to connect it to i tunes to do it so i connected it to itunes and i tunes just keeps saying invalid sim so i took my orange sim out and put a 02 sim in and is still saying invalid sim on itunes?

  • I have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i had one for a long time, then when i got the ipad i didn't realize they would all still work under one so i set up the second one on that
    then when i got the new iphone i put in the info for the first and main one from my mac pro and it would not work at all, and i knew it was right, then it asked me to create a new one or i couldnt finish the setup
    hence why i have 3 now
    hard to believe you cannot combine into one
    oh well, i will just make them all accessible for all 3
    thanks

  • HT5824 how to merge all my contacts in one for all the iPhones and iPad

    How to merge all my contacts in one for all my Iphones and Ipad so that i have one contacts list in all my gadgets

    make an album titled whatever you want and then go to photos. select the photos you want and click the arrow ponting up on the left habnd corner. move them to the album you created and once your finished navigate to albums. once in your album go to the top right and click slideshow. You can add transitions and play music also when you click slideshow. Then you click start slideshow.

  • HT1657 Hi All. I am new to this forum but hoping I can find some answers from some of you apple guru's out there. I have downloaded a mvie onto my iphone (which took forevere but I cannot find it to view it.Please help

    Hi All. I am new to this forum but hoping I can find some answers from some of you apple guru's out there. I have downloaded a mvie onto my iphone (which took forevere but I cannot find it to view it.Please help

    It should be in the Videos App - if it's not in there then have you got a film age rating set in Settings > General > Resttrictions that is hiding it ?

  • Hello , ive reset my iPhone 5 and the option i selected was the one where all you content gets removed as i wanted , but now my screen has bona black and all that appears is the white circular loading sign which keeps spining. it won't stop ? help?!

    hello , ive reset my iPhone 5 and the option i selected was the one where all you content gets removed as i wanted , but now my screen has gone black and all that appears is the white circular loading sign which keeps spining. it won't stop ? help?! im not able to access my iphone becasue of this and i dont know what to do

    I just tried deleteing every smart mailbox and re-constituting a few. This went OK until I made one that had to reference a Gmail IMAP 'folder' and as soon I did that ... BAM! ... the infinite spinner appears.

  • Is LION OS working well for all you?

    Is LION OS working  well for all you? never thought it could be such a problem, it's the fisrt time it happens to me with an Apple product!. problems with safari, aperture, iphoto, opening/closing windows, right now is so close in performance to all windows versions than Apple high quality products at the level that all we have been expected with the release of Lion. Really dissappointed, and just hope that Apple tech suppor team solves this situation with a new sofware update.

    For most yes, For me definitely yes. I upgraded over SL, used it for a week  or more. Then updated my daughter's i5 MBP. that went well and she is happy. Then I updated my wife's MB Air. now THAT should tell you the confidence I have built in Lion. !!!

  • BT Onlive - for all you gamers

    Couldn't find an announcement on here so have a read.
    http://www.btplc.com/News/Articles/Showarticle.cfm?ArticleID=F74B827A-E7B2-4BE9-B77E-923B6E001B81
    and
    http://www.onlive.com/service.html
    New info including promo vid'.
    http://www.btplc.com/Innovation/Innovation/Onlive/index.htm - Looks good to me.
    "Through your PC, Smart Phone or HDTV"
    edit. Not long now?
    -+-No longer a forum member-+-

    This looks great, So it will be free for all Bt customers? or will there be a smaller fee than normal. I expect you will not have info yet. I don't think my connection will be able to handle it tho. Some days I get 2 meg. Others I only get 1. Today I getting 1.2. I get up to 2 meg and my router drops connection (I know from config page) anyway to stop this? I got a Iplate, had someone remove the Bell wire, BT home hub 2.0,
    Line state
    Connected
    Connection time
    0 days, 19:36:10
    Downstream
    1,760 Kbps
    Upstream
    448 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.1 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    6.0 dB / 18.0 dB
    Line attenuation (Down/Up)
    60.3 dB / 31.5 dB
    Output power (Down/Up)
    2.7 dBm / 1.4 dBm
    I am no expert. Correct me when I am wrong. Learning is good!

  • I need flash player for iPad 2 what's available out there?

    I need flash player for iPad 2, what's currently out there ?

    Flash is not supported on the iPad - and as Adobe have never managed to make a version of their flash player that works on iOS devices, and have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store.
    If you do a search on this forum you will find hundreds of other threads on the subject.

  • I'd like to know how can i connect my old iMac tiger with new one iMac lion. I wanna use the old one for external disk to collect files from there to new one.

    I'd like to know how can i connect my old iMac tiger with new one iMac lion. I wanna use the old one for external disk to collect files from there to new one.

    Hi mshields1162,
    Great question, and welcome to Apple Support Communities.
    First, you may want to choose to have the sidebar displayed for familiarity:
    iTunes 11: Frequently used features
    http://support.apple.com/kb/HT5649
    Afterwards, your device should be displayed if connected:
    We'll want to click on it, and choose the Music tab at the top. Let's make sure "Sync Music" is checked:
    Afterwards, you'll have the option to sync either the entire music library (for your first iPod), or "Selected playlists, artists, albums, and genres" (for the secondary device). Upon selecting this option, four larger option boxes will appear allowing you to pick and choose what content will be synced. For audiobooks, you may need to do the above in the "Books" section. For a visual instruction on how to do this, see the following:
    iTunes 10: Sync to your iPod
    http://support.apple.com/kb/VI72
    Thanks,
    Matt M.

  • Challenge for all you great programmers out there...i need help!

    Okay, my name is Tom. I am attending a small private
    college where the computer program is very small. There are
    no Java professors or any professors with any experience.
    The library has only 3 beginner books on Java as well. So,
    for my extremely ambitious Internal Internship Project I
    need some help. I have taken a beginner course and am very
    apt to learning, so this shouldn't be over my head. Now to
    the project:
    GUI
    I have envisioned a utility automation program. Basically,
    There is 1 main pane in the GUI. I have already designed it
    but am open to suggestions. It consists of the important
    parts: The utilty buttons (on the left), the textArea (in
    the middle), and checkboxes (on the right). When opening
    the program, the textArea will simply display instructions
    on how to use the program. There will be as many buttons as
    utilities there are (for now i am experimenting with
    defrag), and the checkboxes will be aligned with the
    utility buttons but to the right of the textArea.
    Function
    When each utility button is clicked, a description of the
    utility comes up in the textArea. If you decide to use it
    then check the appropriate checkbox to the right of the
    textArea. Once you choose all the utilities that you want
    to do, then you hit the start button.
    Execution
    This will automate all of the programs so you can leave and
    come back.
    Things needed
    I need to know how to import text files to the textArea,
    how to program the textAreas to come up, and one final
    thing for now. I will have to somehow set the parameters to
    those applications automatically (Ex: "what drive to
    defrag"). So, my first thought would be create a popup
    window that asks for all of the parameters needed for each
    utility, define those values as variables, and then when
    the utilities ask for them in the automation feed them the
    variables.
    I have put about 25 hours into making the GUI, and
    designing the structure. I need a ton of help if I want to
    get this done. I am using Netbeans for convenience but I'm
    not sure i know how to insert custom code.
    Any help the ANYONE can give me would be extremely
    appreciated.
    Thanks to all, and have a great day.
    Tom

    Here is my code for my GUI
    * JFMainMenu.java
    * Created on February 10, 2008, 10:16 PM
    package internshipproject;
    * @author admin
    public class JFMainMenu extends javax.swing.JFrame {
    /** Creates new form JFMainMenu */
    public JFMainMenu() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    private void initComponents() {
    jPanel1 = new javax.swing.JPanel();
    JBTomPic = new javax.swing.JButton();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTextPane1 = new javax.swing.JTextPane();
    jScrollPane2 = new javax.swing.JScrollPane();
    jTextPane2 = new javax.swing.JTextPane();
    jScrollPane3 = new javax.swing.JScrollPane();
    JTPHeader = new javax.swing.JTextPane();
    jSeparator1 = new javax.swing.JSeparator();
    jLabel1 = new javax.swing.JLabel();
    jLabel2 = new javax.swing.JLabel();
    jLabel3 = new javax.swing.JLabel();
    jButton1 = new javax.swing.JButton();
    jButton2 = new javax.swing.JButton();
    jButton3 = new javax.swing.JButton();
    jCheckBox1 = new javax.swing.JCheckBox();
    jCheckBox2 = new javax.swing.JCheckBox();
    jCheckBox3 = new javax.swing.JCheckBox();
    jButton4 = new javax.swing.JButton();
    jButton5 = new javax.swing.JButton();
    jTextField1 = new javax.swing.JTextField();
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    setResizable(false);
    jPanel1.setBackground(new java.awt.Color(0, 0, 0));
    JBTomPic.setBackground(new java.awt.Color(0, 0, 0));
    JBTomPic.setIcon(new javax.swing.ImageIcon("C:\\Documents and Settings\\All Users\\Documents\\My Pictures\\Sample Pictures\\TomBorder.jpg")); // NOI18N
    JBTomPic.setActionCommand("AboutMe\n");
    JBTomPic.setBorderPainted(false);
    JBTomPic.setContentAreaFilled(false);
    JBTomPic.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    JBTomPicActionPerformed(evt);
    jTextPane1.setBackground(new java.awt.Color(0, 0, 0));
    jTextPane1.setBorder(null);
    jTextPane1.setEditable(false);
    jTextPane1.setFont(new java.awt.Font("Comic Sans MS", 3, 40));
    jTextPane1.setForeground(new java.awt.Color(255, 255, 255));
    jTextPane1.setText(" Just start it up, then go to lunch!");
    jTextPane1.setCaretColor(new java.awt.Color(0, 51, 51));
    jScrollPane1.setViewportView(jTextPane1);
    jTextPane2.setBackground(new java.awt.Color(0, 0, 0));
    jTextPane2.setBorder(null);
    jTextPane2.setEditable(false);
    jTextPane2.setFont(new java.awt.Font("Comic Sans MS", 3, 26));
    jTextPane2.setForeground(new java.awt.Color(255, 255, 255));
    jTextPane2.setText(" An amazing program that automates your computer maintainance applications!");
    jScrollPane2.setViewportView(jTextPane2);
    JTPHeader.setBackground(new java.awt.Color(0, 0, 0));
    JTPHeader.setBorder(null);
    JTPHeader.setEditable(false);
    JTPHeader.setFont(new java.awt.Font("Comic Sans MS", 3, 20));
    JTPHeader.setForeground(new java.awt.Color(255, 255, 255));
    JTPHeader.setText(" Welcome to Tom's PC Fix");
    jScrollPane3.setViewportView(JTPHeader);
    jLabel1.setBackground(new java.awt.Color(51, 51, 0));
    jLabel1.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel1.setForeground(new java.awt.Color(255, 255, 255));
    jLabel1.setText("Choose Your maintainance:");
    jLabel2.setBackground(new java.awt.Color(51, 51, 0));
    jLabel2.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel2.setForeground(new java.awt.Color(255, 255, 255));
    jLabel2.setText("Check to add to automation:");
    jLabel3.setBackground(new java.awt.Color(51, 51, 0));
    jLabel3.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel3.setForeground(new java.awt.Color(255, 255, 255));
    jLabel3.setText("Description:");
    jButton1.setBackground(new java.awt.Color(255, 255, 255));
    jButton1.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton1.setForeground(new java.awt.Color(51, 0, 51));
    jButton1.setText("Spybot");
    jButton1.setBorderPainted(false);
    jButton1.setFocusPainted(false);
    jButton1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jButton1ActionPerformed(evt);
    jButton2.setBackground(new java.awt.Color(255, 255, 255));
    jButton2.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton2.setForeground(new java.awt.Color(51, 0, 51));
    jButton2.setText("Disk Cleanup");
    jButton2.setBorderPainted(false);
    jButton2.setFocusPainted(false);
    jButton3.setBackground(new java.awt.Color(255, 255, 255));
    jButton3.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton3.setForeground(new java.awt.Color(51, 0, 51));
    jButton3.setText("Deframentation");
    jButton3.setBorderPainted(false);
    jButton3.setFocusPainted(false);
    jCheckBox1.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox1.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jCheckBox2.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox2.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jCheckBox3.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox3.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jButton4.setBackground(new java.awt.Color(255, 255, 255));
    jButton4.setFont(new java.awt.Font("Comic Sans MS", 1, 20));
    jButton4.setText("Start");
    jButton5.setBackground(new java.awt.Color(255, 255, 255));
    jButton5.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton5.setText("Exit");
    jTextField1.setEditable(false);
    jTextField1.setText("fcghjdcfhgj");
    jTextField1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jTextField1ActionPerformed(evt);
    org.jdesktop.layout.GroupLayout jPanel1Layout = new org.jdesktop.layout.GroupLayout(jPanel1);
    jPanel1.setLayout(jPanel1Layout);
    jPanel1Layout.setHorizontalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(jScrollPane2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 323, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(JBTomPic, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 186, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(jScrollPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 320, Short.MAX_VALUE))
    .add(jScrollPane3, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 841, Short.MAX_VALUE)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jSeparator1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 841, Short.MAX_VALUE)
    .add(jPanel1Layout.createSequentialGroup()
    .addContainerGap()
    .add(jLabel1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 277, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(71, 71, 71)
    .add(jLabel3)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 66, Short.MAX_VALUE)
    .add(jLabel2)
    .addContainerGap())
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(30, 30, 30)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
    .add(jButton3, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .add(jButton2, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .add(jButton1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    .add(133, 133, 133)
    .add(jTextField1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 339, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(jPanel1Layout.createSequentialGroup()
    .add(349, 349, 349)
    .add(jButton4, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 143, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 113, Short.MAX_VALUE)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING)
    .add(jCheckBox1)
    .add(jCheckBox3)
    .add(jCheckBox2))
    .add(jButton5))
    .add(21, 21, 21))
    jPanel1Layout.setVerticalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
    .add(jScrollPane3, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(7, 7, 7)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jScrollPane2, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 183, Short.MAX_VALUE)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
    .add(jScrollPane1)
    .add(JBTomPic, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 183, Short.MAX_VALUE)))
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(jSeparator1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 10, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(18, 18, 18)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
    .add(jLabel1)
    .add(jLabel2)
    .add(jLabel3))
    .add(86, 86, 86)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jButton1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(jCheckBox1))
    .add(62, 62, 62)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jCheckBox2)
    .add(jButton2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(67, 67, 67)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jCheckBox3)
    .add(jButton3, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
    .add(jTextField1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 318, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(53, 53, 53)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
    .add(jButton4, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 41, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(jButton5, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 36, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(58, 58, 58))
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    getContentPane().setLayout(layout);
    layout.setHorizontalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    layout.setVerticalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    pack();
    }// </editor-fold>
    private void JBTomPicActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    private void jTextField1ActionPerformed(java.awt.event.ActionEvent evt) {                                           
    // TODO add your handling code here:
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new JFMainMenu().setVisible(true);
    // Variables declaration - do not modify
    private javax.swing.JButton JBTomPic;
    private javax.swing.JTextPane JTPHeader;
    private javax.swing.JButton jButton1;
    private javax.swing.JButton jButton2;
    private javax.swing.JButton jButton3;
    private javax.swing.JButton jButton4;
    private javax.swing.JButton jButton5;
    private javax.swing.JCheckBox jCheckBox1;
    private javax.swing.JCheckBox jCheckBox2;
    private javax.swing.JCheckBox jCheckBox3;
    private javax.swing.JLabel jLabel1;
    private javax.swing.JLabel jLabel2;
    private javax.swing.JLabel jLabel3;
    private javax.swing.JPanel jPanel1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JScrollPane jScrollPane2;
    private javax.swing.JScrollPane jScrollPane3;
    private javax.swing.JSeparator jSeparator1;
    private javax.swing.JTextField jTextField1;
    private javax.swing.JTextPane jTextPane1;
    private javax.swing.JTextPane jTextPane2;
    // End of variables declaration
    }

  • Easy question for all you ActionScript wizzkids!

    I have created the following Actionscript to control a 'Next
    Question' button. The idea is that it will choose a random frame to
    link to in the current scene (Part2).
    nextQ_btn.onRelease = function (){
    gotoAndStop("Part2", n);
    n = Math.random()*1+3;
    At the moment, when I click the 'Next Question' button,
    nothing happens. What's up with my script? My programming knowledge
    is very limited and this is just about all that it can manage!
    The button works when I take out the n variable and put in a
    frame number manually.

    monkee,
    There appear to be two issues with your code:
    1. you're calling n before you have defined it
    2. you need to generate a random whole number and the random
    number generator will have decimals
    The solution is
    1. call for n after you define it
    2. use a rounding action to make the random number a whole
    number
    So:
    nextQ_btn.onRelease = function (){
    // generate a rounded random number between 0 and 4
    n = Math.round(Math.random() * 4);
    trace (n)
    // go to the random number +1, making the range 1-5
    gotoAndStop(n+1);
    As you may already know, the trace action helps solve these
    types of issues by letting you know the value of n if it is
    defined... when you test movie, the results of the trace statement
    show n has a value in the output window. In your original code, it
    would show undefined.
    Hope this helps. One other thing you may face is figuring out
    a way not to ask the same question twice. You probably will want to
    use an array of eligible questions before long.

  • One account for itunes match and one for all the rest?

    Hello everybody
    I was wondering how to use an Apple ID for iTunes Match and other for iCloud and backups. I found an article on the website that said that you actually can do that, but my question arises when I find out that now I only use one ID, all my apps are in there, along with my iPhone backups and stuff. So, if I create an ID for subscribing to iTM, will I lose the ability to update my apps on the old ID?
    Please help!
    The article is: http://support.apple.com/kb/HT4895
    Cheers

    I know, but I can't use my credit card on my iTunes Store account, since it's a US ID. What if I change the country of my ID? How often can I change it? I was thinking of changing it, purchasing iTM, and then changing it back... can I do that?
    Thank you

Maybe you are looking for