Java vs RIM

Hello

I know that this issue has been discussed several times, but I need a good answer for me!

I have to write an app for BlackBerry and the RIM user interface classes are a little complicated. And know my boss means that it will be better to take the existing classes to INTERFACE Java for Android port to the BlackBerry. I don't think that this is the best solution, because I cannot use any RIM UI classes.

What are the disadvantages of most of this solution?

I need your help or the app will be very ugly.

With regard to the Maja

Android runs java desktop (j2se), blackberry works mobile java (j2me) with extensions of the RIM.

in particular the user interface code will be not compatible, another code can be portable with more or less work.

I agree that the BB's standard user interface is not very good looking. If you are targeting 4.6 and above, you get a few easy options (borderfactory etc.) to make pretty fields, otherwise it's all about the low-level access paint and sublayout, not an easy area for inexperienced developers.

Tags: BlackBerry Developers

Similar Questions

  • Try to update Java, Adobe Reader and now RIM Blackberry Desktop Manager, Error 1606 could not access network location.

    I got this error for a few months. Initially, I came across it trying to update Java, Adobe Reader and now RIM Blackberry Desktop Manager.

    The specific error is "Error 1606 could access the network location:.", with the colon and the dot at the end. Therefore, it is difficult to know exactly what registry entry, it's.

    I tried to change various registry keys and using a number of files of Microsoft "Fix it for me", but the error remains.

    Can someone help me please identify the location of the network that weird symbols ":." to refer and possible to put an end to this problem once and for all?
    I'd be happy to re - try fix if proposed as a possible solution.

    Thanks in advance.

    Hello

    1. What microsoft fix it did you try?
    2. don't you make changes on the computer before the show?

    This problem occurs because there is incorrect entries in the Shell folder of the user who is logged on to Microsoft Windows. When Windows Installer goes to the sale of Shell folder of the user who is logged on to the computer, Windows Installer cannot locate the correct entry.

    The steps to correct this problem involve editing the Windows registry.

    WARNING: this method contains steps that tell you how to modify the registry. However, serious problems can occur if you change the
    Register incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it.
    Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following link:
    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry
    a. Click Start and typeregedit in the search box start and press to enter.
    b. find the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell dossiers\
    c. remove the entries that show the path that is listed in the error message.

    You can also consult the steps in knowledge base article provided assistance:
    http://support.Microsoft.com/kb/886549

  • Defined in the RIM API Java

    Hello

    I wonder if anyone can suggest a good API defined in BlackBerry, please? I only use it to add and get the object. WritableSet help? Thank you very much in advance.

    Usually, I use vector and check if it contains the element I am about to add.
    requires you to write good equals methods in beans, of course.

  • ERROR when executing the sample program (AuthenticationSample.java)

    Hello

    I have generated a proxy file by following the steps provided in http://docs.blackberry.com/en/admin/deliverables/49270/index.jsp?name=for+Java+developers+-+Getting+...

    And when I try to run the sample program (AuthenticationSample.java)
    I got an exception. Kindly help me in this regard. Thank you.

    Some things to note:

    Version of Apache CXF: 2.6.10

    CLIENT_VERSION is set to 1.1 (WSDL version)
    Private final static String CLIENT_VERSION = "1.1";

    Whole JOURNAL:

    Authentication of the 30:02.064 try BlackBerry Administration Service
    30:02.069 initializing web services...
    before 30:02.069 setup()
    30:02.070 initialization BWS web service stub
    12 sep, 2013 14:27:31 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service {http://ws.rim.com/enterprise/admin} BWSService to class com.rim.ws.enterprise.admin.BWS
    30:04.917 BWS web service stub initialized
    30:04.917 BWSUtil to initialize web service stub
    12 sep, 2013 14:27:33 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service {http://ws.rim.com/enterprise/admin} BWSUtilService to class com.rim.ws.enterprise.admin.BWSUtil
    30:06.042 initialized BWSUtil web service stub
    Input 30:06.081 GetAuthenticator()
    30:06.081 call _bwsUtil.getAuthenticators ()...
    30:06.533..._bwsUtil.getAuthenticators() returned 'SUCCESS.
    30:06.534 execution time: 0.0000 seconds
    30:06.537 application UID: 1e942819-fc5b-4274-899a-0c716fc8b41e
    output 30:06.537 getAuthenticator() with the object of the authenticator (the name "BlackBerry Administration Service")
    Input 30:06.537 GetEncodedUserName()
    30:06.538 call _bwsUtil.getEncodedUsername ()...
    30:06.550..._bwsUtil.getEncodedUsername() returned 'SUCCESS.
    30:06.550 execution time: 0.0008 seconds
    30:06.550 ask UID: a819935f-871a-4dc6-a075-7a54c3e426c6
    Exit 30:06.550 getEncodedUserName()
    Setup() Exiting 30:06.551 with the value 'true '.
    30:09.023 authenticated attempt BWS echo() call...
    before 30:12.109 echo()
    30:21.638 call _bws.echo ()...
    12 sep, 2013 14:28:01 org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
    WARNING: Interceptor for {http://ws.rim.com/enterprise/admin} BWSService #{http://ws.rim.com/enterprise/admin} echo threw exception, relax now
    org.apache.cxf.interceptor.Fault: could not send message.
    to org.apache.cxf.interceptor.MessageSenderInterceptor$ MessageSenderEndingInterceptor.handleMessage (MessageSenderInterceptor.java:64)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:565)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:474)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:377)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:330)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:136)
    to $Proxy44.echo (Unknown Source)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.echo(AuthenticationSample.java:222)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.demonstrateBwsSetupAndAuthenticatedCall(AuthenticationSample.java:557)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.demonstrateBlackBerryAdministrationServiceAuthentication(AuthenticationSample.java:460)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.main(AuthenticationSample.java:416)
    Caused by: org.apache.cxf.transport.http.HTTPException: HTTP 401 response: not allowed ' when communicating with https://bes101.blrresearch.com:38443 / business/admin/ws
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.handleResponseInternal (HTTPConduit.java:1626)
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.handleResponse (HTTPConduit.java:1537)
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.close (HTTPConduit.java:1445)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:660)
    to org.apache.cxf.interceptor.MessageSenderInterceptor$ MessageSenderEndingInterceptor.handleMessage (MessageSenderInterceptor.java:62)
    ... 12 more
    30:42.951 failed to authenticate with the web service BWS
    30:44.370 Exiting echo() with the value "false".
    authenticated 30:45.779 call failed!
    30:47.167
    Out of sample.
    Press Enter to exit

    The error comes down to a 401: unauthorized.

    You try to use the BOTTOM or information identification active directory? Could you put the code snippet used to choose the authenticator?

  • Debugging device stuck outside Bundle: "C:/Eclipse/plugins/net.rim.ejde/vmTools\BundleInfo\4da680e7.jar."

    Hello

    I have Eclipse 3.7 and Blackberry Java plug-in 2.0, when I started to debug on device

    a dialog box appears saying: I need to download files approximately 25 MB.

    After that his watch full download and then in the console I get this non-stop repeated the message

    External bundle: "C:/Eclipse/plugins/net.rim.ejde/vmTools\BundleInfo\4da680e7.jar."

     


    And the progress bar indicates launch application (74%)

    Help, please

    Thank you.

    Just delete the folder «BundleInfo»

    C:/Eclipse/plugins/net. RIM.ejde/vmTools\

  • Where is the com.rim.ws.enterprise.admin package?

    Hello

    I'm about to use the BES API to make integration work. According to the online documentation (http://docs.blackberry.com/en/developers/deliverables/40686/jba1323369308846.jsp) all I need is the Apache CXF, however, if I look at the code example (https://github.com/blackberry/BWS-Samples/blob/master/SampleBwsClient.java) I also need the package com.rim.ws.enterprise.admin. I guess that's part of some SDK. Where can I get the miserable thing? TIA

    -aaron

    Yes, wsdl2java.bat will create the proxy together.

    You will need the BES in place before doing this. The steps only take a few minutes and there is no much test/development that can be done until the BES is available in any case.

  • Java beginner UI development: using HorizontalScrollableTitleView (Component Manager).

    I'm a Java developer backend and wishing to develop my first app but need assistance of the

    HorizontalScrollableTitleView (or any other PaneManager). Is there code examples available that I can use as a reference? What I like is pretty simple so far, but I don't know how to operate it. I will like to create HorizontalScrollableTitleView, and when I click on each title, I'll like to show some tests below.

    I'm testing the code with a touch BB Simulator, when I click on a window, I always get a TouchEvent but I do not know how to handle. I have a Bold 9700 with OS 6.0, which I will like to install the app on in the future (impossible to find a simulator for it yet), what events should I look for to work on my 9700? How should I treat it?

    Here's what I have so far:

    package mypackage;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.container.MainScreen;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.component.pane.HorizontalScrollableController;
    import net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView;
    import net.rim.device.api.ui.component.pane.Pane;
    import net.rim.device.api.ui.component.pane.PaneManagerController;
    import net.rim.device.api.ui.component.pane.PaneManagerView;
    import net.rim.device.api.ui.component.pane.PaneManagerModel;
    import net.rim.device.api.ui.component.pane.PaneView;
    import net.rim.device.api.ui.component.pane.TitleView;
    import net.rim.device.api.ui.FocusChangeListener;
    
    /**
     * A class extending the MainScreen class, which provides default standard
     * behavior for BlackBerry GUI applications.
     */
    public final class PaneManagerDemoScreen extends MainScreen implements FocusChangeListener {
    
        private static PaneManagerModel model; 
    
        /**
         * Creates a new PaneManagerDemoScreen object
         */
        public PaneManagerDemoScreen() {
            // Set the displayed title of the screen
            setTitle("PaneManager");
    
            // initialize PaneManager
            initializePaneManager();
    
            // populate Panes
            populatePanes();
    
        }
    
        public void focusChanged(Field field, int eventType) {
    
            Dialog.alert(eventType + ": " +  field.toString());
    
            /*
            if (verticalFieldMgr != null) {
                if (eventType == FOCUS_GAINED) {
                        System.out.println("Switch to: " + ((LabelField)field).getText());
                        delete(verticalFieldMgr);
                        verticalFieldMgr = displayTasks(field);
                        add(verticalFieldMgr);
    
                }
            }
            */
        }
    
        private void initializePaneManager() {
            model = new PaneManagerModel();
            //model.enableLooping(true);
    
            TitleView header = new HorizontalScrollableTitleView(Field.FOCUSABLE);
            header.setModel(model);
    
            PaneView paneView = new PaneView(Field.FOCUSABLE);
            paneView.setModel(model);
    
            PaneManagerView view = new PaneManagerView(Field.FOCUSABLE, header, paneView);
            view.setBackground(null);
            view.setModel(model);
            view.setFieldWithFocus(paneView);
    
            PaneManagerController controller = new HorizontalScrollableController();
            controller.setModel(model);
            controller.setView(view);
    
            model.setView(view);
            model.setController(controller);
    
            view.setController(controller);
            add(view);
        }
    
        private void populatePanes() {
    
            for (int i = 0; i < 5; i++) {
                VerticalFieldManager vfm = new VerticalFieldManager(USE_ALL_HEIGHT | USE_ALL_WIDTH);
                //vfm.add(new LabelField("VFM Pane" + i, Field.FIELD_HCENTER));
                Pane pane = new Pane(new LabelField("Pane" + i), vfm);
                model.addPane(pane);
    
            }
        }
    
    }
    

    I also discovered that there is a project of PaneManagerDemo in samples of Blackberry I could use.

    To use it, first install Blackberry Java plug-in for Eclipse. Launch it and then go to Blackberry > import > samples of Blackberry. Then select "PaneManagerDemo".

  • Pushing data from a Java application * confused *.

    Hello community,

    I'm new to the BlackBerry Push. I tried to understand what options are available to provide data to a Java application and how it can be tested.

    There are so many documents on this subject, for example:

    1. Push for the BlackBerry Enterprise Server software
    2. BlackBerry Push service
    3. Push blackBerry SDK service

    What I discovered thanks to these documents.

    1. There are two formats that can be used to send data through the BES (PAP push / push RIM)
    2. BlackBerry Push service has two levels (BB push Essentials / BB push more - limited to 8 KB content)
    3. In the Push Service SDK, there are two modes available (public and business mode)

    For me, these information are really confusing.

    What I don't understand:

    I. can the software of the BlackBerry Push Service SDK be used for both options 1. & 2. mentioned above? (referring to public and business mode)

    II. is there documentation how to push Service SDK can be configured for the mode of the company?

    III. when you use BES Push is also limited to 8 KB content size?

    IV. is it possible to only a single client application that can be used to BES and BIS push?

    Thanks in advance.

    I. the SDK can be used to push either a BIS or BES. The SDK has a setting to determine if its pressure through the (public) BIS or BES (company). The SDK can be used to push push Essentials or Plush Push. The SDK software uses the API of PAP.

    II. I'm not sure of the documentation, but I don't know that the SDK can ask a BES for sure. But in the end, you need to set the PushSDK.properties flag to push public were false.

    III. no the BES is not a limitation of 8 k.

    IV. I'm not an expert on client applications, but I think you need to develop a version for BIS and a version for BES.

  • Bad bug in the plugin for Eclipse 1.1 Java beta!

    Suddenly, it closes without saving! I recommend that you never click on help-> Check for Updates.

    I'm not sure why you should "never, click Help-> Check for Updates", but the issue of the eclipse suddenly closing has been discussed several times in this forum. A thread that includes the official entrance of RIM is:

    http://supportforums.BlackBerry.com/T5/Java-development/Eclipse-crash/m-p/473333

    It is also discussed in the Eclipse Bugzilla system, where, as Simon mentioned, it is usually considered to be an Eclipse problem. (See, for example, Eclipse bug #297279).

  • Push registration: (Berr java.lang.IllegalArgumentException) network error

    Hello

    We try to get WebWorks push the work but are a problem with blackberry.push.openBISPushListener. The onRegister function returns a status of 1 (network error).

    The log file shows the following:

    11/9 10:00:54 W net.rim.blackberry.api.push - Berr java.lang.IllegalArgumentException
    11/9 10:00:21 a Contapp - PushDaemon is started.
    11/9 10:00:21 a Contapp - Register push application
    11/9 10:00:21 a Contapp - open BIS push listener
    

    This application is used to work so I wonder if something might have changed in the upgrade of the server push.

    The application code is the following:

    
    
    
        
    
    
        

    And the following push configuration in the config.xml file:

    
    
    
    
    
    
    
    
    
      BIS-B
      MDS
      TCP_WIFI
      TCP_CELLULAR
      WAP2
      WAP
    
    
    
      read_device_identifying_information
      access_shared
    
    

    It is all tested on a device 9300.

    Any ideas as to why we get this error?

    Thanks in advance for the help!

    Nick

    This issue should now be resolved, please let me know if you continue to have problems with the registration with the EVAL server.

  • Java EE AESKey equivalent

    What is the equivalent of AESKey in Java EE?

    Currently, I am using this code to encrypt

    private static ubyte [] encrypt (byte [] encryptionKey, byte [] plaintext) throws Exception {}

    Encryption cipher = Cipher.getInstance("AES/ECB/PKCS5Padding");
    Key SecretKeySpec = new SecretKeySpec (encryptionKey, "AES");
    Byte [] x is Cipher.init (Cipher.ENCRYPT_MODE, Key);.

    Return cipher.doFinal (x);
    }

    and it returns java.security.InvalidKeyException: not valid AES key length:... bytes

    Well, SecretKeySpec key = new SecretKeySpec (encryptionKey, "AES"); is the same as AESKey

    It was just restriction of encrypting Java that restrict only 128-bit key length, but RIM does not restrict the length of key in his crypto AES API...

  • WebWorks, NFC and OS7.1 Java plug-in compatibility

    Hello

    I worked on building a WebWorks app that uses an extension of java to access certain NFC of OS7.0 functions.       OS 7.1 added functions that I would use it as well related to a number of NFC, but adding one of these new features gives me a CAP error when I try to package & sign in undulation.  I guess it's because the current SDK WebWorks support adding these new features of 7.1 as extensions again... what what happens?  Any idea on a time when WebWorks will be updated to support the new functions of 7.1 if this is the case?

    Thank you

    Drew

    I don't know when the final version of WebWorks support 7.1, but it's an easy thing to fix. You must change the net.rim.api.jar that refers to WebWorks which can be done in two ways.

    1. Replace the file real net.rim.api.jar found in the lib folder of your installation with the edition 7.1
    2. Edit the bbwp.properties file in your bin folder to point to the version 7.1 instead of the lib folder.

    Just for that you realize, that it is already an extension NFC community that supports MS tags here - https://github.com/blackberry/WebWorks-Community-APIs/tree/master/Smartphone/NFC . If you have knowledge, it would be great if you helped to complete since this way the API would support to 7.0 instead of 7.1 just.

  • java.lang.NullPointerException packaging projects

    Hello

    I can't pack all projects (even the self project basis created in the new blackberry) on eclipse indigo with the new plugin eclipse blackberry.

    I always get this error:

    null
    Error
    Fri 18 Nov 10:17:02 VET 2011
    An internal error occurred during: «Packaging projects...» ».

    java.lang.NullPointerException
    at net.rim.ejde.internal.H.M.getVMVersion(RIMEIDE:286)
    to net.rim.ejde.internal.util.V$ _B.A(RIMEIDE:3008)
    to net.rim.ejde.internal.util.V$ _B.compare(RIMEIDE:468)
    at java.util.Arrays.mergeSort(Arrays.java:1270)
    at java.util.Arrays.sort(Arrays.java:1210)
    at java.util.Collections.sort(Collections.java:159)
    at net.rim.ejde.internal.P.H.A(RIMEIDE:3054)
    at net.rim.ejde.internal.P.H.A(RIMEIDE:1072)
    at net.rim.ejde.internal.D.F.H(RIMEIDE:2736)
    at net.rim.ejde.internal.D.F.A(RIMEIDE:3548)
    at net.rim.ejde.internal.D.F.D(RIMEIDE:1478)
    at net.rim.ejde.internal.D.F.D(RIMEIDE:383)
    at net.rim.ejde.internal.D.A.run(RIMEIDE:1808)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
    at net.rim.ejde.internal.D.D.runInWorkspace(RIMEIDE:841)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    I have tried to open the app_descriptor file, restart eclipse and I don't no succeed.

    Kind regards

    How were plug-ins installed?  Did you use the full installer or update the site?

    Have you installed both the BlackBerry Java for BlackBerry Java SDK and Eclipse plug-in?

    If so, can you try to create a new workspace?

  • Error: the file is not a valid Java code file

    Hello

    IM new in the development of BB, so bad to describe my problem step by step:

    -First of all, had installed jdk-1_5_0_14-win, BlackBerry_JDE_4.6.0, j2sdk-1_4_2_18-win, Desktop manager 4.6

    -Open BB JDE, create a new workspace

    -Add a project HelloWorldDemo.jdp file (located in the sample folder)

    -Debug the application in the Simulator (9000-JDE) without any error

    -Construction of the project and generate the .axl and .cod files

    -Try to install this app (HelloWorldDemo.cod) in my device with error

    C:\Archivos programa\Research in Motion\BlackBerry JDE 4.6.0\samples\com\rim\samples\device\helloworlddemo>javaloader u load HelloWorldDemo.cod
    Charger Pocket RIM Wireless Java
    Copyright 2001 - 2007 Research In Motion Limited
    Connected
    HelloWorldDemo load error: the file is not a valid Java code file
    7832 bytes sent to ~ 15664 bps
    Disconnected

    -Also try to install the application with Desktop Manager and the .axl file, but show this message "a fatal error has occurred while updating your software to devices." Please try again ".

    My device is a Blackberry 8700

    Software: v4.1.0.351

    Help, please!

    Thank you!

    Thank you!! Problem solved.

  • I could develop Java Application for Blackberry device software version 5.0 to 6.0 JDE

    Hi, expert,

    I saw this line of the ' BlackBerry Java Development Environment - 4.7.0 - fundamentals Guide'.

    It is said:

    ===============================

    With each major version of the BlackBerry Device Software and the FMV of BlackBerry, Research In Motion includes the
    corresponding Java API and version of the BlackBerry® Java® development environment. The version of the BlackBerry device
    Software determines the version of the BlackBerry® integrated development environment that you can use to develop
    applications. For example, RIM released BlackBerry Device Software version 4.0 and BlackBerry JDE version 4.0 in even
    time. BlackBerry JDE version 4.0 supports APIs that were introduced in BlackBerry Device Software version 4.0
    and BlackBerry JVM version 4.0.

    The applications that you create by using BlackBerry JDE Version 4.0 only work on BlackBerry devices
    running BlackBerry Device Software version 4.0 or later.

    =========================

    The last sentence talking about version 4.0 of JDE. I think that would mean that I could not develop a java application on JDE 6.0 for Blackberry 5.0 version of the software, even if I do not use any new API to 6.0. However, it seems to me that it is a useless limitation. Could someone throw some lights on it?

    I'm going to agree with superdirt here.

    I have the 5.0 OS update of applications work well on OS 5.0, 6.0 and 7.0 of the OS OS phones.  I try not to recompile for levels of the OS, if I can, and so far I've been perfectly safe with OS 5.0 running on the later levels of the operating system.  So you should be able to get away with just using OS 5.0.

    Not that it is important for you, but I just thought I documents some historical information about level changes.  .

    As far as I know it 2 change cod in the file format, one to the 4.0 OS and the other in OS 4.2.  Therefore, if you want to run anything in OS 6.0 or above, it must be compiled in OS 4.2 or higher.  Again, I have applications compiled to OS 4.2 running on OS 6.0, without no problem devices.

    There have been changes to the API - the result is that the code that works in OS xx does not work in OS yy where yy is after xx.  I hit a few of them and have so far managed to rework the code so that it works very well on both levels of the operating system.  In general it is things that I do wrong anyway, as the older operating systems (from memory) are not as strict on when the event Thread must be used.

    The problem with OS 4.7 compatibility is an impact and to get more of this, for devices touch screen only, I compile using OS 4.7.  If an application that uses only the functionality that was available in the OS 4.2, I compile on OS 4.2 for non touch screen phones and OS 4.7 for touchscreen phones.  And everything works fine.

    I hope this helps.

Maybe you are looking for

  • How to create small caps with MS Word 2016 for Mac?

    I've scoured the forums Microsoft and Microsoft Help to get instructions on how I can make the small caps in Word for Mac 2016, but nothing helped. I would not have same subscriber to Microsoft Office 365 was not for the fact that I needed it for a f

  • Graphics card does not support the required version of DirectX 9.0

    Problem message: this problem occurred because your graphics card does not support the required version of DirectX. This version of Windows requires a DirectX 9.0 compatible video card or newer.  My question is what that update of video card do I dow

  • Internet does not work after you set up parental controls.

    I just create a new account and set up parental controls for it. Before I did the internet worked, but after you have configured parental controls, internet would not just work for my desktop which has a direct line.  I have a router and even after,

  • Password Reset CMOS

    Hello I forgot my laptop cmos password and I can't seem to reset it by disassembling the laptop, could someone help me please, I got error Fatal error... System stopped. CNU91508HD

  • You had to do a system restore, now my windows will not update

    I had problems with the 10 of Windows Update causing a blue error screen permanently.  I tried to do a "reboot of the PC" to correct the error and it would not be completed even when left for 2 days.  I finally had to restart my computer and press f8