Dynamic dialog box object

I created a dynamic stamp which has an object for the user entry dialog box. My problem is that I have 16 text fields that should be entered. Everything works fine, but the object dialog box is in time for the screen.

What I want to do, is to have my static_text and my item_id on the same line. For now, the static_text is on one line and the item_id is below.

Thank you for your help...

Luanne Austin

You can do this by wrapping your static text and text entry field in a "view":

{
  type: "view",
  align_children: "align_top",
  elements: [
  {
       type: "static_text",
       item_id: "sta1",
       name: "static 1:",
       width: 60,
       char_width: 15,
  }, {
       item_id: "fld1",
       type: "edit_text",
       width: 75,
  }
  ]
},

Tags: Acrobat

Similar Questions

  • Message box in function that returns a list deletes the created list... (Dialog box)

    Hello

    I work with a complex dialogue, its purpose is to manage a section in the PDF file.

    I use a "mclv" object in the dialog box to represent data entries in the PDF file in order to manage the result in another section.

    I created a function that creates the list based on a previous section in the PDF object, the function works perfectly well.

    But I have a small question, the function used to create the list of the dialog box object performs a check with the former front list created, as appropriate,

    and if in any case it is different from the old list, I need to warn the user that the list has changed and if there were any changes applied to the result it will be returned to zero and must be recreated.

    But when the poping that message box, all lists are deleted and nothing is displayed in the objects 'mclv.

    If I remove the message box, the lists are all very well...

    Is there anyone who have come across something like this before? If so, any solution to this problem?

    I asked my question a bit too quickly, I already found a work around

    But I still don't understand why he behaves like that tho...

    I just thought how to work around this problem.

    If anyone has encountered this problem can use this solution:

    Instead of having the message inside the function to return box, I declared a global Boolean variable to the Script object

    If the message box must be displayed, the Boolean value is set to True

    Once in the initialize event of the dialog box, if the value Boolean true I call the message box and reset the value Boolean false

  • How can I remove the information dialog box/box from popping up whenever my mouse stops on an object?

    How can I remove the information dialog box/box from popping up whenever my mouse stops on an object?

    Here is the procedure to remove the Vista tips: http://www.windowsreference.com/general/how-to-enabledisable-tooltips-in-windows/.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • I would like to know how to remove the box/cursor information dialog box that appears whenever I have stop my mouse on an object.

    I would like to know how to remove the box/cursor information dialog box that appears whenever I have stop my mouse on an object.

    Have you tried to uncheck both options via Control Panel / folder Options / View?

    "Displays the size of file in folder tips".

    "Display descriptions pop - up for folder and desktop items"

  • Dynamic buffers / Dialog Box with the context Menu (or list box)

    Hi people,

    I did experiment with stamps dynaimc for awhile and I got pretty far with this topic. I can not make it work are the context menus (or list boxes) in dialog boxes. The context menu is displayed correctly in the dialog box, but there is no content even though its meaning. The javascript of the definition of content looks like:

    It corresponds to a group of Popup in the PDF file named 'Test '.

    popupGroup: 'Test ',.

    listItems:

    [

    {popupItems:}

    {

    The list of items of the context menu, positive number indicates the default selection

    'Test 1': + 1,.

    'Test 2':-1.

    'Test 3':-1.

    "Test 4":-1,.

    'Test 5':-1

    }

    }

    ]

    You have no idea what's wrong with the code above?

    I did a quick check of your code, and there is a problem with an exception that is thrown in this line: return Collab.user;

    If you take this point, the code works correctly. Why do you use the Collab object?

  • Consult the Page element values in the dialog box confirm dynamic action

    Hello

    I can return values to the Page item in the dialog box confirm dynamic action.

    I have a dynamic Action and I using the Action - confirm to display the confirmation message. I'm trying to refer point Page P1_EMP_NO say in the Confirmation box as shown below.

    Action - confirm
    Text - * & P1_EMP_NO.* "test123".

    When I have to run so that a dynamic action, confirmation shows only 'test123', the value for P1_EMP_NO is not displayed.

    My question is that we can refer such values as described above OR is there any other way to do it.

    ----
    Thank you
    Deepak

    Hi Deepak,

    You can see no elements in the confirm dialog box.
    You will need to write your own javascript and refer to elements such as dialog box

    $v('P1_EMP_NO') 
    

    Kind regards
    Kees Vlek
    -----
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    If the answer to question please change replied and mark the appropriate post as correct / helpful.

  • When you use my dynamic stamp I get the "undefined" Word where the text entered in the dialog box must be

    I get my dialog box open no problem I enter click data OK but the stamp shows that the text field is "undefined". "Text fields names are 'Due' and 'WorkOrder' in the photo below they appear"DueValue"and WOrkOrderValue", then the results as 'undefined' for both. I put the code at the bottom that I delete the section that caused the word "value" is displayed at the end of the deadline and order of business.

    < AcroForm >

    < ACRO_source > CaseNumField: calculate < / ACRO_source >

    < ACRO_script >

    / * belongs to: AcroForm:CaseNumField: calculate * /.

    var = {} dialog box

    DueValue:

    WorkOrderValue:

    function: Commit (dialog) {/ / called pressed OK}

    results var = dialog.store ();

    This. DueValue = results ["tx1"];

    This. WorkOrderValue = results ["tx2"];

    },

    Description:

    {

    name: 'Information stamp control', / / title of the dialog box

    elements:

    [

    {

    type: "display."

    elements:

    [

    {

    name: "reason: «,»»

    type: 'static_text. "

    },

    {

    item_id: "tx1"

    type: 'edit_text. "

    Multiline: true,

    Width: 200,

    height: 40

    },

    {

    name: "work order #: «,»»

    type: 'static_text. "

    },

    {

    item_id: "tx2"

    type: 'edit_text. "

    Multiline: true,

    Width: 200,

    height: 40

    },

    {

    type: "ok_cancel."

    ok_name: "Ok."

    cancel_name: "Cancel".

    },

    ]

    },

    ]

    }

    };

    If (event.source.forReal & & (event.source.stampName == "#VOfL_5866j3cq0GIzQbaLC"))

    {

    If ('ok' is app.execDialog (dialog))

    {

    CMSG = var dialogue. DueValue;

    Event.Value = "Due\n" + CMSG;

    event.source.source.info.DueValue = CMSG;

    CSMG is "Work Order\n" + dialog box. WorkOrderValue;

    this.getField("WorkOrder").value = CMSG;

    }

    }

    Title of the dialog box get ready unless the code is executed in a context of trust. It's a bit complicated to put up with a custom in a stamp file dialogue box, so I won't even try to explain it.

  • Get lists in cascade with a different combination in custom dialog boxes

    Adobe LiveCycle Designer Cookbooks by BR001: using app.execDialog () in a form in Adobe Designer

    1.PNG

    I am the above post and try to do this:

    1.

    When I select "Åland", he must show the cities of this island in a new list box that is added to the first. When I select a city ranked, it shows the district as a result to a third list box, like this:

    Capture.jpg

    (The dialog box above is created with excel visual basic.)

    The combination of the above selection is random. When you select point 110-> article 1103, it may or may not show 11031, according to data provided by the document of the requirement.

    I studied the code in the sample PDF file. Now, I can only reach this step: select the item 110-> article 1103, it shows 11031.

    But I see no better way to add additional selection (for example workflow It can also browse the 120-> 1204-> 12043).

    My code

    function customDialogBox() {}

    var dialogDescriptor = {}

    "DS1": function (dialog) {/ / the first list}

    DS1 var = dialog.store (['DS1']);

    for (var DS1 item) {}

    If (DS1 [point] > 0) {}

    var selectedValue1 = item;

    break;

    }

    }

    If (dialogObject.selectedItem (DS1) == '110') {//when "110" in the first list is enabled, it allows the display of list2

    Dialog.visible ({}

    LST2: true

    });

    } else {}

    Dialog.visible ({}

    LST2: false

    });

    Dialog.Load ({}

    "txt1": selectedValue1

    });

    }

    },

    'LST2': function (dialog) {/ / the second list}

    When "1103" in the second list is selected, it envisibles list3

    },

    'LST3': function (dialog) {/ / the third list}

    concatenate and return the string selected in List1, List2, List3

    }

    };

    var dialogObject = {}

    DS1: data.list1, map / / a, storing the data in the first level

    LST2: data.list110,//a card, storing the data in the second level, when the parent code is 110

    LST3: data.list1103 //a card, storing the data in the third level, when the parent code is 1103

    }

    }

    Basically it is to hardcode the selection flow. I want to dynamically generate lists.

    I think store all lists and identify them by ID, perhaps, in this way:

    Header 1

    var dialogObject = {}

    DS1: data.list1,

    LST110: data.list110,

    LST1103: data.list1103,

    LST120: data.list120,

    ......

    }

    But how can I correctly identify, in order to show/hide the lists and finally out of the string that is concatenated in function customDialogBox()?

    Or maybe is there a better way to retrieve the list when execution, please enlighten me!

    2. Moreover, it is possible to do research (find the code and highlight the result element) as shown in the picture above? Can you give me a few keywords that I need google with?

    A big thank you!

    It is possible to dynamically create objects and dialogue, as well as of the data within the json object...

    What I mean by item ID is the ID of the element in your dialog box, such as DS1, LST2, LST3... but it cannot be LST10, is too long, the dialog box will not interpret the ID because of its length

    What I want to say to the good conditions in the initialize event, is when the event initialize when the user selects an item in the first list, you call, you will have to do if statements with variables in behind to guide the behavior of the dialog box to display the lists and data you want exactly want to display.

  • Skillbuilders modal dialog box - condition for the parent page dialog box

    Hello

    When you use this great plugin, I have a dynamic action on my calling page that deals with the selection of the dialog box.
    It uses
    Select the type object: DOM
    DOM object: document
    Condition: expression javascript
    ($v ('P110_PROD_SEARCH') is 'BLAH')
    where the js expression is to ensure that I run the correct dynamic action, especially when I have a few buttons on the page referring to different variants of the modal dialog box.

    My first action is some javascript which questions the value of
    this.data.modalPageCloseValue
    It helps me to make decisions in subsequent actions on the opportunity to execute some pl/sql, for example

    In the light of a recent issue of my about a possible bug APEX (displayed with HTML item affected by the dynamic action and since we cannot put conditions on measures - I was wondering if I could incorporate something in my condition of dynamic action to stop all the dynamic enforcement action if modalPageCloseValue is null - but it seems to be out of reach?)

    Scott

    Scott,

    Ah, of course, use this:

    $v('P110_PROD_SEARCH') == 'BLAH' && this.data && this.data.modalPageCloseValue
    

    Kind regards
    Dan

    blog: http://DanielMcghan.us/
    work: http://SkillBuilders.com/APEX/
    Twitter: https://twitter.com/dmcghan

  • Bug in the advanced Recordset dialog box?

    I have setup a site using the ASP VBScript server technology. Somehow, in the advanced Recordset dialog box I have the ASP.NET option with the parameters instead of Variables. According to the documentation should not display the settings window when using classic ASP. Its almost like Dreamweaver I'm using ASP.NET.

    When I test the retrieved recordset object data are correctly with my access according to the SQL DB. I tried to uninstall Vista Microsoft IIS support ASP.NET. This reduces the options of server technology during the definition of the Web site; but still no change when choosing ASP VBScript or ASP advanced Javascript - the Recordset dialog box still says SETTINGS VARIABLES not? Anyone know what could be the problem?

    Help appreciated,
    Mag

    System: Vista Business, Dreamweaver CS3

    Osveta wrote:
    > I have setup a site using the ASP VBScript server technology. Somehow in the
    > Advanced Recordset dialog I have the ASP.NET option with the settings instead of
    > Variables. According to the documentation, it should not display settings
    > window when using classic ASP. Its almost like Dreamweaver thinks I'm using
    > ASP.NET.

    The answer will depend on the version of Dreamweaver that you use. The update Dreamweaver 8.0.2 moved to the parameter type of the Recordset changes dialog box in the manner in which the recordset is constructed. The help documentation for DW8.0.2 does not seem to have been updated to reflect this change. You see the old style dialog box, if you go to:
    Help-> using Dreamweaver-> Dynamic Pages do-> define the Sources of dynamic content-> defining a Recordset-> creating a Recordset advanced by writing SQL

    So if you are using Dreamweaver 8.0.2 or later (CS3 is the next version), then you will see the settings in the dialog recordset in ASP, and you know what you are supposed to see.

    --
    Danilo Micen
    | Knowledge stretching every day: http://CommunityMX.com/
    | Adobe Community Expert

  • A more successful experience in the creation of UIs compositable configuration dialog boxes

    A few weeks I posted an experience in creating user interfaces using sub-panels transparent compositable. The approach can be described as, "It was less remarkable for being novel."

    Today, I write another attempt, this one along more traditional lines, and a lot more successful. Notable: this can be any arbitrary composition of this last AND it solved the problem of order TAB.

    This solution uses an image control and makes copies N of a control. When the user moves a control or move the mouse over the control, a real control slides in this position to be able to catch the events (updated mouse more attract State, highlight to the keyboard focus, manage typing, etc.). If the value changes, a master data table is updated and the image control is updated.

    It is something that has been tried in various forms in the past, but there are two aspects of this particular implementation that make nice:

    1. its programming interface for specifying the behavior of objects should make it fairly easy for a user of the framework generate dialog boxes programmatically

    2. It handles the problem of TAB without flickering, something I've not seen in other attempts

    This idea creates conversation about previous experience - thanks to those of you who have posted on various forums, e-mail me, or, in some cases, showed up at my office. That last is not something I am encouraging unless you work at OR... just saying. :-)

    Now, this experiement has already donnГ an interesting conversation. We note that, as long as the controls are instantiated independently of each other - in other words, any property of a control depends on the property of another control - this system of dialogue is progressing well. But in this experiment, I implemented the option button, which interact with each other - when set to True, the other false go. As soon as the controls are starting to interact with others (such as aging a control when a checkbox is disabled, or with expandable sections or really complex cases like updating a chart as a change in options, as happens in some config dialogs Express VI) then we leave who need ways to make reference to other controls. That leads us quickly in one of two directions: name the controls or creation of references. The naming approach is certainly my preference because it fits better with the data stream and I can make interesting effects with breaking apart some of the tree. But it quickly starts sounding like "Please implement a XAML parser in LabVIEW." For those of you familiar with XAML, in the world of user interface design, it could very well be the best thing since sliced bread. A XAML string would fit well with the data flow, and we could start that accumulate. I am reluctant to go down this road for two reasons. One, many have noted, it is really not a good library written in LabVIEW that can give me a useful analysis of XML DOM tree. Two, it is a huge project and my gut sense is that you need to fill a pretty big part of it before you would start to see any return on investment. But it is worth thinking to-I could be wrong. Wouldn't be the first time. This code I posted today can at least help you get started on the side of the generation if one of you decides to become laborious.

    I'll have my attention away from this project for the time being, coding in G is a lot of fun, and I wish I could spend several days to do, but this has been a side project and it is time to return to my projects assigned in the programming of text. Building a powerful platform for the automatic generation of user interface in LabVIEW would be really useful - I see a lot of requests for this sort of thing, and other languages are ahead of us in this area.

    [Last updated 17/05/2012 - there is an improved version.]

    This isn't a question. It doesn't have an answer.

  • Experience in the creation of UIs compositable configuration dialog boxes

    The attached files are saved in 2009 LV. They are an experience. Please don't go out and say: "NEITHER said this is how you should do a dialog box options.»

    Oh - I guess I should mention - it is an experience of how make a dialog box options that can be reused, extended and modified for hierarchical systems. In other words, I can create a user interface of the options for the DAQ cards and then reuse this dialog box and add the options specifically for M-series cards, then reuse this dialog box and add options for a specific card. At each level, I can choose to reuse the existing set of options, I can reduce or disable some options, and I can add new options and when I hit the OK button, out POPs a unique configuration for the selected map object.

    That is the goal.

    This experience allows to get a part of that. I did a lot of work with the sub-panels with a transparent background.

    I hate the TAB key. I have no solution to the problem of how to set up the tab properly through the controls of these various sub-panels. Boring. And this project did lead me to an entry for the exchange of ideas for the transparent sub-panels of files: Sub-panels with 'make Transparent Panel' activated should allow mouse clicks switch to control...

    To take a look at this experience, unzip the attachment, open the project file and open Caller.vi. There are detailed instructions and explanations of what you see on the front of this VI. I put comments in various places. The code is ok quality - he will win no reward for the following style rules, but most of the wires straight race. All this is just to see how far I could go with this approach to compositing interfaces.

    Oh and if you learn something from all this, send a note of thanks for user tst. He had an initial framework that he worked with, happened to hit on a day where I could spend the time looking into it, and its code has inspired me to try this different approach. The end of it, I don't know how useful this approach will always for real production code, but it is a technique that I've never seen anywhere else... maybe someone out there will as inspired by my experience I've been by tst and will find a way to do it is better. Because, honestly, creating an extensible user interface infrastructure is a problem DIFFICULT and LV has several approaches to this kind of work, but none are particularly large. It would be nice to have a canonical "that's the way NOR and the CLAs say that we should write a dialog box options.

    And now, after having spent some time on 'R', I need to return to the part "D" in R & D...

    I enclose the original example, I sent to QA. It shows two other ways to arrange GUI - one by using a listbox control and using the vertically stacked sub-panels. I think that both are simpler than his approach.

    Notice that we use very different approaches in how the references of dialog boxes are acquired. Note that these two examples are proof of concept and have various problems.

    Anyway, if you want to see where this debate began and where my example was originally published, look here, where there is also a small video and an image.

  • Proceed with the trial after you open a vi dialog box

    I am a beginner with TestStand. I'm going through the entire sequence until all end with some dialog windows left open without waiting for a user to click on OK/QUIT on the dialogue window to go to the next step of the test. I want the test at the end with no required user interaction.

    I tried with dynamically called vi, but it stops the test - waits until the user closes the window and what, he does not pass the settings of the dialog box (maybe I did something wrong with the dynamic appeal.

    Is it possible to open vi of dialogue and to proceed with the trial without user interaction?

    PS Dialogue vi only receives the arguments and displays them on the chart.

    Hey Michal,.

    You On-The-Fly reports is enabled in the options of your report? I created the sample VI to run in a new thread and set a breakpoint later in the sequence. At this point, in the base_dn with my movie file folder, I got a report_Tmp.xml file that contains the part of the report up to date.

  • View dialog box in greek

    Hello

    How to display the dialog box in Greek, as well as Dialog.No of Dialog.YES & appears as in Greek and not in English?

    RET = Dialog.ask (Dialog.D_YES_NO, "Are you sure?", Dialog.YES)

    Thank you

    If you mean the button labels. You must use this kind of code:

    Dialog d = new Dialog(messages.getString(MY_QUESTION), new Object[]{messages.getString(YES), messages.getString(NO)}, new int[]{Dialog.YES, Dialog.NO}, Dialog.YES, Bitmap.getPredefinedBitmap(Bitmap.QUESTION));
    

    It requires small changes to compile.

  • How can open 3GP video, I remove Open or save for a device browser dialog box?

    How can I design the following?

    A user clicks on a link video 3GP appearing open using the browser on the device:

    private void launchBrowser(int browserType, String url) {
      BrowserSession browserSession = createBrowserSession(browserType);
      browserSession.displayPage(url);
      browserSession.showBrowser();
    }
    

    The browser opens, but the user sees a dialog box with the instruction 'do you want to open or save the item?' more open, save and Cancel button.

    If the user selects open, the 3GP file plays without problem.

    I would rather 3GP just play the video to the user.

    1. Is there a way to remove the open or save dialog box for the device of the browser?
    2. What is ill-conceived and should I use a BrowserField?
    3. I'd rather a way to get the next job, but I'm short on time...
    public final class PlayVideo implements PlayerListener {
    
    private Player player;
    private VideoControl videoControl;
    
    private Video video;
    
    public PlayVideo(Video video) {
    this.video = video;
    }
    
    public void openVideoFullUrl() {
    final String url = video.getVideoURL();
    
    if (url != null) {
    Runnable r = new Runnable() {
    public void run() {
    new Browser(url);
    }
    };
    
    new Thread(r, "Event").start();
    }
    }
    
    public void openVideo() {
    
    try {
    if (this.video.getVideoURL() != null) {
    int transportType = 0;
    TransportDetective td = new TransportDetective();
    
    if (td.isCoverageAvailable(TransportDetective.TRANSPORT_TCP_CELLULAR)) {
    transportType = TransportDetective.TRANSPORT_TCP_CELLULAR;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_WAP)) {
    transportType = TransportDetective.TRANSPORT_WAP;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_WAP2)) {
    transportType = TransportDetective.TRANSPORT_WAP2;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_MDS)) {
    transportType = TransportDetective.TRANSPORT_MDS;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_BIS_B)) {
    transportType = TransportDetective.TRANSPORT_BIS_B;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_TCP_WIFI)) {
    transportType = TransportDetective.TRANSPORT_TCP_WIFI;
    }
    
    HTTPRequestRunnable getData = new HTTPRequestRunnable(
        video.getVideoURL(), null, transportType, false);
    getData.run();
    
    String errorMessage = getData.getErrorMessage();
    if (errorMessage == null) {
    if (getData.gotResponse()) {
        byte[] response = getData.getResponse();
        if (response.length > 0) {
          // URL without suffix.
            String redirectedUrl = getData
                    .getCleanConnectionURL();
    
            player = Manager.createPlayer(redirectedUrl);
            player.setLoopCount(1);
            player.prefetch();
            player.realize();
    
            videoControl = (VideoControl) player
                    .getControl("VideoControl");
            videoControl.initDisplayMode(
                    VideoControl.USE_DIRECT_VIDEO, this);
            videoControl.setVisible(true);
    
        }
    }
    }
    }
    } catch (IllegalStateException e) {
    Logger.logEventWarn("[PlayVideo] Illegal state: " + e.getMessage());
    } catch (IllegalArgumentException e) {
    Logger.logEventWarn("[PlayVideo] Illegal arg: " + e.getMessage());
    } catch (SecurityException e) {
    Logger.logEventWarn("[PlayVideo] Security: " + e.getMessage());
    } catch (Exception e) {
    Logger.logEventWarn("[PlayVideo] " + e.getMessage());
    }
    }
    
    public void playerUpdate(Player player, String event, Object eventData) {
    if (event == PlayerListener.BUFFERING_STARTED) {
    Logger.debug("[PlayVideo] BUFFERING_STARTED.");
    } else if (event == PlayerListener.BUFFERING_STOPPED) {
    Logger.debug("[PlayVideo] BUFFERING_STOPPED.");
    } else if (event == PlayerListener.STARTED) {
    Logger.debug("[PlayVideo] STARTED.");
    } else if (event == PlayerListener.STOPPED) {
    Logger.debug("[PlayVideo] STOPPED.");
    } else if (event == PlayerListener.ERROR) {
    Logger.debug("[PlayVideo] ERROR.");
    } else if (event == PlayerListener.END_OF_MEDIA) {
    Logger.debug("[PlayVideo] END_OF_MEDIA.");
    }
    }
    }
    

    Have you tried to invoke the media application directly by using the content (CHAP) API Manager?

    Invoke the media application

    http://supportforums.BlackBerry.com/T5/Java-development/invoke-the-media-application/Ta-p/442964

