miniature and help button to the navigation

I would like to start by saying that I am very new to this and work on a portfolio in flash CS4 site and currently getting help through the Lynda.com tutorials. Now my problem is in the portfolio section, I want a preview of the photos as a thumbnail on the bottom with a scroll bar to scroll through all, but at the same time I would like to have buttons to navigate through these photos at the same time. I got to work, the only problem is that I'm using the buttons to navigate but then stop and go to the scroll bar on the bottom and click on the the three of four photos in front of where I left off the coast, to the image loading and fine but when I go back to the buttons he continues off the coast where it left last not where I clicked the scroll bar. Don't know if you can follow this, but if he does not ask questions I have really no idea on how to do this so any help is greatly appreciated.

Here is the code that I currently have:

myscrollpane.source = allthumbnails;

loading 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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 for the instance of allthumbnails

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 contains a 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 do not 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 function of the "back" button

back_btn.addEventListener (MouseEvent.Click, P:System.Windows.Forms.datavisualization.charting.series.backimage);

function backImage(evtObj:MouseEvent):void {}

trace ("p:System.Windows.Forms.datavisualization.charting.series.backimage");

//subtract 1 present value...

imageNumber -;

" largeUILoader.source="largeimages/portfolio0"+imageNumber+".jpg ";

checkNumber();

}

You must have every change in the value of the variable imageNumber thumbnail when you select in thumbnails.  You can see how it changes when you use the next and previous buttons, but there is nothing to change when you select a thumbnail I can see easily.

Tags: Adobe Animate

