Custom horizontalfieldmanager domain is all interactive

Here is my custom field Manager:

public class CalendarMenu extends HorizontalFieldManager {

    private CalendarButton next_btn;
    private CalendarButton prev_btn;
    private LabelField title;
    private CalendarButtonCallback c;

    public CalendarMenu(String monthYear, CalendarButtonCallback c){
        super();
        this.c = c;

        Bitmap nextunfocus = Bitmap.getBitmapResource("cal_right_arrow_off_red.png");
        Bitmap nextfocus = Bitmap.getBitmapResource("cal_right_arrow_on_red.png");
        next_btn = new CalendarButton(nextfocus,nextunfocus,1,c);
        add(next_btn);

        Bitmap prevunfocus = Bitmap.getBitmapResource("cal_left_arrow_off_red.png");
        Bitmap prevfocus = Bitmap.getBitmapResource("cal_left_arrow_on_red.png");
        prev_btn = new CalendarButton(prevfocus,prevunfocus,0,c);
        add(prev_btn);

        /*
        Font titleFont = Font.getDefault().derive(Font.PLAIN,10,Ui.UNITS_pt);
        title = new LabelField(monthYear){

            protected void paint(Graphics graphics){
                graphics.setColor(Color.WHITE);
                super.paint(graphics);
            }
        };

        add(title);*/

    }

    protected void paintBackground(Graphics graphics){

        graphics.setBackgroundColor(Color.BLACK);
        graphics.clear();
    }

    protected void sublayout(int maxWidth, int maxHeight){

        /*setPositionChild(title,0,0);
        layoutChild(title,40,40);
        */
        setPositionChild(prev_btn,0,0);
        layoutChild(prev_btn,prev_btn.getPreferredWidth(),prev_btn.getPreferredHeight());

        setPositionChild(next_btn,200,0);
        layoutChild(next_btn,next_btn.getPreferredWidth(),next_btn.getPreferredHeight());

        setExtent(maxWidth,100);

    }

}

I was directed to a custom manager of horizontal field to place the title of buttons and the month in my calendar I wanted to, but it appears all the hfm area is clickable, although the buttons I made are 50 x 50. As a test, I emptied everything and just left the sexExtent(maxWidth,100); and even that was clickable and lead to an error. Is this a bug, or should I do my manager differently?

That was the problem:

http://supportforums.BlackBerry.com/T5/Java-development/navigationClick-invoked-when-clicking-outsid...

Tags: BlackBerry Developers

