New JDWP Implementation - help with suspend status

Hi All,
My first post here.
I am presently implementing JDWP into a small VM - no JVMTI underneath. I am having trouble understanding the interaction between debugger (eclipse 3.4) and debuggee (the VM).
The VM starts a single thread and suspends all while it waits for a incoming connection. A connection comes in from eclipse and debugger/debuggee make their way through all commands/replies up the the VirtualMachine_Resume command to get things started again.
During all this, the debugger requests a event set CLASS_PREPARE on a class with a classmatch filter and a SuspendPolicy of THREAD. Fair enough.
So ... the VM sends the CLASS_PREPARE command to the debugger and then suspends the single thread. As there is only one thread, the VM has to basically spin waiting for something from the debugger to resume the thread (I guess ??).
BUT .. then the debugger nevers sends anything.
Is my understanding correct? Should the debugger respond to get stuff going again? (yes - "I'm doing something wrong", no = "I don't understand, please explain ...")
All help appreciated.
Greg.

Self-reply .. for the record and as a note to other (unfortunate) persons who are implementing JDWP from the spec.
My issue was with what happened when the VM started. I was performing the startup VMStart interaction before the main class had been loaded. It is wise to start the VM/debugger interaction after the main class has been loaded - escpecially if your testing involves putting a breakpoint in the main class. :-/
G.

