4 random positions in the world

Ok so this is the code that i have writen so far:
Random aRandom;
aRandom.nextBoolean();
aRandom.nextInt(4);
System.out.println(aRandom);
if (aRandom == 0)
chaser.moveTo(160,120);
if (aRandom == 1)
chaser.moveTo(160,360);
if (aRandom == 2)
chaser.moveTo(480,120);
if (aRandom == 3)
chaser.moveTo(480,360);
this is what the outcome is supposed to be :
Chaser is created at one of 4 positions in the
world: (160, 120), (160, 360), (480, 120), or (480, 360). You must use a random decision to choose
which of the four locations Chaser should start at.
im really new to this does anyone khow what im doing wrong?
below is the starter code that i have just in case anyo0ne wants to take a look at it!
// Fall 2008 Comp 110 Barnes Project 2
// Put descriptive comments about what your program does and how it does it
import java.util.Random; // used for making probabistic decision
// You must use the methods and the arguemtns in this starter file.
public class TurtleTag {
// class instance variables are declared outside of any class method
// and are accessible from anywhere within the class.
Random aRandom; // object that returns (gets) random values
Turtle chaser, evader; // Turtle "objects" of our game
int delayInterval = 750; // time delay between steps to see the chase
int chaserStep = 5, evaderStep = 8; // distance of turtle's step
// Constructor method -- makes a TurtleTag object.
public TurtleTag(World aWorld, int gameSteps) {
int chaseX = 160, chaseY = 120; // starting location for chaser turtle
// create a new Random
// create a new evader Turtle and give it a name
// set the value of steps here
evader = new Turtle(aWorld);
evader.setName("evator");
// determine where chaser turtle will start
Random aRandom;
aRandom.nextBoolean();
aRandom.nextInt(4);
System.out.println(aRandom);
if (aRandom == 0)
chaser.moveTo(160,120);
if (aRandom == 1)
chaser.moveTo(160,360);
if (aRandom == 2)
chaser.moveTo(480,120);
if (aRandom == 3)
chaser.moveTo(480,360);
// create chaser turtle and give it a name.
chaser = new Turtle(chaseX, chaseY, aWorld);
chaser.setName("chaser");
System.out.println("TurtleTag written by " + "Antonio Arana");
System.out.println(chaser);
System.out.println(evader);
System.out.println("Chaser is after Evader.");
// call the play() method to have chaser chase evader
play(gameSteps);
System.out.println("TurtleTag is done");
} // end of TurtleTag(...)
// Wait delayInterval milliseconds between steps.
// Do not change this method or its call in play.
// This method is needed for moving Turtles.
private void delay() {
try { Thread.sleep(delayInterval); }
catch (InterruptedException ie) {
System.out.println("Error in delay() " + ie.toString());}
} // end of delay()
// Write the definition (body) for this method.
public void chaserMove() {
// Put your code here
// Write the definition (body) for this method.
public void evaderMove(boolean decision) {
// Put your code here
// Uncomment the declaration of this method.
// Write the definition (body) for this method.
// public int distanceBetween(Turtle chase, Turtle evade) {
// Put your code here
// Play the game of tag between two turtles for steps moves.
// Complete the definition (body) for this method.
public void play(int steps) {
// you may have to define and possibly initialize
// some local variables here
// get positions of chaser and evader turtles
// while not tagged and moves is less than steps) do
// moves++;
// chaserMove();
// distance = distanceBetween("what arguments go here?");
// if ( distance <= 10) {
// System.out.println("Game over Chaser tagged Evader in " +
// moves + " steps at a distance of " + distance );
// tagged = true; }
// else // evader moves
// evaderMove(aRandom.nextBoolean());
// delay(); // pause between moves
// end of while
// if (!tagged) System.out.println("Game over Chaser did not tag Evader in "
// + moves + " steps");
} // end of playTag()
} // end of TurtleTag class definition

should i use the aRandom.nextInt(max) intead i am so confused right now i wish i could just give up but i have to do this even if it takes me all week!
I am really new to this and the teacher that i have never answer our questions. the book that we read for this class desent even teach us how to do randoms sorry that im writing this im just really sick of this because i have been trying to figure this out from yesterday to today and this is just the begining.
Bye the way i really apreciate your help even though i think that i am geting more confused.
so what i have so far is totaly wrong right?

Similar Messages

  • Random position help...

    Hi, I'm trying to create a simple screensaver whereby a
    company logo just simply fades in and out at random positions on
    the stage indefinitely. Would anybody have any example script for
    this? Or know where to download something similar?
    thanks
    db

    1. Put the logo image on the stage.
    2. Convert it to a graphic symbol. Again convert the graphic
    to a movie clip.
    3. Inside the movie clip make a fade in fade out animation
    using the graphic inside - use about 20 - 30 frames.
    4. Write the following code on the movie clip timeline first
    frame.
    this._x = Math.random()* Stage._width;
    this._y = Math.random()* Stage._height;
    www.santanu.biz
    The Swiss Army Knife for All Your Creative Needs

  • Is there an App for the iPad that will show my GPS position on a world map, even if I'm at sea?

    Is there and App for the iPad that will show mu GPS position on a world map, even if I'm at sea?
    Thanks,
    Tomac

    BobTheFisherman wrote:
    GPS will show your position anywhere if your device has unobstructed view of the GPS satellites. The issue is that you must find a maps/charts that include all areas of the sea.
    There is no mobile data connection required to use GPS on land or sea. Once again your issue is the availability of downloadable maps/charts for the areas you will be traveling.
    Sorry, but you can't install an app like NAVIGON on an iPad without 3G cellular data connection:
    copied from NAVIGON app:
    ...can be installed on any iPhone3GS, iPhone4, iPhone4S, iPhone5 or iPad device (the navigation function is only available on the iPad WiFi+3G)
    Can I navigate with my mobile phone?
    Answer:In principle yes. For mobile phones there are both Onboardnavigation solutions and Offboardnavigation solutions.
    The following requirements must be fulfilled:
    •     The software must support the mobile phone. NAVIGON software
          always comes with a compatibility list. The software is guaranteed
          to work only for the mobile phones on this list.
    •     The mobile phone must have a GPS receiver. Many new mobile
           phones come with a built-in GPS receiver. Otherwise you can use
           an external GPS receiver which is connected to the mobile phone
           by cable or Bluetooth.
    •     It should be noted that an offboard solution incurs costs for using
          the mobile phone network to communicate with the provider's server.
    Message was edited by: Ingo2711

  • Transformgroups position in the virtual world.

    Hi,
    I need to know if its possible to get a transformGroups position in the virtual world.
    Lets say transformGroupGETPOSITIONIS the child of transformGroupA, and transformGroupA is a child of transformGroupB. Now if transformGroupA and transformGroupA are rotating and moving all over the place, transformGroupGETPOSITIONIS posiiton will change in the virtual world, but because transformGroupGETPOSITIONIS never moves or rotates, will it know thats it's moving and have some values that represent it's position the the virtual world?
    Any help is appricated.
    ps, if the transformgorup dosn't know it's position in the virtual world, i have to go off and learn about 3d matrix's, and lets say your studing maths in college, you don't study this until semester 2 of year 2. So it's going to be kinda hard..... anyway again, any help will do.
    thanks

    Hi, ya i got it after so if anybodys looking for the solution to this question, here it is :
    private Vector3d ReturnTransformGroupsVirtualWorldPosition(TransformGroup inputTransformGroup)
         Transform3D oldPositiont3d = new Transform3D();
         inputTransformGroup.getLocalToVworld(oldPositiont3d);
              Vector3d getPosition = new Vector3d();
              oldPositiont3d.get(getPosition);
              return getPosition;
    just throw in your transformGroup and it will return back your Virtual world position.

  • How can I get my foot in the door in the world of SAP consulting?

    I live in the U.S. but have the opportunity to work for Fujitsu in India in an entry-level position.  I haven't yet been able to get a similar offer from a company in the U.S.  Do you think it is worth moving half way around the world, work there for a year or two, and hope that I gain the experience and knowledge necessary to land a descent job here in the U.S.?  Or do you think that it would be too much hastle and it would be best if I kept trying my luck here?
    I'm curious to hear you guys' thoughts!
    A

    Hi Akshay,
    as you don't know where your future is, so i think you have to grab this oppurtunity. while in USA you have seen millions of people who have just walked there to get a good oppurtunity, so it never matters
    how far you are from your home to start your career, that menas if you are getting a good oppurtinity
    to work with, you should take it on priority basis, it might become a fruitful decision for you.
    And as you are saying that "should i stay here at USA to look for another option", dear its upto you.
    If you think you can find a better oppurtunity there, then you can stay, but droping an oppurtunity sometimes creates a problem, so i will not suggest it to you.
    Now, you can talk to your family and ask what they wants, i think you are so smart to choose the best
    option , rather than asking to others.

  • How to make the new Array start at the same position as the previous and randomise only the newObjec

    So i am currently trying to make 5 boxes/ships (3Blue and 2 Green)appear  in a random position(1st-Gree,2nd- Blue,3rd-blue,4th-Green,5th-Green or in some other random way) i the upper corner of the stage.Make them move down.Then make a new 5 boxes and position them in the same starting position as the previous 5 and make only them get randomised (not with the previous 5,what it is doing at the moment).And do this while they are moving down.  so the code so far i have is this :
    import flash.events.Event;
    var shipCount:Number;
    var shipCount2:Number;
    var shipArray:Array = new Array();
    var shipArrayPosition:Array = new Array();
    var counter:int = 0
    var positionsX:Array = ["50","100","150","200","250",]
    addEventListener(Event.ENTER_FRAME, everyFrame)
    function everyFrame(ev:Event):void{
              counter++
              if(counter % 70 == 0){
                             doShips()
              positionShips()
              trace(shipArray.length )
    function doShips() {
              shipCount = 3;
              shipCount2 = 2;
              var gap = 10;
              for (var i:int = 0; i < shipCount; i++) {
                        var s = new Ship;
                        shipArray.push(s);
                        //s.x = s.width/2 + (s.width* i) + gap*i
                        //addChild(s)
                        //shipArrayPosition.push(s);
              for (var j:int = 0; j < shipCount2; j++) {
                        s = new Ship2;
                        shipArray.push(s);
              var array:Array=new Array();
              while (shipArray.length>0) {
                        var index:uint = Math.floor(Math.random() * shipArray.length);
                        array.push(shipArray[index]);
                        shipArray.splice(index,1);
              shipArray = array;
              //shipsArray has been randomized
              for (var k:int = shipArray.length - 1; k >= 0; k--) {
                        shipArray[k].x = positionsX[k]
                        addChild(shipArray[k])
    function positionShips() {
              for (var i:int = shipArray.length - 1; i >= 0; i--) {
                        shipArray[i].moveDown() //what the code in the Ship and Ship2 class does -> only: this.y += 3
    and how to make them stay at one position.Not to move in any X position when the new 5 are added

    This one is more efficient yet because it removes ships that moved out of view:
    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    var numShips:int = 5;
    var shipCount:int = 3;
    var shipArray:Vector.<Sprite> = new Vector.<Sprite>();
    var counter:int = 0
    var positionsX:Array = [];
    init();
    function init():void
              // populate positions
              for (var i:int = numShips - 1; i >= 0; i--)
                        positionsX.push(50 * i);
              addEventListener(Event.ENTER_FRAME, everyFrame);
    function everyFrame(e:Event):void
              counter++
              if (counter % 70 == 0)
                        doShips();
              positionShips();
              trace(shipArray.length);
    function doShips():void
              var gap = 10;
              var s:MovieClip;
              var shipsLine:Sprite = new Sprite();
              shipsLine.cacheAsBitmap = true;
              addChild(shipsLine);
              shipArray.push(shipsLine);
              shuffle(positionsX);
              for (var i:int = numShips - 1; i >= 0; i--)
                        s = i < shipCount ? new Ship() : new Ship2();
                        s.x = positionsX[i] + gap;
                        shipsLine.addChild(s);
              shipsLine.y = -shipsLine.height;
    function shuffle(a:Array):void
              for (var i:int = a.length - 1; i >= 0; i--)
                        var r:int = Math.floor(Math.random() * (i + 1));
                        var t:Object = a[r];
                        a[r] = a[i];
                        a[i] = t;
    function positionShips():void
              for each (var shipLine:Sprite in shipArray)
                        shipLine.y += 3;
                        // remove line that moved out of stage
                        if (shipLine.y > stage.stageHeight + shipLine.height)
                                  removeChild(shipLine);
                                  shipArray.splice(shipArray.indexOf(shipLine), 1);

  • How do I restrict access by domain and the rest of the world to the documents in the public_html folder in iPlanet Portal Server?

    Hello,
    We have multiple domains configured in our iPlanet Portal Server 3 demo environment. In addition we are using the gateway.
    In one of these domains the userTemplate.html file is tailored to display Macromedia Flash components at dynamic positions on the page. The logical home for these Flash components (since the portal software cannot find them if we simply store them in iwtDesktop) is somewhere below the /opt/SUNWips/public_html directory.
    The problem is that once the file is stored here I can access it if I know the url (http://server:8080/file_path) without being authenticated in the domain.
    The allow/deny url policy settings are specific to a domain and seem to have no affect on the rest of the world.
    Any advice you can provide is greatly appreciated.
    Thanks!

    Joel,
    If your intent is to block access to the doc root, you can probably use access control lists (acl) to prevent anyone from accessing the files stored under public_html. You can get more information about how to create ACLs from the following URL
    http://docs.iplanet.com/docs/manuals/enterprise/41/ag/esaccess.htm#1005439
    You can even set up Basic Authentication for access to the direcory or ip based access or any which way you want. I've personally never blocked access to the doc root in portal, so I am not sure what the impact will be.
    Hope this helps!

  • After Maverick Install, how do I get windows from randomly locking to the upper left of the screen?

    This has only began to pop up since installing Mavericks.  Seemingly at random, windows (Finder, Safari, etc) will lock their positions to the upper left of the screen.  What's worse is that it is always half on the screen and half off.  There is no title bar to move the window, but I can still three-finger move it from another area of window.  Unfortunately, when I place the window where I want it to be, it immediately snaps back to its original screwed up position.
    Any insights?

    Yes.. someone else!!
    https://discussions.apple.com/message/23709687#23709687
    https://discussions.apple.com/message/23743246#23743246
    I found if you adjust the refresh rate (in display settings) then back again it stopps snapping.
    Do you all have an AOC monitor connected by HDMI?

  • A Letter To People who Love charitable Career in the world

    Dear friends,
    First of all, there are some words in my blog:
    Dr.(knowing, professor, doctor, jinnee, manito, god,
    Manitou, meteorologist, scientist, Mr., Geographer, chemist,
    medical scientist, Dr, doctor, Financial Economist)YunFeng found
    prediction study of YunFeng when he had been diving into and
    practicing detail for several years.
    There are several fields in 《Prediction
    Study》of YunFeng.
    1.Natural disaster: disaster made by sky (Such as tornado,
    ice storm, hurricane); disaster made by ground (Such as
    earthquake); disaster made by people (Such as 911, the situation of
    don't go east of USA and testimony)
    2.Politics Prediction
    3.Economic Prediction
    4.Economy trend in every country; price change of Stock and
    futures; Gold trend in one, ten, dozens of years.
    5.The prediction of Individual fortune: Individual career,
    Individual fortune, Individual health
    6.The prediction method of science surmount modern science
    in prediction study
    7.Theory foundation of science surmount modern science in
    prediction study
    8.Teaching system in prediction study
    9.Talent training in prediction study
    The prediction study of YunFeng cannot spread easily in the
    society. Although it was done, but we don't publicize that it will
    cause big trouble. We just use that on charity and save lives and
    prevent disaster. It only point to the United Nations and virtuous
    leader in the world!!!
    I am a student of YunFeng and a net friend never meet
    together. I validated all of predictions from May 13 to now. Below
    is detail in my blog.
    www.512-china.org
    cishanxingdao.blog.sohu.com (JIAN CHEN)
    guantianzd.blog.sohu.com (YunFeng)
    YunFeng Spokesman:
    SKYPE: chejian2046
    Cellphone: (646)861-9042
    We prepare to establish a charitable fund. Cure disease
    before happen is our idea. We can assist goverment and help those
    place before the disaster will be coming. We can save lives and
    stuff as soon as possible and make losing to the lowest. It will be
    an international charitable fund and exist. The first step is USA.
    We always pay attention to Mr.Li. You lead the men in a
    charge for charitable fund and raise funds. It is hard. There are
    "Cai Wu Bu Shi", "Fa Bu Shi", "Zhi Hui Bu Shi", "Wu Wei Bu Shi" in
    Buddhism. I hope you can understand our position. I hope we can
    become good friends with each other. Thank you.

    Dear friends,
    First of all, there are some words in my blog:
    Dr.(knowing, professor, doctor, jinnee, manito, god,
    Manitou, meteorologist, scientist, Mr., Geographer, chemist,
    medical scientist, Dr, doctor, Financial Economist)YunFeng found
    prediction study of YunFeng when he had been diving into and
    practicing detail for several years.
    There are several fields in 《Prediction
    Study》of YunFeng.
    1.Natural disaster: disaster made by sky (Such as tornado,
    ice storm, hurricane); disaster made by ground (Such as
    earthquake); disaster made by people (Such as 911, the situation of
    don't go east of USA and testimony)
    2.Politics Prediction
    3.Economic Prediction
    4.Economy trend in every country; price change of Stock and
    futures; Gold trend in one, ten, dozens of years.
    5.The prediction of Individual fortune: Individual career,
    Individual fortune, Individual health
    6.The prediction method of science surmount modern science
    in prediction study
    7.Theory foundation of science surmount modern science in
    prediction study
    8.Teaching system in prediction study
    9.Talent training in prediction study
    The prediction study of YunFeng cannot spread easily in the
    society. Although it was done, but we don't publicize that it will
    cause big trouble. We just use that on charity and save lives and
    prevent disaster. It only point to the United Nations and virtuous
    leader in the world!!!
    I am a student of YunFeng and a net friend never meet
    together. I validated all of predictions from May 13 to now. Below
    is detail in my blog.
    www.512-china.org
    cishanxingdao.blog.sohu.com (JIAN CHEN)
    guantianzd.blog.sohu.com (YunFeng)
    YunFeng Spokesman:
    SKYPE: chejian2046
    Cellphone: (646)861-9042
    We prepare to establish a charitable fund. Cure disease
    before happen is our idea. We can assist goverment and help those
    place before the disaster will be coming. We can save lives and
    stuff as soon as possible and make losing to the lowest. It will be
    an international charitable fund and exist. The first step is USA.
    We always pay attention to Mr.Li. You lead the men in a
    charge for charitable fund and raise funds. It is hard. There are
    "Cai Wu Bu Shi", "Fa Bu Shi", "Zhi Hui Bu Shi", "Wu Wei Bu Shi" in
    Buddhism. I hope you can understand our position. I hope we can
    become good friends with each other. Thank you.

  • I want to write a script or Automator workflow/app that emails a random shortcut of the day to three recipients. The source is from an Excel spreadsheet. One column is the shortcut, and the second column is the definition. Anyone have experience?

    I want to write a script or Automator workflow/app that automatically emails a random shortcut of the day to three recipients. The source is from an Excel spreadsheet. One column is the shortcut, and the second column is the definition. Anyone have similar experience and know that this would work?

    I have had a first stab at the script, below.  It uses a file to store the shortcuts and command [descriptions].  You should be able to see from the script annotations how to add a new one.  (I populated 1-4 with real data, but got lazy after that, so you have a few placeholders to work with first.
    As I have noted, once you are happy that you have all the data in the file, you can comment out part of the script for ongoing use.  (BTW, my reluctance to use Excel is that I don't currently have it installed and I don't want to offer wrong advice.  If you have Numbers, I do have that and could probably modify to work with a spreadsheet from there.  This might be especially useful if you have the data already sitting in Excel.)
    A few things came-up whilist I was writing the script:
    1.     Currently, all recipients will not only get the same tip at the same time, but they will see the names and email addresses of the others who receive them.  It is possible to modify this.
    2.     I have added a property gRandomCheck which keeps track of which shortcut has already been used (since the last time the script was compiled.  This will prevent the same tip being sent more than once.    When all tips have been sent once, the script will alert you and not send anything until reset.  It does not check on a per-addressee basis (which would be a refinement).  (If you add a new addressee at this stage, the whole process will start again, and you may not really want this to be the behaviour.)
    3.     The way that I have built the list, commandList, is deliberately cumbersome - it's for the sake of clarity.  If you prefer, you can construct the whole list as {{shortcut:"X", command:"X"}, {shortcut:"Y", command:"Y"}}
    Have a look - I am sure you will have questions!
    SCRIPT STARTS HERE  Paste the following lines (thru the end) into a new AppleScript Editor document and press RUN
    --The property gRandomCheck persists between runs and is used to stop sending the same hint twice.
    property gRandomCheck : {}
    --I am defining a file on the desktop.  It doesn't have to be in this location
    set theFolder to path to desktop
    set commandFile to (theFolder as text) & "CommandFile.csv"
    --(* Unless you need to change the file contents you do not need to write to it each time.  Remove the "--" on this line and before the asterisk about 18 lines below
    --Follow this format and enter as many records as you like on a new line - each with a unique name
    set record1 to {shortcut:"Z", command:"Undo"}
    set record2 to {shortcut:"R", command:"Record"}
    set record3 to {shortcut:"⇧R", command:"Record Toggle"}
    set record4 to {shortcut:"⌘.", command:"Discard Recording & Return to Last Play Position"}
    set record5 to {shortcut:"X", command:"x"}
    set record6 to {shortcut:"X", command:"x"}
    set record7 to {shortcut:"X", command:"x"}
    set record8 to {shortcut:"X", command:"x"}
    set record9 to {shortcut:"X", command:"x"}
    set record10 to {shortcut:"X", command:"x"}
    set record11 to {shortcut:"X", command:"x"}
    set record12 to {shortcut:"X", command:"x"}
    set record13 to {shortcut:"X", command:"x"}
    --Make sure you add the record name before randomCheck:
    set commandList to {record1, record2, record3, record4, record5, record6, record7, record8, record9, record10, record11, record12, record13}
    --This part writes the above records to the file each time.
    set fileRef to open for access commandFile with write permission
    set eof of fileRef to 0
    write commandList to fileRef starting at eof as list
    close access fileRef
    --remove "--" here to stop writing (see above)*)
    --This reads from the file
    set fileRef to open for access commandFile with write permission
    set commandList to read fileRef as list
    close access fileRef
    --Here's where the random record is chosen
    set selected to 0
    if (count of gRandomCheck) is not (count of commandList) then
              repeat
                        set selected to (random number from 1 to (count of commandList))
                        if selected is not in gRandomCheck then
                                  set gRandomCheck to gRandomCheck & selected
                                  exit repeat
                        end if
              end repeat
    else
              display dialog "You have sent all shortcuts to all recipients once.  Recompile to reset"
              return
    end if
    --This is setting-up the format of the mail contents
    set messageText to ("Shortcut: " & shortcut of record selected of commandList & return & "Command: " & command of record selected of commandList)
    tell application "Mail"
      --When you're ready to use, you probably will not want Mail popping to the front, so add "--" before activate
      activate
      --You can change the subject of the message here.  You can also set visible:true to visible:false when you are happy all is working OK
              set theMessage to (make new outgoing message with properties {visible:true, subject:"Today's Logic Pro Shortcut", content:messageText})
              tell theMessage
      --You can add new recipients here.  Just add a new line.  Modify the names and addresses here to real ones
                        make new to recipient with properties {name:"Fred Smith", address:"[email protected]"}
                        make new to recipient with properties {name:"John Smith", address:"[email protected]"}
      --When you are ready to start sending, remove the dashes before "send" below
      --send
              end tell
    end tell

  • Dead to the world

    We have a Creative Zen Micro 20GB (5 months old) which is dead to the world.
    "On" switch does not respond, cannot reset or recover this and when the USB connection is made the PC does not recognise the player and the battery does not charge.
    Initially sounded like a dead battery to me, but we've put in a charged battery from another player and no change to the situation.
    Any thoughts/ideas/suggestions? All we've got out of Creative so far are auto-response e-mails, so they're being not much help.

    DirkGently,
    Which player do you have exactly? The Zen Micro doesn't come in 20GB. If it's a Zen Micro 5GB player, try putting the power on switch to lock position and charge. Also, the auto-reply email could have mention something like 'please reply back to this e-mail if you require further assistance.' either at the beginning or end so if you need further help, you need to reply back that email.
    Jason

  • More random mucking with the forums

    Just what I have been waiting for, more random mucking with the forums,....
    http://forum.java.sun.com/thread.jspa?threadID=753463&tstart=0
    Should we start a pool to see how many forums allow javascript posts after the change?

    www.mw.com (= Marketing Words)
    en-hance, to [verb, transitive]
    1. to improve or increase [real-world usage, avoid]:
    The utilization of the synergy leverage greatly
    enhanced the effects of the Total Quality
    campaign.
    2. to randomly change to feign progress: In the
    latest release of our software, the user experience
    will be vastly enhanced.
    :-) Obviouly written by Scott Adams

  • The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my doc

    The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my dock has resided at the right margin so all my slider manipulation over countless editing sessions in Aperture has been ingrained to work at the left margin -- but, the vast majority of the time, the HUD overlaps the image I am editing in this 'unlocked' mode. 
    Every occasionally I enter Full Screen View and it positions on the left margin *without* superimposition...(!) My great joy is modulated into aggravation, however, should my tracking cursor drift all the way 'out of bounds' -- to call in the hidden pane of adjacent images sequenced in the library... This dramatically shrinks the Full Screen display and re-locks the HUD; if I toggle the switch to re-xpand the image it re-positions at the right margin!!!!  I SOOoooooo wish I knew how to control the default 'locked' margin of the HUD in Full Screen View...

    Drag it over to the Left. Then lock it there.

  • My phone will randomly disconnect from the wifi and when I retype the password it says it is wrong. It will eventually work but I have to wait for a message to pop up on my screen to allow me to retype the wifi password.

    When I first got my phone it worked perfectly fine with the wifi. Although later on I began to have problems connecting it. It will randomly disconnect from the wifi and when I try to retype the password it tells me it is wrong, although it is right. It will eventually work but in its own time, a message will pop up and allow me to type in the password and it will work. But sometimes it takes an hour or more and sometime it takes 10 minutes. I've seen where other people have had this problem but I don't know how to fix it. I'm not sure if it's an issue with my phone or if it's with my wifi. Does anyone know how to fix this?

    Does this happen with all Wi-Fi hotspots?  A specific one?
    Have you tried forgetting the Wi-Fi connection and then reconnecting to it?
    What about power cycling the Wi-Fi router?

  • The position of the worker, from which table can I get?

    Hi,
    Whether a person with a given pernr, how can I know whether he is a manager or an employee etc.
    Which table and which field of this table.
    Thanks.

    Hi,
    To get the position for a person you need to go to table PA0001 table (PLANS field).
    Once you get the position, to check whether that position is Manager's position
    You need to go to table HRP1001 and check whether is there any entry exist for the position with relationship 'B002' (SUBTY field), if entry exists then the position is manager's position. The all the entries in SOBID fields are subordinate position to the managers position.
    Hope this helps,
    Shrinivas

Maybe you are looking for