Similar Questions

  • Customer wants to know all the standard reports available under EBS 11i & R12.

    Hi all

    Customer wants to know all the standard reports available under EBS 11i & R12.

    Is there a document that lists all of the standard reports available under EBS 11i & R12?

    If you have advice or a solution, please update your comments freely.

    Kind regards

    Hi all

    I see notes 561585.1 and then found SQL.

    Kind regards

  • cannot reactivate the CS2 after the hard disk crash - site says I need to talk with adobe (activation can be done online) but the customer support page loop all around - help/activate also not going anywhere - it's a pc - thank you!

    cannot reactivate the CS2 after the hard disk crash - site says I need to talk with adobe (activation can be done online) but the customer support page loop all around - help/activate (since the opening page of CS2) also not going anywhere... it is a pc - thank you!

    message says 'unavailable activation server this time... error code 24:24.

    Error: "Activation Server is not available. CS2, Acrobat 7, pass a hearing 3

  • Custom code to return all the selected items in a dynamic list

    Does anyone know of a custom code to return all the selected items in a dynamic list? Support told me that Dreamweaver does not return the last item. If anyone can give me a Tips how make this code custom or can direct me to code, I would be eternally grateful.

    Thanks to you two. I used the square brackets since they are in this season...

    No,

  • Custom HorizontalFieldManager problem focusable

    I had a VerticalFieldManager with a list of items.

    Each element is a HorizontalFieldManager custom, composed by other fields. These custom fields are FOCUSABLE by manufacturer.

    I would like to have the first element of the list selected/focused when I view my list of items.

    If I try to set focus on the first point of

    firstItem.setFocus)

    nothing seems to be happening: the debbugger says "FocusHistory: Focus acquired; App Tesssst; Component TestScreen.

    TestScreen is

    public class TestScreen extends MainScreen{
    
        BitmapField _placeholder;
    
        public TestScreen() {
            super(NO_VERTICAL_SCROLL | NO_VERTICAL_SCROLLBAR);
    
            Background tiledBG = BackgroundFactory.createBitmapBackground(Bitmap.getBitmapResource("grey_tile.png"), Background.POSITION_X_LEFT, Background.POSITION_Y_TOP, Background.REPEAT_BOTH);
    
            getMainManager().setBackground(tiledBG); 
    
            HorizontalFieldManager horizontal = new HorizontalFieldManager(NO_HORIZONTAL_SCROLL|NO_HORIZONTAL_SCROLLBAR);
            CustomVerticalManager listVerticalContainer = new CustomVerticalManager(VERTICAL_SCROLL|NO_VERTICAL_SCROLLBAR);
    
            add(horizontal);
            horizontal.add(listVerticalContainer);      
    
            for(int i=0; i<19; i++){
                _placeholder = new BitmapField(Bitmap.getBitmapResource("imageplaceholder.png"));
    
                HorizontalItemField item = new HorizontalItemField(_placeholder, "ASD", "sukapub", 2, "100$", FOCUSABLE);
                listVerticalContainer.add(item);
                if(i == 0) item.setFocus();
            }
    
            System.out.println("@#@#@# FOCUSED ITEM = "+getFieldWithFocus());
    
        }
    

    This one:

    System.out.println("@#@#@# FOCUSED ITEM = "+getFieldWithFocus());
    

    Returns:

    @# @ #@ # AXÉ ITEM = null

    Firstly, FOCUSABLE is supposed on connectors and downloaders - only fields.  If a manager has any focusable inside fields, its setFocus() will find the first such focus area and set to it. Compare the getFieldWithFocus() and the getLeafFieldWithFocus() to see the difference. In all cases, make sure that your _itemDetails is created focusable.

    Second, I noticed that you do not add _name, _publisher _price to your manager. Your sublayout is not also remove those. I can only imagine you send these fields to be placed somewhere else or

    Thirdly, given that you override sublayout anyway, consider the extension Manager rather than HorizontalFieldManager.  You can also use setMargin _image and _itemDetails drop sublayout() in total.  Even if Field.setMargin was documented in OS 6.0, he works since pretty much forever (my guess is since 4.0.0 - version where XYEdges appeared).

    Fourth - onFocus and onUnfocus managers are odd to say, I wouldn't count on them. onUnfocus, in particular, is wrong even in areas - could not get called at all. Use FocusChangeListener to detect the focus moves. Just add 'implements FocusChangeListener' to your class definition, implement ' public Sub focusChanged (field field, int eventType) and invoke setChangeListener (this) somewhere in the constructor. Respond to the types of FOCUS_LOST and FOCUS_GAINED events inside focusChanged and buttonColor and textColor changes - and don't forget invalidate()!

  • HP Deskjet 1511 all-in-one: paper size custom unsupported: 1511 HP all-in-one

    HELPPPP!

    The problem...

    Personalized my paper size: 10.7 x 13.9 cm (close to 4 x 6, but it is not). I need to create the MS Word template so I can print on these fill-in guest: http://paperprovision.com/product/champagne-hors-doeuvres-invite-set/

    Here is what happened:

    1. I already configure the custom size according to Assembly HP - for Mac instructions (from this link: http://support.hp.com/us-en/document/c03890386) see my screenshot below.

    2. I did everything up to step 5 (http://support.hp.com/us-en/document/c03890386), BUT THEN I discovered my custom paper size No IS NOT SHOW ON THE DESTINATION TRAY? (see photo below). WHY IS IT?

    The strange thing is... it DOESNT SHOW UP in the paper handling, but it appears on Page Setup > paper size (see below for reference). Or is it not the same?

    in any case, I tried to ignore this misshap and print anyway. Then there is... pop up custom paper size projection, not supported in selected status bar. I don't understand...

    Why my custom size not shown in the list of paper handling? How to present it?

    All HELP... Thank you!!!

    Hi @cfransisca,

    Thanks for getting back to me.

    Do you get errors when you check and repair disk permissions?

    If so, I'll keep repair disk permissions until it corrects all errors.

    Apple updates are up-to-date?

    Step 3: Check and repair your Mac disk permissions:

    1. Open Macintosh HD and go to Applications
    2. Go to the Utilities folder
    3. Open disk utility
    4. Select the hard disk volume, you use (usually on the left)
    5. Select verify disk permissions
    6. Once this process is complete, select repair disk permissions

    You use an external HARD drive?

    I would have suggested to search through these discussions for a possible solution. Please use your own discretion. Otherwise, I suggest you contact Apple.

    http://www.wikiguga.com/topic/a8e144de89855b7fe5429961dd33e1d9

    http://forums.MacRumors.com/threads/system-extension-cannot-be-used.1774893/

    If you have additional questions, feel free to contact me. Thank you.

  • Can we have option all interactive report 4.2

    Hi all

    In our application, we had used interactive report where required fields can be sorted, as well as the option can show option 'all' as well in the filter option.

    For example, we see all of the columns that appear here.

    Now for each header, I had chosen the options sort and filter as shown below

    As we are showing upward and down options, can have as 'All' option, by clicking on 'All' they used to know all the necessary information.

    Apex Version - 4.2

    Summit theme-Light blue-100

    Kind regards

    Sruthitamiri.

    Sruthi Tamiri wrote:

    Suppose that we show these values under the header of the region

    "Now we add more regions in tables, so that it is reflected in more top of the screen, where there exist regions more we Let's scroll appears, now suppose that if they want to search with the keyword 'A' then it displays the corresponding values as"Asia", Asia iron ore" and so forth... then the report will filter based on these values If the condition is that, if we provide as 'All' option, when they click on this option, you see all the values in the report.

    Which, as stated above is equivalent to having no filter at all. Users must disable or remove Active filters in the Panel of IR control over the release of the report.

  • Targeted custom HorizontalFieldManager does not click on Storm

    Hello everyone!

    I am facing a problem to make a compatible application to the storm. This application contains some managers of land and within a and that we have a list of custom HorizontalFieldManagers.

    These fields are accept touch and to implement the development, we simply implement the code below:

    protected boolean touchEvent(TouchEvent event){
        switch(event.getEvent()){
        case TouchEvent.DOWN:
            if(!this.focused){
                this.setFocus();
                invalidate();
            }
            break;
        }
        return false;
    }
    

    So, if you click directly on a ground without an accent, it works as expected. But if the field is already concentrated the click does not work! NavigationClick method is not called. In the hand of the command, as shown above, if the field is not well centered the navigationClick is called accordly.

    protected boolean navigationClick(int status, int time) {
        return clickListener.onNavigationBallClicked(this, status, time);
    }
    

    What we need to do to handle that click when the field that is already worn? Or better yet, what we're doing wrong?

    Thank you!!!

    Sorted!

    The trick is below:

    protected boolean touchEvent(TouchEvent event){
        switch(event.getEvent()){
        case TouchEvent.DOWN:
            if(!this.focused){
                this.setFocus();
                invalidate();
            }
            break;
        case TouchEvent.UNCLICK:
               return clickListener.onNavigationBallClicked(this, 0, 0);
        }
        return false;
    }
    
  • Go to a custom menu, Find_Window and all the Normal State or Open_Form

    Hello experts!

    I'm under forms/States 11.1.2.2. My developer is on Windows XP.

    The company's request is handled as a MDI with a menu. All open forms in the menu remain in the MDI.

    In the menu, I try to use the integrated the FIND_WINDOW to determine if a window is already open. In this way, I can use the restore instead of opening a new. Here is the code of the menus the PL/SQL Editor:

    DECLARE

    wID WINDOW;

    sName VARCHAR2 (15): = "WINDOW_MO";

    BEGIN

    wID: = FIND_WINDOW (sName);

    IF ID_NULL (wID) THEN

    OPEN_FORM ('INV116', ACTIVATE, SESSION);

    ON THE OTHER

    SET_WINDOW_PROPERTY (wID, WINDOW_STATE, NORMAL);

    END IF;

    END;

    On the INV116 form, the only window is WINDOW_MO. If INV116 has already been opened, ID_NULL (wID) always returns TRUE.

    Please tell me what I'm doing wrong here.

    Thank you

    Janice

    Use FIND_FORM rather than FIND_WINDOW.

    Kind regards

    Zlatko

  • all domain controllers are running windows server 2000 with the company wants to set up a more secure network server OS the company will modernize the ADS?

    you are the network administrator for abc.com domain. All domain controllers are running windows server 2000 with the company wants to set up a more secure network server OS the company will modernize the ADS?

    Please repost your request in the appropriate in the Windows Server Forum.  Thank you!

  • How it is possible to create the chekbox in interactive report column header and select all the features.

    Hello

    My requirement is

    Interactive report the first element of box check columns and the topic also point check box.

    If I click on the element of box section columns and then automatically select all the lines in the box.

    Select all / deselect all interactive report header check box.

    Kind regards

    Arianne.

    Check this box

    https://Apex.Oracle.com/pls/Apex/f?p=76604:2:111027941779152:

    username:-test

    password:-test

    SELECT

    APEX_ITEM. HIDDEN (2, null, null, 'f02_': rownum) |

    APEX_ITEM. CHECKBOX2 (P_IDX-ONLINE 01,

    P_VALUE-online null,

    P_ATTRIBUTES-online null,

    P_CHECKED_VALUES => NULL,

    P_CHECKED_VALUES_DELIMITER => ':',

    P_ITEM_ID-online 'f01_ ' | ROWNUM,

    P_ITEM_LABEL => ' label for f01_ #ROWNUM # ')

    as Delete1,.

    of the double

    Choose the column type: report

    in the heading of column delete1

    Simply put

  • All sensitive interactions of Captivate 8.0.1 broken

    I am pleased to see that drag-and - drop is now available for projects of a reactive nature Captivate 8.0.1, update but now all other interactions are broken! When I publish a sensitive project, all my slides with HTML5 interactions on them look like a white screen.

    Any ideas what could be causing this?

    AHA! I thought about it. I had to test my project published on a web server with a URL, not my computer.

    The problem was that in Captivate 8.0, after the publication of my project, if I tested it by launching the HTML of my computer, it would be open in Chrome, and show me all the content, including interactions.

    With 8.0.1, after the publication of my project, if I test it by launching the HTML of my computer, it won't show me all interactions. However, if I run the project published from a web server, I see all the interactions and it plays perfectly.

  • loyal customer lost, bad customer Service

    Hello, my name is Patrick Absher, a loyal customer of Motorola for many year. When I say loyal, I'm the guy who's always telling my friends, family and colleagues how are my products from Motorola. Pagers to the bottom when, and now cell phones, almost everyone I bought and most of those that I was never delivered by the employer were Motorola.After this last week, I can't be your loyal customer. I am an AT & T cellular customer and it's time for me to renew my contract and ordering a new phone. My Motorola atrix 2 was great, but it is dated and my battery life became awful. I was planning on ordering a 32 gb, black front, back walnut, green focus, moto x, just had to wait for the time to renew my phone contract. Thursday, 06/06/14, I tried to place an order through your Web site and pay with my credit card. When I entered my address for delivery, he told me that the address is not available. you see, currently I do not have at home, and I need the phone delivered to where I went down. your website would not accept the address associated with my account AT & T. I contacted your assistance customer service, they tried to tell me it's the browser that I used (something to do with cookies). I tried to use a browser they suggest and had the same problem. I asked what she would only address on my AT & T account, but they did not know. They suggest AT & T store or Best Buy and buy the card motomaker and told me I have should not have any problems with it. So, after a 1 hour round trip at best buy, I then tried to order the phone using the code of redemption on the map. your Web site launched my order out, telling me that since I bought the code, the supported version wood was not available. Yet once again, I called customer service, they told me to go back to the card at best buy. I did another 1 hour trip to best buy and return to nothing will do. they can't refund my purchase because the code on the back of the card was revealed. the Manager of the best buy called your customer support to try to sort out, but it ended with a rude employ insensitive of you on the phone. at this point, if best buy could give me a refund, I would gladly have bought a HTC One. Since then, I contacted your service the customer several times and all I get is a run around. They tell me to order the phone anyway (not like I want it), then back on the phone, then get a refund, then order the phone I want. I told them that it was unacceptable, I want everything just pay the extra $25 for the wood back and get my phone. They stop for me they do escalate the issue and come up with a solution. I have not yet been given a clear answer on the address issue.some to your representatives said that they could change the address after I place the order, some of them told me that they cannot. What sense does it make to you on custom order a phone, but to be told you can't order it as you wish, and you can not ship to the address I need it shipped in the. On four different occasions, your representatives told me that they are emailing me a promo code free accessories to compensate for all my troubles. I have yet to see any of these emails. Once a representative told me that they would call me at 14:00 the next day, when they had to work. I informed them that I work at night and would be asleep right now, call me before 10:00 when I went to bed, or after 19:00 when I wake. They ignored it, called and woke me up at 14:24. If you know something to work at night and sleep during the day, you will know that back sleeping is virtually impossible. That evening, I had to go to work on about 3 hours of sleep, in a production facility handling dangerous and flammable chemicals. I have to say that your customer service is pretty bad customer service. Starting from 14/06/14, I had an AT & T customer service manager call your company. they got a manager in the team of motomaker to say that they would increase this to your advocacy group, to see if they could help. He then told me not to call them more, they call me on Monday. Given their history up to now, I doubt I'll get a call back. The return only call I received was one that woke me in the middle of the day. As it is right now, I'm on the price of this machine card on a motorcycle, $109.99, $15 in gas for trips to best buy and all my free time this week. I have no new phone, do not have to order and do not know if we could get delivered to me if I don't get to her. I received the case number is 140607-006435. Here is a list of the names and dates of contacts with your customer service teams. I don't know if this all of them, I might have missed some.

    6 6 via cat Bhen Mark 6-6 via phone Herbert and Pauline 6-7 via chat Jamie 6-10 telephone Victor and Hannah 6-10 telephone Sheryll and Thomas 6-11 telephone Frank and mark 6-12 by phone and e-mail Lehi 6-13 telephone Robert and John 6-14 by e-mail Micheal 6-14 via phone call placed by Donna Freeman of AT & T-Carlos (changes from 6-16) received by email at 13:32 from Jaydan , Support technique Motorola, claiming that they called me at 0900. I was sitting here from 08:00 to 10:00 hold my phone waiting for a call or send an email to your group of consumer based on my conversation on 6-14 with Carlos. It always seems that I am being avoided by your customer service people.

    Sincerely your unhappy customer, Patrick Absher

    Hello!

    Thanks for that bring to our attention. We certainly want our interactions with our customers to be smooth. I have someone feel to this new address.

    At first glance, it seems that there is some confusion in your challenges with your attempt original you place your order. Because of the security if you buy a device of upgrade we adhere to the shipping data on file with your service provider. This was probably the cause of the error on the command original attempt that you can't ship to another address.

    We will be in touch via email/phone for help regarding file number you have provided.

    Mark

    Forums Manager

  • Always invoking of custom sublayout() #Manager

    My question is this acceptable design to always invoke sublayout() to a Manager custom because of keyhandling in a screen?  I'm on an arbitrary amount of BitmapFields that are made to scale accordingly to the press of the button.  It seems that some content on BitmapField are not properly updated during the subsequent sublayouts.

    Note in the following code:

    -The first field in the Manager is a special case.

    -The following fields are added as such BitmapFields: series of fuzzy BitmapFields, then series of the targeted BitmapFields.  (e.g., add (bitmapfield1_unfocused), add (bitmapfield2_unfocused), add (bitmapfield1_focused) and add (bitmapfield2_focused))

        protected void sublayout(int width, int height) {
            // TODO Auto-generated method stub
              int x = 0;
              int y = 0;
                Field field;
                Field headField = null;
                int numberOfFields = getFieldCount();
    
                if (numberOfFields > 1) {
                    numberOfFields = (numberOfFields - 1) /2 + 1;
                }
    
                x = (width/2) -  _bitmapBaseSize*_focusIndex  - _bitmapFocusSize/2;
    
                for (int i=0; i 0) {
    
                        if (i == _focusIndex+1) {
                            field = getField(_focusIndex+numberOfFields);
                        }
    
                        layoutChild(field, width, height);
    
                        //
                        //(width/2) -  _bitmapBaseSize*_focusIndex  + _bitmapFocusSize/2
                        setPositionChild(field,x, y - field.getContentHeight());
                        x += field.getContentWidth();
    
                    }
                    else {  // If is the RegionableBitmap
                        layoutChild(field, width, height);
                        setPositionChild(field, 0, 0);
                    }
    
                    if (headField != null)
                        y = headField.getPreferredHeight();
                }
                setExtent(width /*Math.min( width, getPreferredWidth())*/, Math.min( height, getPreferredHeight()));
        }
    }
    

    Oh, Yes, you need a Manager customized for this!

    Still, you'd better first create all your BitmapFields (for small and large bitmaps) with bit style FIELD_BOTTOM.  Do not add to any Manager yet!

    Once this is done, I would say something like this:

    1. do you have a NO_VERTICAL_SCROLL | NO_HORIZONTAL_SCROLL | USE_FULL_WIDTH | USE_FULL_HEIGHT Manager with a background set to your bitmap image full screen (pre - 4.6, you must override paintBackground (Graphics g) - it is documented that for Screen.paintBackground () but works from field!)  In its sublayout() position her only child - a HorizontalFieldManager (see below) - where you want it to be.  Use layoutChild (hfm, width, height) to first, then setPositionChild (hfm, (width - hfm.getWidth () / 2, height - hfm.getHeight (()), where hfm is your HorizontalFieldManager containing the rest of the bitmap.

    2. create a custom HorizontalFieldManager (that I called hfm):

    (a) substitute his paintBackground() to do anything - you do not want to erase areas

    (b) initially to add the BitmapFields according to those that you want the user to see.  Say, you want to display the five image, number one and two small, numbers three large, small number four and five.  Add only the necessary fields.

    (c) inside of the navigationMovement() replace the BitmapFields that must be replaced and updated the layout.  For example, if your dx is 1 (one step to the right), you need the following:

    -remove the first bitmap;

    -replace the third (large) bitmap with small correspondent;

    -replace the fourth bitmap (small) with the corresponding wholesale;

    -Add the sixth (or the first if you have a total of five pairs of bitmaps) small image;

    -call on your hfm updateLayout() (perhaps not even need all these add(), replace(), and delete() should ask to rearrange)

    3. Add hfm in your full-screen Manager.

    I hope that gives you enough ideas to be implemented!

  • APEX 5 interactive report data column alignment

    Hello

    I want to vertically align a column of APEX 5 interactive report data to the top of the cell (currently using the universal theme). By default, if a cell in the column in the file contains several lines (for example via the packaging), the other cells in the same row are centered compared to this in terms of vertical alignment multiline cell. I guess this can be managed with a set column expression shaped HTML, but I was not able to do so far.

    More generally how can it be implemented for all interactive reports / classics in a given application?

    I searched the forum etc. for similar positions, but not found a solution.

    See you soon,.

    Alan

    a_rintoul wrote:

    I want to vertically align a column of APEX 5 interactive report data to the top of the cell (currently using the universal theme). By default, if a cell in the column in the file contains several lines (for example via the packaging), the other cells in the same row are centered compared to this in terms of vertical alignment multiline cell. I guess this can be managed with a set column expression shaped HTML, but I was not able to do so far.

    It requires CSS rather than HTML, specifically the vertical-align property on the report table cells. For a single report, add a static region ID in the report area and include this style sheet in CSS Inline property page:

    #static-region-id .a-IRR-table td {
      vertical-align: top;
    }
    

    Leave aside the #static-region-id selector to apply the rule to each SORTING on a page.

    More generally how can it be implemented for all interactive reports / classics in a given application?

    Creating Styles of theme using the theme roller is the privileged and supported way to customize the appearance of the applications that use the universal theme.

    • Go to a page of IR in your application.
    • Click the Thème Roller on the developer toolbar.
    • Expand the CSS custom section.
    • Add this style custom rule:
    /* Interactive report cells */
    .a-IRR-table td,
    /* Standard report template cells: add selectors as required for other report templates */
    .t-Report-report td.t-Report-cell {
      vertical-align: top;
    }
    
    • The page will automatically preview changes.
    • Click on record under and type a name for the style of custom theme.
    • Topic close Roller

Maybe you are looking for

  • Problem drive external HARD - where to get warranty service

    Dear Sir. I bought an external HARD Thosbia [store ART 3 E] disc from Dubai, Carrefour. Now I'm in India. This device does not not properley. Where to get service for this problem. Please help... urgent concerningAntony Thomas

  • Waterways 11 - how to remove the recovery partition?

    Hello I have created a recovery USB disk and I would like to release some storage by removing the partition reocvery however the HP Recovery Manager doesn't have the function to do. How can I delete the recovery partition?

  • Help with identification code of failure

    My product ID is: G9D66UA #ABA (HP laptop, 15). I dropped this laptop, after which he worked always, but rather fitfully. After a reboot, it came to a blue screen with a message saying it was running the diagnosis and try to solve the problems and sa

  • I have blue screen error and auto se when the computer is turned off.

    My laptop has this problem of blue screen after sometimes and also when I turn it it will be auto even if I do not turn on the power button. After reboot and come to the desktop screen, it will display the following Microsoft error message C:\DOCUME~

  • RV042 with Modem ADSL installation

    We have to implement our DSL modem in Bridge mode to allow static IP of the router be seen on the outside for VPN configuration.  When we configure the modem in this mode, the router does not seem to offer a way to enter the user information and pass