The use of components in MXML QNX?

Hello

I'm trying a Flex Mobile with Burrito project and that you want to use the components QNX as QNXStageWebView (or any other component QNX, in fact) but with MXML (I don't think that there is another way now to integrate a browser, please correct me if I'm wrong). Try using does not work... Is it possible to do it again?

I think I've seen similar issues but I have not found a solution.  Someone has said that wrapping the QNX components in the UIComponet work wrapper ( http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/QNX-controls-and-Spark-MX/td-p/62... ) for them, but I'm not sure how to do this?  Someone did (and if yes, could you please share an example)?

Also, if possible, are there downsides to doing this?

Thank you!

OK the use cases of the use of QNXStageWebView is easier, then make QNX UI components as has been said. To that end, here's how you would do it:

Include the qnx - air.swc to a Flex Mobile project (0.9.0) (do not include the package to build Flex-> BlackBerry Tabel-> include libraries box as he immediately a compile error).


http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark" title="Home">

    
        http://renaun.com";
                webView = new QNXStageWebView();
                webView.enableCookies = true;
                webView.enableJavascript = true;
                webView.enableScrolling = true;

                webView.addEventListener(Event.COMPLETE, loadWebView);

                webView.loadURL(url);
            }

            private function loadWebView(event:Event):void
            {
                var startY:int = localToGlobal(new Point(btnClick.x, btnClick.y+btnClick.height)).y;
                lbl.text = "Stage W/H: " + systemManager.stage.stageWidth+"/"+systemManager.stage.stageHeight+" - " + startY;
                var rect:Rectangle = new Rectangle(0, startY, systemManager.stage.stageWidth, systemManager.stage.stageHeight - startY);
                webView.viewPort = rect;
                webView.autoFit = true;

                webView.stage = systemManager.stage;
            }
        ]]>
    

    
        
    
    
    

Complete code and write my post here:

http://Renaun.com/blog/2010/12/using-Playbooks-qnxstagewebview-with-Flex-hero-mobile/

Tags: BlackBerry Developers