Similar Questions

  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • How to create a help button on the Panel before the VI?

    Hello

    I want to create a button for example a help button on the front of the VI so pressing that any new user can open folder in which I store some guidance assistance.

    Means do I have a folder on my desktop that I save all data which should prove useful for new user so if some new user want to run the program, and he has no idea how to run the program then he can simply press the help button and after pressing this issue of aid will be open then read then user instruction may start the program.

    Hope you get my point.

    Thank you very much.

    I think the problem is now resolved...

    Here I attached screenshot of the solved problem that might be of help.

    I thank very you much for your help and your time.

  • Cannot display the Favorites button in the navigation of acrobat reader dc

    Cannot display the Favorites button in the navigation of acrobat reader dc. the document shows the Favorites in the earlier version of the adobe reader software. Any suggestions?

    Hi Sukritd15,

    I solved my problem! I had uploaded a PDF of a Mac OSX book

    10.7.5 with Adobe Reader XI (11.0.10) to another Mac OSX 10.9.5 and

    Adobe Acrobat Reader DC (2015.007.20033) via Dropbox. The transfer is wiped out

    all the bookmarks, including the Favorites button in the Navigation pane, because

    When I downloaded a new copy of the PDF book features

    has operated normally in Adobe Acrobat Reader ms.

    See you soon,.

    Barry

  • Tools-options-customize-disable 3rd party cookies window is great and save buttons at the bottom of the screen don't show up so I can't change anything or scroll or mak

    Tools-options-customize-disable 3rd party cookies window is great and save buttons at the bottom of the screen don't show up so I can't change anything or scroll, minimize the window somehow

    Hello, please try to start firefox in safe mode - interferes probably an extension or theme...
    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Quit Safari, Chrome to quit smoking. If necessary Forcequit.

    Start Safari while holding the SHIFT key, select the menu Safari ClearHistory, then after this check that the homepage is the one you want.

    Do the same for Chrome.

    Close all browsers, restart the mac.

  • Lost the back, front, refresh etc. buttons on the navigation bar. Everything on the fact help page and nothing works

    I have the navigation bar checked, restore the default toolbar, reset firefox, restarted with Add ons disabled, restarted the computer, restart firefox and update my plugins. Firefox is also updated. Nothing works. Thank you for your help and care.

    When you open the toolbar customization panel, the Stop/Reload point at the end of the address bar will be "magically" turn into buttons that can be dragged around. If you put them next to each other, they will be combined into a single button, but if you want them separate, I think you can, but a separation between them.

  • Help re - bind the Navigation buttons

    I have Adobe Flash CS3 Pro.

    I have a header navigation file supplied with my flash Web site template and I find it difficult to make sense of the actionscript. It has a logo with effects, 5 buttons main nav that move and two additional link above the navigation bar buttons. For now, let's focus on all the Navigation buttons. Here's what I've collected. I have several buttons text on a movieclip, and I successfully edited the text for each button. If I look at the actionscript code in the top layer of this movieclip I see:

    "gotoAndStop (parent._parent.num);"

    I also have a movieclip symbol separated (with effects) with 5 layers of buttons listed in the actionscript code with the following actionscript code associated with each key of numbers from 1 to 5:

    onClipEvent (load) {}

    Num = 1;

    }

    onClipEvent (load) {}

    Num = 2;

    }

    onClipEvent (load) {}

    NUM = 3;

    }

    onClipEvent (load) {}

    NUM = 4;

    }

    onClipEvent (load) {}

    NUM = 5;

    }

    On the top layer of these 5 buttons, I have the following actionscript code:

    Stop();

    This ["Item" + _root. Button] .gotoAndPlay ("S1");

    _root. Link = _root.button;

    I also have a symbol to separate with the following actionscript code button:

    on {(overview)

    If {(_root.link <> 1)}

    menu. Item1.gotoAndPlay ("S1");

    }

    }

    on (releaseOutside, deployment) {}

    If {(_root.link <> 1)}

    menu. Item1.gotoAndPlay ("S2");

    }

    }

    on (release) {}

    If {(_root.link <> 1)}

    _root.menu ["Item" + _root. Link] .gotoAndPlay ("S2");

    _root. Link = 1;

    getURL ("index.html");

    }

    }

    Now, my Web site template came with pages of html 5 that my flash navigation buttons are: (index.html, 1.html - index, index - 2.html, index - 3.html, index - 4.html, index - 5.html). My problem is that I created a new page (index.html, about.html, featured.html, projects.html, contact.html). I wish all 5 buttons to match these pages, not existing pages of standard "index - tswan.html.

    In addition, this probably isn't relevant, but each html page has something to that effect so I can see how they correspond to each button.

    < script type = "text/javascript" >

    var fo = new FlashObject ("flash/menu_vf8.swf? ") button 2 =', the 'head', '100% ', '144', '7', ' ');

    fo.addParam ("quality", "high");

    fo.addParam ("wmode", "transparent");

    fo.addParam ("scale", "noscale");

    FO. Write ("Head");

    < /script >

    I guess my real question is: what actionscript should I update or delete the nav button LINKS to work with my new html rather than the pages of index pages - tswan.html 5 standard he wants automatically a link to?

    When I try and add a "getURL" command to each of the 5 buttons and test to preview the film, the links work, but it messes up the effects of the movieclip. In other words, the buttons do not move, they are immobile, but the links work. If I added this command to each key somehow, what actionscript would I need remove so there are no complications? I need help expertise here because it would be much appreciated. I am a novice with Flash script and its killing me that I can't understand it. I asked for assistance in support of the model and all they came back with the following message, it was, and it was not helpful:

    1. You need to duplicate each button you change - it is very important.

      (2) update the script to search in a similar way:

      on (release) {}
      If {(_root.link <>num)
      _parent ["Item" + _root. Link] .gotoAndPlay ("S2");
      _root. Link = num;
      If (num == 1) {}
      getURL ("index.html");
      } else {}
      getURL ("index-" + Number(num-1) + ".html");
      }
      }
      }

      Update for:

      on (release) {}
      getURL ("http://www.google.com");
      }

    menu.jpg

    Also, I read the following discussion, which was helpful to a certain extent, but it is not always answer my questions about links to work.

    http://forums.Adobe.com/message/3614092#3614092

    Can I make the code see you now, it's an approach I've seen somewhat regularly for AS1/2 designs.  These "num" values that specifies the html pages that are linked.  Each button is assigned a value of num, in your case 1 to 5.

    Based on the line of code...

    getURL ("index-" + Number(num-1) + ".html");

    I think that your header links pages were named index - 1.html thru index - 4.html.  If you can see why I say that there is hope, that you can fix yourself.

    If you want to bind the new pages you either must name them agree with this convention, sense rename index about.html - 1.html, rename featured.html index - 2.html, etc... or change the way the values num are defined or updated profit.

  • DVD/CD player still works, but it won't open and close button on the PC! Any help out there?

    For some reason, a few months back, my Player DVD/CD writer decided it would not open or close more but it still works as usual when a disc is in, and it will be ejected when I go to the icon on the desktop, as well, but as there is no close button, it closes. I checked the disc and the info about it by going to 'start' and 'computer' and all that, and he says it works fine and the driver is fine, but is obviously not a reason any. It is an Atapi DVD A DH16AASH ATA device and it is a burner. I was going to download the so-called ErrorsFixer.com/Microsoft, but felt a little uncomfortable because I am always wary of download anything really. Someone at - it gives a few tips?

    Either said by the way, not at all important, how to change your password on your Microsoft account?

    The reader can be closed by pushing gently on the status bar. Once started, the tray retracts completely.

    If the player is behind a cover - the front hidden - it has probably moved slightly so that the external button is no longer comes into contact with the button on the front of the drive. If so, you must remove the covers on the side of the box and adjust the position of the car until the buttons respond and operate properly.
    If the button on the drive itself no longer works, you can either go as you are, or replace the disc. It is not economical to repair a DVD player.
  • When I finally got to work at all, there is no help button on the update of firefox. How can I get my settings in the desktop folder "old data firefox /.

    I can't find a help button when I click on the 3 lines. When Firefox put updated this morning, it wouldn't go at all online. Now I have it again, and my data is saved on my desktop in a folder called old Firefox data. I do not know how to find 'profiles' and I don't know how to reload my data. I seem to have my correct taskbar. I don't have my full list of search engines. My Favorites seem to be there. My download record is not.

    Happy to help you. Unfortunately, the help button is smaller than all the other icons, and there are no settings to enlarge.

    Occasionally Flash has issues, but usually update it is the safest road, because they usually contain important security fixes and performance updates. One thing I should mention is that the download link almost always contains an optional offer for the McAfee toolbar - you don't need to install Flash if you do not want it, you will need to disable this check box in the middle of the page.

    If you have a problem in Firefox because of Flash please create a new thread, we will be happy to help you.

  • How to restore the new tab button in the navigation menu when it is not available in the Customize?

    The new tab button disappeared from my navigation menu. None of the changes or upgrades have been made. While all subjects of support suggest going to customize the toolbar, the new tab button is gone either. There in the morning, disappeared in the evening without apparent reason. The + is at the end of the series of tabs, but not in the navigation toolbar and tab add + is NOT anywhere on a page it there is that a single label. I HIDE TAB BAR WITH ONE TAB 1.1 but have had for weeks, and the new tab button was always there. How to restore the button tab on the Navigation bar if it is not available in the choice to customize the toolbar?

    Don't you see the new tab button on the tab bar if you open the window customize?

    If you do not see an item on a toolbar in the toolbar palette and then click the button "Restore default" to restore the default toolbar configuration

    You can check the problems caused by a corrupt localstore.rdf file and try to delete this file.

  • Is it possible to change the location of the "home" button in the navigation bar?

    The Home button is in an awkward position, and I want to move it to the left side of the navigation bar.

    Excellent! Thank you very much!

  • Frozen opening control and shutter button after the firmware update.

    I've updated my sony nex 6 to the latest version of the firmware 1.01. After that, I noticed sometimes my camera froze. The opening is indicated as - and the shutter button does nothing. I have to remove the battery and put it back to make it work again. Sometimes with my zeiss lens and more often with my goal of 18200LE. Not sure how to work around this problem and what is the problem. I've reached a point of almost fed up with my camera. Need help!

    The exact model is SEL24F18 zeiss 24mm f1.8 on the latest firmware. Camera and the lens are on the latest firmware. Sometimes, the camera shows the f-stop and I have to remove and replace the battery to operate.

  • Use of the front and back buttons on the ergonomic keyboard 4000

    Title: Back and forward buttons

    What to do the back and buttons before just below the SPACEBAR of ergonomic 4000 keyboard. Nothing in the manual about what they are for, when others touch programming that they are not listed. And when I press on them, nothing happens. I run windows 7

    Title: Back and forward buttons

    What to do the back and buttons before just below the SPACEBAR of ergonomic 4000 keyboard. Nothing in the manual about what they are for, when others touch programming that they are not listed. And when I press on them, nothing happens. I run windows 7

    have your help I tried before and buttons to the rear while a Web browser, or an image viewer is open?

  • AF:dialog define the type and Ok button at the bean actionListener

    Hello Experts,

    I use Jdev 11.1.1.7 could you help me understand how to set the type of an af:dialog to okCancel, and tap the Ok button on an actionListener method which I prefer?

    Thank you, Atanas.

    AF:dialog has dialogListener (if you do not need any actionListener)

    See this example: http://www.techartifact.com/blogs/2013/03/handling-ok-and-cancel-button-in-afdialog-using-popup-in-oracle-adf-by-dialoglistener.html#sthash.Q6xfNErm.dpbs

    Or you can use 'buttonBar' side to place your own buttons: http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_dialog.html and their son to actionListener.

    Dario

Maybe you are looking for

  • Wait step execution completed

    Hello I use the COM adapter to call the TestComplete application.  There are several steps in the sequence file, which is to run a script given in TestComplete.  However TestStand doen't expect the TestComplete finish executing the script, beforeproc

  • change the primary address of the live ID account

    I have a windows livve id associated with an email account that I no longer have access. It is also linked to an email that is not verified who I would like to make my main address. My mbilé phone number has also changed, since it is an old account.

  • several channels switch scanning DMM

    Hello I use DMM (PXI of NI 4071) and switch (NI TB 2627). I want to make the measurement by scanning of a channel, then start to measure, after that, go to another channel and start measuring again (the so-called syncronous). But I have problem in my

  • HP CLJ 4600n: 68,0 Permanent storage write Fail

    I got the "68,0 permanent storage write Fail" error popping up regularly on the printer.  It can be erased by pressing the loan, but he always returns shortly after.  I did an init NVRAM, which did not fix the problem.  The printer is on a network, i

  • FreeCell. A specific number of game.

    FreeCell.  From Windows 8.  If you select a specific number of game to play, why is it no longer count in the statistics?  Most people seem to play the games in numerical order, in order to have the increment statistics accordingly, you can check tha