Doubt in Cusor Position

Hi All.
Iam Working in Dialogue Program.i have some input fields
like Name, Dep,Age.
and i have one application toolbar like LIST in same screen.when i press LIST button from Application toolbar  i want see list of records.i was entered some input in input field ,it need ENTER or  press application toolbar twice  after input,so need help of Cursor position.please help me.
Regards,
jay

use the
Set Cursor option.
SET CURSOR FIELD 'XXXXXXX '.
where XXXX is the field name.
SET CURSOR FIELD 'LIKP-TRATY'. "Places the cursor to the screen field .
Write the logic after u hit the LIST button to navigate the cursor to the desired screen field
One more variation is
SET CURSOR FIELD 'TC_CNTRL' LINE sy-stepl."if u r using any step loop.
regards,
Vijay

Similar Messages

  • How do I turn off cusor position frame in 10.4.8?

    After applying the 10.4.8 PPC update and rebooting on my 15" Powerbook G4, I now have my cursor pointer surrounded by a large, ugly, black frame which shows the relative position of the cursor on the desktop. Rebooting doesn't get rid of it, and I don't see an option in System Preferences to turn it off. Does anyone know how to sut it off? The attached is a screen shot that shows what I mean.
    Thanks for any help!
    Mike Bird
    Screen Snapshot

    Click the "Options" button for "Zoom" in the "Seeing" pane of "Universal Access" System Preferences. Turn off "Show preview rectangle...".

  • Doubt about expression "Position" on DATE RULE XML

    Hi guys,
    Does anybody know what expression "POSITION" exactly do in a DATE RULE?
    Below a fragment of DATE RULE XML
    <VarTimeExp displayType="VarTime"
                                      name="PERIOD_DATE"
                                      *position="E"*>
                   <!-- Variable: Time -->
                   </VarTimeExp>
    Other question,
    Does anybody knows where I could find information regarding building new XML to DATE RULE?
    Very thanks for any help.
    Lalas

    Hi,
    This is the date rule where the logic is written to add the duration CSDURATION to the date type CSCREATDATE.
    You will find the date type and duration in the date profile.
    Regards,
    PP

  • Can any body answer this-Want to set the cursor position in textfield.

    i want my cusor position in textfield at the initial position which will come by default.
    but when i'm using the textfields in an inner class i'm getting the cursor position at the end of the text in text filed.pls can any body answer this.
    thanks in advance.
    if want run this example.
    import java.awt.*;
    import java.awt.event.*;
    class Testing extends JFrame implements ActionListener
         Container cnt;
         JButton jd;
         JTextField jt1;
         JTextField jt2;
         Testing()
              cnt = getContentPane();
              cnt.setLayout(new FlowLayout());
              jd = new JButton("OK");
              //jd.setBounds(50,50,100,30);
              cnt.add(jd);
              jd.addActionListener(this);
         public void actionPerformed(ActionEvent ae)
              Object but = ae.getSource();
              System.out.println("in action 00000");
              if(but.equals(jd))
                   System.out.println("in action ");
                   call();
                   return;
         void call()
              System.out.println("in action 1111111111");
              Inner inn = new Inner();
              inn.jdlg.show();
         public static void main(String s[])
              JFrame jf = new Testing();
              jf.setSize(200,200);
              jf.show();
         class Inner
              JDialog jdlg;
              //JTextField jt1;
              //JTextField jt2;
              Container cnt;
              Inner()
                   jdlg = new JDialog();
                   JLabel jla = new JLabel("Label");
                   jt1 = new JTextField();
                   jt2 = new JTextField(5);
                   cnt = jdlg.getContentPane();
                   cnt.setLayout(new FlowLayout());
                   cnt.add(jt1);
                   cnt.add(jt2);
                   jt1.setText("aaaaaaaa");
                   jt2.setText("bbbbbbbb");
                   System.out.println("the text "+jt1.getText());
                   jdlg.setSize(200,200);

    JTextFiled.setCaretPosition(0);

  • How to set cursor in table control?

    I have a table control (Screen 300) to display invoice number and amount. For some checks we have around 200 invoices to be displayed.  When user enters the invoice number in invoice text box and click on OK, it should highlight the invoice number and amount row or set the cursor position.
    I have another problem.
    Screen 300 is being called from Screen 200. When the user clicks on OK in 300, 300 is getting closed. Acutally it should be displayed with Cusor position or highlighted row.
    I appreaciate your help ... Thanks

    I believe that you can use the SET CURSOR statement to do the first part of your requirement.  Something like this should work:
    SET CURSOR FIELD w_field LINE w_line.
    Here's the info from SAP help:
    Effect
    : The cursor is positioned on the screen element whose name is contained in upper case in field. The data object field must be character-type and flat. The screen layout or a table control is scrolled in the display so that the screen element on which the cursor is positioned is visible. If the specified screen element is not found, the statement is ignored.
    If the specified screen element is part of a table control or a step loop, the line of the table control or group of the step loop in which the cursor is positioned on the specified screen element must be specified using the addition LINE. For the data object line, the type i is expected. If there is no line or group for the value of line, or the addition LINE is not specified, the statement is ignored. The statement is also ignored if the addition LINE is specified and the screen element is not part of a table control or step loop.
    I hope this helps.
    - April King

  • Interactivity - Flash or Video

    I came across this website (below) recently and found the
    concept of an animated voiced flash file quite interesting.
    http://www.oddcast.com/sitepal/
    I would like to incorporate this concept into my website but
    I was wondering to make it more realistic is it possible to use
    video footage from a digital video camera of a person mimicking the
    movements of the animated flash file.
    So basically I would like to incorporate the same functions
    onto a real person, so if you move the mouse cursor to the right of
    the person they move the eye and tilt there head to the cusor
    position, up down left right etc etc.
    Is this possible in Flash? or some other app?
    Would love to know how to implement this and what type of
    software, programming requirement would possibly be needed.
    thanks

    Ramsaran,
    If you directly access a video file though URL iview then the file may open in a seperate window.
    You implement your requirement on this way too,
    Upload wmv file into portal. Create a hmtl which will embed the video file. Please your html accessible by portal. create an URL iview to access the html page.
    Ram

  • Flash Interactivity

    I came across this website (below) recently and found the
    concept of an animated voiced flash file quite interesting.
    http://www.oddcast.com/sitepal/
    I would like to incorporate this concept into my website but
    I was wondering to make it more realistic is it possible to use
    video footage from a digital video camera of a person mimicking the
    movements of the animated flash file.
    So basically I would like to incorporate the same functions
    onto a real person, so if you move the mouse cursor to the right of
    the person they move the eye and tilt there head to the cusor
    position, up down left right etc etc.
    Is this possible in Flash? or some other app?
    Would love to know how to implement this and what type of
    software, programming requirement would possibly be needed.
    thanks

    Hi smcappel,
    After inserting the animation, double click it to open its
    properties dialog.
    Under the Options tab, check the "Synchronize with project"
    checkbox.
    And one more thing, your animation would not pause(or make
    Captivate's slide wait for the user to input text), so better
    extend the slide time so that you have sufficient time to enter the
    text.
    Hope this helps you!
    -Manish
    http://blogs.adobe.com/captivate

  • Comcast won't give me my refund after multiple calls over a 2 year period

    I am asking for any recommendations anyone here has.  I left comcast when I moved despite comcast being in my new location and being cheaper and faster than the alternative; I just couldn't deal with them anymore. Comcast was billing me for a modem rental despite me supplying my own modem and never renting one from them.  I called the first month they over charged me, then the next month, then a couple times the months after and then once the next year. I was always assured it would be changed and credited, yet it never happened.  I was not able to go to a customer building because my school kept me busy during their open hours and well school > comcast. When I closed my account they told me they could only do a 6 month credit but I could file a claim for the full amount of $195.  I gave them everything they wanted in the claim and never heard a response from them and when I called back they just told me the ticket was closed.  A lovely lady named Lisa gave me a number for comcast listens  (877 405 4783) tell me they would listen to my case and they can make desicions above anyone else I can talk to on the phone or in person.  However, this number is only for employees and they told me to call 1-800-COMCAST. I do not know what to do next, I want the money they owe me, but even more it's about morals and not letting comcast stomp on their customers.  I was told it is my legal responsibility to keep calling until it got resolved and since I did not continue to call every month that they do not legally owe me the full amount. What do I do next?

    Verizon required me to place a deposit on my account saying I'd get it back within 6 months of service. It's been over two years and I still haven't be given it back. I've called and can't get an honest response; I get transferred to different departments who say different things. I contacted the BBB about this and Verizon said that unless my payment history is crystal perfect including advance payments they don't have to return it. I found out this information after complaining to the BBB, if this was their policy they never told me about it. I'd switch to a different provider but I doubt I'd get my deposit back because Verizon is basically holding it hostage so I stay with them. I wouldn't doubt that the "positive" feedback you're getting is in fact Verizon moonlighting as actual customers who are giddy about Verizon.
    Verizon did to a family member when we switched to "friends and family" what they are doing to you. Verizon overdrew over $500 bucks from the initial payment after the service was set up. They never gave it back and only sent rebates that didn't equal what they withdrew. This was of course acting ignorant to what they did. I love the fact that they say that those who make the decisions to remedy their mistakes which Verizon will never admit to are in fact, people you can't reach in anyway whatsoever. It's like some kind of hidden death panel if it even exists.

  • Verizon won't give me my money back!!

    On December 30, 2011, Verizon pulled two payments from my checking account.  This overdrew my account.  Now, they are telling me in order to get my money back I have to wait ten BUSINESS days for some odd reason, or to EXPEDITE the return of MY money, I would have to send them a copy of my bank statement showing I am no longer overdrawn.  The reason they told me they need my bank statement is because "banks won't take money from outside sources if you're overdrawn".  In whose universe is that correct?  I'm not going to get my overdraft fee, I've already been told that, and I am supposed to get my money back on January 18.  A full 20 days after Verizon overdrew me.  They are also not going to refund the whole amount.  Only the amount that's left over after I pay a bill that isn't even due yet.  I cannot believe that a company would actually hold someone's money for that long, especially after they've been informed (at least three times) they overdrew me.  How long would they wait if my payment was sent back due to insufficient funds????  The story I'm being given is there is an "offline team" that takes care of these things and NO ONE has the number for them.  It all has to be done with forms.  I guess it's time to start lookiing for a new provider even though I never had an issue with Verizon until now. 

    Verizon required me to place a deposit on my account saying I'd get it back within 6 months of service. It's been over two years and I still haven't be given it back. I've called and can't get an honest response; I get transferred to different departments who say different things. I contacted the BBB about this and Verizon said that unless my payment history is crystal perfect including advance payments they don't have to return it. I found out this information after complaining to the BBB, if this was their policy they never told me about it. I'd switch to a different provider but I doubt I'd get my deposit back because Verizon is basically holding it hostage so I stay with them. I wouldn't doubt that the "positive" feedback you're getting is in fact Verizon moonlighting as actual customers who are giddy about Verizon.
    Verizon did to a family member when we switched to "friends and family" what they are doing to you. Verizon overdrew over $500 bucks from the initial payment after the service was set up. They never gave it back and only sent rebates that didn't equal what they withdrew. This was of course acting ignorant to what they did. I love the fact that they say that those who make the decisions to remedy their mistakes which Verizon will never admit to are in fact, people you can't reach in anyway whatsoever. It's like some kind of hidden death panel if it even exists.

  • Delimit position

    Hello All,
    Whenever i run leaving action, employee is pushed on default position(i.e. 99999999). The relationship between S-P gets delimited. My client requires to delimit the position validity period when leaving action is run (i.e. position validity period should be equal to last day of leaving action)...
    Is there any solution for this without any development being done...???
    Regards,
    Anand Patil

    Judith / SC
    Thanks for your suggestion.
    Yes i agree with you that one can delimit the position may be noting the number and uploading at one go. Honestly client is not interested in doing such thing. They want to avoid the manual work.
    SC- As you said i agree with you, there is no standard functionality. Its only i am trying find out some alternate solution if possible. Can dynamic action will work for this...?? Bit in a doubt....
    Regards,
    Anand

  • SAP R/3 : Indirect Role assignments - Is position unique to every user?

    Hi.
    While am exploring /learning SAP R/3 roles and auth, I would appreciate if I could get clarity on the following :
    This  link on SDN on Indirect role assignments are very informative.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f03e6f6c-8c16-2a10-1581-ed8812e2effe
    This link is also more explanatory : http://my.affinitext.com/public/book/5442/-1/1423831
    So if my understanding is correct, it is better to assign roles - indirectly by position, so that if an employee's position changes, his role can be removed, based on position again ??? And somewhere we are linking with infotype 105.
    My only doubt is : if we are going to assign roles by position and remove the roles by position, so that as the position of an employee changes, the previous roles become null and void and new roles can be assigned as per new position.
    So would like to know :
    as to whether this position number which we see from PA20, is unique to every user on the system ?
    So that, if there is a need to remove a role based on postion, we could remove the role from PO13;
    BY doing that, then will it not affect other users ?
    Can somebody help me understand this.
    Because if i want to see the effect immediately, if i go to PFUD and put the role name and say execute, i see that the role which was removed from PO13 is gone immediately from the user.
    Many thanks
    Indu
    Edited by: Indumathy Narayanan on Nov 22, 2011 9:25 AM

    GOT IT THANKS.
    Hi Prashant.
    Good morning and wishes.
    Can you please help me understand this.
    I understand from HR person that position is uniquely defined (from hire to retire)
    and roles are generally given based on position.
    However, I see a person : whose roles have been assigned as per position all these years.
    He had 2 roles in project A. He now moved into a different project B.
    But. when i check, i still see the roles - reflecting on SU01  & well as in the tab of user of the role X under pfcg.
    BUT when i check PO13 - and put the position / relationship and say overview.
    I dont see the roles at all there.
    Why this is so.  Why the discrepancy on different screens.
    Also How can I get a confirmation that - these roles are actually removed and is not there for the user.
    Rather.
    How could the removal of roles based on position become completely effective on the system.
    So that all screens display the same information.
    Also would like to know - whether it is ok to remove the role expiry date directly from PFCG/ROLE Display/user tab/select user/
    and then make the role invalid or expired / or extend the expiry.
    Many thanks.
    Indu
    Edited by: Indumathy Narayanan on Dec 7, 2011 12:09 PM
    Edited by: Indumathy Narayanan on Dec 7, 2011 1:42 PM
    Edited by: Indumathy Narayanan on Dec 7, 2011 5:17 PM

  • Wi-Fi: no hardware installed. Caused by the antenna position?

    I own an early 2011 MBP 15” with ML 10.8.3, suffering from the well known problem of Airport WiFi (hardware not installed). BT is perfectly working.
    I would like to share my thoughts on the (low) probability of fixing this issue.
    That’s my story, till now.
    I unsuccessfully attempted the usual remedies, such as the SMC and NVRAM reset.
    Since my Mac is still covered by the AppleCare, I contacted the online support. Again, unsuccessful SMC and NVRAM reset. The support personnel told me it is a hardware problem. This sentence “slightly” worried me, and the rest of the story confirmed my darkest concerns.
    I contacted an Apple technical assistance center for fixing the problem. 2 days later, they gave me my MBP back, after the flat (ribbon) cable substitution. We tested together the WiFi in the Apple center: no problem at all. Unfortunately, once back in my office, at first startup the WiFi again refused to run (and still it refuses now, ab. 24 hrs after the repair attemp).
    Now, I’m working with a mini-dongle, a solution not properly fitting with a 2000 US$ Mac, bought for professional use. I’ll go back to the technical assistance again, but w/o much hope. The reason of my pessimistic thought arises from an idea I have on the WiFi antenna position inside the Mac.
    I’ve never dismantled a MacBook Pro, but I learnt that the WiFi antenna is placed in a very strange location, that is: practically INSIDE THE MONITOR HINGE (is it true?)
    This is a very delicate place for any notebook, because it is … mobile.
    Yes, it seems that the antenna (mobile, in the monitor hinge) is connected to the motherboard (fixed, in the aluminum case) with a flat ribbon, and it rotates with the monitor. That is, every time we open or close the MBP (let's say, for instance 2-4 times/day?)
    And now, that’s my concern.
    The movement involves a mechanical action on plugs and pins, with possible and subtle deformation of such pins, plugs and their supports. Again, that location is subject to heating up and, then, to possible thermal action combined with mechanical ones. That could mean that, very rarely and with erratic and random evidence, the WiFi antenna can loose its connection, plugs may slip off, perhaps for the monitor movement as well as for small tolerances in production and/or assembly steps (in my opinion may be matter of microns).
    This could explain the erratic results of the repairs. Erratic means ranging from complete success to temporary stops or recovery, without any predictable behavior.
    And now… HOLD ON TIGHT !
    If my hypothesis is correct (doubt is mandatory), the problem may be CAUSED BY THE DESIGN CONCEPT of the MBP, concerning the WiFi location. This may have a direct influence on the erratic results of the technical assistance work, reported in many forums. Then, it is very difficult to foresee the problem will be 100% definitely fixed by the ordinary technical assistance. To tell all the truth, if I’m right (doubt is mandatory), a well lowest score may be regarded a first class result in these conditions.
    On the other hand, placing the airport (WiFi antenna) inside the metal (aluminum) case, may also have its operating, and even worse, drawbacks.
    I want to point out that I’m not complaining about the Apple support and technical assistance, both friendly and skilled, and I’m not blaming the Apple design department.
    However, I’ve a few consultancy experiences about operating and safety problems reported in electric and electronic consumer products. In many cases, sneaky and subtle problems were due to particular design choices, correct for “almost” 100% of equipment. Almost means: random problems for a number of equipment with NO STATISTICAL RELEVANCE. And this may be a problem for us, “poor consumers” when facing the producer. No statistical relevance can mean: problem not recognized by the producer. This is just to be realistic. Continuous improvement is required from Apple, in any case.
    Last but not least, this is an useful video on MBP WiFi:
    http://www.youtube.com/watch?v=UsSIUs7jzQc
    PS: I’m writing from Rome - Italy

    Sorry for the late reply. I had a bad experience with the Apple Store and the 'Genius' Bar where I live. However, in the end, I received my MacBook Pro back from repair and everything is working.
    Like I said in my previous post, the first time the Wi-Fi broke, I was using Lion. The mother (Logic) board was replaced as well as the Wi-Fi card.
    The second time it broke, I was using Mountain Lion. Booting up the Recovery partition and Snow Leopard (new install) did not solve the issue. The Apple Store confirmed that the Wi-Fi card was broken through various testing, which I observed.
    Since the attenna wires for the Wi-Fi run through the display, we decided the next logical step was to replace the Wi-Fi card and the display. The reasoning is that there could have been a short or cross connection in the attenna wiring that was causing the Wi-Fi cards to short-out/burn-out. The Bluetooth continued to work in both cases the Wi-Fi failed, meaning that it was unlikely a cable problem.
    Since the display and wi-fi have been replaced (20121025), I've had no problems. The wi-fi card is working.
    I'm glad the kext file solution has worked for you. I've seen posts on this solution; however, after determining that this was indeed a hardware failure (by using Recovery console, booting from Snow Leopard, and using Hardware Troubleshooter (it didn't even see the Wi-Fi) ), I didn't bother with fiddling with the kext (driver) files. Besides, this hardware is supposed to be designed to work with the OS without any problems whatsoever. Shame on Apple if they don't ship proper drivers for their hardware!
    TeaKae

  • How to open a file in the same position on display when closing

    Not sure if this is the right place, so I apologize in advance:
    Whenever I open my text edit files, they always open in the same place in the display; how can I get these files (or any files for that matter) to open at the display position where they're last closed? 

    Unless the App stores window position data for a file, which I doubt, there isn't a way.
    Apps can store their default window position. Normally that is done by opening a document window in the app, moving and resizing it, then closing the window.
    There isn't an OS-wide setting for window positions.

  • In 4.0.1, is it possible to move the Bookmarks Button on the Bookmarks Toolbar to a different position on the Bookmarks Toolbar from it default position on the far right?

    The default Bookmarks Button is on the far, upper right side of the browser window on the Bookmarks Toolbar. It's distracting there, on the edge, in Siberia. I use it a thousand times per day. It's unnatural and distracting to always be turning to the edge, away from "the action". Is there any way to slide its location on the toolbar? Or at least put it on the far left where there's more "action"? I doubt I'm the only one with this instinct, otherwise the Firefox button and items on the usual menu bar (like File, Edit) would not always be placed on the upper left, not upper right. I'm not asking about the other, optional Bookmarks Button that can be put on the Navigation Toolbar which functions differently and more cumbersomely.

    To move the bookmarks button on the Bookmarks Toolbar, you have to go into Customize first. Just drag the button palette to one side so you have full access to the bar. The only things on it should be "Bookmarks Toolbar Items" and the icon for the bookmarks drop-down list. Hopefully then you can swap their positions.
    (And it is weird that the buttons look the same when one shows a menu and other opens the Bookmarks Sidebar.)

  • Doubts in ABAP WebDynpro

    Hi Experts,
    I am new to ABAP WebDynpro and self-learning going through SDN stuff and other online-help. Please provide me
    your kind explanation on below doubts.
    1. When do we use GET_ATTRIBUTE and GET_STATIC_ATTRIBUTE
    2. How to read the index of a particular selected row in table?
    3. How do you change position of a particulr node dynamically?
    4. Is it possible to execute a component without a window?
    5. Is it possible to run a VIEW without embeding into a window in Webdynpro application?
    6. How to read the content entered in PARAMTER and SELECT-OPTION elements in ABAP Webdynpro? Can anybody pass code how to read entries?
    I mean GET_ATTRIBUTE or GET_STATIC_ATTRIBUTES is used for reading attribute value. 
    7. Is it possible to fix the Message window position? Show at the bottom of a screen? Please provide some code for this.
    8. Is it possible to change the color of a laber attached to a attribute dynamically? For example somefield is mandatory but you forgot to enter and press on u2018Continueu2019 then program should show that elementu2019s lable with redcolor text. Please provide me example code.
    Thanks in advance for the support and useful explanation!
    Regards,
    Meera.

    Hi
    Refer the answers inline
    1) When do we use GET_ATTRIBUTE and GET_STATIC_ATTRIBUTE
    GET_ATTRIBUTE
    Method to get the values of a context attribute.
    The prerequisite for this method is that the application knows the data type of the attribute.
    The value of the given attribute is copied to the export parameter. To do this the export parameter must have a data type to which a value can be written.
    GET_STATIC_ATTRIBUTES
    This method copies the static attributes to the transferred variable. If the structure is not identical, a move-correspondingis performed, which is not as efficient as a direct move, but is still useful in many cases.
    Static attributes are those that either have been declared or that belong to the structure with which the node was declared.
    2) How to read the index of a particular selected row in table?
    data: lr_element type ref to if_wd_context_element,
              lv_index type i.
      lr_element = wdevent->get_context_element( name = 'CONTEXT_ELEMENT'  ).
      lv_index = lr_element->get_index( ).
    3) How do you change position of a particulr node dynamically?
        Explain Bit deeply
    4) Is it possible to execute a component without a window?
        No it is not possible, actually the component view can be viewed by embedding it to the window
    5) Is it possible to run a VIEW without embeding into a window in Webdynpro application?
        No it is not possible, without window you cant run the view
    6) Is it possible to run a VIEW without embeding into a window in Webdynpro application?
      DATA LO_ND_MAIN_NODE TYPE REF TO IF_WD_CONTEXT_NODE.
      DATA LO_EL_MAIN_NODE TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      DATA LS_MAIN_NODE TYPE WD_THIS->ELEMENT_MAIN_NODE.
      DATA LV_INP_VALUE LIKE LS_MAIN_NODE-INP_VALUE.
    navigate from <CONTEXT> to <MAIN_NODE> via lead selection
      LO_ND_MAIN_NODE = WD_CONTEXT->GET_CHILD_NODE( NAME = 'MAIN_NODE' ).
    get element via lead selection
      LO_EL_MAIN_NODE = LO_ND_MAIN_NODE->GET_ELEMENT(  ).
    get single attribute
      LO_EL_MAIN_NODE->GET_ATTRIBUTE(
        EXPORTING
          NAME =  `INPUT_VALUE`
        IMPORTING
          VALUE = LV_INP_VALUE ).
    7) Is it possible to fix the Message window position? Show at the bottom of a screen?
        Yes it is possible to show the messages by using the message area UI element in the needed position
    8. Is it possible to change the color of a laber attached to a attribute dynamically? For example somefield is mandatory but you      forgot to enter and press on u2018Continueu2019 then program should show that elementu2019s lable with redcolor text.
        Im working onit and let you know after i complete.
    Regards
    Arun.P