Similar Questions

  • The use of components bootstrap - access denied.

    Good Morning-

    I created a page that uses the built in components DW CC2015 Bootstrap.  Downloads page, but the bootsrap.css, the jquery and the bootstrap.js do not have.  It says access denied, or it could be a permission problem.  Is there something special at the server end which would prevent me to download these components?

    Then, I happened to get out of a button from the model "bootstrap" included with DW and replaced by another type.  Turns out she needed to generate a new updated bootstrap 3.3.4.css and a new 3.3.4 bootstrap js.  All I know is the blue and green buttons that I removed a path for success!   I was able to download without any error.

  • action script... assistance in the use of components

    I need help to use the list for my text animation component. I want the component to allow viewers to scroll and view text.

    make each image to display a movieclip (so you can add properties and managers of mouse).  You can use:

    picture_a.txt = ' art slideshow\nTabatha composition\nfreedom spell\n etc.;

    picture_a.addEventListener (MouseEvent.ROLL_OVER, pictureOverF);

    picture_a.addEventListener (MouseEvent.ROLL_OUT, pictureOutF);

    function pictureOverF(e:MouseEvent) {}

    your. Text = MovieClip (e.currentTarget) .txt;

    }

    function pictureOutF(e:MouseEvent) {}

    your. Text ="";

    }

  • ADF and the use of the XMLType columns

    After discovering the Jdeveloper 11 g was able to generate business components/data controls for complex web services (see this tutorial excellet http://www.oracle.com/technology/tech/fmw4apps/agile/pdf/adf11g-agile.pdf), I assumed that jdev 11 g should now have the same capacity on XMLtype columns with a registered scheme, and was therefore a good match for our enforcement objectives be able to edit
    parts of an XML document to aid in the face of components and Assembly/store the document in a way centic document in a relational/XML database XMLType column hybrid.

    I tested this point, has created a table with an XMLType column binary, saved the schema in database (11g) and jdev(11g) and generated my components.


    I was very disappointed at the discovery of the structure of data controls stops at the level of the attribute in the table (ie the XMLType column), so none of the structure of the XML document is revealed or can be used in a meaningful way through data control.

    Am I missing something here? should not control data generated reveal the XML structure and allow the use of components of forms/table faces on some parts of the structure of the document? I'm not a java programmer, so was really hoping to do this with data not generated controls beans not.

    If it is just to treat it as a CLOB, what's the point of registered xsd schemas?

    Yes, it is through java. Sorry

  • Check the installed oracle components are actually used in the database

    I got a new database I have to optimize. So I think to delete some installed components that I think are not be used somehow in the database (IE procedures calls etc.). I see a whole bunch of components as "ODD", 'ORDIM', which I think are not used, but previous DBAs have installed them. So, is it possible to make sure that no part of the database are actually using these components so that I can remove these components. Also, what are your expert comments on it?

    Is it a production or a development environment? If an object is not used then this isn't necessarily a problem (performance wise) unless it is either cluttering up your dictionary or raising concerns regarding the consumption of unnecessary space. Personally, I would recommend that it is preferable to resolve what is to be used / taken of resources. It is maybe once a year report or a few old utility out once a year, the best monitoring, why those things are there.

    If you go down the road of a fall, rather than drop anything immediately block accounts for an agreed period to ensure that the scheme is not used & check all references other schemas of objects in the schema that you intend to drop, potentially of audit to check if they are being called by other patterns / verification dba_dependencies between schemas and objects using a hierarchical query to check the sub-levels.

    There are also quite a few standard Oracle components that are installed by default that have interdependencies and not necessarily be used in the dictionary (control dba_features_usage_statistics)

  • Using custom components will break my site if the framework is updated?

    Using custom components will break my site if the framework is updated?

    For example if I use the tink browser which is a version of the spark of the viewstack: http://www.tink.ws/blog/flex-4-navigator/

    In the case of update of the framework, it is possible that my sites Web stops working due to changes in the basic components used?

    I would like to know how can I design my components to ensure that they stop working?

    Thanks in advance.

    Any updates to the SDK that you recompile against could potentially break the desired site behavior. Could be with the SDK components or ones you've written yourself. It's just the nature of software development. Testing is the key.

  • Flex Library Project - including the ActionScript code in an MXML file

    I am new to flex so I apologize if this is common knowledge.

    Breast Flash Builder 4.5, I created a project 'Flex '. I created a folder named "components" and created two files in this folder. ((1) Page.mxml, PageAs.as) 2. In the Page.mxml file, I included the PageAs.as file using the < fx:Script source = "PageAs.as" / > script tag. "

    I save and run it. Everything works very well. No errors.

    Now, I create a "Flex library project', I create a folder named"components"and create two files in this folder. ((1) Page.mxml, PageAs.as) 2. Before I have a chance to include the PageAs.as file in my Page.mxml file I get the following error.

    "A file in a source path must have a definition that is visible from the outside. If a definition in the file is intended to be visible from the outside, please put the definition in a package. »

    Here, I'm a bit confused. I have created two different projects but created two structures of identical files in each project. Why it worked very well in the 'Flex' project but not in the "Flex library project" and is it possible to fix the error?

    Page.MXML

    <?xml version="1.0" encoding="utf-8"?>
      
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
    
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx"
    
              <fx:Script source="Page.designer.as" />
     </s:Group> 
    

    PageAS.as

    import mx.events.*
     
    function unusedFunction():void
    {
          
    }
    
    
    
    

    Go to project-> Properties-> Flex Library Build Path-> Classes (tab)

    Uncheck all of the actionscript files that are not actually classes, but rather an external import in one class (your MXML).

    Also, for the record, it is common to use lowercase letters for files includes actionscript and no real class. Camel case file names should be reserved for the class files...

  • ModuleLoader combined with the possible spark components?

    Hello world!

    I tried to install a new application, where a main mxml organizes transfers of data between two modules. The modules consist of several elements of entry and I thought it would be just the right time to finally get used to the novelty of the spark and everything. An error occurred when trying to cast the moduleloader child property. The problem seemed due to some skin button and some missing width and height properties. Searching on the internet I found several possible reasons for this app domain questions or app holder and stuff. However, I just got on it by avoiding the spark components.

    I created a small example that reproduces the error.

    ModuleTest.mxml:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
                      xmlns:s="library://ns.adobe.com/flex/spark" 
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
         <fx:Script>
              <![CDATA[
                   import mx.events.ModuleEvent;
                   
                   
                   private function ma_ready(a_event: ModuleEvent): void {
                        trace (ma.child);
                   }
                   
                   private function mb_ready(a_event: ModuleEvent): void {
                        trace (mb.child as ModuleB);
                   }
              ]]>
         </fx:Script>
         <s:HGroup>
              <mx:ModuleLoader id="ma" url="ModuleA.swf" ready="ma_ready(event)"/>
              <mx:ModuleLoader id="mb" url="ModuleB.swf" ready="mb_ready(event)"/>
         </s:HGroup>
    </s:Application>
    

    ModuleA.mxml:

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009" 
                 xmlns:s="library://ns.adobe.com/flex/spark" 
                 xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" width="400" height="300">
         <s:Button label="A" />
    </mx:Module>
    

    ModuleB.mxml:

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009" 
                 xmlns:s="library://ns.adobe.com/flex/spark" 
                 xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" width="400" height="300">
         <s:Button label="B" />
    </mx:Module>
    

    Battery:

    ArgumentError: Error #2004: One of the parameters is invalid.
         at flash.display::Graphics/drawRoundRect()
         at spark.primitives::Rect/draw()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\primitives\Rect.as:459]
         at spark.primitives.supportClasses::StrokedElement/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\primitives\supportClasses\StrokedElement.as:143]
         at spark.primitives.supportClasses::GraphicElement/http://www.adobe.com/2006/flex/mx/internal::doUpdateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3828]
         at spark.primitives.supportClasses::GraphicElement/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3812]
         at spark.components::Group/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\Group.as:956]
         at spark.skins::SparkSkin/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\skins\SparkSkin.as:191]
         at mx.skins.spark::SparkSkinForHalo/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\sparkskins\src\mx\skins\spark\SparkSkinForHalo.as:118]
         at mx.skins.spark::ButtonSkin/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\sparkskins\src\mx\skins\spark\ButtonSkin.mxml:66]
         at mx.core::UIComponent/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8531]
         at mx.managers::LayoutManager/validateClient()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:932]
         at mx.core::UIComponent/validateNow()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:7631]
         at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::viewSkinForPhase()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\controls\Button.as:1963]
         at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::viewSkin()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\controls\Button.as:1869]
         at mx.controls::Button/commitProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\controls\Button.as:1615]
         at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:7772]
         at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:572]
         at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:700]
         at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]
    

    I worked with FB 4 Premium on win7 x 64, compiling with standard sdk 4.0.0

    Someone knows something about it?

    Thank you very much!

    Lukas

    The problem is that you reference the class name of the main application module. It is a misuse of modules because you bind the module and its dependencies in the main application. Instead of a cast of one class module which name him, cast to an interface.

    -Darrell

  • ADF against the REST business components to access data

    Hello

    JDeveloper 12.2.1

    We are about to build a custom application of ADF that must run completely on the site.

    Given that we build it from scratch, we want to start with last 12.2.1

    There is also no specific use cases where another application has consumed our application services.

    With the recent versions of JDeveloper and ADF, there was a lot of improvements made to REST etc. and other industry standards

    I came across some discussions about to consider the use of these new features

    https://groups.Google.com/Forum/#! Searchin'/adf / methodology/repairman$ 20services/adf-methodology/u0dz4x4w2xU/15xrimlxQaYJ

    https://groups.Google.com/Forum/#! Searchin'/adf / methodology/repairman$ 20services/adf-methodology/zpMv4PqOKhI/Qws0C4IBBYAJ

    We plan to use the default ADF Business components to access data, because our requirements and I am more inclined to the use of these.

    That is to say, using the ADF business components based on database objects directly (using a thin driver for data source)

    But I also want to determine if there is any other good reasons to use other ways to talk to the database (such as RESTful services) as shown in the links above.

    I believe, if we must use RESTful services to access the data, then it should be in the following scenarios.

    a. If the database is on a cloud (as if we use DaaS)

    b. There are already services available for the access to these data, and just build the user interface

    But if we build the application from scratch, which is supposed to be running on site, then I would choose the ADF business components to access data via a thin driver for the data source.

    Someone can correct me if I am wrong in my thinking?

    Thanks for any help.

    Sameer

    Without knowing your situation, I would say that it seems that the use ADF BC is the right way to go.

    It will allow you not only to access your database, but also add logic and to create complex data structures and relationships – all in a layer that is outside your database.

    Your ADF UI can then link directly to this ADF BC layer.

    If in the future you will need other interfaces to access the same logic through REST services - then that in 12.2.1 you can expose ADF BC as REST services will give you this ability.

  • The Group Policy settings do not allow the use of a PIN code at startup Bitlocker Windows 8

    Hello

    I hope you can help.

    I tried to implement the encryption on my new laptop Lenovo Twist with windows 8, but get the following error.

    ERROR: An error has occurred (code 0 x 80310060):
    Group Policy settings do not allow the use of a PIN code start. Please choose a
    other BitLocker startup option.

    I tried to change local policy settings...

    1. Go to Local computer policy > Computer Configuration > administrative templates > Windows components > Bitlocker Drive Encryption > Operating System Drives
    2. Open the key require additional start authentication
    3. Activate this key, then assign the require startup PIN with TPM TPM configure startup PIN

    .. .but always not the same error.

    Help, please. He drives me crazy!

    Hello

    Thanks for choosing Microsoft Community to post your question!

    According to your description, it seems that you have problems with activation PIN code on startup.

    Refer to the suggestions from this link and check.

    http://social.technet.Microsoft.com/forums/en/w7itprosecurity/thread/c3b5e90d-89fd-4e95-AF97-723b045eb41b

    For more help, I suggest you ask your question in the TechNet Forum. http://social.technet.Microsoft.com/forums/en-us/w8itprosecurity/threads

  • What is the use of component 'CoherenceCache '?

    Dear all,

    After reclassification of the WCC PS3 to PS7, I can see a few new components.

    Among these, what is the use of the component 'CoherenceCache '?

    Can someone help me find the documentation for it?

    Kind regards

    Prateek

    Hi David,

    Here are the details on what the component CoherenceCache would like in on a general basis: http://www.oracle.com/technetwork/articles/vohra-coherence-100891.html

    This feature is not currently supported with COE PS7 - 11.1.1.8.0 due to some related issues in cache when the AutoSuggest function is enabled (for ADF UI) so right now, it's a redundant component.

    I hope this helps.

    Thank you

    Srinath

  • Do not use SOA components custom cache config xml

    I created a Java class to interact with consistency. The class is called using the SISM BPEL. Created a custom config cache file, jared it and added the jar in the classpath library. The composite, has deployed the java class is within a SOA project. After you run the composite, the class is called but joined 'SOADistributedCache' defined in 'fabric-runtime.jar!/soa-coherence-cache-config.xml' instead of joining the 'DistributedCache' defined inside my coherence_config.xml. The soa-coherence-cache-config is configuration by default from cache SOA folder as each join of SCA components. The pot is in server classpath and it overrides the property of my "tangosol.coherence.cacheconfig" system which I'll put in my class.
    Here's my class
    public class CoherenceReader {}


    public String readFromCache (String key) {}

    System.out.println ("before calling cache");
    Dim retVal = (String) cache.get (key);
    System.out.println ("value:" + retVal);
    Return retVal;
    }
    static cache of NamedCache = null;

    public static
    {
    System.setProperty ("tangosol.coherence.cacheconfig", "coherence_config.xml");
    System.setProperty ("tangosol.coherence.localport", "8088");
    System.setProperty ("tangosol.coherence.wka", "localhost");
    System.setProperty ("tangosol.coherence.wka.port", "8088");
    Thread thread = Thread.currentThread ();
    ClassLoader = thread.getContextClassLoader () loderPrev;
    try {}
    thread.setContextClassLoader (NamedCache.class.getClassLoader ());
    CacheFactory.ensureCluster ();
    System.out.println ("before call getCache");
    cache = CacheFactory.getCache ("employeecache");
    System.out.println ("cache:" + hide);
    }
    {Finally
    Thread.currentThread () .setContextClassLoader (loderPrev);
    }

    }
    }

    The result is:
    < 29 Aug 2011 18:54:35 IST > < WARNING > < coherence > < BEA-000000 > < 2011 - 08 - 29 18:54:35.269/806.656 Oracle coherence GE 3.6.0.4 < WARNING > (thread = Cluster, Member = n/a): this member is configured with a compatible but different WKA list then the senior member (Id = 1, Timestamp = 2011-08-29 17:10:55.356, address = 172.18.21.94:8088, MachineId = 43870, Location = site: India.TCS.com machine: 01hw299069, process:2508, role = CoherenceServer). It is strongly recommended to use the same list to all WKA is the cluster members. >
    cache: SafeNamedCache: ViewMap {Name = employeecache, ClassLoader=sun.misc.Launcher$AppClassLoader@1a16869, ServiceName = SOADistributedCache}

    Although coherence_config.xml is in the classpath of the project is not taken/overridden by the fabric-runtime.jar!/soa-coherence-cache-config.xml.
    Simply, you can test this by adding a class inside the SOA project and try to access the cache of it.
    Any help on the use of custom for the SOA components cache configuration?

    Hello

    There are 2 files that you will need to develop/specify for the use of the class from BPEL:

    1 tangosol-coherence - override.xml: this file defines the cluster and it should be created separately for each consistency group. Remember, you must have a different cluster created consistency that is used by the components of SOA deployments and discovery. This file will include all your names of WKA and cluster and so on. You can override all the elements specified in the tangosol - coherence.xml in this file. The file can be loaded using the tangosol-coherence-override system property.

    2 coherence-cache - config.xml: this file is used to specify how data is managed within the cluster? Yet once again, this file must be used to manage the cluster which is called using your BPEL code.

    I am sure that you do not specify the tangosol-coherence - override.xml which makes your BPEL class joining the cluster used by SOA to manage components.

    I hope this helps!

    See you soon,.
    NJ

  • How to access the id of the component from a different mxml?

    I tried to put the data in a DataGrid control to a different mxml, but the compiler said that there is a problem, like this:

    the components/FileDataGrid.mxml:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" 
         xmlns:s="library://ns.adobe.com/flex/spark" 
         xmlns:mx="library://ns.adobe.com/flex/mx" >
    
        <mx:DataGrid x="150" y="50" id="dgFile">       <mx:columns>
             <mx:DataGridColumn headerText="COL"/>
           </mx:columns>
        </mx:DataGrid>
     
    </s:Group>
    
    

    the main mxml:

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
              xmlns:s="library://ns.adobe.com/flex/spark" 
              xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
              xmlns:custom="components.*" layout="absolute">
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         
         <fx:Script>
              <![CDATA[
                   
                   private function loadDG():void
                   {
                        var arrFile:Array= new Array("abc","123");
                        
                        dgFile.dataProvider = arrFile;
                        
                        trace( "The data has successfully loaded" );
                   }
    
              ]]>
         </fx:Script>
         
         <s:Button  x="300" y="50" label="Load"  click="loadDG()" />
    
         <custom:FileDataGrid/>
    
    </mx:Application>
    

    The compile error is:

    Several markers to this line:
    -1120: access of undefined property dgFile.
    -arrFile

    Can someone tell me, how?

    Thank you very much!

    Hi, you cannot access it. To access, first give the id for the custom component that you have added.

    That is to say

    
    

    Then you can view this script,

    custFDG.dgFile.dataProvider = arrFile;
    

    Hope this work shud very well.

    Thank you.

    -

    Afonso

  • Example of the need for trival canvas MXML (separate file) then added to a list of WindowedApplication

    Uh, sorry about that, but I am a beginner and I tried to get this working for a few days and can not understand. I can't compile:

    The prefix "mx" for the "mx:Canvas" element is not related.

    I can't understand the Flex namespaces!

    -> Can someone please quickly create a simple MXML component based on canvas that says ' Hello, canvas ', then add to the display list in a master file of the AIR (WindowedApplication)? < -.

    It would be nice to have actually TWO examples: addition to WindowedApplication via MXML and ActionScript (addChild) (< mx:MyCanvas... >, etc.).

    I have five Flex books now and they don't seem to cover how "call" a component custom.  All of the examples create components inside the WindowedApplication (and NOT in a separate MXML file).

    Pete

    MXML:


    http://www.Adobe.com/2006/mxml"layout ="absolute"xmlns:core ="mypackage.*">
        
        

    script:


    http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete =" init () ">"
       
           

    Import mypackage. MyCanvas;

    Import mx.containers.Canvas;

    private function init (): void {}

    this.addChild (new MyCanvas ());

    this.addChild (new canvas ());

    }

    ]]>
       

    the mypackage/MyCanvas.mxml file contains:


    http://www.Adobe.com/2006/mxml">
       

  • What is the use of the DataGatherer service? what I want to start...

    What is the use of the DataGatherer service? I want start.in 11.5.9

    and what is the use of metric server & client metric? what I want to start...

    Hello

    What is the use of the DataGatherer service? I want start.in 11.5.9

    What is the DataGatherer service you are talking about? Please be more specific.

    and what is the use of metric & client server metric? what I want to start...

    Please see these documents.

    Note: 177610.1 - Oracle Forms Applications in, FAQ, * 1. What are the components of the standalone Oracle Forms product? *
    Note: 797521.1 - it is necessary to execute metric Forms Server if not Load Balancing?

    Thank you
    Hussein

Maybe you are looking for

  • iCloud drive disappeared

    can someone tell me what would hapend to my photos on my icloud drive to post pictures on facebook.  That's what I t when I click Browse to display a picture of storage icloud, it's on my finder but icloud went here, I can't post pictures on facebook

  • HP Deskjet 3545 A9T81B: 1 game free 678 cartridges (black + colors)

    1 free 678 game cartridges (black + colors) After recording the printer online, I'm not able to find out where to send the application to the Set of available cartridges. Has been mentioned as a choice of supply for this model.

  • HMM dead link T61 (p)

    The link to the HMM of T61 (p) is dead:

  • HP popup

    How to stop annoying popups on hp Toolbox?

  • Error 0xc18a0306 in the HP D7200 series

    I get this error 0xc18a0306 when I start my printer... My ink cartridges are new. What can I do?