Similar Messages

  • New to Mac, Help with Time Machine! Partition External HDD or not?

    Hey Guys I'm a new mac user
    I need help with  time machine
    I wanted to know how time machine works and what all does it back up?
    I have 2 hard drives one is of 1TB and one is of 320gb
    In the 1TB hard drive i store all my music videos and work stuff it is windows formatted
    The 320gb hard drive is mac formatted and I was thinking of making a partition on it one with 250gb for time machine and the remaining 70 gb for mac softwares and files. The ssd of my mac has a capacity of 256gb. I have read for time machine you need at least 2x the space of your ssd on your external hard drive but i don't understand if my ssd is only 256 and can store files worth 256gb why do i need double the space? Secondly if I choose to use the complete 320 gb for time machine will that be okay or even if i choose to partition it to 250gb for time machine will that be fine too? Or will I need to format my 1TB hard disk out of which currently only 300 gb is empty and partition that to 500 gb for time machine?
    I'm really confused every tells me to use time machine but do I need it? And what does it exactly do?
    Your input will be really appreciate thanks

    The reason that you want a partition (or drive) of 2-3 times the size of your boot drive for Time Machine is so that you can keep backups further back than just the current boot drive state - for that you'd need to make a clone of the drive rather than using Time Machine (see -> http://pondini.org/TM/Clones.html).
    For more information for backups in general, see -> Most commonly used backup methods.
    Note that you can't use Time Machine to backup a Windows partition.
    Good luck,
    Clinton
    MacBook Pro (15” Late 2011), OS X 10.??, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • Hello from a new member and help with random images on refresh

    Hi All,
    I've just joined the forum. In fact I've really only just started to use Dreamweaver. I've covered a lot of ground in the last few weeks and
    have manage to set up a basic site using CSS for layout but now I've hit my first problem.
    On the index page of the site - http://www.hcadesign.co.uk/ there is a large main image which I would like to change each time someone
    visits the site or hits refresh. I've hunted around and found lots of scripts, all using java, that seem to do just this but I'm not having any
    luck getting them to work.
    My pages code is as follows -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Humphrey Cook Associates - Architects - Interior Designers - Project Managers</title>
    <link href="styles/hca_styles.css" rel="stylesheet" type="text/css" media="screen" />
    </head>
    <body>
    <div id="wrapper">
      <div id="header"><img src="images/header.gif" width="800" height="100" alt="hca_header" /></div>
      <div id="menu">
        <ul>
          <li>About Us</li>
          <li>Residential </li>
          <li>Special Needs Housing</li>
          <li>Hotels</li>
          <li>Conservation</li>
          <li>Interiors</li>
          <li>Offices</li>
          <li>Sustainability</li>
          <li>Commercial</li>
          <li>News</li>
          <li>Contact</li>
        </ul>
      </div>
      <div id="main_image"><img src="images/haydock_atrium_420x300.jpg" width="420" height="300" alt="haydock_atrium" />
      </div>
      <div id="menu_right">
        <h3>Latest News</h3>
        <p>Planning permision finally granted for the proposed 'Villa De France'</p>
        <div id="news_image_01">
          <p><img src="images/news_villa_de_france_90x50.jpg" alt="villa_de_france" width="90" height="50" /></p>
        </div>
        <p>Application submitted for new 30 storey hotel with retail in Tower Hamlets</p>
        <div id="news_image_02"><img src="images/news_alie_St_90x50.jpg" width="90" height="50" alt="alie_street" /></div>
      </div>
      <div id="spacer"></div>
      <div id="bottom_left"><img src="images/riba_logo_127x67.gif" width="127" height="67" alt="riba_logo" /></div>
      <div id="bottom_thumb_01"><img src="images/thumb_beckton_95x67.jpg" width="95" height="67" alt="beckton" /></div>
      <div id="bottom_thumb_02"><img src="images/thumb_edgeworth_link_95x67.jpg" width="95" height="67" alt="edgeworth" /></div>
      <div id="bottom_thumb_03"><img src="images/thumb_tov_bathroom_95x67.jpg" width="95" height="67" alt="haydock" /></div>
      <div id="bottom_thumb_04"><img src="images/thumb_edgeworth_interiors_portrait_95x67.jpg" width="95" height="67" alt="the_old_vicarage" /></div>
    <div id="bottom_right">
      <h1>Architects</h1>
      <h1>Interior Designers</h1>
      <h1>Project Managers</h1>
    </div>
      <div id="footer"></div>
    </div>
    </body>
    </html>
    I've highlighted where the image to be rotated is in red.
    The scripts I've found have generally involved putting something in the <head>, something where the image is to be (but I wasn't sure if it should be
    within the div tag or after img src or what?) and also a seperate *.js file stored in the root directory.
    Anyway I'm not getting anywhere and need some help as I really don't know what I'm doing with javascript.
    Cheers

    Hi and Welcome to the DW Forums. 
    For the sake of clarity, Java is not the same thing as JavaScript. 2 entirely different programming languages.
    Copy and paste the following code into a new, blank HTML page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Random Banner</title>
    <script type="text/javascript">
    <!--//Random Banner image on Page Reload 
    //store the images in arrays below.
    //First banner is always image [0].
    //If you add more banners images, change the array count (4).
    images = new Array(4);
    images[0] = "<a href='http://www.example.com'>
    <img src='path/first-image.jpg' width=' ' height=' ' alt='some-description' /> </a>";
    images[1] = "<a href='http://www.example.com'>
    <img src='path/second-image.jpg' width=' ' height=' ' alt='some-description' /> </a>";
    images[2] = "<a href='http://www.example.com'>
    <img src='path/third-image.jpg' width=' ' height=' ' alt='some-description'  </a>";
    images[3] = "<a href='http://www.example.com'>
    <img src='path/fourth-image.jpg' width=' ' height=' ' alt='some-description'  </a>";
    index = Math.floor(Math.random() * images.length);
    document.write(images[index]);
    //done
    // -->
    </script>
    </head>
    <body>
    <h1>Random Banner on Page Load.</h1>
    <p>The more images you have in your array, the more random it will seem.</p>
    <p>Change the URLs from example.com to your your own site pages.</p>
    <p>Change path/image to images in your local site folder.</p>
    </body>
    </html>
    Good luck with your project,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web-design.blogspot.com/

  • Help with Suspended Account

    I need help with my suspended account. I had some problems and missed my arrangement date. Now, my account is suspended and the 611 number isn't working. Can a rep call me?

    The only way to restore your account is to bring it current. A rep can't call you if your phone is suspended.
    You can private message  with your contact and account information and someone can get in touch with you.

  • Urgent: im new and need help with this task!

    I need help with converting the pseudo code to java code, Any help will b greatly appreciated!
    // Declare a variable of type int, called "choice".
    // Generate a random number between 0 inclusive and 7
    // exclusive, and store that number into the variable
    // "choice". (How do you generate a random number? Use the
    // nextInt(int) method inside the random object, which takes
    // a single int parameter. You can read about this method
    // here:
    // http://java.sun.com/j2se/1.5.0/docs/api/java/util/Random.html
    // If "choice" is equal to 0, then create and return a new
    // IBlock object, passing "game" as the parameter to IBlock's
    // constructor.
    // Otherwise, if "choice" is equal to 1, then create and
    // return a new TBlock object, passing "game" as the
    // parameter.
    // Otherwise, if "choice" is equal to 2, then create and
    // return a new OBlock object, passing "game" as the
    // parameter.
    // Otherwise, .... etc ....
    // (please continue to do this for all of the 7 kinds of block
    // that can be created)

    import java.util.*;
    public class Echo{
         public static void main(String[] args)     {
              //System.out.println("enter ur choice");
    Random r=new Random();
    int choice=r.nextInt(6);
         switch(choice)
         case 0:
              IBlock object0=new IBlock("games");
              break;
         case 1:
              TBlock object1=new TBlock("games");
              break;
         case 2:
              OBlock object2=new OBlock("games");
              break;
         case 3:
              LBlock object3=new LBlock("games");
              break;
         case 4:
              JBlock object4=new JBlock("games");
              break;
         case 5:
              SBlock object5=new SBlock("games");
              break;
         case 6:
              ZBlock object6=new ZBlock("games");
              break;
    class TBlock
         TBlock(String s)
              System.out.print("TBlock called"+"\n value passed is "+s);
    class IBlock
         IBlock(String s)
              System.out.print("IBlock called"+"\n value passed is "+s);
    class JBlock
         JBlock(String s)
              System.out.print("JBlock called"+"\n value passed is "+s);
    class OBlock
         OBlock(String s)
              System.out.print("OBlock called"+"\n value passed is "+s);
    class LBlock
         LBlock(String s)
              System.out.print("LBlock called"+"\n value passed is "+s);
    class SBlock
         SBlock(String s)
              System.out.print("SBlock called"+"\n value passed is "+s);
    class ZBlock
         ZBlock(String s)
              System.out.print("ZBlock called"+"\n value passed is "+s);
    }

  • New user needs help with syncing

    I have a new Curve.  I use Comcast mail (POP3).  I have installed Desktop Manager on my PC.  I am not using an Enterprise server, nor an Exchange server.  I would like to be able to receive, read, and delete using either device and have any changes reflected in the other. 
    From what I've read, it appears that you can only do that if you're using an Enterprise server or if you have an Exchange server and you install Redirector.  Is that true?  Or can my set up work?

    POP3 email does not require a BES connection.
    However you do need to make sure you are paying the service fee to the carrier for a BIS data plan.
    If you have this, follow the steps below.:
    Procedure
    To set up your BlackBerry Internet Service or BlackBerry mail and messaging account, complete one of the following procedures:
    Create the BlackBerry Internet, BlackBerry mail and messaging, or BlackBerry Mail account from your BlackBerry smartphone
    Create the BlackBerry Internet, BlackBerry mail and messaging, or BlackBerry Mail account from your computer
    To set up your  BlackBerry Internet Service, BlackBerry mail and messaging, or BlackBerry Mail account from your BlackBerry smartphone
    You can set up your account from your BlackBerry smartphone or from your computer.
    Note (new BlackBerry Internet Service users only): New BlackBerry Internet Service, BlackBerry mail and messaging, and BlackBerry Mail subscribers can create their accounts on their BlackBerry smartphones without having to create a login user name and password to access their accounts. For more information on Automatic Login, see KB13955.
    To set up your BlackBerry Interent Service or BlackBerry mail and messaging account from your BlackBerry smartphone
    Verify your BlackBerry smartphone is connected to the wireless network. For information about network status indicators, see KB02334.
    Click E-mail Settings.
    Read the Legal Terms and Conditions carefully.
    Select Yes, indicating you have read and understood the Legal Terms and Conditions.
    Click I Agree, to be bound by the Legal Terms and Conditions to continue with the setup process.
    Note: The BlackBerry Internet Service, BlackBerry mail and messaging, or BlackBerry Mail account is now configured.
    Complete the appropriate steps to begin sending and receiving email messages.
    Add an existing personal or work email address
    Create a BlackBerry email address
    Add an existing personal or work email address
    On the Email Account Setup screen, enter your existing personal or work email address and password. Click Next.
    You will receive a successfully configured access to your email account message. Click OK. The Services - Email Account screen appears.
    The Services - Email Account screen provides an overview of the following:
    Integrated email addresses
    Add An Email Account option - allows the subscriber to integrate third-party email accounts
    Services and Settings - designed to allow subscribers to manage their BlackBerry Internet Service accounts, including sending service books and changing the language
    Help - provides online help
    End User Agreement
    Create a BlackBerry email address
    On the Create a BlackBerry Email Address screen, enter a user name, password and confirm password, secret question and secret answer.
    Click OK.
    You will receive a successfully configured access to your email account message. Click OK. The Services - Email Account screen appears.
    From the Service - Email Account screen, you may edit or delete each email addresses, integrate another email account or go to the Service and Settings screen.
    To set up your BlackBerry Internet Service, BlackBerry mail and messaging, or BlackBerry Mail account from your computer
    Note: New subscribers who create their BlackBerry Internet Service, BlackBerry mail and messaging, or BlackBerry Mail accounts from the computer and create a login user name and password to access their BlackBerry Internet Service account will turn off the Automatic login feature. For more information on Automatic Login, see KB13955.
    Perform a Register Now operation on the BlackBerry smartphone. For instructions, see KB00510.
    Navigate to your wireless service provider's BlackBerry Internet Service account page.Note: To find your service provider's BlackBerry Internet Service web site, go to the Support section on the BlackBerry web site (http://na.blackberry.com/eng/support/software/internet.jsp) and click the link for your service provider in the Accessing the BlackBerry Internet Service Website section.
    Click Create New Account.
    Read the BlackBerry Internet Service End User Agreement, and place a check mark in the box labeled I have read and understand the Legal Terms and Conditions. Click I Agree.
    Type the personal information number (PIN) and International Mobile Equipment Identity (IMEI) or electronic serial number (ESN) for your BlackBerry smartphone, and click Continue.Note: For instructions on how to locate the PIN, IMEI or ESN on your BlackBerry smartphone, see KB05026.
    Type a user name and password, and click Next.
    If the user name chosen has already been taken by another BlackBerry Internet Service subscriber, you must choose a different user name. Suggestions for user names that have not yet been taken will be provided. Once you have chosen an alternative, click Next.
    Your BlackBerry Internet Service account is now set up. You may begin adding email accounts or create a BlackBerry email address.
    Additional Info
    For a list of helpful articles and links regarding the BlackBerry Internet Service, visit BlackBerry Internet Service.
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • New user needs help with HD choices

    I just found this forum and it looks like something I am going to enjoy.  I have Premiere Pro CS 5.0 and use it to process AVCHD video.  My hardware is made up of Asus P9X79 Pro, i7 3930k, 16 GB memory, and GTX 470 vid card.  I also have an SSD as my main boot drive - it is an OCZ Revodrive.
    I would like help in setting up my hard drives for the Adobe software, so have listed my storage drives along with current usage and ATTO benchmark results:
    Drive 0 - Revodrive - ATTO = 800 - Used for Win 7 -64 Pro and Adobe software
    Drive 1 - WD Black 2TB - ATTO = 140 - Used for MTS file storage
    Drive 2 - WD Black 2TB - ATTO = 140 - Used for Scratch Files
    Drive 3 - Samsung 1TB - ATTO = 60 - Used for Finished files (Encore files and for saving MP4 files for web upload)
    Drive 4 - WD Black 1TB - ATTO = 120 - Used for backup
    Drive 5&6 - 2 each Hitachi 750GB in Raid - ATTO = 180 - Used for backup (Drives are attached to Marvel Raid port on Motherboard)
    I realize that drive #3 is the slowest drive and should probably be used for other things.  I am open to suggestions.

    Happy New Year and wecome to the forum!
    Sounds like a strong system, and it should be just fine for AVCHD video.
    Suggest:
    Boot / OS / programs - Revodrive is fine; you can also assign media cache and media cache DB (CS5 setting) to this drive
    Data drive - create a RAID 0 array from your current drives 1 and 2 - use this for projects and media, and pretty much whatever other data needs you have for your PC
    scratch / output drive - use for current matching 5 & 6 Hitachi's in RAID 0 for scratc and render outputs
    all others - use 3 & 4 for backups
    You should probably run PPBM5 and report the 4 "scores" to the PPBM5 site and also back here to get a reality check that everything is configured and working properly for your system.
    Jim

  • New to MAC  -help with previous systems folder -this should be an easy one!

    My PowerBook G4 (running Leopard) recently crashed due to some corrupt files, per the Genius Bar. I got it up and running with the Leopard upgrade disc as they recommended. Everything went well and on the HD it created a "Previous Systems" folder and everything is in there... (old applications, documents, etc. ... Now what do I do?
    Do I just run the applications (iWork, MS Office, Adobe products, etc.) from that "Previous Systems" folder or should I drag and drop them to the new applications folder, or is it better to delete and reinstall all the programs again? And if I have already opened some of the applications from the Previous Systems" folder will this prevent me from moving them.
    I just want to clean up my laptop and keep it simple... What is the safe and easy thing to do?
    Thanks for all the help... this site is what influenced me to switch from PC to MAC !
    John

    Start with the description in http://docs.info.apple.com/article.html?artnum=301270
    Once you sort that out, see:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials, and
    MacTips Learning Centre.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

  • [SOLVED] Test conversion to systemd - Help with iptables status

    With all the discussion around systemd and with a move for systemd to [core] soon, I thought I would convert an arch laptop from initscripts to systemd and see how it worked.
    I followed the advice on the arch wiki for systemd, having already moved the systemd compatible parameters out of rc.conf a while ago. After installing systemd and systemd-arch-units, and adding init=/bin/systemd to the boot kernel line the system booted up nicely with systemd - graphical login failed as the relevant unit is not enabled at that stage - so hitting return to get a login prompt and logging as root it was quick to enable graphical.target and kdm.service, and rebooting then gave me a normal kdm login screen and then a normal login to kde.
    All fine at this point. (By the way total login time was just over 30 seconds for both initscripts and systemd) - then it was necessary to check which services were running - most were running by default under systemd including postfix, dovecot, and sound worked fine with a quick check on a browser for a video feed. Networking was working fine too.
    However iptables which was previously working fine under initscripts was not running - I checked that the firewall rules file was intact which is was.  Executing systemctl enable iptables.service appeared to be accepted but after executing systemctl start iptables.service and checking status again it was "exited" - the commands listed under the "start" command seemed normal and no error message appeared in the /var/log/messages file about iptables.
    Can anyone suggest what is needed to get iptables working under systemd (yes I have read the wiki entries but nothing seemed to be relevant to fixing that particular issue).
    Thanks in advance.
    Last edited by mcloaked (2012-08-30 09:01:25)

    cfr wrote:
    I think what you're seeing is normal. Does it give a 0 exit status?
    The service is of type "oneshot". I *think* that means that it is expected to exit.
    As I understand it, iptables is a bit like ipfw. It's in the kernel and the userspace tools just provide an interface to that. So there's no daemon to run.
    You can tell if it has worked correctly by
    iptables --list
    to check that your rules have been loaded correctly.
    Note: I hope somebody will quickly correct me if I'm wrong about this because I've been assuming this is the expected behaviour on my own machine!
    Perfectly correct - I didn't think to check iptables --list but yes all the rules are there as they should be.
    It would be nice to have this documented in the wiki under systemd to help anyone else coming across the same issue.
    I will mark this as solved in the topic title - thank you for replying - it was very helpful (and stopped me continuing the search for a solution by googling!)

  • New user: Need help with my phone. iSync on a G3 with OSX 10.3.9

    Hi guys, this is my first post on this forum, so take it easy on me. LOL I just got a Sony Ericsson W810. I found out that I need to get iSync. Aparently iSync 2.2 is the program I need. Is this available for my version of OSX? I'm not sure if a new version of OSX is compatible with my G3. Any help? Much appreciated. Thanks.

    Welcome to Apple Discusssion.
    iSync 1.5 is the version which shipped with and works with Mac OS X releases prior to 10.4 - iSync 2 and later packages are not compatible with Mac OS X 10.3.9 or any release of the OS. With Mac OS X 10.4 and iSync 2, came a completely new synchronization technology: the Sync Services framework.
    You can find out what, if any, options exist for SONY Ericsson users here, at Julian Wright's excellent site:
    http://mobile.feisar.com

  • New user - need help with PC Suite use

    Hello. I have a new Nokia 6233, and have installed the current version of PC Suite (6.84.10.4), but can't figure out how to make certain things work that seem like they should. I'm using Windows XP with Service Pack2, and am connecting my phone with my PC via Bluetooth.
    1) I have installed an application using the Install Applications component of PC Suite, and it now shows that the new app is on the phone -- but how do I actually get it from showing up in that category on PC suite to the actual phone?
    2) I have hundreds of phone numbers that migrated over poorly from my old Sony Ericsson via SIM, and would like to edit them on the PC instead of on the phone. However, I see nothing under Contacts in PC Suite. How do I get the PC to recognise the contacts on the phone? If I enter new ones on the PC, how do I get them to the actual phone?
    Thanks in advance if you can help!
    //Albie

    Hi,
    1) Do you mean that you can not find installed application from phone (or what)?
    2) Try to update Contacts folder -> open Nokia Phone Browser > "phone name" > Contacts > and press F5 button.
    Contacts folder includes also button for create a new contact and when you click "Save", it saves that in phone.
    BTW: if you contacts are in SIM card -> you have to copy those first in phone memory.

  • Help with WBS status management

    Hi,
    I am trying to create a new user status for a WBS in OKO2 which will forbid material postings through requisitions and orders and also forbid sales orders to be created. These are standard business transactions and I can see are easily available to forbid when creating the new status.
    It works when trying to create a new material document or sales order.
    However, can anyone help as I am also trying to ensure that if a material posting has been made already to the WBS or sales order is assigned and then someone tries to change the user status to this new user status, then the validation of the project on save will create an error message an advise that the status can not be set due to an existing material document or sales order.
    I would like to do this without having to create an additional validation user exit.
    Can anyone advise if this is possible?
    Thanks

    For postings that are already made this can't be achieved. As suggested by Abdul you may have to use Validations or any other work around to achieve this.

  • New to APEX, help with simple app please

    Need to create a simple app based on 1 box with 4 buttons based to execute sql. Having hard time sifting throught the material need app fast. Sorry for being a block head. Can anyone help or suggest any books to point me in right direction. Need asap. Any help will be appreciated.
    Simple app with one box where username is entered
    --------------------- Enter new users name
    Create user with with added synonyms A
    Create user without synonyms B
    Remove user C
    ADD synonyms to existing user D
    EXIT E
    A = Executes create user command with additional lines of code to add the synonyms
    B = Executes simple create user command
    C = Executes delete user, (sys, system, ect will be excluded
    D = Executes command to add 3 private synonyms
    We are limiting the data they can see if they do not have a synonym.
    Thanks a ton

    Scott,
    Thanks for your reply. This is a DBA create user tool, management wants to provide the application administrator ability to create DBA users only for this database. The application is built so users with certain private synonyms assigned can see data, those without do not. It is a customized COTS app, I would never design like that.
    I do not agree with it, not my decision. I built a shell menu and scripts but that is not GUI enough for this boss. At first It looked like a simple APEX app. I am finding that APEX is more a reporting tool based on objects and I will continue to use it for that. I am learning lots about it so that is cool.
    Andy

  • New ipod need help with songs from old one NEED HELP!!!!

    I got a new ipod nano 3rd gen. but it wont let me take all of my old songs from my old ipod(nano 1st gen) and put them on my new one! I dont want to lose my songs so PLEASE HELP!!

    When I did that on my old ipod and it said doing so will delete all the songs on it and replace it with my library. When I did it on my new ipod it just put the songs that was already in that playlist back on the ipod, not the songs that i need from the old one.

  • Cleaning up my new Thinkpad need help with what to Uninstall

    So I finally got my new thinkpad T520 set up with Windows 7 and I currently have all the prepackaged Lenovo Programs and thinkvantage tools installed. I am trying to optimize my system right now and I am wondering which programs I should keep and which I should delete.
    I already have Revo uninstaller, CCleaner, and ESET NOD32 smart security antivirus so I already have some good utilities to clean my system.
    Basically if anyone could help me determine which lenovo programs to keep and which to uninstall I would be very greatful. I dont need this computer to be a screamer, but I would like a stable computer that is as fast as possible.
    Thanks

    from your list, i don't use the following:
     Screen reading optimizer
     Simple tap
     Solution Center
     AutoLock
     Communications utility
    truthfully, Lenovo's factory load is lighter than most every other OEM load i've worked with.
    if you want to further optimize your machine's running state, you should have a look at the blackviper site to dig through your running Windows services. even if you choose not to modify anything, it's quite educational. http://www.blackviper.com/
    you can also go through your system's start-up programs and what-not. apps like acrobat reader install update checkers that load at every boot and run in the background. i like a Microsoft tool named Autoruns for this task. it's part of the Sysinternals suite. http://technet.microsoft.com/en-US/sysinternals
    hth.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

Maybe you are looking for

  • Transaction Codes or Path to get following Data / Reports

    Transaction Codes or Path to get following Data / Reports 1 Report on Trial balance – GL account balances 2 List of manual checks that are cut. 3 List of manual JE to GL for payments made. 4 List of EFT payments. 5 List of sales transactions within a

  • No longer able to reply, delete, fwd, etc. emails after 7.0.3 update

    After updating my iPhone 4s to ios 7.0.3, I can no longer delete, reply, forward, etc. emails. The bar that provides options for these functions at the bottom of each email is no longer there. How can I get it back? The bar disappeared immediately af

  • Is there standard report to get the WBS by using asset number

    Dear All, Please advice, is there any standard report to get the WBS by using asset number ? Thank you. Nies

  • Is Custom Style Sheet Working?

    I'm trying to use a custom style sheet, in order to block ads, but I don't think it works in this version of Safari. (on OS X 10.4, I use a custom CSS file and it works great.) In the Windows beta, it does nothing. I even tried a simple custom style

  • Dynamic selection while Broadcasting reports

    Hello Experts,                       I have a scenario where I need to Broadcast reports as excel file based on Country, however for each Country there is a person responsible and that person responsible should see data pertaining to their own Countr