Help an amateur?!

i need to write a program to print a calender, the difficult bit for me is writing a code to find leap years. how do i program my calender to know what year is a leap year? starting from year 0.

if the year mod 4 is zero, then it is a leapyearNot true.
>>
if (year % 4 == 0 )
// leap year
}yes i was contemplating useing a series of if
statements, u made it sound so easy, is that going to
be a valid statement in jbuilder?Yes, the code is valid, but it will not identify leap years correctly. There are some special cases. This will work:     static boolean isLeap(int year) {
        if (year%4 != 0) {
            return false;
        return (year%100 != 0) ? true : (year%400 == 0);
    }If I remember correctly there is also an isLeap()-method in GregorianCalendar or something

Similar Messages

  • Logic 8- Midi issues-Please help an amateur!

    Hi,
    I have trawled the Logic 8 manual but my head is melted reading it. Basically I have two queries. I’m a total amateur, as you will soon see from the questions I’m about to ask, with a project due so the pressure is on.
    Can I put a fade in/fade out on a midi region? There are a number of different instruments playing simultaneously and I want them to all fade out together naturally enough. I think it’s something to do with Hyperdraw maybe or Automation?
    Also, how can I put say a bit of reverb on one midi region? For example I have a lot of virtual piano on my music but in some sections I want to give it a different feel. Can I put the reverb on just one segment without having to apply it the whole way through the region and if for example there are 4 or 5 instruments playing together can you put reverb just on one instrument? I probably need a crash course in mixing but help greatly appreciated.
    Thanks

    The first thing to realise, is MIDI is not sound. MIDI is just a series of instructions "Ok, play me a C3 quite hard now", and it's the instrument itself that resonds to these instructions and makes a sound.
    Can I put a fade in/fade out on a midi region?
    Yes, if you want to do this via MIDI (ie, put in a MIDI instruction that says to the instrument "Ok, please reduce your volume", you need to use a MIDI Volume message.
    The easiest is probably to select your region, enable Hyperdraw on Volume, and draw in your fade where you want it.
    I think it’s something to do with Hyperdraw maybe or Automation?
    Automation is a way of automating the mixer. You so far haven't said what instrument is making your sound - a MIDI region could be playing back an external keyboard, or it could be playing back a software instrument inside Logic. If the former, you can't directly use automation. If the latter, you can, as the "sound" is already inside Logic.
    Also, how can I put say a bit of reverb on one midi region?
    Again, thinking about it logically - you can't put reverb on some instructions, that doesn't make sense. You have to put reverb, which is an audio process, on the instrument playing the notes. Assuming you are using a piano sound inside Logic, then you can insert a reverb plugin on that audio channel the sound is coming through.
    (I'm trying to keep this fairly simplistic.)
    For example I have a lot of virtual piano on my music but in some sections I want to give it a different feel. Can I put the reverb on just one segment without having to apply it the whole way through the region
    Remember, we are adding reverb to the "instrument", not the region containing instructions. Yes, there are many ways to achieve what you want, but some of these would take a little time to explain and I'm not sure you'd follow me. (I don't mean to sound patronising, BTW!)
    Typically, though this is not the only way, you'd put a reverb on a spare aux channel, and "feed" in the piano sound to this reverb. You can then automate this "feed" (called a bus send) so you can increase and decrease it throughout the song, to give you the desired increase or decrease in reverb.
    Are you comfortable using Logic's mixer, inserting plugins, sending audio through busses etc?
    if for example there are 4 or 5 instruments playing together can you put reverb just on one instrument?
    Yes - again, if you have the reverb directly on the one instrument channel, the other instrument channels don't have it on, and so will have no reverb. Or using the bus send method above, you send only the piano to the reverb, and nothing else, so only the piano has reverb.
    I probably need a crash course in mixing but help greatly appreciated.
    Yes, I really recommend getting some introductory MacProVideo.com Logic tutorials, or get a friend who knows Logic to walk you through some basics - it concerns me that you are working on a real project under pressure, and have very little knowledge of the basics. I mean, I admire you jumping in at the deep end, but it doesn't help if you drown on the first go...!

  • My iPad is disabled and won't connect to iTunes on any computer; I went to my iCloud and removed the iPad so it will erase all data when the iPad is connected to the internet (the original problem was a restrictions passcode we forgot)

    Here is the order of what I did to my iPad:
    1.  A restrictions passcode was put on and we couldn't remember it.  Despite numerous attempts at righting this, I couldn't. The iPad would not sync with any iTunes on any computer, Mac or PC.
    2.  I put a, 'use passcode after one minute' passcode on it and deliberately put in 10 wrong passcodes so it would disable the iPad.  Now it still will not connect to any iTunes.
    3.  I connected to my iCloud account and removed the iPad from the cloud; it says it will erase all iPad data when it connects to the internet.  I am fine with that, I need to know what to do now, though. iPad says, 'Connect to iTunes,' but it won't.  Please help this amateur of all amateurs!!

    See iPhone DFU mode explained, and how to enter DFU mode.

  • Need some guiding with my MacBook Pro memory upgrade

    i just bougth the PowerBook Pro. it's the 15.4-inch, 1.83GHz Intel Core Duo with 512MB (single SO-DIMM) 667MHz DDR2 SDRAM. i would like to upgrade the memory to 1GB (ideally i would like it to be to the max of 2GB but believe it or not i'm on a buget at the moment). do i buy just another 512MB chip or do i have to buy the 2 X 512MB kit or straight the 1GB chip?
    also, if you do have the time and feel like helping an amateur, how exactly does the amount of memory affect the speed performance of the programs? does higher memory only allow the better performance of more simultaniosly running programs or does it actually increase the speed they run in? every bit of info on this topic would help. thank you in advance. Michael

    i just bougth the PowerBook Pro. it's the 15.4-inch,
    1.83GHz Intel Core Duo with 512MB (single SO-DIMM)
    667MHz DDR2 SDRAM. i would like to upgrade the memory
    to 1GB (ideally i would like it to be to the max of
    2GB but believe it or not i'm on a buget at the
    moment). do i buy just another 512MB chip or do i
    have to buy the 2 X 512MB kit or straight the 1GB
    chip?
    if you have a 512 installed, you just buy one more 512 stick.
    there are only two slots for ram in your macbook...
    if you bought the 2x512 kit, you'd have one left stick
    left over... but the advantage here would be that you'd
    be installing 'matched memory'. this leads to some
    small performance gains which you may or may not
    ever notice, depending on how you use your machine...
    also, if you do have the time and feel like helping
    an amateur, how exactly does the amount of memory
    affect the speed performance of the programs?
    applications require memory to do stuff - they use
    it to store the information that they'll need to do what
    you asked them to do. more RAM means you can
    run more applications at once (and they'll all have
    all the memory they'll need), and for some intensive
    applications like photoshop and iMovie/iDVD etc, more
    ram allows them a lot faster...
    does
    higher memory only allow the better performance of
    more simultaniosly running programs or does it
    actually increase the speed they run in?
    yes, and if it's an 'intensive app', yes...
    you will likely notice the change from one 512 to two 512's,
    and you'll like it. going from 1GB total to 2GB total (but
    replacing both 512's w/ 1GB's) you might not notice for
    most of your day-to-day activities, unless those include
    somethign hard core (rendering in iDVD for example)...
    cheers
    every bit of
    info on this topic would help. thank you in advance.
    Michael

  • Images not showing up in Spry Data Set

    I'm hoping someone can help an amateur. I'm trying to use an xml file to display with Spry (Stacked containers with Spotlight, specifically). It a simple parts list, where there would be an image next to a stacked description/part#. The data shows up just fine. (I need to do some tinkering to display better) However, the image (just using one as a test) only shows up as the text of the image path.  I'm sure I'm doing something rather simple wrong, but I can't figure it out.
    Any help would be appreciated.
    url: http://kipco.ca/products.html
    xml:
    <?xml version="1.0" encoding="utf-8"?>
    <document>
    <row>
      <Image></Image >
      <Part_Number>WASTE CONTAINERS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>8-010</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5349</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5349 9WM</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>8-785</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>RV AND RV DM KIT</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>568</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>EZ</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WC</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image>images/products/4WCTM.jpg</Image >
      <Part_Number>4WCTM</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WCBM</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>LIDS</Part_Number >
      <Description>WASTE CONTAINER</Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>REPLACEMENT CONTAINERS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>LAZY SUSANS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6882</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5472</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6012</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6013</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6472</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WLS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>HARDWARE</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>BLIND CORNER OPTIMIZERS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5207</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5PSP</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>DRAWER ACCESSORIES</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>BDC</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CT AND UT</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>RT</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4SDI</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4PDS</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4KCB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WCTD</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>ST50</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WCT</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WKB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WUT</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>WALL ACCESSORIES</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5PD</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>3150</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>3250</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>3450</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4ASR</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4SR</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>432</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>448</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>447</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>SINK AND BASE ACCESSORIES</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5389</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5990</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6581</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>563</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>597</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>544</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5WB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5330</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>6551</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>548</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>448</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>447</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>432</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WP</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>RL</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>RAS ML HDCR</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CLOSET ACCESSORIES AND HARDWARE</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CH</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CHB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CJD</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>TRC</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>TBC</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CPDR</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>CSR</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>VANITY ACCESSORIES</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>VIB</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5590</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>445</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>448</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>432 BASE</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WH</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>COSK</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>HRV</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>HURV</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>HPRV</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>PANTRY ACCESSORIES</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number></Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5273</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>5276</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>4WP</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>432 TALL</Part_Number >
      <Description></Description >
    </row>
    <row>
      <Image></Image >
      <Part_Number>434 TALL</Part_Number >
      <Description></Description >
    </row>
    </document>
    Thanks!
    - Craig

    Try
    <div class="SpotlightColumn"><img src="{Image}" alt="Product Image"></div>
    Gramps

  • Relationship between the Koren Colour Management Model and PSE11

    I would like to relate the settings I apply to colour printing in PSE11 to the general model of Colour Management, in particular that described by Norman Koren(see his Papers on the internet). Then I will better understand what I am doing.
    I have an Epson printer and the driver contains the paper profiles for Epson papers.
    In principle, the Koren Model shows each device(camera image, monitor and printer) is linked through its Colour Engine(with the device profile infeed) to the central Image Working Colour Space.
    The PSE11 controls are:
    1. Printer Settings(through the Windows printer menus)
    2. Colour Management (through Edit->Colour Management, and
    3. Printer settings(through the File->print screens).
    1 and 3 are clearly associated with the printer. What happens when I select the options in 3? Am I modifying the paper profiles?
    Is there any control over the central Image Working Space? Is the Koren Model more complicated than the PSE11 Model?
    I know Colour Management can get very complicated - but I hope to find an explanation that will help an amateur photographer! 
    Grateful for any help.

    The menu edit / color management defines which color space will be used internally by Elements to record the edits which change the RGB values of pixels. A correct choice will insure a correct rendition on a calibrated display.
    Several cases :
    - the photo file is tagged for a specific color space. Then, if Elements can work internally with that color space, it uses it for the calculations. Contrary to common belief, Elements can work internally with other spaces than sRGB or aRGB. Lightroom users can easily check that a Prophoto tagged image can be processed in Elements. The picture is correctly displayed and when you 'save as' the checkbox for color space, it is in Prophoto RGB.
    - The photos are not tagged : that's where the options to 'optimize' for sRGB come into play. The internal working space will be assigned to the photo : sRGB to optimize for screen, aRGB to optimize for print.
    - Another situation : raw files. Raw data don't have a color space. They simply record the 'brightness' of the light gathered under the RGB filters. The correct 'white balance' and color space are defined in the conversion process. In the ACR module of Elements, there is no dialog for you to choose between sRGB or aRGB. The settings in your camera are ignored. Instead, ACR reads your choice for optimization in that edit / color menu. The conversion menu adopts the color space in that menu.
    So, that menu is mainly to define which color space will be chosen as 'working space' and what to do if that color space is not yet defined in the file metadata header.
    The printer and paper color settings are not taken into account here, only in the print module.
    Edit:
    I forgot to mention that the same edit / color menu is there to provide ways to convert to another color space (converting the RBG values, not only assigning a color space tag).

  • ThinApp Updated Package doesn't update existing Sandbox files

    This has to be a common problem, but the discussion topics are not quite the same scenarios. I must be using the wrong search terms to search by in the forums.
    First, the issue in simple terms.. and then greater detail:  I'm having an issue where a very simple app is created, but if the app is re-built with only a couple of changes, not all files in the "existing" users's Sandbox will be updated to reflect the change.  Meaning, if I maintain the same Sandbox path, and it is reused on the updated app, the sandbox will sometimes continue to use the old files from the prior build.
    Example:  Let's say the package consists of...
         ThinApp_Package.exe  (living in \\networkshare\AppHome)
                   App.exe  (original)
                   xxx.dll
                   yyy.dll              
                   user_settings.ini
                   another_config.ini  (original)
          SandboxPath=D:\SandboxFolder\
          SandboxName=App-Saved-Files           (Sandbox shows the original files above just fine)
    Now, if our developer creates a new "app.exe" and it uses a new statement to Read/Write in the "config.ini", I will recompile the app with those two files updated.
    When the new ThinApp package is launched, the new binary "App.exe" will be correct, but the "config.ini" that is being referenced is the OLD, prior file that exists in the Sandbox.  The Sandbox never updates it.
    If I delete the Sandbox, it will be recreated with the new and proper "config.ini" (but, of course all other custom settings for that user is lost).
         Rebuilt_and_Updated_ThinApp_Package.exe  (living in \\networkshare\AppHome)
                 App.exe  (updated)
                   xxx.dll
                   yyy.dll              
                   user_settings.ini
                   another_config.ini  (updated)
          SandboxPath=D:\SandboxFolder\
          SandboxName=App-Saved-Files          
    (The updated "App.exe" runs fine and as expected, but continues to refer to the original "another_config.ini" in the Sandbox from the prior build and does not update... so I have no choice but to delete the Sandbox and lose the users settings)
    More details:  If this is not a common, simple issue (which, I'm sure it is, and I'm overlooking something... I'm not too skilled with ThinApp).
    The App is centrally hosted on a network share (has run this way since Thinstall days), I don't recall the issue before, so I must be triggering it somehow.
    The overall age of the sandbox is not that old.  I can recreate the issue starting with a new Sandbox and then updating the package once.
    The Sandbox is a forced path to the Local User's D_Drive, in a common accessible area for all.
    The Package is WRITECOPY, except for the one sub-folder where the EXE and INI exist, that one folder is FULL (This is due to the App needing to be on the C: drive, but the current company Administrative rules won't allow writing to the C: Drive.
    It is an older 32bit, Visual Basic compiled app, running on Windows 7 (64bit).
    Just as a quick test I have asked the developer to always write a new "config.ini" that creates a time entry on launch, so that the file is forced to be changed (thinking a forced change in the file should force it to the sandbox... but that has no affect, it still does not update the sandbox.
    We have several, similar programs of that hosted in the same manner.. and have for years.  But, it appears that this one is giving me a hassle and I cannot pinpoint the change that causes this behavior.
    So, I guess a general question is, "What is the decision process within ThinApp that would direct the application to view Sandbox Content over -internal- compiled content if the internal content is newer or different size?"  The only common thing between the compiled content and sandbox content is the file name.
    Thanks for helping an amateur.

    Hey there, thanks for the reply.  The project's Default isolation is "WriteCopy".  But the folder that contains the config.ini file is "Full".  (stated in the original post).  You can view the INI the sandbox just fine, as expected... except now it is not updating with the one in the package.   There was never an answer, so I had no choice but to delete the Sandboxes... it is fine now.  But it would be nice to know how/why ThinApp will suddenly misbehave and not update the file.  Reading some undertones in other posts, it seems to happen now and then.
    Thanks again.

  • Unsafe Operation error/Local preview

    Hello,
    I am using a Flash extension (Slideshow Pro) to put together
    a slideshow. Just upgraded to CS3 from StudioMX 2004. I'm using the
    newest version of the extension to create new SWF files but getting
    the "Flash has stopped a potentially unsafe operation" error when I
    try to preview them locally in HTML.
    I have been to the security setting manager several times,
    allowed individual links as well as the directory I am working in,
    they appear in the "allow" list as they should, however I still get
    the same error (yes, I've re-published and re-started everything) I
    understand that this error is related to older security settings,
    but why am I getting it with newly-created files?
    If it matters at all the image manager I am using is
    Slideshow Pro Director, which resides in my root directory and
    provides xml feeds for the slideshows.
    Thanks in advance for helping an amateur out! Molly

    Welcome to our community
    You see this dialog because of Flash Player security. When you run your project from the local C drive, you are in very unsafe territory from the perspective of the Flash Player. Flash Player then blocks certain actions until you specifically configure it to say the folder where you are running the SWF is "Safe".
    These restrictions aren't imposed if you place the content on a web server, as the web page is automatically in the "safe" zone. So once you upload to a web server, you have no concerns. Your end users will not see the message you are seeing.
    There is more at the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Change sharing account on iphoto

    Please help an amateur! I let my friend share pictures from my Macbook on her facebook wall, before I'd ever done that myself, and now I just cannot find a way how to log out and change the account. How do I do that? How do I share the pics on my own FB wall?

    iPhoto Menu -> Preferences -> Accounts ->
    Delete her settings and add your own.

  • Newbie Use of BaslerA504kCommand.vi

    Dear all,
    I have a Basler A504k high-speed camera, and I wish to use it to take high-speed images (500 fps) of air bubbles floating through water to impact against a hard metal surface.
    I have LabView, and I've downloaded Enrico Segre's BaslerA504kCommand.vi.
    I have a very newbie question to ask: how do I go about actually using Segre's code to use my A504k? I don't want anything fancy; I just want to record high-speed videos over a couple of seconds, and be able to replay it at a slower rate at another point in time.
    Please try not to use any technical jargon; I would just like some simple instructions for using my equipment, that's all.
    As you can see, I also have a Basler CCT+ and NI Measurement and Automation software. Will also appreciate if anyone can show me how to record and playback using these software instead of LabView. 
    My advance eternal gratitude to anyone who can help this amateur with this problem. 

    I just want some guidance on how to use Segre's code for LabView. I just need a simple, no-frills overview of how to actually use the LabView code for changing framerates, taking recordings, that sort of thing.
    Any extra guidance on CCT+ would be helpful, but optional since I recognize that this is a LabView forum.
    Many apologies for the screenshots; I was in a bit of a rush to use Print Screen on my lab's computers.

  • Syncing deletes my playlists. Aaaaaargh!

    If I set up a playlist on my iphone 4 it gets deleted whenever I connect to my computer and sync. Its almost like my phone playlists get replaced with only the standard playlists that are in my itunes. I can't get mine in there though as they get deleted first. Catch 22
    Can someone please help an amateur like me out as its driving me mad.
    Thanks,
    Jonathan

    What is you sync again?
    It sounds like you synced to another computer or the iPod thought your computer was a new one. If you do then the media on the iPod gets deleted and replaced with what is in the iTunes library of the new computer.

  • Amateur need help about mac pro buttons

    I have the macbook pro late 2011 run with mac os X 10.7.5 . now i have a problem with the keyboard button . the problem is the volume button doesnt work but it work when i connect the headphone in or connect with the hdmi cable for using with TV . Anyone can help please ????

    Is the problem that the button does not work or that the speakers internal in the MBP are not working?
    Ciao.

  • Help for a rank amateur, please...

    I can't figure out where my music files are supposed to reside. I get exclamation points next to every title, but then can locate the files for iTunes. My music files location is as following example:
    C:/USER1/My Documents/My Music/iTunes/Artist/song.mp4
    So, it appears that this is not where iTunes looks for my music files, so where should I move them to?
    Thanks in advance!
    Amateur
      Windows XP  

    Normally, with default location, the location would be C:\documents and settings\user\my documents\my music\itunes\itunes music\artist\album\track
    Are you moving the file around yourself. This will make itunes show the ! because it can't find the files if you move them.

  • Super amateur question follow-up (URL help needed)

    I neglected to say in a previous post that I actually have five images in the flash animation that need to link to web pages.
    I duplicated the code that worked on one image. Now I get an error saying there are duplicate function definitions. Here is the code I have added which I hoped would work for three images. It doesn't. Your help is greatly appreciated.
    bfcSyringe_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/syringe.html");
        navigateToURL(targetURL, "_self");
    fpr_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/fpr.html");
        navigateToURL(targetURL, "_self");
    sandTrap_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(evt:Event):void {
        var targetURL:URLRequest = new URLRequest("http://hodentalcompany.com/pages/sand.html");
        navigateToURL(targetURL, "_self");

    And, for Funky Soul's solution, I used this code:
    bfcSyringe_mc.addEventListener(MouseEvent.CLICK,onClick);
    bfcSyringe_mc.name = "bfc";
    fpr_mc.addEventListener(MouseEvent.CLICK,onClick);
    fpr_mc.name = "fpr";
    sandTrap_mc.addEventListener(MouseEvent.CLICK,onClick);
    sandTrap_mc.name = "sand";
    function onClick(evt:Event):void {
    switch(e.target.name)
    case "bfc":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/syringe.html"), "_blank");
        break;
    case "fpr":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/fpr.html"), "_blank");
        break;
    case "sand":
        navigateToURL(new URLRequest("http://hodentalcompany.com/pages/sand.html"). "_blank");
        break;
    And got this error:
    1084: Syntax error: expecting identifier before _blank.

  • Amateur needs help with photo mask

    I am trying to create a photo mask with a picture I have of a
    school of fish. I want to make it loop with itself (if possible, so
    it appears to be one endless school of fish beneath the mask are
    passing by. I was taught this once, but I never wrote it down. My
    pen is ready now though.

    I am trying to create a photo mask with a picture I have of a
    school of fish. I want to make it loop with itself (if possible, so
    it appears to be one endless school of fish beneath the mask are
    passing by. I was taught this once, but I never wrote it down. My
    pen is ready now though.

Maybe you are looking for

  • Version 4 will not open with Mac G4 System10.5.8 Replace ver3 now no Firefox at all . How do I get back to Ver 3 or get Ver 4 to open

    I down loaded Firefox 4 to my Mac Laptop G4 running operating system 10.5.8, 1.67ghz, 2gig ram. When install it in the applicatiion folder I replaced the version 3.6x that I was using. When I try to open Ver 4 I get an error message that iy cant open

  • Error while deploying EAR file on weblogic

    When i deploy an EAR file on weblogic 10.3 i get the following. Please tell how to rectify it? Unable to access the selected application. Exception in AppMerge flows' progression Exception in AppMerge flows' progression [J2EE:160161]Error while parsi

  • Is it possible to make an adjustable web page ??

    Is it possible to make an adjustable web page so that when different people view it its able to adjust its size so that it can fit exact on their screens.

  • Sender RFC-Problem in SM58

    Hi all, Currently I am working on RFC synchronous call with out using BMP. Here we have developed two asynchronous RFC call to achieve the above requirement. Here are the details, 1.     A call from FILE-XI-RFC (Receiver), for sending the selection c

  • Smart Playlists Sync from Itunes

    Hey all, Whenever I connect my iphone 4 to my macbook all of the smart playlists automatically sync to my iphone, even though i have "manage music manually" selected under my iphone settings. Anyone know how i stop these playlsits from syncing to my