Who can do this?

Hi
The code below prints this out
[goods out, firstname, lastname]
[id, adress1]
[country, phone]
[goods in]
Now how can i get my code to print out the same, but instead of using the strings Values and keys,
use hashtables?
Also how can i do it without using the (public static void getval)
Hope You can solve this
thanks
loftty
import java.io.*;
import java.lang.*;
import java.util.*;
public class has3{
        public static void main(String[] args)    {
        String keys[] = {
            "firstname", "lastname", "id", "adress1",  "phone",
            "county",  "post code", "country", "goods in", "goods out"
        };//System.out.println(keys);
        String values[] = {
            "ben", "ben", "alex", "alex", "matt",
            "matt", "mum", "mum", "dad", "ben"
        // First, map keys to values in a hashtable
        Hashtable hash = new Hashtable();
        // the code matches values one by one for each of the keys
        for(int i = 0; i < keys.length; i++)
            hash.put(keys, values[i]);
// Then we find each value and remove it from the hashtable
for(int j = 0; j < values.length; j++)
          getval(values[j],hash);
// This will also print it to the screen
     private static void getval(Object value, Hashtable ht ){
          ArrayList arr = new ArrayList();
if( ht.containsValue( value ))
Enumeration e = ht.keys();
while (e.hasMoreElements())
String tempkey = (String)e.nextElement();
String tempvalue = (String)ht.get(tempkey);
if (tempvalue.equals(value))
               arr.add(tempkey);
ht.remove(tempkey);
}System.out.println(arr);

lol
i like your answers
could you please be so kind and show me please?
loftty

Similar Messages

  • My $20 to the person who can write this simple script for Fission

    Here is what I need to automate. I don't care if it's an Apple Script, or an Automator work flow - whatever - just so it will work with my present setup. Once I test it and it works, I'll send $20 to the first person who can help me.
    Script needs to apply to each (and every) MP3 file in a selected folder:
    Open the first file with Fission v1.6.6 (from: www.rogueamoeba.com)
    Select all
    Normalize
    Save audio (in same folder)
    A warning dialog pops up: "File already exists..." -- answer with "Replace"
    Close file
    Repeat for next file in the folder, until every file has been Normalized
    End script when the last file in folder has been Normalized
    I don't mind finding the folder (which will be in my iTunes Library), and then starting the set of actions on the folder but I definitely don't want to be required to take any additional action on each and every file.
    I'm presently running Fission v1.6.6 under MacOS 10.4.11 on a PPC desktop, so it needs to work in that environment.
    Note that the latest version of Fission requires MacOS 10.5 - I can't use any script that requires that version. Rogue Amoeba's Legacy software page (http://www.rogueamoeba.com/legacy/) shows Fission v1.6.8 as working with 10.4, but that contradicts the Version History for Fission which shows 1.6.6 as the last one for 10.4 - still investigating.

    Pierre L.
    Thanks for the effort!
    First, I can clarify this: Rogue Amoeba confirms that I can use the version 1.6.8 of Fission located on their Legacy page with my OS version 10.4.11, so I've upgraded from 1.6.6 to 1.6.8. Seems to be working OK.
    Next, let me apologize for being mostly ignorant about all things AppleScript. I'm really in over my head, here, because I've not used the ScriptEditor for more than a few minutes before today.
    What I've done so far:
    I checked the box in the Universal Access preferences pane to enable access for assistive devices.
    I copied your script from this forum and pasted it into Script Editor.
    I've Compiled your script, then "Saved As" an "Application" on my Desktop.
    When I double click the icon for the saved script (which ends in xyz.app), a navigation window appears, which I used to select a test folder on my desktop.
    When I Choose the test folder, Fission launched, and selected the whole file, as expected. Then I get an error:
    "NSReceiverEvaluationScriptError: 4" - with buttons to "Edit" or "OK"
    Thinking it might be a timing error, I edited the delays:
    set theFolder to choose folder
    tell application "Fission" to activate
    tell application "Finder"
    set theApp to POSIX path of (get file of process "Fission")
    set theFiles to document files of theFolder
    repeat with thisFile in theFiles
    open thisFile using POSIX file theApp
    tell application "System Events" to tell process "Fission"
    delay 18 -- adjust if necessary
    keystroke "a" using command down -- Select All
    delay 2 -- adjust if necessary
    click menu item "Normalize Selection" of menu 1 of menu bar item 7 of menu bar 1
    delay 4 -- adjust if necessary
    keystroke "s" using {shift down, command down} -- Save Audio…
    delay 3 -- adjust if necessary
    keystroke return -- Save
    delay 2 -- adjust if necessary
    click button "Replace" of sheet 1 of window "Save Audio"
    end tell
    end repeat
    end tell
    tell application "Fission" to quit -- optional
    ... Compiled, and Saved again.
    Now, the script runs up to the point where it should answer the Save pop-up window: "File already exists..." with the keystroke to "Replace" - but the script stops there, with the same error: "NSReceiverEvaluationScriptError: 4"
    Bottom line: so far, I've been able to get the first mp3 file in my test folder Normalized, but not Saved. Any suggestions?

  • Zombie email message won't die! $1 bounty to anyone who can solve this.

    I have a message that absolutely will not die. I've tried everything I can think of to delete it, but it keeps coming back. I've tried moving it from one mailbox to another, killing it with the delete key, killing it by cutting it (Command-X), but it lingers on. At this point, it only shows up in the index with a subject and date, but the content of the message is gone. I've tried rebuilding the mailboxes a number of times, but it always reappears. I've tried logging into my various accounts through the web interface, but it doesn't exist on the servers anywhere, it's only local as far as I can see.
    In my last attempt to get rid of it, I scanned my ENTIRE HARD DRIVE for the string of text containing the subject line using grep, and narrowed it down to a few files in the ~/Library/Mail folder, which I deleted through the Terminal using rm. I then re-opened Mail and rebuilt the mailboxes, and the email STILL appears. It will no longer let me move the message to another mailbox, however, but I can't get the damned thing to disappear.
    I will PayPal $1 to anyone who can come up with a solution that doesn't involve recreating my Mail accounts. May the game begin!

    Hello,
    Are you using an IMAP or POP account?
    Anything you do in the Terminal, Finder or some third party Mail app enhancers will very often mess up the index, which appears to be a symptom of.
    I think you should force a reindexing by deleting the Envelope Index. With IMAP or Exchange account, forcing reindexing requires removing the account folder. See:
    http://docs.info.apple.com/article.html?path=Mail/4.0/en/14019.html
    Ask any questions needed to get comfortable with doing this.
    Ernie

  • Who can slove this avitek demo problem

    I have download avitek version 2 from inweb,
    and I establish the enviroment on my Wls portal sp1
    for win2000,wls61sp1 and oracle 817,but when I
    finish all of steps of setup, I start the
    /config/acitekDomainOracle/startAvitekOracle.bat
    but I find the error and could not solve it.
    <2002-4-19 ÏÂÎç05ʱ07·Ö56Ãë> <Error> <Data Synchronization> <Application: avitek;
    Master Data Repository construction failed. Application data will not be available
    to services; please see the following exception and restart the server.
    Exception[com.bea.p13n.management.data.repository.PersistenceException: An error
    ocurred refreshing a Data Repositorys PersistenceManager: {0}] - with embedded exception:
    [Exception[com.bea.p13n.management.data.repository.PersistenceException: Failed to
    refresh JDBC Persistence Manager.] - with embedded exception: [java.sql.SQLException:
    IOException during readClobData: Error in getLobStringValue java.sql.SQLException:
    ORA-24334: no descriptor for this position]]
         at com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<init>(AbstractDataRepository.java:198)
         at com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init>(MasterDataRepository.java:46)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataRepository(DataRepositoryFactory.java:255)
         at com.bea.portal.manager.internal.DeploymentManager.initializePortlet(DeploymentManager.java:174)
         at com.bea.portal.manager.internal.DeploymentManager.initialize(DeploymentManager.java:90)
         at com.bea.portal.manager.internal.PortalManagerDelegateImpl.<init>(PortalManagerDelegateImpl.java:94)
         at com.bea.portal.manager.PortalFactory.createPortalManagerDelegate(PortalFactory.java:69)
         at com.bea.portal.manager.ejb.internal.PortalManagerBean.ejbCreate(PortalManagerBean.java:147)
         at com.bea.portal.manager.ejb.internal.PortalManagerBean_w6xny9_Impl.ejbCreate(PortalManagerBean_w6xny9_Impl.java:112)
         at java.lang.reflect.Method.invoke(Native Method)
    and
    Caused by: Exception[com.bea.p13n.management.data.repository.PersistenceException:
    Failed to refresh JDBC Persistence Manager.] - with embedded exception: [java.sql.SQLException:
    IOException during readClobData: Error in getLobStringValue java.sql.SQLException:
    ORA-24334: no descriptor for this position]
         at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.refresh(JdbcDataSource.java:453)
         at com.bea.p13n.management.data.repository.persistence.JdbcPersistenceManager.refresh(JdbcPersistenceManager.java:106)
         at com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<init>(AbstractDataRepository.java:193)
         at com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init>(MasterDataRepository.java:46)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataRepository(DataRepositoryFactory.java:255)
         at com.bea.portal.manager.internal.DeploymentManager.initializePortlet(DeploymentManager.java:174)
         at com.bea.portal.manager.internal.DeploymentManager.initialize(DeploymentManager.java:90)
         at com.bea.portal.manager.internal.PortalManagerDelegateImpl.<init>(PortalManagerDelegateImpl.java:94)
         at com.bea.portal.manager.PortalFactory.createPortalManagerDelegate(PortalFactory.java:69)
         at com.bea.portal.manager.ejb.internal.PortalManagerBean.ejbCreate(PortalManagerBean.java:147)
    I have not change the sample code, so I want to ask anyone who
    have install this demo. What can I do?

    Eric,
    You can download Oracle patches from their website. Open an account on
    http://metalink.oracle.com for detailed patch information etc.
    Sincerely,
    Daniel Selman
    "eric" <[email protected]> wrote in message
    news:[email protected]...
    >
    I have checked,Really have the JDBC Helper,but still
    can not work, I want to ask where can I find the patch
    of Oracle 817 and How can I do?
    "Daniel Selman" <[email protected]> wrote:
    Eric,
    Did you make the change to use the Oracle DB delegate for reading CLOBs
    (see
    instructions)? If so, please double check the patch level on your Oracle
    client and server installation.
    Sincerely,
    Daniel Selman
    "Eric" <[email protected]> wrote in message
    news:[email protected]...
    I have download avitek version 2 from inweb,
    and I establish the enviroment on my Wls portal sp1
    for win2000,wls61sp1 and oracle 817,but when I
    finish all of steps of setup, I start the
    /config/acitekDomainOracle/startAvitekOracle.bat
    but I find the error and could not solve it.
    <2002-4-19 ÏÂÎç05ʱ07·Ö56Ãë> <Error> <Data Synchronization>
    <Application:
    avitek;
    Master Data Repository construction failed. Application data will notbe
    available
    to services; please see the following exception and restart the server.
    Exception[com.bea.p13n.management.data.repository.PersistenceException:An
    error
    ocurred refreshing a Data Repositorys PersistenceManager: {0}] - withembedded exception:
    >[Exception[com.bea.p13n.management.data.repository.PersistenceException:
    Failed to
    refresh JDBC Persistence Manager.] - with embedded exception:[java.sql.SQLException:
    IOException during readClobData: Error in getLobStringValuejava.sql.SQLException:
    ORA-24334: no descriptor for this position]]
    at
    com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<ini
    t>(AbstractDataRepository.java:198)
    at
    com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init
    (MasterDataRepository.java:46)
    at
    com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataR
    epository(DataRepositoryFactory.java:255)
    at
    com.bea.portal.manager.internal.DeploymentManager.initializePortlet(Deployme
    ntManager.java:174)
    at
    com.bea.portal.manager.internal.DeploymentManager.initialize(DeploymentManag
    er.java:90)
    at
    com.bea.portal.manager.internal.PortalManagerDelegateImpl.<init>(PortalManag
    erDelegateImpl.java:94)
    at
    com.bea.portal.manager.PortalFactory.createPortalManagerDelegate(PortalFacto
    ry.java:69)
    at
    com.bea.portal.manager.ejb.internal.PortalManagerBean.ejbCreate(PortalManage
    rBean.java:147)
    at
    com.bea.portal.manager.ejb.internal.PortalManagerBean_w6xny9_Impl.ejbCreate(
    PortalManagerBean_w6xny9_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    and
    Caused by:Exception[com.bea.p13n.management.data.repository.PersistenceException:
    Failed to refresh JDBC Persistence Manager.] - with embedded exception:[java.sql.SQLException:
    IOException during readClobData: Error in getLobStringValuejava.sql.SQLException:
    ORA-24334: no descriptor for this position]
    at
    com.bea.p13n.management.data.repository.persistence.JdbcDataSource.refresh(J
    dbcDataSource.java:453)
    at
    com.bea.p13n.management.data.repository.persistence.JdbcPersistenceManager.r
    efresh(JdbcPersistenceManager.java:106)
    at
    com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<ini
    t>(AbstractDataRepository.java:193)
    at
    com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init
    (MasterDataRepository.java:46)
    at
    com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataR
    epository(DataRepositoryFactory.java:255)
    at
    com.bea.portal.manager.internal.DeploymentManager.initializePortlet(Deployme
    ntManager.java:174)
    at
    com.bea.portal.manager.internal.DeploymentManager.initialize(DeploymentManag
    er.java:90)
    at
    com.bea.portal.manager.internal.PortalManagerDelegateImpl.<init>(PortalManag
    erDelegateImpl.java:94)
    at
    com.bea.portal.manager.PortalFactory.createPortalManagerDelegate(PortalFacto
    ry.java:69)
    at
    com.bea.portal.manager.ejb.internal.PortalManagerBean.ejbCreate(PortalManage
    rBean.java:147)
    I have not change the sample code, so I want to ask anyone who
    have install this demo. What can I do?

  • $100 Reward for anyone who can fix this issue

    I will give $100 to the first person who can fix the false empty cartridge issue described here:
    http://h30434.www3.hp.com/t5/Other-printing-questions/Ink-cartridge-empty-but-it-s-not/m-p/176836
    The fix must eliminate the false error message that a cartridge is empty and enable the printer to resume printing. 
    As you can see in the link, people have struggled with this problem for years and no consistent fix has been discovered.  I am hoping that a smart person out there can find the cause of this problem and a solution for it. 
    I suspect that a file or registry entry must be set that indicates a false empty cartridge.  This false entry is retained even when a new cartridge is installed, or the printer software is removed and reinstalled.
    Even though many people have worked on this issue over the years, there still may be a creative solution out there.  Let's hear it and if it works you get the money.

    Hi,
    Reward not required nor needed...
    But... I didn't see a post in your link about using a newly created utility by hp.  I don't know if there is a fix in the utility although it has fixed some other printer issues... something that could be tried.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-82717-1&lc=en&dlc=en&cc=us&...=
    Say Thanks by clicking the Kudos Star in the post that helped you. Please mark the post that solves your problem as Accepted Solution.
    I am employed by HP

  • Who can resolve this problem? I'm urgent.

    My programe is running ,
    When I used the "CTRL+C" to stop the client and restart the client ,the server throw the following Exception:
    2004-2-10 13:59:25 com.hanwei.update.rmiservice.ServiceImpl send
    &#20005;&#37325;: RemoteException
    java.rmi.MarshalException: CORBA COMM_FAILURE 1398079689 No; nested exception is:
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:89)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at com.hanwei.update.rmiservice._CallbackInterface_Stub.receive(_CallbackInterface_Stub.java:54)
    at com.hanwei.update.rmiservice.ServiceImpl.send(ServiceImpl.java:195)
    at com.hanwei.update.rmiservice._ServiceImpl_Tie._invoke(_ServiceImpl_Tie.java:68)
    at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:252)
    at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
    at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
    at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
    at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
    at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
    at com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at com.hanwei.update.rmiservice._CallbackInterface_Stub.receive(_CallbackInterface_Stub.java:39)
    ... 6 more
    who can tell me why?
    Please help, I'm urgent.

    I couldnt say for certain, but I'm guessing that the CTRL-C command is being passed to your Server, which is interpreting it as an attempt to shut down the server.
    But you might what to try the RMI-IIOP forum for question about CORBA

  • When I put my phone into Do Not Disturb mode....how do I know who my favorites are who can override this feature

    When I put my phone iPhone 4s into Do Not Disturb mode, how do I know who my favorites are that can over ride this feature?

    The sort fields should generally be empty unless you've putting in custom values to sort solo artists by their surnames. You can apply common changes to thousands of tracks at once, just don't apply the wrong change because there is no undo.
    It is a good idea to backup before undertaking large scale changes. See this backup tip for a suggested approach.
    tt2
    Message was edited by: turingtest2

  • I will give $100 to the person who can solve this problem once and for all.

    I'm not even kidding, dude. We can do PayPay, I'll mail you a check, whatever you want. That is how frustrating this is, that is how badly I want it fixed, and that is how much overtime I've worked lately thanks to being shorthanded at my place of biz-nass. I'm an hombre of my word, so if you actually come up with a solution that works, the cheddar will be yours. Okay let's hit it.
    It's the skipping thing. First 10-12 seconds of a song - every song - will play fine, then iTunes skips, stutters, and basically does the god **** hokey pokey and shakes it all about. It happens most notably with songs that I double-click to play, but I'm pretty much noticing it on any song now after a transition is made. I've been using iTunes for ages and this didn't happen until the upgrade to 7.3. I have poured over these forums for nearly a week, tried every solution offered (even offered one of my own that actually worked for maybe four days before the whole thing started up again) and NOTHING. To save us all some time, here's what I've tried:
    - Downgrading. I'll admit I didn't do this correctly at first. I didn't remove everything according to the support guidelines, but I went down to version 6.05 and that did nothing to quell the skipping. I upgraded back up to 7.3 because hey, why not, and attempted the remaining trial fixes. I have since removed both iTunes and Quicktime, step my step according the the guidelines, and not only have I downgraded to my current running version of 7.2, I put both of the programs on my F drive (as opposed to the default C drive), my gigantic bonus internal drive where I typically keep nothing but my giganto music library. I thought putting the app on the same drive as the music might fix things. I thought wrong. Dead wrong. Dead diddly dum iddly wrong.
    - Quicktime settings. My settings for Quicktime have always been in safe mode with the output size at 16 bits. So when I saw this "fix" I just rolled my eyes. I used to have that dealio back in the dizzle when iTunes would just get all static-y and skip when I'd open other programs or even just minimize it, so that fix worked for that, but it's nothing compared to this. In simpler terms, that fix is like Superman, and this skipping? The kryptonite. Actually that's probably not a great metaphor, but we've got a ways to go and this is going to get mucho boring if I don't throw some chuckles out there. Ready for fix three? Giddy up!
    - Turn off cross-fade? It's never been on. I never really got the appeal of that, and also I think it resulted in some minor skipping back in the d. I also attempted similar fixes like turning off the equalizer, messing with the volume, closing last.fm, REMOVING an old album art retrieval program from back before iTunes got its **** together with album art, ANYTHING that might interfere with playback was turned off, removed, b-slapped, and sent crying home to its moms. Nada.
    - Recreating my library. This was the fix I offered someone else, because it actually did the trick for a few days. After an entire night spent reimporting 73 gigs worth of music, it played fine, but I did lose a ton of album art, playcounts, etc, so you can imagine how ****** I was when this wound up not being a permanent fix. I was beyond ******. I was livid. But I was taught in the dojos of my youth to channel my anger into productivity, and instead of sculpting a lovely bonsai tree, I set out to fix this pup once and for all.
    - That darn anti-virus! This was the final fix I tried, even though I wasn't using any of the culprit programs listed in the forums as causes of the skipping, and even those offering this as a solution confessed it was pretty hit or miss. But having tried everything else, having resorted to playing my music on MediaMonkey of all things, I figured I'd give it a shot. I used (reason for the past-tense forthcoming) AVG Anti-Virus, Lavasoft AdAware and something called Spyware Doctor that I think just came bundled with XP. I removed all of them. I had just done a virus scan recently to see if that's what was causing this, so I figured I'd be okay until I could redownload them after this fix wound up not working. And it didn't work, so there's that.
    There may be a couple of fixes I've tried that I'm forgetting now, since I'm delirious after spending practically every night for the past week trying to fix this problem, while my girlf, Heather, sits and laughs at me while watching Clark and Michael on her MacBook. In fact, she's laughing at the $100 offer as I type this, but I assure you, if you offer a solution that works, the money is as good as yours. If you come up with a workable solution, I'll have to test and make sure it isn't temporary like the recreating my library thing, but I won't leave you hanging once I'm satisfied that it's fixed for good. I know it's unorthodox, perhaps illegal in some states, but I'm desperate here, peeps. The ball is in your court, and I beg you not to give up the rock.
    Gateway E-2000 Windows XP

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

  • See who can solve this problem

    Parameter name   || Typing     ||  Associated Type
    ACGL_ITEM         || Structure ||  ACGL_ITEM
    this give error ( Typing is only for Like,Type,Type Ref To )
    therefore i change it to Type
    but it telling me that the ( TABLES parameters are obsolete!)
    guys what can i do, is there a solution to solve this problem??
    Thank you.
    Edited by: guanwei su on Mar 10, 2008 7:05 AM

    The following code might be helpful:
    TYPES: types_t_acgl_item TYPE STANDARD TABLE OF acgl_item.
    DATA: gt_acgl_item TYPE types_t_acgl_item.
    PERFORM sub_perform USING gt_acgl_item.
    *&      Form  SUB_PERFORM
    *       text
    *      -->UT_ACGL_ITEM  test Table
    FORM sub_perform USING ut_acgl_item TYPE types_t_acgl_item.
    ENDFORM.                    " SUB_PERFORM
    Hope That Helps
    Anirban M.

  • Who can decode this who ever can I will give 4 dukes cause thats all i have

    who ever is the first to decode this and tell me what it says I will give you 4 duke dollars since that is all I have here it is
    vs.vo.~

    seeing something
    vszz}.vss

  • 10 points to the first whiteknight who can fix this simple problem

    Hello team,
    I'm working with this excellent Flash grid gallery for my current project, however, I've reached a snag.
    Instead of using a hex as the image background (currently set to #FFFFFF in the .xml), i'd like to use a moving gif, to give the transition a little more life. Is this possible, and simpler than I'm finding it to be?
    Other items on my wishlist of mods would be to remove the 'loading x of x thumbnails bar in the corner' and not requiring a second click to view a photo's desciption once it's been selected from the grid.
    I would appreciate anyone's help in this matter greatly.
    Best

    You can import an animated gif, but it will not remain intact as one such that you can drop it onto the stage and have it play.  What you can do is create a new movieclip symbol and while it is open for editing import the animated gif to the stage. 
    The frames of the animated gif will be planted sequencially in the timeline, with some attempt at automatically getting the timing correct via extending frames occupied by each panel of the animated gif.  At this point you will have a movieclip representation of the animated gif that you can place in the background.

  • Who can understand this problem..im confused pls help me!!!

    first i have to say i dont no much about troubleshooting or software side of computers.so pls help me to find me an answer for my problem. i cant get any search results ,when i typed something and cliked search it comes with an error message.but when i click on any news or any thing on yahoo page ,it comes up with out any errors(my home page is yahoo )and also i can acssess to my email also.this problem began 4 , 5 months back.funny thing some times i can search any thing without errors.but in next time it goes totaly wrong with error masseges. i cant understand this problem.it makes me sick.pls anyone can help me?another thing im using IE and FIRE FOX .today i found another thing.when i type something on ask search bar it came up with search results but when i typed same thing on google search bar it came up with error message..i'm really confused with this problem.pls pls help me :(

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    * [[Searches are redirected to another site]]

  • Who can solve this difficult problem?

    I have written a java program:
    import java.util.*;
    class Test0 {
    public static void main(String[] args) {
    LinkedList[] Cate= new LinkedList[4];
    (Cate[0]).add(0,"cat");
    (Cate[0]).add("kate");
    System.out.println(Cate[0]);
    Cate[2].add("dog");
    Cate[2].add("girl");
    for(int i=0;i<4;i++){
    Cate.add("boy");
    System.out.println(Cate[i]);
    } // end of main class
    // end of class
    But i can not run it correctly,why?

    No, I can not compile it correctly:
    import java.util.*;
    class Test0 {
    public static void main(String[] args) {
    class Point{
    public int x=2;
    public int y=5;
    LinkedList[] Cate= new LinkedList[4];
    // according your advice:
    for(int i=0;i<4;i++){
    Cate = new LinkedList();
    Point x1 = new Point();
    Point x2 = new Point();
    Cate[0].add(x1);
    Cate[0].add(x2);
    Cate[2].add("dog");
    Cate[2].add("girl");
    System.out.println( ((Point)(Cate[0].get(0)) ).x );
    System.out.println( ((Point)(Cate[0].get(0)) ).y );
    System.out.println( ((Point)(Cate[0].get(1)) ).x );
    System.out.println( ((Point)(Cate[0].get(1)) ).y );
    for(int i=0;i<4;i++){
    //Cate.add("boy");
    System.out.println(Cate[i]+" "+Cate[i].size() );
    I got this:
    [xwl@zhyj_12 Test.old]$ javac Test0.java
    Test0.java:13: incompatible types
    found : java.util.LinkedList
    required: java.util.LinkedList[]
    Cate = new LinkedList();
    ^
    1 error
    But Ragnvald told me another method yestoday,it works perfectly, And I appreciate him. His code like this:
    import java.util.*;
    class Test0 {
    public static void main(String[] args) {
    class Point{
    public int x=2;
    public int y=5;
    LinkedList[] Cate= new LinkedList[4];
    // The difference is Cate or Cate[i] !!!!
    for(int i=0;i<4;i++){
    Cate[i] = new LinkedList();
    Point x1 = new Point();
    Point x2 = new Point();
    Cate[0].add(x1);
    Cate[0].add(x2);
    Cate[2].add("dog");
    Cate[2].add("girl");
    System.out.println( ((Point)(Cate[0].get(0)) ).x );
    System.out.println( ((Point)(Cate[0].get(0)) ).y );
    System.out.println( ((Point)(Cate[0].get(1)) ).x );
    System.out.println( ((Point)(Cate[0].get(1)) ).y );
    for(int i=0;i<4;i++){
    //Cate[i].add("boy");
    System.out.println(Cate[i]+" "+Cate[i].size() );

  • Any expert JDBC developer who can solve this mystery?

    I am trying to access database in SQL Server7.0 using Java.Name of the database is "DatabaseName".I have used following syntax but it is giving me errors.
    private String URL = "jdbc:odbc:DatabaseName";
    private String userName="user";
    private String passWord="password";
    Class.forName( "sun.jdbc.odbc.jdbcOdbcDriver" );
    connection = DriverManager.getConnection( URL,userName,"passWord" );
    where "username" and "password" are user Name and password respectively to access the database in SQL Server 7.0. And I have used the same name in "ODBC data source" as that of the database.I am trying some examples from book and these examples just work fine with MS Access( I created those databases in Access and tried the examples) but the same examples with databases in SQL Server 7.0 are not working.I made appropriate changes in DSN names and the code. Do I need a separate driver or something?

    This
    connection = DriverManager.getConnection(URL,userName,"passWord" );should be
    connection = DriverManager.getConnection(URL,userName,passWord );You want to pass the variable password in, not a constant string.
    If you have other problems post the actual error message you get so that people can see what problem you are getting.
    Col

  • Is there anybody who can solve this

    I have seen so many query related to this on this forum, But i have not seen single satisfactory answer for the same.
    This is really disappointing. Despite of so many experts are there this is remained unsolved.
    Let me try once again, This is Printing problem in D2k Reports, Where I am using 150 column report, It works fine on 98,NT but i try the same from 2000 or XP platform it doesn't comes properly. Almost 80-90 character print in one line and rest goes in next line.
    Thanks
    Shital

    Dear Sir,
    Of course i responsible to solve my problem, but if i am not able to solve than only i forward on this forum and if nobody able to solve than who is responsible??
    Any way, here i am puting some info.
    Mode : Client/Server
    reports-version : 6.0.8.26.0
    Desired output-format : Character mode
    Pagesize : In report 8.5-11(W-H), In PRT file width is 150 defined.
    The report works fine on Win98 and create problem on 2K and XP.
    Thanks
    Vishal

Maybe you are looking for

  • Broken Timecode during capture  in FCP 5.04 Tape does not have broken time?

    I am trying to capture video froma mini dv canon camera and fcp is telling me that there is broken timecode. I have checked it with imov with no problem and when I view the tape there is no broken timecodde? can anyone help Thanks joe

  • Moving music from iTunes library to iPod

    I need to find out how to import music from my iTunes music library to my iPod nano. Why is this suddenly such an ordeal. I haven't had any trouble doing this for years until the last few months.

  • Regarding Info package

    Hello All, I am using SAP BW 3.0. In data Selection tab of Info package , there is one ABAP routine on 0calday and I want to delete it . Could please let me how to do it ? Thanks a lot for your reply.

  • Safari runaway heating followed by beachball; force quit necessary

    Safari 3.2.1 has become unusable for me as of today. A few minutes after I launch it, I hear the fans start to rev up, and I can see the temperature climbing. Quit doesn't work, only force quit. Knowing how my MacBook Pro is subject to runaway heatin

  • Convert .mov to mpeg

    I want to convert a large .mov file to a PC compatable .mpeg or .avi file.  Are there are utilities you would recommend? Thanks in advance.