Actionscript 3 has abandoned me!!!

I am fast losing patience with AS3....i thought it would help me until this point.
I have a button which works when you first click it (to go to the next section). But if you wish to view the tech specs or copyright page and then go back and try and enter the resource....surprise the button does not work.
Here is the code:
entrance_btn.addEventListener(MouseEvent.CLICK, enterMe);
function enterMe(e:MouseEvent):void {
trace("yo've clicked me");
//MovieClip(this.root).nextFrame();
right now i have commented out the actual action and just ran a trace for testing. But clicking on the button is supposed to advance the root timeline by one frame, quite simple. All other buttons with similar coding work in the FLA except this one. I keep getting this error when i am testing:
Similar thing happens when i placed another navigation button onto the movie....AS3 just seems to have shut me out all of a sudden. Seriously making me lose faith and I really feel like resorting back to AS2 and re-coding this whole resource!
Does anyone have any clues as to what could be going on??? Is there some unspoken ettiquette about how to apply functions to buttons in AS3 that i am not aware of?
Thank you,

what i don't get is when i go back to the frame with the button on it...wouldn't it be safe to assume the button regenerates its own instance again? Or maybe there is some etiquette i am not aware of within AS3? I haven't had this issue before with the movie...and suddenly now i do.
The enter button sits on the first page of the overlaying movie clip. There are two links to other areas of the timeline which display tech specs and copyright info. Once you get to these sections of the timeline, there is a back button which brings you back to the first screen with the enter button. Please see the screenshot below for a visual explanation. (click to enlarge)
As you can see within the function that is supposed to work, it tells the root or stage timeline to advance by one frame (commented out at the moment) which makes the welcome screen disappear as it is contained within a movie clip on that particular single keyframe...advancing it by one gets it off the stage and into the main movie which appears beneath it.
Now the enter button actually works the first time you press it (without going to the other linked sections)...but you come back from a section and the button appears disabled and i get some error information about the object not existing when it clearly does.
Have no idea what is going on and it would be great if the solution was a simple one. Thanks for your patience people. I just have not been able to find any real good solid support for AS3 out there yet and all of my colleagues appear to arrogant, busy or scared to go near it. Sometimes it really sucks to be a forerunner.

Similar Messages

  • Adobe has abandoned us. Who will help us about compilation problems with Flash Builder for mobile?

    Which is the correct forum???

    If you are having issues with the Flash Player, there is a forum dedicated to it that would be a more suitable place for discussions about it...
    http://forums.adobe.com/community/webplayers/flash_player

  • Cisco has abandon the UC Small Business Market...IMHO....

    So staring in 2014 an SMB who wants a Cisco UC Voice solution (Phone Systems specifically)  must spend about 10K list for the system plus phones and a switch minimum for up to 25 phones....
    At those prices Cisco is effectively pricing themselves out of the market for small business.  (under 25 users)
    Also Cisco now requires Select partners to have a minimum of 2 people to achieve the level of certification required to sell the BE6000 solution, and if the reseller needs training add 9K…
    So for a small shop that could have tech turnover it’s next to impossible to do
    And I noticed that Select Partners cannot sell any UC voice solutions except Webex and a limited selection of Telepresence products.
    The UC series did the job,  had some issues but for 10-20 users it’s running strong in at least 40 sites I installed, and I know asking a 10 user customer to spend 10-15K plus labor to swap out all the phones is a non starter.
    Really frustrated with Cisco support of Small resellers, since the last couple of re-orgs and layoff’s 
    I am now finding better traction with Hosted Voip in this market -   so long Cisco…..

    Hi Ahmed, there is not an option to disable this button. If it is absolutely impossible to lock the switch somewhere secure I'd recommend to use some tape and put over the button or secure something over the button so it's not easily tampered.
    -Tom
    Please mark answered for helpful posts

  • CHICAGO! Why Has Apple Abandoned You?!?!

    I hope that I have a defective system, because if I dont then apple has abandoned one of the few things that has remained constant since 1984!
    I have always done all of my documents using the chicago font, but since we wiped everything on our emac and installed Tiger, chicago is nowhere to be found. this is the font that first made me attracted to the Mac, and its freindly but strong feel has been with me for my entire life! Why can I not find it on my computer, where can I find it???
    I apologize if I sound desperate, but I am

    If you've placed the Chicago font into one of OS X's Fonts folders, then it should be working. If not, then something else is amiss. All previous Mac TrueType fonts work in OS X.
    As Kappy and Tom have pointed out, you can reinstall OS 9 to retrieve all of the fonts from the OS 9 installation and use them. If you have any retail copy of OS X, those disks don't include Classic (OS 9), so you'll have to use an older set of OS 9 disks. Matthias' eMac install disks should have a copy of OS 9 on them. They don't exactly stick out as the installation package for it is called something like "Additional Software".
    Once you have them installed you can move, or copy all of the fonts from the /System Folder/Fonts/ folder to one of OS X's Fonts folders. It's preferable NOT to use the /System/Library/Fonts/ folder. Use either the Fonts folder in your user account, or the globally accessible (all user accounts) /Library/Fonts/ folder.

  • Long standing bug in deployJava.js has not been fixed

    I thin it's outrageous that the bug reported here deployJava.js and HTTPS Problem has not been fixed. I can only assume that Oracle has abandoned Java.

    You'd be surprised to know that some Java API (including Java2D & Swing) bugs & RFEs I have submitted 12 years ago have still not been fixed.
    I doubt it's Oracle's fault, as much as it was Sun's, probably a generic lack of people and resources to allocate to fixing small bugs coupled with a bad prioritization system which does not automatically increase the weight of a low-priority bug after it has spend some times/months/years in the bug-db.
    On the other hand, I have always wondered what do all these people at Java/Sun/Oracle do all day long (was especially true of the JavaFX team over 2009/2010 and now I am starting to do the same about the JWS devellopment/support team considering the huge amount of things non-working correctly in this technology).
    ;)

  • Using Ruby in place of Actionscript

    I love flash (design tools, stage / layout concepts, etc.),
    but I hate actionscript. I've been a programmer for about 10 years
    now, programming in everything from C to C#, java, php, perl, ruby,
    and actionscript. Actionscript is by far my least favorite of the
    group. It is a clumsy language (just have a look at the way
    actionscript 2 handled method closures on callbacks) and I'd prefer
    to use another scripting language in place of it for my flash
    development. Ruby would be an excellent replacement, offering
    everything actionscript has to offer (object oriented, event
    handling, etc.) with a number of additional features that come
    through ruby core and the ruby gems (excellent date and time
    libraries, database libraries, file handling libraries, etc.).
    Does anyone with an in-depth knowledge of actionscript and
    flash know what it would take to achieve some sort of common
    language API that would allow such a substitution? If the ruby on
    rails guys came across a solution allowing them to leverage the
    benefits of ruby (superior language to actionscript) with the
    benefits of the flash platform (superior visual control to
    html/ajax), flash would be unstoppable.

    ryanmohr,
    > The actionscript developers seem to enjoy leaving the
    > core libs unfinished so others can produce utility
    classes
    > to finish the job they should have done on their own.
    Again, fair enough. :) On the other hand, regarding the
    missing String
    manipulation utilities ...
    > but why not just offer it built in? It would take what,
    a
    > full five minutes for them to write?
    ... hey, if all it takes is five minutes of someone's time,
    why not craft
    together a utils library and share it? You could make a
    positive
    difference. :) In that line of thinking, it's not even the
    size that
    matters. Moses Gunesh, for example, put together an elaborate
    and popular
    tweening engine, Fuse (
    http://www.mosessupposes.com/Fuse/),
    and shared the
    wealth. Note: by proximity to a casual statement on a String
    utils class,
    I risk implying that Fuse is just a five-minute exercise in
    simplicity,
    which is not *at all* the case. I'm only pointing out that
    good libraries
    can make a helpful difference in people's workaday lives. If
    the
    functionality you want isn't available, roll your own! :)
    > You are correct that there is no arguing taste, but if
    you
    > took the time to learn ruby well you would come back
    > to actionscript very disappointed.
    Even if I do "appear to be very knowledgable ... [on] the
    inner-working
    of Flash itself," I don't claim to know much on the
    inner-working of Adobe.
    I guess it depends on one's point of view -- and to my point
    of view,
    ActionScript keeps getting better and better.
    I think there's more than just taste to consider. For the
    type of
    programming I like to do -- where the end result is (ideally,
    to me) making
    cartoon characters move in response to user input, Ruby might
    leave me dry
    (Flash is strongly suited to vector graphics, sound effects,
    video footage,
    etc.). My multimedia career started with Macromedia Director,
    whose
    programming language is Lingo, a very AppleScript-like
    language. My guess
    is that you wouldn't much care for it at all. From there, I
    moved,
    reluctantly at first, to Flash, where my programming skill
    grew in-step with
    the increasing maturity of ActionScript. There was a time,
    essentially AS1,
    when ActionScript was practically identical to JavaScript,
    and I enjoyed
    getting to know both. JavaScript led me to regular
    expressions, which
    fascinated me for fully two years before I got any good at
    it. I'm pleased
    as punch that AS3 supports regex natively. AS2 brought the
    "class"
    keyword -- and OOP in general -- to the forefront of my mind,
    which led to
    brief excursions into Java and C#. I've played a bit with
    Python, PHP, and
    a handful of other languages. To a certain extent,
    programming is
    programming: it's the syntax that changes, not the challenge
    and fun of
    problem solving within a given set of constraints (like the
    language
    itself). In that regard, it doesn't really matter to me what
    language I'm
    using, so much as a general answer to the question, "Does
    this platform
    allow me -- encourage me -- to participate in the kinds of
    projects I like?"
    Even if I found another language, such as Ruby, more
    convenient, it might
    not facilitate the sorts of projects I enjoy. To go out on a
    limb and make
    an extreme example, Ruby, for all its elegance, wouldn't help
    me if I had a
    passion for programming LCD wristwatches. Because I "grew up"
    on
    ActionScript, I also have something of a nostalgia for its
    particular
    quirks. I personally happen to find ActionScript more
    palatable than
    Lingo -- so I can see some of your points.
    > The more I get to know actionscript 3 in detail the more
    > I'm convinced those that adamantly support it just don't
    > know any better.
    I don't know if you consider me one of those who adamantly
    supports AS3
    or not, and it doesn't really matter. You yourself said that
    ActionScript
    isn't a bad language -- only that Ruby, in your estimation,
    is that much
    better. Well, good! I'm glad you've found a language that
    pleases your
    palate. :) If you were to change your mind and decide, after
    all, that
    ActionScript actually is a "bad language," it wouldn't be any
    skin off my
    nose. See, if I step away from ActionScript toward something
    else, it means
    I'm stepping away from a platform that has continued to
    intrigue me for
    eight years. If ActionScript were still where it was in the
    Flash 4 days,
    I'd probably be whistling a different tune. ;)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Pure Actionscript vs. MXML

    I understand that the answer to this question may be mostly
    subjective to some, but I'm trying to zero in on the objective
    part. In developing my apps, I am finding a regular tension between
    having my Flex components developed in MXML vs. Actionscript. I
    wanted to ask a general question, and again, trying to be objective
    as possible, is it better to develop Flex components in MXML or in
    pure Actionscript?
    While MXML of course let's you perform WYSIWYG development in
    Flex Builder's GUI editor, I have run into things that can't be
    done very gracefully in MXML, reuse of MXML components can become
    cumbersome, and there's a lack of control of loading and unloading
    of components in MXML, which you can accomplish in Actionscript
    much better.
    I have noticed that what I have seen of the Flex API is pure
    Actionscript, which would indicate a lean toward Actionscript, but
    then I've seen code snippets for components in various places on
    the web posted in MXML.
    So to try to get down to the crux of the matter -- is it
    inherently better to develop Flex components in pure Actionscript
    or in MXML, and why?
    Thanks -- I'm curious as to community responses....
    B

    Tankman,
    I'll take one last stab here.
    quote:
    Wait, you've completely lost me- you're saying that MXML
    isn't declarative because it can include Actionscript?
    You said previously that "the Flex documentation explicitly
    states that MXML is declarative, and therefore limited". I replied
    with "MXML isn't completely declarative, it allows embedded
    Actionscript." In other words, while MXML components are
    declarative, they aren't 100% declarative. An MXML component is
    both declarative and includes embedded Actionscript. The intent of
    the original question was to compare writing components in MXML
    (which includes embedded Actionscript), versus writing components
    exclusively in Actionscript. Never at any time was there any
    intention to be discussing writing components in MXML while
    prohibiting any use of embedded Actionscript, like virtually all
    tutorials and samples from Adobe do. The thrust is to determine if
    going in either direction (MXML, which again includes embedded
    Actionscript, vs. pure Actionscript) either provides or removes any
    features / functionality that the other has access to.
    quote:
    By that logic, no, there are no limitations to MXML. Since it
    has actionscript in it.
    Now you've answered the question. In your opinion, writing a
    component using MXML (once again, which includes embedded
    Actionscript) has no limitations.
    quote:
    By your classification system, I could just make my entire
    application one MXML file, with 9000 lines of actionscript in it,
    doing all the work, and that would count as "MXML".
    Yes, this is true. But the question wasn't an architectural
    design one of how the app should be broken into subcomponents, the
    question was about the merits of building your components in MXML
    vs. pure Actionscript. Your scenario has nothing to do with using
    MXML vs. pure Actionscript -- that is merely a design choice with
    whichever one you choose. One could just as easily write 9000 lines
    of Actionscript in a single monolithic Actionscript class.
    Based on your answer above, about there being no limitations
    of MXML when you include Actionscript, if that is true, then I
    believe one has to conclude that writing MXML components is
    superior to Actionscript, based on the fact that Actionscript
    components cannot be rendered and modified in the designer. Now,
    whether MXML has limitations was the question posed in this mail
    thread, and that answer still remains to be seen. But if your
    answer is true, then MXML is clearly superior, based on avaiable
    tooling, to Actionscript.

  • Has anyone seen the new 2012 iMac in any Apple stores yet?

    I was told by an Apple store employee that they would have the new 2012 iMac's in the Apple stores with-in a few days of their launch announcement, back in late October .... here it is late November and the new 2012 iMac's are not yet in the Apple store, for display purposes, here in Rochester, NY.
    Last night I was again at the Apple store here in Rochester, and asking about the new iMacs. one of the employees now says they "may be out in December" some time.
    I'm very disapponted as a loyal Mac user for over twenty years (and even as an Apple investor). that Apple is announcing the launch of these new products, and then taking months for these products to show up for sale.
    I'm starting to think that it won't be until late January that I can actually be able to purchase one of the new 2012 21.5" iMacs ..... i've been waiting years to get a new "antiglare" iMac.
    Has any one actually seen one of the new 21.5" 2012 iMacs in one of their local Apple stores, on display yet?

    UPDATE: Dec. 6, 2012
    I was just over at the local Apple store loking at the new 21.5" iMac, and to be honest, I wasn't all that impressed. I have been waiting for over a year to upgrade my Mac, and had high expectations for the new 2012 iMac's .... but seeing and playing with one in the store .... the new one's may not be for me.
    Most of all I wanted to believe all the talk about 75% less reflections in the new iMac display, but while in the Apple store, I saw no real difference over the previous model ... and if so, it was more like 25% less reflections. Nothing that dramatic, certainly not like the "anti-glare" screens available in the 2011 MacBook Pro. Basically, my understanding is that the new 2012 iMac's use the SAME DISPLAY as the previous iMac models did. It's the LG "LM215WF3" display, same as those in the 2009-2011 iMac displays. The only difference in the 2012 display, is that they took out the small space between the outer glass and the actual screen surface to get the overall display thinner. It still has the basic "glossy glass" cover screen.
    The other disappointment was the extremely poor audio sound from the new iMac's built-in speakers. They just sounded so "tinny", even when playing with multiple iTunes "equalizer" settings. Again, disappointing.
    Looks like I'll have to research the possibility of buying a Mini-Mac and an older Apple 20" cinema display off eBay. Or pick up a late model 2011 iMac and get the Rad-Tech "anti-glare" screen film for the display (Ugh!).
    Being a graphic designer and art director in profession, I just can't understand why Apple has abandoned the "professional" market for these glossy displays in it's iMac line .... or at least STILL hasn't given us an option for a true "anti-glare" display.
    Is it just me, or are my observations on the new 2012 iMac being seen the same by others as well?

  • Abandoned Support for X40 ?

    Lenovo/Thinkvantage updates for Windows 7 have begun to exclude support for X40. Has Lenovo abandoned support for X40 ? My X40/2372 with SSD runs just fine under Windows 7. I trusted Lenovo's "cost of ownership" promise. It seems Lenovo has abandoned support for X40s running Windows 7. Is this so? If Lenovo has not abandoned support for X40s under Windows 7, which version of System Update and Access Connections supports X40 under Windows 7?
    Solved!
    Go to Solution.

    Welcome to the forum!
    As per MS's own guidelines, X40 is not deemed powerful enough to run Vista or W7, due to its outdated graphics chipset.
    All of these machines are over five years old now and expecting support for an OS that is two releases behind the newest one that they were originally shipped with is rather optimistic - I know of no laptop manufacturer that provides that kind of support.
    All of that said, trial and error is the only way to go, and find out what works and what doesn't. I do it with my older ThinkPads all the time.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Hot to terminate servlet when user abandons request?

    I am looking for a way to detect when a user has abandoned a request. I would like to be able to halt processing on any request that gets abandoned.

    There is no clean solution to this as there is no direct connection established from which on server side we can understand whether user has pressed STOP button of browser or exited the browser.
    There is a work around to this. Periodicall write some empty string to output stream of ServletResponse, if user has clicked on STOP button or exited the browser, you will get exception, so do not process request further.
    In case of PrintWriter, you need to call checkError() method after writing empty string.
    Is that fine with you?
    Sandesh

  • Open Pages documents from an older version

    I need to open Pages documents from an older version of Pages that I saved to an external drive from a computer that I no longer have access to.  My current operating system is 10.7.5 and I can't upgrade it right now.  I see that Pages 5.0 requires 10.10 or higher and I can't find older versions to download and from what I've read, it doesn't sound like I'd be able to open the old documents with the new version anyway.  I really need these documents. What can I do?

    I found it helpful to convert all my old Pages '08 files to .doc files.  They can be opened by the new version of Pages.
    Since the new version of Pages is no longer back compatible, and so not good for anything you want to keep for a long time, you might consider using an open source word processing application like Libra Office.  That's what I had to do.  After seven years of being a happy Pages user - archiving thousands of files in Pages -Apple has abandoned us.  I no longer think it is wise to use the new Pages and then five years down the road (or sooner) not to be able to open them in a newer version.
    If you would like a quick way to convert your Pages '08 files to .doc, let me know.

  • How-To: server-based... application policy management

    Hi all,
    I am at the end of me rope here.
    I have a system with an intended client-server architecture - although the server component is not developed/functioning yet.
    I have partially integrated JAAS into the system as I need authentication and authorization within my application. It is currently built into the client component for testing purposes, but should be distributed over both at deployemnt time.
    And hence my problem: I have developed a database implementation of both the Policy and Configuration classes. These are a part of the server component. I do not want any configuration to be called for on the client -side i.e. preconfiguring of policy files and permissions. I just want an instance of the policy and configuration to be 'downloaded' and installed on the client prior to the security manager being switched on and authentication. This is of course given that runtime authorization occurs on the client.
    I would really love to do all this the Java advocated way. I have tried to make sense of Sun Directory Server and Access Manager.... but I am wondering if this is overkill; there is so much talk of what these products can do, but it leaves me with no idea if they are appropriate for the 'little' I want done.
    The last thing I want to do is implement my own solution... something I have already researched with a combination of web services, JAX-RPC and SOAP... but it's a big unnecassary headache.
    Please advise... anyone.
    See also http://forum.java.sun.com/thread.jspa?threadID=576476&tstart=0

    Ok,
    I solved the problems I described earlier and I have a fully funtional policy implementation. The main features are:
    (1) It is distributed to accomodate client-server architectures
    (2) Transmitted over the wire with an arbitrary protocol
    (3) Is populated from a database
    (4) Fully supports JAAS
    There are a few glitches with regard to refresh; this maybe due to the fact that my client-server comms is SOAP based.
    I can't post code due to contract blah blah... but the least I can do is help troubleshoot; since completing it I can see how stupid my mistakes were and would like to help others avoid the same 'I'M GONNA SCREW YOU PROJECT SCHEDULE' pitfalls that I did ran into.
    One word of advice I offer now is to ignore the fact that only getPermissions(CodeSource cs) andrefresh() are abstract - reimplement what ever you need to - it's clear the new PolicyFile implementation has abandoned some/alot of the concepts of the pre 1.4 version and hence the interface is a bit misleading.
    Kind regards,
    Darren B

  • Problem open "pages" documents from icloud

    Hi,
    I have pages for MAC and IPAD.  Quite often I cannot open or save documents located on icloud drive. The same document can be opened if I transfer it to local disk or if I look to it using "preview" but when I try to point to the orginal idrive location I get the message "document cannot be opened" or "document cannot be saved" This is odd enough as in icloud settings have pages enabled. The all idea is making my documents on MAC and being able to read them using IPAD or MAC at my own convenience.
    Any clue?
    Thanks,

    I found it helpful to convert all my old Pages '08 files to .doc files.  They can be opened by the new version of Pages.
    Since the new version of Pages is no longer back compatible, and so not good for anything you want to keep for a long time, you might consider using an open source word processing application like Libra Office.  That's what I had to do.  After seven years of being a happy Pages user - archiving thousands of files in Pages -Apple has abandoned us.  I no longer think it is wise to use the new Pages and then five years down the road (or sooner) not to be able to open them in a newer version.
    If you would like a quick way to convert your Pages '08 files to .doc, let me know.

  • How to remove duplicate POP messages in Mail under Mavericks

    Hello
    I'm having some significant problems with Apple Mail, and despite having researched widely, I haven't been able to find a solution yet. Here is my tale of woe...
    My set up is that I use Mail with 5 separate accounts, downloading all messages using POP. I keep ALL my mail (even the trash) so that I have a permanent record of all conversations, going back more than 10 years - this is about 250,000 emails in around 250 subfolders. I'm running the latest version of Mavericks on a 2010 MBP. I have no intention of moving to IMAP - I need to keep a local archive of all my mail.
    A few months ago I was having problems with Mail being very slow to load and search emails. I decided to rebuild the mailboxes, but afterwards discovered that thousands of messages in the inbox of one of my accounts (and some of the sub-folders) had disappeared. Once I realised I tried to go back to a recent Time Machine back up, but, for whatever reason, that part of the back up hadn't worked properly and I was unable to recover the previous status. I left it while I decided what to do, and had time to deal with it...
    The last 2 years worth of emails on that account were still archived on gmail, so last week I decided to try redownloading the whole lot (something like 72,000 messages), and then planned to use one of the scripts I was aware of to remove the duplicates to the trash, and then remove any duplicates in the trash forever. That ought to mean I at least had an archive of the last two years of missing messages, even if I had no record of which ones had been flagged or replied to, etc.
    The downloading took about 24 hours to complete, and I now have almost 70,000 messages in the inbox of that account. I also rebuilt all the folders again, which doesn't seem to have resulted in any further loss of messages as far as I can tell. However, I hadn't figured on two things:
    1. Mail 'hides' duplicate messages, meaning that all of the messages I've downloaded are showing as unread, and I can't differentiate the ones I already had in my Inbox, and the new downloads. When I click on those apparently unread messages I can see if they have been replied to or forwarded, etc, but there's no obvious way for me to remove the ones I have already dealt with to the trash, without going through them all manually, which is clearly impossible.
    2. The scripts I'd found for removing duplicates don't work. Andreas Amann's Remove Duplicates script doesn't work under Mavericks, and he has abandoned the project. I've also tried the remove-duplicate-messages.scpt made by Jolly Roger (http://jollyroger.kicks-***.org/software/), and while it *sometimes* works on individual subfolders on my Mac (but as far as I can tell removes the duplicate in that folder, rather than the newly downloaded version), mostly it doesn't work at all - it creates a 'Remove Duplicate Messages' folder on my desktop, a log inside it and a folder for removed messages, but nothing appears in the duplicates folder.
    So, I'm left in a position where I have 70,000 apparently unread messages in my Inbox, a massively bloated Mail library (which has pretty much doubled in size, because of the 'hidden' messages), a slow and unresponsive Mail program. I've come to the conclusion that there must be some corrupted email somewhere, which probably caused the original email haemorrhage, and may still be causing the inability to remove duplicates. Mail is so slow as to be almost unuseable.
    I figure I have a number of options:
    1. I could live with the situation and just archive most of the Mail in my inbox, with the side effect that there will be a bunch of messages I have never replied to that are missed.
    2. I could abandon the last week's efforts and revert to the version of Mail I was using a week ago, and then redownload the recent emails from my various accounts. That would still leave me without those thousands of emails I lost on my local machine.
    3. I could find another way to deal with this. Can I get the remove duplicates script working? Should I revert to the version of Mail from a week ago, download ALL the messages again, but do it in a way that allows me to find the duplicates and remove them? Should I move to another email program altogether (which would presumably be massively disruptive to my work!)
    Anyway, apologies for the essay length of this request, and thanks in advance for any help you may be able to offer!

    hi Eric
    thanks for the tip, but I don't think that solves my problem, which is that Mail apparently hides the duplicates, so they're still there, you just can't differentiate or remove them. I actually *need* the duplicates there so I know I've got everything, but then I need to be able to move the ones I know I've dealt with from my inbox to an archive/trash, and/or remove them completely so Mail isn't totally bloated

  • Using a .bat file to use Values in Registry from another Registry

    I recently starting working in an IT Department and for years my superiors/co-workers have always had a piece of software called "cyt.exe".
    When ever I logged in someones computer as Admin, this software allowed me to log out with their username still in the log in text box. We recently upgraded a large quantity of systems to Wins7 and WinEmbedded7 and that program no longer works due to the
    registry change.
    Currently the best I could to for replicating that software function as .bat file is:
    call reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI" /v LastLoggedOnSAMUser /t REG_SZ /d "domain/username" /f
    call reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI" /v LastLoggedOnUser /t REG_SZ /d "doamain/username" /f
    pause
    When I log out, it leaves the user name and password blank which is OK but I need to take it one step further. I need the values of:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
    "LastLoggedOnSAMUser"="domain\username"
    "LastLoggedOnUser"="domain\username"
    to match the values that are in
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\1
    "LoggedOnSAMUser"="domain\username"
    "LoggedOnUser"="domain\username"
    Any suggestions on what I need to change in my code to manipulate the registry to match those values without having to manually input them?

    - Vegan Fanatic
    "can you fix the cyt.exe program, that would be the best option long term"
    Well the cyt.exe program hasn't been updated since 2000 (version 2.3 and 2.5 were the latest versions) so I can only assume the developer has abandoned the project. The reason why it doesn't work anymore is because of the registry change going from XP to
    Vista/Win7/Win8.
    Once I have my own batch file, it will be easier to tweak it as needed when an operating system changes then it is to rely/wait on someone else to update a very specific piece of software that only has one small purpose that has most likely been forgotten.
    As much as I would like to modify the existing program, I don't have any software I can use to re-program it and I doubt I have enough knowledge or experience to tweak it correctly.
    - Frederik Long
    "You need to experiment either with reg query / reg add or reg export / reg import. Each of these commands has inbuilt help, e.g. reg import /?."
    From what I tested, the export/import copies the file and its values and placed them where I asked it too. That is not what I need. I need the values ONLY and placed within the file I need which has a different name from the file I exported from.

