Why is SolidColorStroke acting acting that weird?

Hi everybody,
(I posted this question on Stackoverflow, so if you want you can also read this post.)
Recently I had to build an MXML component, that adds a border around an object. That object is some visual object that is passed to the component. I use a Rect to draw the border. That Rect has a SolidColorStroke as child. The thickness of the border (the stroke) is configured by setting the strokes weight. My first solution to this problem looked something like this.
var borderThickness:Number = 10;   
rect.x = object.x - borderThickness;
rect.y = object.y - borderThickness;
rect.width = object.width + (borderThickness * 2);
rect.height = object.height + (borderThickness * 2);
rectStroke.weight = borderThickness;
//the MXML code
<s:Rect id="rect">
  <s:stroke>
    <s:SolidColorStroke id="rectStroke" />
  </s:stroke>
</s:Rect>
I thought the x and y coordinate of the border is the x and y coordinates of the object minus the borderThickness. It seems that I was wrong because the border covers some parts of the object on the right and the bottom.
The next solution I had was that the stroke grows by 50% to each side. That means that if you want to calculate the x and y coordinate you just subtract the half borderThickness. I hope it's clear what I mean.
Also this didn't work correctly. I found out, that the stroke doesn't grow by 50% on each side but it grows by 75% to the inside and 25% to the outside. So now my code looks like this:
var borderThickness:Number = 10;   
rect.x = object.x - borderThickness;
rect.y = object.y - borderThickness;
rect.width = object.width + (borderThickness * 1.5);
rect.height = object.height + (borderThickness * 1.5);
rectStroke.weight = borderThickness;
//the MXML code
<s:Rect id="rect">
  <s:stroke>
    <s:SolidColorStroke id="rectStroke" />
  </s:stroke>
</s:Rect>
My question now is, am I using it correct? Does anyone experience a similar behavior? Is that the correct behavior? What am I doing wrong?
kind regards
Markus

The problem is that this component can surround any object. And the object can be anywhere on the screen, so I need to adjust the x and y position manually. Also the Component lies on top of the application, so it is instantiated and positioned at runtime on top of all the other visual elements. The method I use to calculate the dimension of this rectangluar border looks like this:
<s:Graphic xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
           creationComplete="creationCompleteHandler(event)">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
        <![CDATA[
            // there are some other functions here but basically they are just getter and setter.
            public function draw():void
                if (_scannableObject == null)
                    return;
                _draw = true;
                setDimension();
            private function setDimension():void
                var offset:Number = borderThickness + (_borderOffset * 2);
                width = _scannableObject.width + borderThickness * 1.5 + (_borderOffset * 2);
                height = _scannableObject.height + borderThickness * 1.5 + (_borderOffset * 2);
                if (_scannableObject.width == 0 || _scannableObject.height == 0)
                    border.visible = false;
                else if (_draw)
                    x = -(offset / 2);
                    y = -(offset / 2);
                    border.visible = true;
                    borderStroke.weight = borderThickness;
                    borderStroke.color = color;
          ]]>
    </fx:Script>
<s:Rect id="border" visible="false" width="{width}" height="{height}">
        <s:stroke>
            <s:SolidColorStroke id="borderStroke" />
        </s:stroke>
    </s:Rect>
