Conditional Click States

Hello, I have a brief kind of hit state question, I have a button hit state called btnWorkH, below is the start of my code to make it functional. The idea being, that when someone clicks the button, I add a child to the top, to make it look like it has been clicked and is maintaining an alternate color. How would I code this so that it becomes a toggle? As, I need a click (once this action has been performed) that removes the child... just not sure how to write the condition for this.
Thanks all!
btnWorkH.addEventListener (MouseEvent.CLICK, workClick);
function workClick (e:MouseEvent):void{
    addChild (workO);
    workO.x = 62.5;
    workO.y = 109.3;
    addChild (txtAmy);
    txtAmy.x = 105.1;
    txtAmy.y = 109.3;

maybe i could be a bit more specific for this help, pertaining to Neds option:
mc to be interacted with = btnWork
it's hit area being = btnWorkH
It's rollover / rollout / click states = workOver, workOut, and workClick (the last setting the link to the colored "stay" state)
so, my attempt at your code would be as follows:
var workClicked:Boolean = false;
btnWorkH.addEventListener (MouseEvent.CLICK, workClick);
function workClick (e:MouseEvent):void{
     if (workClicked){
     btnWork.gotoAndStop ("workClick");
     clicked = false;
     addChild (txtAmy);
     txtAmy.x = 00
     txtAmy.y = 00
}    else{
     btnWork.gotoAndStop ("work");
     clicked =true;
     removeChild (txtAmy);
(that last "work" being the normal rest state of the mc).
I know this is flawed, still working on it, but just thought it may help me get this quicker to show you what I am seeing?

Similar Messages

  • How to Dynamically construct the conditional IF statement in java

    Is there a way to dynamically construct a conditional IF statement in java?
    For example:
    Suppose i have a 2D array like:
    Array[the actual values to search for][the column number in the table to perform the search on].
    e.g.
    Array {
                 {"x"} , {1},  
                 {"y"} , {2},  
                 {"z"} , {3},  
    }How can i construct the if statement like:
    Looping over table rows (tableRow) {
        Looping over array {
            IF ( {"x"}. equals( tableModel.getValueAt( tableRow, {1})   &&
                   {"y"}. equals( tableModel.getValueAt( tableRow, {2})   &&
                   {"z"}. equals( tableModel.getValueAt( tableRow, {3})  )              
            return true;
    }The array can grow or shrink based on the values in it so therefore IF statement will grow or shrink. How can i achieve it?
    If not then how can i achieve this?

    My understanding (feeble at best) is that a sieries of && elements will be evaluated in order until the first false value is encountered. So, in an "if a && b && c" statement where b is false c will never be evaluated and the conditional executable will not run. Is that what you mean?
    Yes, logical expressions will not evaluate unnecessary operands. So you can safely write the following, for instance, without getting an error,
    if ((anArray != null) && (anArray.length > 0)) { ... }because the second operand of the '&&' will never be evaluated if 'anArray' is null.
    Also, is there a difference between & and &&?
    & is a bitwise operator, && is a boolean operator.

  • How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)

    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    3° Ive created buttons linking pages..
    - "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'
    - what should i do?
    5° Once i export it into Swf. how how can i visualize it? or put it online?
    Thank you for your time.

    stlbbl4u wrote:
    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    You should setup Object Styles - these can also include Paragarph Styles that can be triggered when the Style is selected.
    http://help.adobe.com/en_US/indesign/cs/using/WS5CEDB81A-0011-4dc9-9DE8-AC7AD4C80076a.html
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    I'm not sure what you mean - I don't do files with Animations
    3° Ive created buttons linking pages..- "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    Does it work properly when you export it to the finished file?
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'- what should i do?
    InDesign won't link directly to youtube videos. I think your best bet would be to use Downloader to download the video and embed them directly in Indesign.
    5° Once i export it into Swf. how how can i visualize it? or put it online? 
    Thank you for your time.
    You can look up how to embed a SWF file into your HTML - but it depends what you mean by "online" there's a dozen ways to get a file "online".

  • Alternate click states

    I have a project whose buttons animate pretty heavily on interaction. So, when you mouse over a button, it increases in scale, and has two states per button – i have figured that out with your help.
    My next big question, pertains to the orange buttons found in the "let me" explore section of this site:
    www.straightlinenyc.com/introduction/launch.html
    If you mouse over the orange buttons (only the ones that pop alone, if they pop with another bubble somewhere, those are the wrong ones) it pops up with the appropriate words inside, as you see, when you click on these, they change to give you a definition of that word, and when you click again it goes back.
    I guess my question is, should i use a boolean to accomplish this? the click state change makes sense to me, but the second click is kind of throwing me for a loop.
    I just need some help in how to approach these? If i was not clear enough, just let me know, and i will try to be more specific.

    Ok, as usual I said "great, thanks" too early. I am not quite getting the toggle functionality, so thought I would show you what I am trying to do, and someone could be a dear with the coding? Just watched a lot of tutorials, but not quite there.
    My button instance name: btn_disCase
    The frame labels I want to reference: clickOne, and clickTwo (these are the frame labels within the moviclip)
    So yes, pretty much I want the button to toggle between these frames with the mouse click (while over the mc obviously). So, here was my attempt:
    btn_disCase.buttonState = "on";
    btn_disCase.addEventListener(MouseEvent.CLICK, disToggle);
    function disToggle(e:MouseEvent){
         if(e.currentTarget.toggle){
         btn_disCase.gotoAndPlay ("clickTwo")
         else {
         btn_disCase.gotoAndPlay ("clickOne")
    e.currentTarget.toggle=!e.currentTarget.toggle;
    Obviously, it is pretty flawed, and honestly I am not sure what the ! stands for in your suggestions. Thanks.

  • Button Click State - Broken?

    Just recently I'm noticing that there's something strange going on with button states.
    I've got an MSO set up as a slideshow with 4 images.
    I've got 4 buttons in a row below the image area.
    Normally the first button will be shown in it's 'click' state, to reflect the first image in the object state stack.  Now, however, this appears to be broken.  Sometimes the click state won't show up at all, while other times the 2nd button in the row is in the click state - yet the first image in the stack is presented.
    Anyone know what's going on?

    With the folio and article preview on the desktop it's working perfectly....just not the iPad version in the Content Viewer....
    also: When you jiggle the page in the Content Viewer, the click button state will show up. Hah!
    EDIT:
    Okay, I thought I had narrowed down the problem.  The issue would arise when I would change the object order in the stacks.  When I changed them back to appear in the same order as the images that were placed, the problem would go away.  However, when I rearranged the stack order again everything was still okay...the click button state would show up properly as usual.  ???

  • Duplicate action in click state to touchstart state

    Wishful thinking?
    I am creating an interactive map with lots of actions:
    San Diego Gaslamp Interactive Walking Map
    All the buttons have rollover, rollout and click actions.
    When using on a tablet, the touch action invokes the rollover state.
    So users have to click once to get the rollover state, then again to get the click state.
    THIS FIXED IT:
    I copied the code in the "click" state to a "touchstart" state and it worked properly.
    However, I have SO MANY buttons to change and was wondering if anyone had an easy way to do this.
    Any help would be greatly appreciated. Thanks!

    Hi,
    33,500 lines of code: it's a lot for smartphones and tablets.
    For instance, you can group events: oneTarget.bind( "click touchstart", function(){ sym.play(aLabel") } );
    It seems you can create your menu using sym.createChildSymbol().
    Can you send me your composition using a private message?

  • Performing a Sum on a Conditional if statement (in Business Objects)

    Post Author: Rhonda Jackson
    CA Forum: Formula
    I have been trying to debug a sum statement that evaluates a code (for example 0001) which then maps the corresponding dollar amount to a new column.  This part is working.  Unfortunately when I try to sum the values in the new column with the mapped values that meet the criteria, I receive a syntax error at the second If statement.  Any assistance of suggestions would be appreciated.  I have tried Sum(If....) and it still provides a syntax error.  Here is a sample of the code.
    =If([Acct - Account Purpose Code]="0001";[Acct - Sum Loan Amount X-collateral]; If([Acct - Account Purpose Code]="0003";[Acct - Sum Loan Amount X-collateral];If([Acct - Account Purpose Code]="0008";[Acct - Sum Loan Amount X-collateral];If([Acct - Account Purpose Code]="0009";[Acct - Sum Loan Amount X-collateral];If([Acct - Account Purpose Code]="0010";[Acct - Sum Loan Amount X-collateral]; If([Acct - Account Purpose Code]="0011";[Acct - Sum Loan Amount X-collateral];If([Acct - Account Purpose Code]="0012";[Acct - Sum Loan Amount X-collateral];If([Acct - Account Purpose Code]="0014";[Acct - Sum Loan Amount X-collateral];"0"))))))))

    Post Author: branko
    CA Forum: Formula
    Where is your sum located ? Where is your mapped value  located? Here are some shooting in the dark that might light a bulb.I assume you are using Crystal 9 or above. You might want to try running total. For each code EG. 0001 you would create running total that looks like this You
    would select field you want to sum ( eg. dolar value) then you would
    click on formula icon "x-2" in evaluate section and type something like
    this. ([Acct - Account Purpose Code]="0001"Then put  running total in  in the footer. Create text box and type something like this "SUM OF "TEXT BOX -
    SUM OF 0001 = your running total you made (e.g.RT0001) Repeat steps 1 and 2 for rest of the codes. ALTERNATIVE**** You might want to consider this approach also.Create a group base on ([Acct - Account Purpose Code]) created field. You would create a formula. And then put it in the detail section. Select it and make it a group. Then you can have sums per group.

  • Acrobat 9 Pro Forms - Conditional (If) statements don't work!

    Trying to calculate a value via Custom Calculation Script.  I've tried this numerous ways... I can set the event.value but even the simplest conditional statement is
    ignored.
    Here's the current version (using Diff as a value holder)
    var NetMother = this.getField("NetMotherFwd").value;
    var PAMother = this.getField("PersAllMother").value;
    var Diff = NetMother-PAMother;
    If (Diff > 0)
        event.value = Diff;
    else
         event.value = 0;
    FYI, the following also doesn't work properly - gives zero every time
    event.value=0;
    If (1==1)
         event.value=1;
    Any help would be greatly appreciated!  G

    JS is case-sensitive and there's no such thing as "If". You need to use "if"
    instead.

  • Roll over and click states don't work in CC Folio Preview

    I'm working to get all the settings right
    before i go much further in this project, which
    is a PDF version for Ipad. Any input appreciated...
    got to be simple...
    the link works but different states do not.
    "button 1" on release or tap go to next page
    appearance: diff. colors on normal, rollover, click set
    hidden until triggered checked but have tried both ways
    preview settings: auto, jpeg max

    Folio Preview is only for Digital Publishing Suite projects, not for PDF output.
    The best way to preview a PDF is to make the PDF and view the PDF in Adobe Reader or Adobe Acrobat.

  • Conditional try statement

    Greetings, all. I'm trying to create a loop that is conditional on the successful completion of a try statement. It'd look something like this:
    try
    Close Tab in Safari
    end try
    if (try worked)
    run an application
    loop from beginning of try
    else
    end loop
    Any suggestions on how to code this?
    Cheers,
    --BB
    1.25 GHz PowerBook G4   Mac OS X (10.4.2)  

    If you have tabs enabled, you can "sorta" script tabs. Here are two examples
    tell application "Safari"
    activate
    repeat
    set oneURL to URL of the front document
    if oneURL is not in theURLs then
    set end of theURLs to oneURL
    tell application "System Events" to keystroke "}" using {command down}
    else
    exit repeat
    end if
    end repeat
    end tell
    -- If you want to close the window with multiple tabs showing then uncomment the line below
    --tell application "System Events" to keystroke "w" using {shift down, command down}
    theURLs
    and to create new tab, the same trick:
    tell application "Safari"
    activate
    tell application "System Events" to keystroke "t" using {command down}
    end tell
    Dual-Core G5 2.3GHz, 2 GB RAM (coming soon!!!)   Mac OS X (10.4.2)   Dual Displays

  • Conditional case statement help.!

    Hello Forum Members,
    I have a table with stores order along with order dates and other information. I have a requirement to write a query to get the nominations from that order's table according to the logic mentioned below.
    Nom1 =  Initial order date and next order within 7 days from initial order date then its considered as R1
    Nom2 = next activity within 7 seven on the same ord_id from its R1 date , this goes on as the order dates increases for same  or single ord_no
    Final Rn  is Count (Rn)
    Rn %-- Count(Rn)  / Count Distinct ( ord_no ) * 100
    Example data output:
    ORD_DATE
    ORD_ID
    1_of_x
    2_of_x
    3_of_x
    4_of_x
    5_of_x
    6_of_x
    Final RnX
    Rn%
    7/10/2013
    10095V1
    1
    0
    0
    0
    0
    0
    8/3/2013
    10095V1
    1
    0
    0
    0
    0
    0
    8/8/2013
    10095V1
    0
    1
    0
    0
    0
    0
    8/12/2013
    10095V1
    0
    0
    1
    0
    0
    0
    9/6/2013
    10095V1
    1
    0
    0
    0
    0
    0
    DDL:
    create table xx_ord_noms
    ord_no varchar(30),
    ord_date date,
    ord_id varchar2(30)
    Sample Data:
    INSERT INTO xx_ord_noms (ord_no, ord_date, ord_id) VALUES ('10091', TO_DATE('07/10/2013','MM/DD/YYYY'), '10091');
    INSERT INTO xx_ord_noms (ord_no, ord_date, ord_id) VALUES ('10091', TO_DATE('08/03/2013','MM/DD/YYYY'), '10091');
    INSERT INTO xx_ord_noms (ord_no, ord_date, ord_id) VALUES ('10091', TO_DATE('08/08/2013','MM/DD/YYYY'), '10091');
    INSERT INTO xx_ord_noms (ord_no, ord_date, ord_id) VALUES ('10091', TO_DATE('08/12/2013','MM/DD/YYYY'), '10091');
    INSERT INTO xx_ord_noms (ord_no, ord_date, ord_id) VALUES ('10091', TO_DATE('09/06/2013','MM/DD/YYYY'), '10091');
    commit;
    I was planning to doing something like this but I am not getting the logic for R1 .. R7
    select ord_no,
           ord_date,
           ord_id,
           prev_dt,
           (to_date(ord_date) - to_date(prev_dt)) data_diff,
           case
             when prev_dt is null or
                  (to_date(ord_date) - to_date(prev_dt)) < 7 then
              'R1'
             when (to_date(ord_date) - to_date(prev_dt)) > 7 THEN
              'R2'
             ELSE
              nULL
           END
      FROM (select a.*,
                   (SELECT MAX(tmp2.ord_date)
                      FROM xx_ord_noms tmp2
                     WHERE a.ord_id = tmp2.ord_id
                       AND tmp2.ord_date < a.ord_date) prev_dt
              from xx_ord_noms a);
    Could someone give me advises or suggestions on how we can get the expected output.
    Thanks in advance.

    LAG and LEAD are good when you want to look forward or back a fixed number of rows, but in this case you don't know how far back you'll need to go.
    I've got a solution. it calculates the Rn as a number, not a column position, but you can transform that with CASE statements if you want. I did it in two main steps:
    First I calculated the Rn by comparing the date of the current and previous row. To do that, I generated a row number using the row_number()  analytic function:
    select ord_no,
           ord_date,
           ord_id,
           numrow
    , Rn
    from xx_ord_noms
    model
      partition by (ord_no)
      dimension by (row_number() over (partition by ord_no order by ord_date)  numrow)
      measures (ord_date, 0 Rn, ord_id )
      rules update
        rn[1] = 1,
        rn[ANY] = CASE when trunc(ord_date[cv()]) - trunc(ord_date[cv() - 1])  < 7 then rn[cv()-1]+1 else 1 end
    ORD_NO     ORD_DATE             ORD_ID         NUMROW         RN
    10091      10-Jul-2013 00:00:00 10091               1          1
    10091      03-Aug-2013 00:00:00 10091               2          1
    10091      08-Aug-2013 00:00:00 10091               3          2
    10091      12-Aug-2013 00:00:00 10091               4          3
    10091      06-Sep-2013 00:00:00 10091               5          1
    Then I needed to identify all the rows of each series. I defined firstDt as the date of the first item in the series:
    firstDt[1] = ord_date[cv()]
    firstDt[ANY] = CASE when rn[cv()]= 1 then ord_date[cv()] else firstDt[cv()-1] end
    With that, the FinalRn is just an analytic max(rn) over (partition by firstDt)
    I'm not clear on what R% is. Your descriptions are unclear and I think they're inconsistent.
    select ord_no, ord_date, ord_id
    , Rn, finalRn, 100*finalRn/totCnt PCT1, 100 * totRn/totCnt PCT2
    , totRn
    from xx_ord_noms
    model
      partition by (ord_no)
      dimension by (row_number() over (partition by ord_no order by ord_date)  numrow)
      measures (ord_date, 0 Rn, ord_id, to_date(null) firstDt, 0 finalRn, 0 totRn, 0 totCnt )
      rules upsert all
        rn[1] = 1
      , rn[ANY] = CASE when trunc(ord_date[cv()]) - trunc(ord_date[cv() - 1])  < 7 then rn[cv()-1]+1 else 1 end
      , firstDt[1] = ord_date[cv()]
      , firstDt[ANY] = CASE when rn[cv()]= 1 then ord_date[cv()] else firstDt[cv()-1] end
      , finalRn[ANY] = max(rn) over (partition by firstDt)
      , totCnt[ANY] = count(*) over()
      , totRn[ANY] = count(case when rn = 1 then 1 else null end) over ()
    ORD_NO     ORD_DATE             ORD_ID             RN    FINALRN       PCT1       PCT2      TOTRN
    10091      10-Jul-2013 00:00:00 10091               1          1         20         60          3
    10091      03-Aug-2013 00:00:00 10091               1          3         60         60          3
    10091      08-Aug-2013 00:00:00 10091               2          3         60         60          3
    10091      12-Aug-2013 00:00:00 10091               3          3         60         60          3
    10091      06-Sep-2013 00:00:00 10091               1          1         20         60          3
    Regards,
    David

  • Conditional join statements

    I have two tables Employee and Salary.  
    Employee ( EmpId, Name, DeptID, TeamID, CurrentSalary, HireDate, etc...)
    Salary (DeptID, TeamID, Tenure, IncreasePercent, BonusAmt, etc...)
    The scenario is
    if the emp1 in IT dept and team1, and he/she have been worked 1-5 yrs, then current salary increases 5%.
    if the emp2 in IT dept and team1, and worked 10 yrs, then increases 10%
    if the emp3 in IT dept and team2, and worked 1-5 yrs, then increases 8%
    if the emp4 in IT dept and either team1 or team2,  then use bonusAmt
    if the emp5 in HR dept and ....., then.........
    So how can I get the employee's salary of the next year? Any suggestions would appreciate.

    Thanks for your reply. The tenure is a range for years in the table.  
    Sometimes the TeamID is null,then (CurrentSalary+ bonusAmt)
    as newSalary.
    So how to deal with this case? I am struggling with this scenario. Thanks. 

  • Discoverer 'NOT IN' condition taking very long time in dealing with States

    Hello,
    I have a sales report that I need to divide into 'East' and 'West regions. On separate worksheets I put in a simple condition whereby "xxx.state IN 'AL', 'CT', 'DE', etc..." I did this for the East with 25 US States and Territories, and repeated on another worksheet for 'West' with 28 US States and Territories.
    Those are both working perfectly and return results very quickly, nice and simple.
    Equally as simple, I created another worksheet where I want to capture everything else, for instance, APO addresses and the like. So I put in the same condition, xxx.state NOT IN "'AL', 'CT', 'DE', etc..." and added all the states and territories from both the East and West, a total of 53 values. The return takes very long, to the point that after waiting 3 hours, I cancelled the query.
    I tried to make a condition xxx.state NOT IN 'AL' AND xxx.state NOT IN 'CT' AND...etc... basically just separating the values out one by one but once I get about 15-20 values in, it really begins to drag.
    Any advice on capturing anything outside of the 'East' and 'West' regions in a reasonable amount of time? Should I be using another combination than 'NOT IN'?
    Thank you!

    This is not exactly what you're asking, but if the 3 sheets are otherwise identical, could you combine them into one? Then create a calculated item for Region - something like:
    Case when XXX.STATE in ('AL','CT',etc) then 'EAST' when XXX.STATE in ('CA','OR', etc) then 'WEST' else 'OTHER' end
    Then put the Region in the page item. Haven't tested but maybe that would be faster & meet your needs.

  • No "clicked" button state?

    In DreamWeaver CS5 I want to add menu buttons to my home page and am using the insert Images: Rollover Image function. Looks great for original and rollover states but there is no provision for "clicked" state. How may I make my button act in a clicked state? I have the graphics for all three states. Is there a better way to handle menus buttons?

    Just to clarify, the link pseudo-classes are as follows:
    a {} /**all links**/
    a:link {}  /**unvisited**/
    a:visited {} /**visited**/
    a:hover {} /**on mouseover**/
    a:active {} /**onclick**/
    a:focus {} /**on tabkey**/
    Menu highlighting can be achieved with any anchor class name you desire -- "current"  "foo"  "whatever"   But a:active has a particular purpose.   This CSS Button Sprite Demo shows active & focus in action.
    http://alt-web.com/DEMOS/CSS-Button-Sprite.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Usage of formulas in conditions in BEx Query Designer

    Hi guys,
    does anybody of you guys know, if it's possible to use the results of formulas in conditions? I tried it, but the result of the query was "No applicable data found", but there are data for the selection.
    When I'm defining the condition with the key figure (no restricted or calculated key figure), then the query can be executed.
    In my case, I like to define a condition based on a formula result. The value should only be displayed, when the result is greater than 30.
    Any ideas or are there any bugy in the BEx Query Designer?
    Thanks a lot + best regards,
    Clemens

    Hi Clemens,
    I have created a condition in my own system based on formula and it works perfectly fine. Please check following points in your condition change mode,
    1) Condition is marked as Active.
    2) In the block "Evaluate condition below for" you will have to select "All characteristics in drilldown Independently". If you have selected combination of characteristics then you will have to maintain proper sequence otherwise your condition will not work.
    3) In the next block when you set the condition, click on new, in the first block select your Formula from dropdown and set the proper operator in your case you will have to select "Greater than" in the next column set the value of key figure and just trasnfer it.
    Now you are ready to use the condition.
    Regards,
    Durgesh.

Maybe you are looking for

  • Error while importing crystal report request K900529.R21 using STMS

    Hello, While importing in sap BI system through STMS, request K900529.R21 getting the following error : Transport control program tp ended with error code 0212 Errors: could not access file as supposed (see dev_tp or S DETAIL ERROR DESC This is tp ve

  • 1.6.0_31 update breaks office 2008 and Parallels 6?

    After updating to Java 1.6.0_31 Office 2008 will no longer open as well as Parallels 6.  Any ideas?

  • FX5200 TD128 is a AGP in PCI MODE? I need help

    I just got this card and i went to check if everything is ok and then it says its plugged into the AGP slot but in PCI mode.How do you fix this

  • Arch Linux Live USB - On a Macbook

    Hey guys, here's my idea: I have a semi-old Macbook (2yrs) and I have a USB Stick (Corsair 32GB Voyager) that I want to put Arch with Awesome WM onto. Once I have this setup I want to be able to just semi occasionally boot off my Macbook into Arch. I

  • Can't not activate my iphone 4s

    Hi, i'm new to this forum but I am having a problem. I got a iphone 4s on craigslist and I soon realized that I can't activate it with AT&T. I was told by the people at apple that it is locked to a service provider in canada called sasktel. Basically