Thumbnail and button navigation help

I would like to start out by saying I am very new at this and am working on a portfolio website in flash CS4 and currently getting help through the tutorials over at Lynda.com. Now my problem is In the portfolio section I want a preview of the pics like a thumbnail on the bottom with a scroll bar to scroll through them all, but at the same time I would like to have buttons to navigate through these photos at the same time. I have got it to work, the only problem is let say i'm using the buttons to navigate through but then stop and go to the scroll bar on the bottom and click on one three of four pictures in front of where I left off, The image loads and everything is fine but when I go back to the buttons it continues off from where it last left off not where I clicked on the scroll bar. Not sure if you can follow that but if not ask questions I really have no clue on how to do this so any help is greatly appreciated.
Here is the code that I currently have:
myscrollpane.source=allthumbnails;
//load the thumbnails...
var thumbLoader:Loader = new Loader();
thumbLoader.load(new URLRequest("smallthumbs/portfolio01.jpg"));
thumbLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded);
function thumbLoaded(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader);
myscrollpane.update();
thumbLoader.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio01.jpg";
var thumbLoader2:Loader = new Loader();
thumbLoader2.load(new URLRequest("smallthumbs/portfolio02.jpg"));
thumbLoader2.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded2);
function thumbLoaded2(event:Event):void {
allthumbnails.addChild(thumbLoader2);
thumbLoader2.x=118;
myscrollpane.update();
allthumbnails.buttonMode=true;
thumbLoader2.addEventListener(MouseEvent.CLICK, loadMainImage2);
function loadMainImage2(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio02.jpg";
var thumbLoader3:Loader = new Loader();
thumbLoader3.load(new URLRequest("smallthumbs/portfolio03.jpg"));
thumbLoader3.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded3);
function thumbLoaded3(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader3);
thumbLoader3.x=236;
myscrollpane.update();
thumbLoader3.addEventListener(MouseEvent.CLICK, loadMainImage);
function loadMainImage(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio03.jpg";
var thumbLoader4:Loader = new Loader();
thumbLoader4.load(new URLRequest("smallthumbs/portfolio04.jpg"));
thumbLoader4.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded4);
function thumbLoaded4(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader4);
thumbLoader4.x=354;
myscrollpane.update();
thumbLoader4.addEventListener(MouseEvent.CLICK, loadMainImage);
function loadMainImage(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio04.jpg";
var thumbLoader5:Loader = new Loader();
thumbLoader5.load(new URLRequest("smallthumbs/portfolio05.jpg"));
thumbLoader5.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded5);
function thumbLoaded5(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader5);
thumbLoader5.x=472;
myscrollpane.update();
thumbLoader5.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio05.jpg";
var thumbLoader6:Loader = new Loader();
thumbLoader6.load(new URLRequest("smallthumbs/portfolio06.jpg"));
thumbLoader6.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded6);
function thumbLoaded6(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader6);
thumbLoader6.x=590;
myscrollpane.update();
thumbLoader6.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio06.jpg";
var thumbLoader7:Loader = new Loader();
thumbLoader7.load(new URLRequest("smallthumbs/portfolio07.jpg"));
thumbLoader7.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded7);
function thumbLoaded7(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader7);
thumbLoader7.x=708;
myscrollpane.update();
thumbLoader7.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio07.jpg";
var thumbLoader8:Loader = new Loader();
thumbLoader8.load(new URLRequest("smallthumbs/portfolio08.jpg"));
thumbLoader8.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded8);
function thumbLoaded8(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader8);
thumbLoader8.x=826;
myscrollpane.update();
thumbLoader8.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio08.jpg";
var thumbLoader9:Loader = new Loader();
thumbLoader9.load(new URLRequest("smallthumbs/portfolio09.jpg"));
thumbLoader9.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded9);
function thumbLoaded9(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader9);
thumbLoader9.x=944;
myscrollpane.update();
thumbLoader9.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio09.jpg";
var thumbLoader010:Loader = new Loader();
thumbLoader010.load(new URLRequest("smallthumbs/portfolio010.jpg"));
thumbLoader010.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded010);
function thumbLoaded010(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader010);
thumbLoader010.x=1062;
myscrollpane.update();
thumbLoader010.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio010.jpg";
var thumbLoader011:Loader = new Loader();
thumbLoader011.load(new URLRequest("smallthumbs/portfolio011.jpg"));
thumbLoader011.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded011);
function thumbLoaded011(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader011);
thumbLoader011.x=1180;
myscrollpane.update();
thumbLoader011.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio011.jpg";
var thumbLoader012:Loader = new Loader();
thumbLoader012.load(new URLRequest("smallthumbs/portfolio012.jpg"));
thumbLoader012.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded012);
function thumbLoaded012(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader012);
thumbLoader012.x=1298;
myscrollpane.update();
thumbLoader012.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio012.jpg";
var thumbLoader013:Loader = new Loader();
thumbLoader013.load(new URLRequest("smallthumbs/portfolio013.jpg"));
thumbLoader013.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded013);
function thumbLoaded013(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader013);
thumbLoader013.x=1416;
myscrollpane.update();
thumbLoader013.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio013.jpg";
var thumbLoader014:Loader = new Loader();
thumbLoader014.load(new URLRequest("smallthumbs/portfolio014.jpg"));
thumbLoader014.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded014);
function thumbLoaded014(event:Event):void {
//add the thumbnail to the allthumbnails instance
allthumbnails.addChild(thumbLoader014);
thumbLoader014.x=1534;
myscrollpane.update();
thumbLoader014.addEventListener(MouseEvent.CLICK, loadMainImage1);
function loadMainImage1(event:MouseEvent):void {
largeUILoader.source="largeimages/portfolio014.jpg";
//added the next button function
next_btn.addEventListener(MouseEvent.CLICK,nextImage);
//variable is a container that holds some value...
var imageNumber:Number=1;
function checkNumber():void {
next_btn.visible=true;
back_btn.visible=true;
//if the imageNumber is = 14,then do something...
if (imageNumber==14) {
trace(imageNumber);
next_btn.visible=false;
//if imageNumber is = 1, then dont show back button..
if (imageNumber==1) {
trace(imageNumber);
back_btn.visible=false;
checkNumber();
function nextImage(evtObj:MouseEvent):void {
trace("nextimage");
//adding to the current value+1
imageNumber++;
largeUILoader.source="largeimages/portfolio0"+imageNumber+".jpg";
checkNumber();
//added the back button function
back_btn.addEventListener(MouseEvent.CLICK,backImage);
function backImage(evtObj:MouseEvent):void {
trace("backimage");
//subtract 1 from the current value...
imageNumber--;
largeUILoader.source="largeimages/portfolio0"+imageNumber+".jpg";
checkNumber();

You need to have each thumbnail change the value of the variable imageNumber when you select from the thumbnails.  You can see how it changes when you use the next and previous buttons, but there's nothing to change it when you select a thumbnail that I can readily see.

Similar Messages

  • Mountain Lion showing red tints over images,thumbnails and buttons

    Hello everyone, I've been having an issue ever since I updated to mountian lion a few weeks ago.
    Images are showing up with red tints over them for no reason, and I'm not sure what's going on.
    Here is a few examples.
    I have a Macbook Pro Mid 2009 edition.
    Thank you for your help,
    -Max

    Here is a link to them,
    http://imgbin.org/index.php?page=image&id=9164
    http://imgbin.org/index.php?page=image&id=9165
    http://imgbin.org/index.php?page=image&id=9166

  • HP DV8000 blinked power led and button. Help please

    hello.
    i have notebook HP DV8000 and i dont know why but notebook is not running. in video is a problem. (Batery is out) 
    https://www.youtube.com/watch?v=TAXQZp4q8NM
    please help. 

    Hello @Radudu999 ,
    Welcome to the HP Forums! I hope you enjoy your experience!
    I understand your computer will not start properly. I will do my best to assist you with this issue! To troubleshoot, please try the steps in this HP document: Computer Does not Start
    This document contains steps such as resetting the notebook and more, corresponding to the exact symptoms. I believe this document will resolve the issue. If not, I would contact HP phone support for hardware assistance. You can utilize this website to learn how to contact HP appropriately, based on your region: Contact HP Worldwide
    Please let me know if you have any other questions or concerns. Thanks for bringing this issue to the HP Forums. Have a great day!
    Mario
    I worked on behalf of HP.

  • Insert static picture between thumbnails and sliding pictures

    Hello everybody,
    I try to create a fullscreen slideshow behind a static picture with transparent areas in muse ... unsuccessfully!
    In the fullscreen background should be the changing pictures.
    Over these sliding pictures, one static picture with transparent areas, fullscreen (important!), so that you can see parts of slideshow.
    And in the foreground has to be the thumbnails and buttons trigger to control slideshow.
    How can I insert a static picture between thumbnails and sliding pictures?
    Thank you!

    http://www.auttec.de/cross_test/

  • Gui labels and buttons not showing...

    I am using Java to create a gui and so far I have everything working.
    But there is a section of code thats not working out and Ill post the whole file here (not very big) to let you guys see whats going on. The issue lies in the action listner where I state "if a text feild is empty, display the option pane, else show the following" and its not showing the labels and buttons.
    Help?
    package student.information.search;
    import javax.swing.JFrame;
    import java.awt.GridBagLayout;
    import javax.swing.WindowConstants;
    import java.awt.Rectangle;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import java.awt.ActiveEvent;
    import java.awt.Frame;
    import java.awt.GridBagConstraints;
    import java.awt.Insets;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JTextField;
    import javax.swing.JButton;
    import student.information.readonly.ReadOnlyStudentForm;
    public class StudentSearch extends Frame implements ActionListener
       JTextField textField = new JTextField();
       JFrame frame = new JFrame();
       JPanel contentPane = (JPanel) frame.getContentPane();
       GridBagLayout gridBagLayout = new GridBagLayout();
        public StudentSearch()
            gridBagLayout.columnWidths = new int[]{20, 0, 12, 137, 17};
            gridBagLayout.rowHeights = new int[]{26, 0, 6, 0, 20};
            gridBagLayout.columnWeights = new double[]{1, 0, 0, 0, 0};
            gridBagLayout.rowWeights = new double[]{0, 0, 0, 0, 1};
            contentPane.setLayout(gridBagLayout);
            JButton button = new JButton();
            button.setText("Search");
            button.addActionListener(this);
            contentPane.add(button, new GridBagConstraints(3, 3, 1, 1, 0.0, 0.0, 13, 0, new Insets(0, 0, 0, 0), 0, 0));
            textField.setColumns(8);
            contentPane.add(textField, new GridBagConstraints(3, 1, 1, 1, 0.0, 0.0, 768, 2, new Insets(0, 0, 0, 0), 0, 0));
            JLabel label = new JLabel();
            label.setText("Student Seach");
            contentPane.add(label, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
            frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
            frame.setTitle("Student Search");
            frame.setBounds(new Rectangle(500, 0, 500, 320));
            frame.setVisible(true);
       public void actionPerformed( ActionEvent arg0)
            if (textField.getText().equals(""))
              JOptionPane.showConfirmDialog(null, "Please enter a value in the search feild", "Error", JOptionPane.OK_CANCEL_OPTION); 
            else
               //Show the text fields here and the user information. 
                 *  While there are students for this search, change the text fields to Name, Last Name and ID and have a button called
                 *  View that when clicked allows for you to view all that students information.
                JLabel firstName = new JLabel();
                firstName.setText("Label");
                contentPane.add(firstName, new GridBagConstraints(5, 5, 1, 1, 0.0, 0.0, 768, 0, new Insets(0, 0, 0, 0), 0, 0));
                JLabel lastName = new JLabel();
                lastName.setText("Label");
                contentPane.add(lastName, new GridBagConstraints(3, 5, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
                JLabel studentID = new JLabel();
                studentID.setText("Label");
                contentPane.add(studentID, new GridBagConstraints(1, 5, 1, 1, 0.0, 0.0, 256, 0, new Insets(0, 0, 0, 0), 0, 0));
                JButton viewStudentInformation = new JButton();
                viewStudentInformation.setText("Search");
                viewStudentInformation.addActionListener(new ActionListener()
                        public void actionPerformed(ActionEvent e)
                               //For viewing individual student information
                                new ReadOnlyStudentForm();
                contentPane.add(viewStudentInformation, new GridBagConstraints(7, 3, 1, 1, 0.0, 0.0, 13, 0, new Insets(0, 0, 0, 0), 0, 0));
    }

    In general when adding or removing components for a visible GUI you need to use:
    panel.add(...);
    panel.revalidate();
    panel.repaint();

  • Firefox doesn't display Amazon.ca website properly. Text is missing and some navigation button texts are screwy. Older version of FF worked well but each time I upgrade the same thing happens. Help!

    With each new version of Firefox, I run into the same issue with Amazon.ca (amazon.com works fine). For instance, on Amazon.COM the links for my account and help are stated as "Your Account | Help". On amazon.CA the links for my account and help are stated as "your-account_279 | topnav-help_1057".
    When I log into my account on Amazon.COM I have a web page with text and buttons and links. all functioning. When I log into my account on Amazon.CA I get nothing except two orange buttons - "Your Orders" and "sell my stuff". everything else is blank.
    This has happened with each upgrade of Firefox. It seems that Amazon.CA finally gets their coding right and FF comes out with a new version which then screws the website up. are you making your upgrades available to Amazon.CA?
    And just so you know, The same thing happens on IE and Chrome.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also [[Websites look wrong]]

  • ARB Issue Committed:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C62B9EEA.82F3%[email protected]>
    Thread-Topic: ARB Issue Committed:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uACeTE1U
    In-Reply-To: <C6277898.7F37%[email protected]>
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324878165_1545235"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324878165_1545235
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    the  ARB issue at:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+declara
    tive+states
    has been updated with a decision (in short, keep the status quo).
    Ely.
    --B_3324878165_1545235
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>ARB Issue Committed:  Button navigation and Declarative States<=
    /TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><=
    SPAN STYLE=3D'font-size:11pt'>the  ARB issue at:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    has been updated with a decision (in short, keep the status quo).
    Ely.
    B_3324878165_1545235

    graf_ix_guru wrote:
    >
    > Hey everyone I am new, and really could use some help.
    > I have created button symbols in Fireworks with Pop-Up
    Menus. As of right now
    > I have 4 states. The up, over, down and over while down.
    Everything is working
    > great except when the user clicks on the navigation
    button they get taken to
    > the top of the page.
    On click should open a new page, yes? So it won't matter.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a &#39;null pointer exception&#39;. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • My iPad frequently locks up, even after updating to iOS 7.1.  When it locks up it's nonresponsive to the home button and the only remedy is to force a shut down and reboot. Help!

    My iPad frequently locks up, even after updating to iOS 7.1.  When it locks up it's nonresponsive to the home button and the only remedy is to force a shut down and reboot. Help!

    DEVICE NOT RECOGNISED IN ITUNES
    If you have connected your device to your computer and it does not appear in the side bar in iTunes then for Windows computers read http://support.apple.com/kb/TS1538 or if you have a MAC then read http://support.apple.com/kb/ts1591 for troubleshooting steps.

  • I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    Try asking in the Premiere Pro  forum seems to be an Adobe Lab for Premiere Pro

  • Help with Quiz pages and buttons (please)

    We use Captivate 6 with a subscription. I have put together a couple of modules with question pools, and some with just a few questions pages inserted. The last time I created a new captivate project, I put inserted quiz pages and the buttons were different then they had been before. The first few times they were grey, now they are green and a bit smaller. Looking at the proporties for each page and button, I cannot see anything that is different othe than one is a text button and the other is a transparent button. Both buttons are marked as default quiz button style. I don't use any themes. To make this short, I would like to know if there is a way to make the buttons the same every time I add a page, or a pool? I am not yet up to designing my own buttons, but probably will here shortly. Right now I need to get some training modules completed as quickly as possible so I don't have the time to reinvent the wheel (so to speak). The only other thing that I noticed was different in the projects was that in the skin editor one uses one called [default](modifired) and the other one uses one that I created. HOWEVER, I have another one that uses my custome skin and the buttons are grey on that one which is the same as the default one. I don't think the skin has anything to do with the button look. Correct me gently if I am wrong on this.
    Thanks for the help.

    Just one remark: in CP6 you always use a theme. And quiz slides have their own master slides, that will always be used. The buttons take on the style you see on those master slides, and this style can also be found in the object style manager. Skin and object styles are part of the theme. Probably you have overridden some of the styles defined?
    Lilybiri

  • In Iphoto i dragged a group of photos into a folder on the desktop, they went in as thumbnails and i don't know how i did that. can anyone help me do that again

    in Iphoto i dragged a group of photos into a folder on the desktop, they went in as thumbnails and i don't know how i did that. can anyone help me do that again

    Don't you mean Photos or are you still using iPhoto with 10.10.3?
    Normally one gets the preview version of a photo or the edited version if it's been edited when dragging from a thumbnail to the Desktop.  Don't know how you would have gotten small thumbnail versions.

  • Help with adjusting spacing between thumbnails and image in slideshow

    How can I adjust the spacing on the slideshow page?
    Customer wants more space between the thumbnails at the top and the image(s). Can I move the image & navigation tool or adjust the image size relative to the thumbnails and navigation tool at the bottom?
    Although I'm familiar with html source code and working on simple stuff at that level, I have yet to locate it in iWeb and make any adjustments.
    If anyone has step-wise instructions, I'd appreciate it. Thanks much.

    Although I'm familiar with html source code and working on simple stuff at that level, I have yet to locate it in iWeb and make any adjustments.
    iweb photos page's elements: header controls, detail view and footer controls are generated by ajax widgets, so there is nothing to in page source for you to find.
    If anyone has step-wise instructions, I'd appreciate it. Thanks much.
    that would be the instruction on how ajax widgets build photos page... there is none.
    you can send feedback to apple and ask for details on iweb widgets and tools to build widgets.
    that said, it can be done... check out with safari: http://temp.cyclosaurus.com/DetailView_Rearranged/Photos.html
    code is linked to my example, i don't do tutorial.

  • Missing thumbnails and previews Bridge CC x64. Help!

    Week ago have missing thumbnails and previews in Bridge CC x64.
    Where are no thumbnails cannot preview and open in photoshop.
    What can i do? Please help!
    Thanks!

    Thanks, station_two!
    I have surprised there all pictures from OneDrive on Windows 8.1.
    When i copy those out of OneDrive thumbnails generated
    Then copy all folder with images back and all works good!
    Very strange. But good!

  • Browser Back Button and form navigation

    Some times when you use browser back button and adf-taskflow navigation buttons, validation on form fails, witout having made any change even with enabled token validation.
    Reproduction steps on HR schema:
    1. Create QueryDepartment and EditDepartment Views and navigation rules in adfc-config.xml
    2 Create ADF view only table page for QueryDepartment selectable, and add navigation button to go to EditDepartment
    3. Create EditDepartment form with navigation buttons and button to navigate back to QueryDepartment
    test:
    1.Run QueryDepartment and select a department
    2.Go to Edit Department using navigation button
    3.Navigate to next department pressing the 'Next' button
    4.Navigate back using the Browser Back button.
    5.Try to navigate back to QueryDepartment using the navigation button.
    My result is validation error on DepartmentId field 'Error: JBO-25013: '
    Is this a bug or am i doing something wrong?

    Hi,
    maybe I don't get it, but as I understood you have problem with focus on select button. So why don’t you set focus onLoad on another element of your page?
    Something like onload=”$x(‘ELEMENT_NAME’).focus()”;
    Regards,
    Przemek

Maybe you are looking for