</s:Graphic>
The _borderOffset is the space between the border and the object. The borderThickness is the object that holds the thickness of the border (the weight of the stroke) and the color holds the color of the stroke. The _draw variable specifies whether the border should be drawn or not (that can be configured from the outside) The _scannableObject is the object that should be surrounded by the border. This object is configured from the outside. The setDimension method is called either when the border should be drawn or the object is resized (what actually currently never happens).
The _scannableObject that should get the border is always a spark button. The method to draw the border is called from the outside.
I created some drawing that should show what I want and what I got in the past.
What I want is something like this (what I get with the code above):
My first try, when I thought the border would grow to the inside I got something like this.
On the right and the bottom there was to much space. Then I thought the stroke grows 50% to the inside and 50% to the outside. That resulted in something like this:
On the right and the bottom there was to little space. When I don't calculate the x and y position correctly I get something like this:
On all sides, there is to little space (if I use the 50% 50% method for calculating the width and the height.
The black rect here is the _scannableObject, i.e. the button that should get the border. As I said before it is a spark button with any skin. I hope it is clear what I did.

Similar Messages

  • Dock acting really weird - Please help!

    After installing the Mobile ME update and iTunes 7.7, my dock has been acting really weird.
    1. I usually set the default dock size at the smallest possible. However, now when you left click on the separator of folders and applications, it allows the dock to become smaller than possible when setting from the Preference Pane
    2. The dock automatically becomes smaller over time until the icons are really tiny.
    Is this a bug encountered by anyone else? It really bugs me that I have to keep pulling the dock to a standard size. Can someone please help me out of this mess?

    Hey VK
    Thanks for the quick response.
    I did just that. Deleted the com.apple.dock.plist under my user home directory/Library/Preferences.
    While it reset the dock, the problem still remains. You can view the problem by
    1. Setting the dock to the smallest possible size via the Preference Pane
    2. Turn on magnification and bring it closer to the left side of the adjustable bar
    3. Now, use your mouse to drag the dock by the separator
    Observation: The dock will become smaller than is "set" by the bar in Preference Pane
    4. Click on the bar in the preference pane, set at small, the dock will resize itself again
    5. Choose the dock to be set on the right
    6. Choose it to be set at bottom
    Observation: The dock is a LOT smaller than it could ever have been.
    7. Click on the smallest possible size in the preference pane, the dock resizes itself
    8. The dock keeps getting smaller over time still. =(!

  • Wired Aluminium Keyboard acting very weirdly

    Hey guys,
    My keyboard has all of a sudden, started acting really weirdly, and keys are doing things they shouldn't.
    Whenever I type the "S" Key, the music will stop and when I press again, the music will resume playing.
    When I press the "D" Key, it comes out as D=
    Also, I have to press the backspace key at least 10 times for it to backspace one character.
    Has anyone had any problems like this with their keyboard?
    My iMac is only 1 week old.
    Alot of other weird things happen as well such as the music glitching when I use the caps lock key.
    Also I tried my Aluminium keyboard off my other Mac and it works perfectly without any of these problems I experience when using the other keyboard.
    Does anyone have any suggestions?
    Things I've tried:
    - Restart/ Shutdown
    - Unplug all USB Device except keyboard
    - PRAM Reset
    None of these have worked.

    I found this in the Help Viewer:
    Some keys don't work as expected
    Open Speech preferences in System Preferences. If "Speak selected text when the key is pressed" is enabled, the key combination to speak text cannot be used for other purposes or used to type text--change to a more obscure key combination (try to use more modifier keys such as Shift, Command, Option, and Control). Or, simply disable the "Speak selected text when the key is pressed" option.
    Open Universal Access preferences in System Preferences, click the Keyboard tab, and make sure that Slow Keys is turned off. With Slow Keys on, you need to press a key for a longer period of time for it to be recognized.
    In Universal Access preferences, click the Mouse tab, and make sure Mouse Keys is turned off. With Mouse Keys enabled, you cannot use the Numeric Keypad to enter numbers--instead the keypad moves the pointer (cursor). (There is an option to enable Mouse Keys with five presses of the Option key; you may want to turn that option off to avoid accidentally enabling it.) If Mouse Keys is enabled and you are using a keyboard with no numeric keypad or Num Lock function, see this article.
    If the issue persists, open System Preferences and click International.
    Click the Input Menu tab.
    Click the Keyboard Viewer "On" checkbox to select it.
    From the Input (flag) menu, choose Show Keyboard Viewer.
    If you have exhausted every trouble shooting tip possible, you might want to take the keyboard back for a replacement. Your iMac is certainly under warranty.
    Carolyn
    Message was edited by: Carolyn Samit

  • My iMac is acting really weird lately....

    So I got my iMac in 2008 I think. Around that time. So sometimes it's slow but it still works fine... Initially I had 1 GB of RAM and last year I got 3 more so now I have 4GB of RAM. (I don't know whether this may be related to my problem but I thought I'd mention it) My iMac has been acting unusually weird for a week or so. It starts up soo slow, it takes about 7 minutes. Yesterday it started up just fine though.... Today I wanted to start it up and I got to the desktop screen but the little applications on the top bar (the wifi, volume, language preference, caffeine etc) wouldn't all load (just a few of them were there)... and then I got the spinning wheel.... which wouldn't stop spinning... so I shut it down because nothing would work and I started it up again. No luck. I tried again and this time I was stuck for 15 minutes at the grey apple logo thing before I got to the desktop screen... Also, I have an app called Caffeine. A few days ago it disappeared from my top bar without having done anything... I use it so that the desktop doesn't go into sleep mode/screensaver mode... so I noticed the screen saver and I thought it was weird because I haven't had screen savers for years. The first time it started to act strange was a week ago, when I started the iMac and it told me to enter my apple ID and password - but I never logged out of it! This happened multiple times. Once, I entered everything correctly and it told me that it was incorrect. When I restarted, it got me right into my apple ID.. Also Chrome was asking me for a password for 'local items' - which is really weird because I never had something like that. Or at least never seen that before..... I also searched for viruses and repaired some permissions but it didn't change much... now it doesn't ask me to log into my apple ID anymore but it takes so long to start up... But once it's finished starting up it works flawlessly. I'm really worried. What's happening to my iMac?

    Do the following:
    Repair the hard drive and permissions using Disk Utility.
    Backup your files to an external drive.
    Boot from your installer DVD.
    Erase the hard drive.
    Reinstall Snow Leopard.
    Upgrade Snow Leopard to 10.6.8.
    Reinstall any third-party software from original media.
    Restore your data files.
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Drive Partition and Format
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Apply button and wait until the process has completed.
    4. After formatting is finished quit Disk Utility and return to the installer. Complete Snow Leopard installation.
    5. Download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8
    The easiest way to do the backup step is to connect a formatted, empty hard drive of the same capacity or greater than your internal drive. Clone the internal drive to it.
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.

  • My iPhone 5 has been acting really weird someone please help

    This is some of what has been showing in my diagnostics and usage
    timestamp: 1390634449681
    crashReporterKey: "bd3144f45cc1a08d4ff3d80caedfa4e17fa998dc"
    isAnonymous: true
    deviceConfigId: 301
    investigationId: 0
    model: "iPhone5,1"
    softwareBuild: "11B554a"
    firmwareVersion: "iBoot-1940.3.5"
    basebandVersion: "5.02.00"
    buildtype: "User"
    metriclogs {
      triggerTime: 1390634444592
      triggerId: 520198
      profileId: 301098
      captiveSession {
        timestamp: 1390630591106
        result: 14
        isDetectedCaptive: false
        durationOnNetwork: 9902
        durationNetworkNotCaptive: 9902
    metriclogs {
      triggerTime: 1390634444620
      triggerId: 520197
      profileId: 301053
      profileId: 301054
      cellularGsmWcdmaCellInfo {
        timestamp: 1390631563660
        rat: SYS_MODE_WCDMA
        srv_status: SYS_SRV_STATUS_SRV
        mcc: 310
        mnc: 410
        wcdma_band: SYS_BAND_WCDMA_V_850
        dl_uarfcn: 4384
        psc: 80
        srv_domain: SYS_SRV_DOMAIN_CS_PS
        hspa: SYS_HS_IND_HSDPA_HSUPA_SUPP_CELL
      cellularLteScellInfo {
        timestamp: 1390631629440
        phy_cell_id: 265
        dl_freq: 5780
        ul_freq: 23780
        dl_bw: 50
        ul_bw: 50
        freq_band_ind: 17
        num_mnc_digits: 3
        sel_plmn_mcc: 310
        sel_plmn_mnc: 410
        allowed_access: 0
    metriclogs {
      triggerTime: 1390638629567
      triggerId: 520197
      profileId: 301053
      profileId: 301054
      cellularGsmWcdmaCellInfo {
        timestamp: 1390635129996
        rat: SYS_MODE_WCDMA
        srv_status: SYS_SRV_STATUS_SRV
        mcc: 310
        mnc: 410
        wcdma_band: SYS_BAND_WCDMA_II_PCS_1900
        dl_uarfcn: 4359
        psc: 80
        srv_domain: SYS_SRV_DOMAIN_CS_PS
        hspa: SYS_HS_IND_HSDPA_HSUPA_SUPP_CELL
      cellularLteScellInfo {
        timestamp: 1390635777055
        phy_cell_id: 265
        dl_freq: 5780
        ul_freq: 23780
        dl_bw: 50
        ul_bw: 50
        freq_band_ind: 17
        num_mnc_digits: 3
        sel_plmn_mcc: 310
        sel_plmn_mnc: 410
        allowed_access: 0
    metriclogs {
      triggerTime: 1390643869605
      triggerId: 520197
      profileId: 301053
      profileId: 301054
      cellularGsmWcdmaCellInfo {
        timestamp: 1390635129996
        rat: SYS_MODE_WCDMA
        srv_status: SYS_SRV_STATUS_SRV
        mcc: 310
        mnc: 410
        wcdma_band: SYS_BAND_WCDMA_II_PCS_1900
        dl_uarfcn: 4359
        psc: 80
        srv_domain: SYS_SRV_DOMAIN_CS_PS
        hspa: SYS_HS_IND_HSDPA_HSUPA_SUPP_CELL
      cellularLteScellInfo {
        timestamp: 1390642205358
        phy_cell_id: 265
        dl_freq: 5780
        ul_freq: 23780
        dl_bw: 50
        ul_bw: 50
        freq_band_ind: 17
        num_mnc_digits: 3
        sel_plmn_mcc: 310
        sel_plmn_mnc: 410
        allowed_access: 0
    metriclogs {
      triggerTime: 1390648354629
      triggerId: 520197
      profileId: 301053
      profileId: 301054
      cellularGsmWcdmaCellInfo {
        timestamp: 1390646844914
        rat: SYS_MODE_WCDMA
        srv_status: SYS_SRV_STATUS_SRV
        mcc: 310
        mnc: 410
        wcdma_band: SYS_BAND_WCDMA_II_PCS_1900
        dl_uarfcn: 4384
        psc: 80
        srv_domain: SYS_SRV_DOMAIN_CS_PS
        hspa: SYS_HS_IND_HSDPA_HSUPA_SUPP_CELL
      cellularLteScellInfo {
        timestamp: 1390647503732
        phy_cell_id: 265
        dl_freq: 5780
        ul_freq: 23780
        dl_bw: 50
        ul_bw: 50
        freq_band_ind: 17
        num_mnc_digits: 3
        sel_plmn_mcc: 310
        sel_plmn_mnc: 410
        allowed_access: 0
    metriclogs {
      triggerTime: 1390653704649
      triggerId: 520197
      profileId: 301053
      profileId: 301054
      cellularGsmWcdmaCellInfo {
        timestamp: 1390652759246
        rat: SYS_MODE_WCDMA
        srv_status: SYS_SRV_STATUS_SRV
        mcc: 310
        mnc: 410
        wcdma_band: SYS_BAND_WCDMA_V_850
        dl_uarfcn: 4384
        psc: 80
        srv_domain: SYS_SRV_DOMAIN_CS_PS
        hspa: SYS_HS_IND_HSDPA_HSUPA_SUPP_CELL
      cellularLteScellInfo {
        timestamp: 1390650755956
        phy_cell_id: 265
        dl_freq: 5780
        ul_freq: 23780
        dl_bw: 50
        ul_bw: 50
        freq_band_ind: 17
        num_mnc_digits: 3
        sel_plmn_mcc: 310
        sel_plmn_mnc: 410
        allowed_access: 0
    And this under GPUrestart?
    Date:2014-01-24 17:01:01 -0700
    Incident ID:BFE069A2-EE20-4F1E-B02B-D205B9D03C5D
    Hardware Model: iPhone5,1
    OS Version: iOS 7.0.4 (11B554a)
    System ID:
    2014-01-23 19:48:39 -0700 ReportCrash[4150]: core1_power:0;core0_isp_status1:0;last_submitted_stamp5:0;core1_event_status:68 429312;core2_use1_dm_slot:-1431655766;core1_use2_serv_pixel:96736;core1_use_coun t:4;current_stamp2:0;core0_use3_serv_pixel:82805;master_slc_ctrl_bypass:67108864 ;last_submitted_stamp0:10128805;core2_bif_fault:0;core1_isp_status1:0;hang_type: 1;core1_use0_dm_slot:-1431655766;core2_use0_serv_event:65536;core2_use3_serv_ver tex:66534;dpm_ta_global_list:65698;core1_use1_serv_event:65536;core2_isp_status1 :0;master_event_status2:16;core0_use2_serv_event:65536;core2_bif_bank0:458759;co re1_use3_dm_slot:-1431655766;core1_bif_mem_req_stat:0;master_slc_ctrl:4505600;is p_rgn_base:-1740308480;core2_use0_serv_pixel:95535;current_stamp6:5;core0_use2_s erv_vertex:66521;core0_event_status2:160;core0_power:0;isp_zload_base:0;isp_zlsc tl:0;last_submitted_stamp6:5;core0_isp_status2:15910;core1_use1_serv_vertex:6688 7;core2_use2_dm_slot:-1431655766;core2_use3_serv_event:65536;core2_clkgatectl:27 96202;core0_event_status:605300224;core1_isp_status2:15906;last_submitted_stamp1 :10128805;core0_bif_ctrl:0;core2_bif_ctrl:0;core2_use0_serv_vertex:67330;core_co unt:3;core2_power:0;core1_use0_serv_pixel:100280;core2_isp_status2:15396;master_ clkgatestatus:11;core0_use1_serv_pixel:86320;core0_use_count:4;core2_event_statu s:68429312;core1_bif_fault:0;core2_use3_serv_pixel:88663;current_stamp3:515081;c ore0_use0_serv_event:71546;core1_bif_bank0:458759;core1_event_status2:176;core0_ pds_pc_base:0;last_submitted_stamp7:5;core1_use3_serv_pixel:93383;core2_bif_mem_ req_stat:0;core0_use3_serv_vertex:66521;core1_pds_pc_base:0;current_stamp7:5;isp _zstore_base:0;master_clkgatestatus2:3;last_submitted_stamp2:0;master_event_stat us:536870912;master_clkgatectl2:681;core2_use1_serv_event:65536;core1_use2_serv_ event:65536;isp_stencil_load_base:0;core1_use2_serv_vertex:66877;core0_use3_serv _event:65536;core0_clkgatectl2:176851626;current_stamp0:10128798;core2_pds_pc_ba se:0;core1_bif_ctrl:0;dpm_ta_page_threshold:178;core1_clkgatectl2:176851626;core 2_use1_serv_vertex:66544;master_isp_rgn:12288;core2_use1_serv_pixel:91888;master _bif_int_stat:524288;core2_clkgatectl2:176851626;core0_bif_fault:0;last_submitte d_stamp8:0;core2_event_status2:160;core2_clkgatestatus:0;current_stamp4:515081;m aster_slc_status:0;core0_bif_bank0:458759;last_submitted_stamp3:515085;core0_use 0_serv_vertex:67340;core1_use1_serv_pixel:96421;core0_use2_dm_slot:-1431655766;c ore0_use2_serv_pixel:86245;core0_clkgatestatus:0;core0_bif_int_stat:524288;isp_s tencil_store_base:0;core0_pds_debug_pc:0;core1_use0_serv_event:65536;current_sta mp8:0;core0_use1_serv_event:65537;core2_bif_int_stat:524288;core2_pds_debug_pc:0 ;master_bif_mem_req_stat:0;stamp_count:9;core1_use3_serv_vertex:66878;master_bif _fault:0;core1_use1_dm_slot:-1431655766;current_stamp1:10128785;core1_clkgatectl :2796202;core2_use_count:4;core2_use2_serv_vertex:66523;core0_use0_dm_slot:-1431 655766;core0_bif_mem_req_stat:0;core0_clkgatectl:2796202;last_submitted_stamp4:5 15085;core2_use2_serv_event:65536;core0_use3_dm_slot:-1431655766;core1_use3_serv _event:65536;core2_use0_dm_slot:-1431655766;current_stamp5:0;core2_use3_dm_slot: -1431655766;master_isp_status:1;core1_clkgatestatus:1572920;core0_use1_serv_vert ex:66538;dpm_pds_page_threshold:0;core0_use0_serv_pixel:89945;core2_use2_serv_pi xel:92196;core1_use2_dm_slot:-1431655766;core1_bif_int_stat:524288;core1_use0_se rv_vertex:67676;core1_pds_debug_pc:0;dpm_zls_page_threshold:128;core0_use1_dm_sl ot:-1431655766
    Is there anyone that can tell me a little bit about what is going on?

    I've restored it several times with no backup at all and it doesn't seem to help.  Almost all of my apps crash I have deleted almost all of them hoping if it was a memory prob it would be fixed but no the main one is safari it crashes all the time.  It also just acts really weird. When I am typing anything on safari the letters will drag and then slowly catch up when I'm typing.  It will also go to a different kind of screen format like its trying to figure out if it's a computer or phone when I rotate the screen.  I have go in and delete the website data and clear everything almost everyday and it still does this.  Hope that helps, if you have any idea on what's going on or any other advice on how to fix I'd love the help thanks

  • Brand new MacBookPro acting really weird. It's stuck i think

    So my brand new Mac Book Pro (30 days old) recently started to act really weird. I have this audio software called Pro Tools 10 and 2-3 days ago it started to crash it every time i open up a Virtual Plug-in on a track. I thought that this was the only problem with my computer but I'm noticing new weird things every day.
    When i shut down my computer or restart it it always turns on with the File Sharing window open.. I was experimenting with in the File Sharing window like 3 days ago but now it opens every time I start my computer.  When I click on the System Preferences the File Sharing window always opens up. I have to click ,,Show All'' to see the menu for System Preferences.
    When i open up Safari the same 3 tabs always reloads. This was some websites i looked at 2-3 days ago but it always reloads. Even if I quit Safari it reloads when i open it up again.
    I deleted a application from my computer and it's shortcut from the DOCK but everytime i start up my computer it appears there (just a question mark instead of the shortcut)
    It's like my computer is stuck. Stuck in the day i did all these things and it hasn't coped with the things I've done since then.
    I've tried to un-click the ,, Restore windows when quitting and re-opening apps'' in the System Preferences/General but as soon as I close the window it clicks itself again. I reset safari but that won't do it ether.
    I've updated all my software and I'm now currently running Mac OS X 10.7.5 on MacBook Pro 15' i7 16gb RAM. I upgraded my RAM like 15 days ago so I don't think that's the problem. I've done ,,remember tests on it and it passed all the tests.
    So what could be wrong with my computer ? What could be making her behave so weird ? Should I delete my user account and create a new one ? Should I install Mountain Lion instead of the version I already have ?
    - Fannar

    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro 
    https://discussions.apple.com/community/mac_os 
    http://www.apple.com/support/macbookpro

  • WHY DOES IT ACT LIKE I AM OPENING ITUNES UP FOR THE FIRST TIME

    WHY DOES IT ACT LIKE I AM OPENING ITUNES UP FOR THE FIRST TIME

    dewin1or wrote:
    I want to extend the length of the song by repeating the first 28 measures.
    split the region at the 28th measure
    http://www.bulletsandbones.com/GB/GBFAQ.html#split
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    then select only the first region and option-drag it to the end of the song

  • My iPad acting so weird tonight. When it shut down automatically because the battery has been drained. When I opened it, it creates some weird sounds like *swoosh* blahblah. It does make me feel nervous. Can someone help me? Does it already broken? :(

    My iPad acting so weird tonight. When it shut down automatically because the battery has been drained. When I opened it, it creates some weird sounds like *swoosh* blahblah. It does make me feel nervous. Can someone help me? Does it already broken?

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • IPhone 3GS group messaging: why don't I see that there are other recipients?

    I have the iPhone 3GS with iOS 5.0.1. When a group iMessage is sent to me, it does not show me the other recipients. It only looks like the person sent it to me ONLY. The only reason I know it's a group iMessage is because it says "Happy Holidays everyone!" for example. I receive replies from everyone else the message was sent to (annoying! all these numbers replying to my phone), but it seems that they don't see my replies. I've asked a few friends if they've seen my replies to the group iMessage and they haven't, even though I received theirs. That is not necessarily a bad thing, since I could have embarrassed myself on multiple occasions. But can anyone explain why this happens? It is weird that someone could group message me without me even knowing, when I can't see who else is on the message. Please let me know if there is something I can do to ensure that I see other recipients in a group message, AND to stop getting everyone else's replies, if possible. Thanks!

    New iPhone IOS has changed the icon from iPod to Music.

  • Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn(mozila firefox). What I Brgrdvnmsh Vnmydvnm again in En

    Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn. What I Brgrdvnmsh Vnmydvnm again in English. Bkhvahydmytvnm send a screenshot if I tell you to see exactly my problem. Thank you
    I also say that in English I dont know if Nmdarm Mykhvahydbh help me help in the form of a video file or image...Anglysym your friends know I'm so weak, so therefore the description Vsvalattvn noticed something. If you have software that will solve my problem please let me download it, I probably am

    I don't understand what question you are trying to ask. Can you restate the question?

  • With the new download previous purchases on ITunes, you can download all of your music, TV Shows, etc. Why cant you download movies that you have downloaded?

    With the new download previous purchases on ITunes, you can download all of your music, TV Shows, etc. Why cant you download movies that you have downloaded? I had a external hard drive that crashed and it had approx 20 movies that I paid for and downloaded off of ITurnes Why cant i download those?

    Music / TV Shows / Apps / Books.
    Movies are not included.

  • Why is itunes change some that i didnt buy ? also they are taking 21.87 more then i spend.

    why is itunes change some that i didnt buy ? also they are taking 21.87 more then i spend.

    I wouldn't worry about it as I have been charged twice for WWE Legends.
    Have you signed in to iTunes? You may need to reinstall iTunes. Try syncronizing your apps from your iphone or whatever you are using to your computer. Otherwise I really can't understand what you are asking. Please be more specific next time.

  • HT203983 my apple id does not accept my payment method. why? i am using that same visa card the last 5 years!

    my apple id does not accept my payment method. why? i am using that same visa card the last 5 years!

    there may be several reasons why your credit card may be declined by the iTunes store ,
    the reason the iTunes store require c.card when you setup your apple id is for verification purposes
    if you have called the iTunes store in the past about unrecognised charges, or unauthorised activity ,
    then your bank may have blocked your card from being used on the iTunes store, i would recommend contacting your banking institute

  • Why the system create HU that already exists  in table VEKP when I use BAPI_HU_CREATE?

    Hi All,
    When I use the BAPI_HU_CREATE  to create HU, the system give me a HU and it inserts a line in Table VEKP, however when I search in table VEKP  with field HU EXIDV, I find  two entries with the same HU, one of them has VPOBJ 01 and the other has VPOBJ 12, So when I execute  transaction LM46  the system shows “The system could not find transfer order for execution” because the system search in table VEKP it find the first line with VPOBJKEY = delivery  and STATUS = 0020, however those delivery is not assigned to transfer order that I want to confirm transfer order.
    Why the system create HU that already exists  in table VEKP when I use BAPI_HU_CREATE?
    Thank you!
    Best regards

    Do you want to say that you got 2 HU from BAPI_HU_CREATE?
    I think you only got the one which has VPOBJ = 12 Non-Assigned Handling Unit
    which is exact what the BAPI is used for, see the docu in SE37. Didn't you yourself add this EXIDV in the IDoc?
    VPOBJ = 01 Outbound Delivery
    If you want to pack the Outbound delivery then you should use BAPI_HU_PACK.

  • Why not make a phone that can hold two different s...

    Why not make a phone that can hold two different sim cards ?

    11-Jan-2009 10:18 PM
    hermandh wrote:
    Why not make a phone that can hold two different sim cards ?
    I guess time will come...but I don't see the main point of having two sim cards on a phone at the same time?
    Knowing the phone won't let this go on, Can you take up two calls at the same time? Probably not.
    =)

Maybe you are looking for

  • Sale order to Production order

    When a sale order is created in Va01 it is not proposing any dates it is directly confirming the quantity. even for MTO also it is confirming the qts. Can any one throw light on this??? Regards Srinivas

  • New partition on external hard drive won't mount

    I have an 2TB external drive connected by FireWire to my 24-inch, Early 2009 iMac. I created 2 partitions 1 that is about 35 GB and another that is the rest of the 2TB. The 2nd largest partition mounts fine and is being used by Time Machine for my ba

  • "An error occured when trying to run iTunes.exe"

    The problem I have occures when opening iTunes or when it has been open for approximately one minute. There's this error message poping up and tells me that iTunes ran into a problem and has to be closed. This also appears when trying to add music to

  • Problem with sap 4.7ee with 640kirnal

    Hi All,               I installed sap 4.7ee kernal level is 640.               I am not able to work BRTOOLS. If I am using BRTOOLS it giving error.               wht to use here Regards, Sateesh J

  • HT4623 why cant i continue my phone usage after updating without a sim card

    why cant i continue using my iphone 4 after an update with out having a sim card