Maybe you are looking for

  • Unable to compress non-cumulative infocube with 0DOC_NUM

    Hi Gurus! I'm working on a retail project. I've created an infocube based on 0RT_C01 to keep the stock movements. It is a non-cumulative cube. After the load of the initialization data (2lis_03_bx) ,historical movements, the initialization of 2lis_03

  • Functionality of  LoginSubmit function in Login.jsp file

    Hi, I have tried to change the javascript customization in the "Login.jsp" file on my test box but I am sort of stuck in terms of getting the logic behind the function "LoginSubmit(value)" . What I have tried to do is to create a conditional expressi

  • ALV selection not displayed/shown

    Hello, I have a question concerning the ALV: In NW 7.0 everything was fine and working, as of EhP1 the selection for one ALV is not displayed. ...the selection is done alright and also corresponding events are raised. Nevertheless there is no visual

  • Ugent issuedata erased in othe query due to some other query transportation

    hi all, today i transported some queries,the end user is reporting that data is erased in other queries,is it due to the problem of todays transported queries or that individual queries.how data is lossed in transported queries.urgent issue kindly re

  • How do you make one video clip constantly switch colors?

    I am trying to make it that one video clip switches from one color then to another color then to another? I also don't want to break up the clip into multiple clips then just change the color on each sub clip because when I tried that, it wouldn't lo