Maybe you are looking for

  • Dvi to vga adapter?

    I want to connect a 20" VGA monitor to my Powermac dual 2.7. I looked in the Apple store and here's what they had: "The Apple DVI to VGA display adapter was specially designed to allow users to connect their DVI equipped PowerBook G4 or Power Mac G4

  • Website in body of e-mail?

    How do you insert a web address into the body of your message so that the reader can click on it and automatically go to that address, as you can in Outlook? (I'm sure there is a technical term for this.)

  • My CS 5.5 Design premium serial number is not working

    I have bought CS 5.5 Design premium in Czech Republic and i have lost the installation disk. Now, i need to get installation data ASAP. I've found on adobe sites, that i can download this installation, but when i tried, my serial number was not worki

  • Need Flash Guru: How can I create a 2D Simple tag cloud in Flash/AS3

    I have done some searches, but couldn't find anything on Simple 2D tag clouds like this. I don't need to make it animated, i just need to create a simple tag cloud in Flash. Please help!! I just need two rows with 16 words, no animation, but texts go

  • Buggy ESPN Monday Night Football experience

    Am I the only one who has a terrible time with WatchESPN on the Apple TV?  Specifically during Monday Night Football. I am signed in using our COX account and trying to watch at work on my Apple TV 3 1st-gen.  I have a clean 10Mbps-download, 2Mbps-up