Maybe you are looking for

  • Question about recovery on satellite disks series

    Hello worldI had my equium for a week now and it already have mucked up. I managed to delete the partition hidden just reconfiguring the partitions on my HARD drive, is it possible to recover the hidden partition or that failing to get a set of recov

  • When and where can Tecra M4-133 - I buy it?

    No one knows when the m4-133 model goes on sale in the United Kingdom? the 128 MB nvidia version would also like that someone knows where you can buy a m4 spec albums in the United Kingdom? for example. 2.2 ghz 2 GB ram 128 graphic dvd - rw. Council

  • Upgrade RAM hp pavilion 14-e014tu

    Hello! can someone help me please in the upgrade of my ram.i don't know which brand is better for my my hp pavilion 14-e014tu. IM planning to buy 4 GB of ram.  is it safe to buy the brand diffirent? any suggestions? 2 GB ddr3 1600 mhz currently insta

  • the desktop icons do not open by clicking

    recently, I am facing a problem with the icons on the desktop.  . the high hangse of the page upward desktop icons and can not access any program from its shortcut on the desktop. then happensafter I use the computer for an hour or two

  • the internet update 8

    I've updated my internet to internet explorer 7 to internet exlporer 8 and every since I did, I can't search my homepage which is yahoo, I can only search of gogle, I uninstalled internet exploer 8 and I still can't get my Yahoo home page.