FlashPaper 2 API calls in Flex 2?

Anyone know if you can access the FlashPaper 2 methods within a Flex 2 application?

I get to show my FlashPaper file, but not properly resize it or get the current page, etc.

Thank you
K___H

I have it! You use LocalConnection.

LocalConnection works when the two sovereigns are loaded in the same instance, so this works very well.

I'm still working on the intricacies, but if someone needs a code, just after your response here.

Thank you
K___H

Tags: Flex

Similar Questions

  • API call to find out if there is an Internet connection?

    Is there some API call in AIR or the libraries of the Playbook with which I can determine if there is a live internet connection? I would like to know when the user is on any of the Wifi / 3G / 4G (that is, any type of connectivity) so my application can try asking in the data row instead of using local cache.

    Thank you!

    alinium wrote:

    Is there some API call in AIR or the libraries of the Playbook with which I can determine if there is a live internet connection?

    There are a few pages out there with examples:

    air.net.URLMonitor: http://livedocs.adobe.com/flex/3/html/help.html?content=network_connectivity_1.html

    above video tutorial using the API call: http://tv.adobe.com/watch/adc-presents/detecting-network-connectivity-in-your-adobe-air-application/

  • REST api call for the properties of the object in the html bridge provides resource not found (404) error.

    Hello

    I added a bridge Html summary view to our existing plugin (which is in Flex). The html page is displayed in the Summary tab with static data like images and titles. But the .gestJSON of the REST api call fails with the error ' could not load resources: the server responded with a 404 (Not Found) status.

    I followed the bridge Html sample chassisB (chassis - summary.js and html) to create the new page.

    Web.XML of the user interface of the plugin is configured to map/rest / *. bean dataAccessController is defined in the bundle context.

    Java package has the DataAccessController same class as the DataAccessController chassisB class

    This is the URL that I see in the javascript debugger and call API is a failure for this url.  There is no error in the virgo.log.

    https:// /vsphere-client/webui_ui_ns/rest/data/properties/323de5b9-4D2E-4dd7-ae32-98277dd44e90%252Fmf8k-h38?properties=name,model,version < vcenter ip >

    webui_ui_ns-client/vSphere is the value of Web-ContextPath in the plugin MANIFESTO. MF

    I spent a lot of time to understand the issue, but no luck. What I'm doing wrong here? Any help is appreciated.

    version of vCenter server appliance 6.0.0

    SDK - vSphere SDK Web 5.5.0

    1.7.0_79 64-bit JDK

    Thank you

    Deepa

    It was a configuration problem. I missed the tag in the bundle context of spring.

    After you add the 2 lines, it worked.

    Thanks for your time.

  • find if in the sequence editor API call

    I swear that I found this somewhere once but can't find it now.  What is the API call (or another mechanism) to determine if I am running out of sequence with respect to a user interface editor?

    What I want to do is if running the sequence editor, make a call, but if running the user interface, make another.

    Thank you.

    RunState.IsEditor

    Thank you

    PH

  • API calls for the current status of running processes and things

    Hi all

    I wonder if anyone no matter what API calls to get the current process list and the list of all programs installed on the BB device

    If there is not these API calls, is there another approach to get these lists?

    Thank you

    Dan

    http://www.BlackBerry.com/developers/docs/5.0.0api/NET/rim/device/API/system/ApplicationManager.html

    http://www.BlackBerry.com/developers/docs/5.0.0api/NET/rim/device/API/system/CodeModuleManager.html

  • API call was forbidden error

    I am using the APEX_UTIL API, but it gives the error:

    API call has been banned.

    Worksapace: act_qatar

    user name: test

    Password: test

    Page: Change the theme.

    Thank you very much.

    Hello

    You need to change the security attributes of your application and check "Edit this app", "use of the Runtime APIs.

    https://docs.Oracle.com/CD/E59726_01/doc.50/e39147/bldr_attr.htm#CHDDBHCD

    I did that in your example, and it seems to work now

    Kind regards

    Jari

  • Details on the Limitation of the API calls

    Hi all

    I'm newbie to Eloqua API and have a few questions about that.


    1. What is the maximum No. API calls limit for SOAP and REST (especially for large API) per day?

    2. when we say limit maximum API calls, is for the specific user or instance Eloqua together?

    for example, a single user can call the ends of the API for 2,000 times per day the maximum number (may be that other users can call the same on this day).

    OR special Eloqua instance is limited to 2000 calls is the maximum that API calls for a day (without distinction of different users).

    Please specify.

    Thank you

    Ashok.

    Hey Ashok,

    See this document for more information on limits for the bulk API API limits.

    Other APIs, the daily, the limits are based on Eloqua topping:

    Basic - 20 000

    Standard - 100 000

    Company - 500 000

    These limits are per instance.

    I hope this helps!

    T.J.

  • No feedback on the API calls

    Now that I have my API calls work, I get all these calls return data. Will only the API calls to return the data on mobility programs?

    Brian

    Answering my own question: YES! But test mode works too.

  • the APEX api call, change the repository, in the context of the application has no effect

    Hello

    I call APEX api stored procedures manipulate the repository (such as apex_lang.update_translated_string, apex_lang.publish_application or apex_instance_admin.set_parameter) pl/sql by setting apex_util.set_security_group_id (< workspace_id >) following this example indicated in the documentation of the api of the APEX:

    Start

    --

    -If running SQL * Plus, there set the environment

    -for the workspace Application Express associated with this schema. The

    -call to apex_util.set_security_group_id is not required if

    -you are running as part of the Application Builder

    - or an Application Express application.

    --

    C1 in (select workspace_id from apex_workspaces)

    loop

    apex_util.set_security_group_id (C1.workspace_id);

    "exit";

    end loop;

    -Now, actually create the mapping of the language

    apex_lang.update_translated_string (p_id = 123456789 >)

    , p_language = > 'nl '.

    p_string = > "says is a test");

    commit;

    end;

    /

    Call it the SQL guest (or Toad) everything works fine.

    But when trying to call apex_lang.update_translated_string from an application (with or without the security_group_id) APEX, nothing happens. No error message, the process is complete, but the string in the filing of the translation has not changed. Same effect for other api call that I mentioned. I tried the different authentication scheme in my application: DB account, users of the APEX, custom.

    An idea or a clue on what I'm missing here?

    Kind regards

    Christian

    Dear Mr. Rokitta,

    I tested myself on apex.oracle.com just now, and I had no problem using your anonymous PL/SQL block to update the chain of my filing of translation.  It worked successfully to these two SQL commands in SQL Workshop and also inside an APEX application running.  I also looked at the underlying code, and it's so simple - also long the security_group_id is set correctly, the specified ID is valid and the language code is the code of language of the APEX_APPLICATION_TRANS_REPOS chain, the update should go ahead.

    If set you a test on apex.oracle.com case where this would have been does not work, I would be happy to take a look.

    Merry Christmas.

    Joel

  • How to run Bluecat API calls with a Scriptable task in vRO 6

    Throw it to the community for tips.  I'm still VERY new to javascript & vRO.

    I have vRO6 running with the Plugin from the IPAM Bluecat up and running with the actions of out-of-the-box & plugins.  Large.

    What I am struggling with, it's that I am creating tasks that contains custom script that can do 'other' things listed in the Handbook for the Bluecat API...  Looking at the guide, some things are easy, but others make absolutely no sense to me.

    An example of what I don't understand is the sequel... the API guide will show a specific example to the api java code, but it does not explain how to do this in a scriptable vRO task.

    Update in Java:

    APIEntity area = service.getEntityById (area ID).

    Properties EntityProperties = new EntityProperties (zone.getProperties ()); Fill with the existing values and then update the only properties that need to be changed.

    properties.addProperty ("TextUDF", "testTextValue");

    properties.addProperty ("IntegerUDF", "1005");

    zone.setProperties (properties.getPropertiesString ());

    service. Update (area);

    So it's 6 lines of code, but the execution of that api call vRO Bluecat seems to expect a single sector of something like this:

    result = BCNProteusAPI.call (profileName, "method()", args);

    I don't make any sense?  Any guidance here?

    Thank you!!!

    The version of the plugin available on SolutionExchange seems to expose a script object unique vRO BCNProteusAPI that acts as a proxy for Proteus service calls. Thus, the Java method calls that look like service.someMethod (args) should be directly translatable to scripts of calls BCNProteusAPI.call (profileName, "someMethod", [args]); For the example you provided, calls Java

    APIEntity zone = service.getEntityById( zoneId );
    service.update(zone);
    

    may arise in the vRO as scripts

    var zone = BCNProteusAPI.call(profileName, "getEntityById", [zoneId] );
    BCNProteusAPI.call(profileName, "update", [zone]);
    

    Unfortunately, the other Proteus API objects, like APIEntity, EntityProperties, etc., are not exposed as vRO scripts of the objects, which can cause problems if some service API requires such object as an input parameter. You will probably be able to pass this object returned by a call to service as input to another call from service (such as area in the example above), but you may have problems to instantiate them directly (like EntityProperties in the Java code example).

    You can contact BlueCat for info, why not not all objects are exposed as vRO script objects and how they recommend to use these objects.

  • the API call error: error: the user has sufficient privileges to perform this API call.

    Hello

    I'm exploring cloudClient 3.4.1 but I'm trying to run a "vra catalog list" command or other similar commands I get the error "error: the user has sufficient privileges to perform this API call."

    I don't know what are the permissions of system requirements before I can make the API call because the account which I use to make these calls already have privileges to Administrator local on box of IAAS & is admin Admin/tenant IAAS. In short, the user is a full administrator of the tool.

    Please help me because I found there is a documentation for the usability of the cloudclient.

    Thank you

    MG

    Is the account of your help to make the law of all items in the catalog API call? We have users from the normal group of activities that use the API does not have system or administrator access.

  • Error ' com.vmware.vcloud.sdk.VCloudException: resource not found "for vdc.instantiateVappTemplate API call with vCD server 5.1.


    I get the error message "com.vmware.vcloud.sdk.VCloudException: resource not found" for vdc.instantiateVappTemplate API call with vCD Server 5.1.I tried with two customer VCDs 1.5 and 5.1. Please notify.

    Here is the code snippet

    Parameters InstantiateVAppTemplateParamsType = new InstantiateVAppTemplateParamsType();

    parameters.setName (vappName);
    parameters.setSource (vappTemplate.getReference ());
    parameters.setInstantiationParams (networkParams);
    vdc.instantiateVappTemplate (parameters);

    Reqauest URI and body:

    https://vCD5.1_Server/API/Admin/VDC/6ce10d02-746C-4C7E-a66b-c172d5990a28/action/instantiateVAppTemplate

    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >
    " < ns6:InstantiateVAppTemplateParams xmlns =" http://www.VMware.com/vCloud/versions "xmlns:ns2 =" http://schemas.dmtf.org/OVF/Envelope/1 "xmlns:ns3 =" http://schemas.dmtf.org/wbem/wscim/1/Common "xmlns:ns4 =" http://schemas.dmtf.org/wbem/wscim/1/CIM-Schema/2/CIM_VirtualSystemSettingData "xmlns:ns5 =" http://schemas.dmtf.org/wbem/wscim/1/CIM-Schema/2/CIM_ResourceAllocationSettingData "xmlns:ns6 =" http://www.VMware.com/vCloud/v1.5 "xmlns:ns7 =" http://www.VMware.com/Schema/OVF "xmlns:ns8 =" http://schemas.dmtf.org/OVF/Environment/1 "xmlns:ns9 =" http://www.VMware.com/vCloud/extension/v1.5 "name ="vApp_amit-2"> " "" "" "" ""
    < ns6:InstantiationParams >
    < ns6:NetworkConfigSection >
    < ns2:Info / >
    < ns6:NetworkConfig networkName = "1" >
    < ns6:Configuration >
    "" < ns6:ParentNetwork type="application/vnd.vmware.admin.network+xml" name = "Network1" href = " https://vCD5.1_Server/API/Admin/network/44fea373-8c51-4403-b97e-3dbc4b770eda "/>
    Bridge of < ns6:FenceMode > < / ns6:FenceMode >
    < / ns6:Configuration >
    < / ns6:NetworkConfig >
    < / ns6:NetworkConfigSection >
    < / ns6:InstantiationParams >
    " < ns6:Source type="application/vnd.vmware.vcloud.vAppTemplate+xml "name ="Win2008R2"id =" "urn: vcloud:vapptemplate:a47ada7e-24b6-457f-9578-f1d2f2304dec" href =" " https://vCD5.1_Server/API/vAppTemplate/vappTemplate-a47ada7e-24b6-457f-9578-f1d2f2304dec "/>
    < / ns6:InstantiateVAppTemplateParams >

    Hello

    Instead of queryReferences(), use the queryIdRecords() method.

    RefRes ReferenceResult = queryService.queryIdRecords (QueryRecordType.ADMINORGVDC);

    {for (RecordResult RV: {refRes.getRecords ())}
    If (vr.getName () .equals (vdcName)) {}
    VCC = Vdc.getVdcById (admin, vr.getId ());

    }

    In this way don't worry about whether the returned reference (containing href, mediatype and name) is API-API/Admin user.

    ORGVDC - request user Org/tenant - this will not work if you are a user/Admin Org.

    ADMINORGVDC - query the system Admin user - this will not work if you are a system administrator.

    Kind regards

    Rajesh Kamal.

  • All API calls VCD returns 403 ACCESS_TO_RESOURCE_IS_FORBIDDEN

    Hello

    I use vCD virtual appliance. Everything except / api calls / connection returns this error:

    CURL - insecurity - base u admin@System:password https://VCD/API/login
    <? XML version = "1.0" encoding = "UTF-8"? >
    " < OrgList xmlns =" "" " http://www.VMware.com/vCloud/v1.5 "type="application/vnd.vmware.vcloud.orgList+xml" href = " https:// VCD/api/org /" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.vmware.com/vcloud/v1.5 http://vcd/api/v1.5/schema/master.xsd" > "
    "" < Org type="application/vnd.vmware.vcloud.org+xml" name = "OrgVDC" href = "https://vcdapi/org/5dc299ea-8505-466d-a9af-da3ad5cb9782" / >
    < / OrgList >

    and

    CURL - insecurity - base u admin@System:password https://vcd/api/session

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < error xmlns =" http://www.VMware.com/vCloud/v1.5 "stackTrace =" com.vmware.vcloud.api.rest.handlers.exceptions.UnauthorizedAccessRestApiException: access is denied

    at com.vmware.vcloud.api.rest.common.handlers.ErrorHandler.getUnauthorizedRestApiException(ErrorHandler.java:77)

    at com.vmware.vcloud.api.rest.common.handlers.ErrorHandler.errorUnauthorisedAccess(ErrorHandler.java:52)

    at sun.reflect.GeneratedMethodAccessor1141.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173)

    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89)

    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:133)

    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:82)

    to org.apache.cxf.interceptor.ServiceInvokerInterceptor$ 1.run(ServiceInvokerInterceptor.java:58)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    at java.util.concurrent.FutureTask.run(FutureTask.java:138)

    at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)

    at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)

    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:247)

    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)

    at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:97)

    at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:458)

    at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:146)

    at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:148)

    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)

    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:108)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)

    at com.vmware.vcloud.api.rest.jaxrs.servlet.CxfServlet.service(CxfServlet.java:163)

    at com.vmware.vcloud.api.rest.jaxrs.servlet.JaxRsDispatcherServlet.doService(JaxRsDispatcherServlet.java:97)

    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)

    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)

    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)

    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)

    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)

    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)

    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)

    at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327)

    at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)

    to org.springframework.security.web.firewall.RequestWrapper$ FirewalledRequestAwareRequestDispatcher.forward (RequestWrapper.java:132)

    at com.vmware.vcloud.security.web.AuthenticationFilter.doFilter(AuthenticationFilter.java:165)

    at com.vmware.vcloud.api.rest.diagnostics.RestApiDiagnosticsInterceptor.doFilter(RestApiDiagnosticsInterceptor.java:128)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:380)

    at com.vmware.vcloud.api.rest.versioning.AcceptHeaderFilter.doFilter(AcceptHeaderFilter.java:115)

    at com.vmware.vcloud.api.rest.diagnostics.RestApiDiagnosticsInterceptor.doFilter(RestApiDiagnosticsInterceptor.java:128)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:380)

    to com.vmware.vcloud.security.web.ConversationFilter$ 1.run(ConversationFilter.java:39)

    to com.vmware.vcloud.security.web.ConversationFilter$ 1.run(ConversationFilter.java:37)

    at com.vmware.vcloud.common.persist.ConversationContextExecutor.execute(ConversationContextExecutor.java:38)

    at com.vmware.vcloud.security.web.ConversationFilter.doFilter(ConversationFilter.java:45)

    at com.vmware.vcloud.api.rest.diagnostics.RestApiDiagnosticsInterceptor.doFilter(RestApiDiagnosticsInterceptor.java:128)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:380)

    at com.vmware.vcloud.security.web.ThreadLocalCleanerFilter.doFilter(ThreadLocalCleanerFilter.java:65)

    at com.vmware.vcloud.api.rest.diagnostics.RestApiDiagnosticsInterceptor.doFilter(RestApiDiagnosticsInterceptor.java:128)

    to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:380)

    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)

    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)

    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)

    to org.mortbay.jetty.servlet.ServletHandler$ CachedChain.doFilter (ServletHandler.java:1157)

    at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:78)

    at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:154)

    to org.mortbay.jetty.servlet.ServletHandler$ CachedChain.doFilter (ServletHandler.java:1157)

    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)

    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)

    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)

    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)

    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)

    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)

    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)

    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

    at org.mortbay.jetty.Server.handle(Server.java:326)

    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)

    to org.mortbay.jetty.HttpConnection$ RequestHandler.headerComplete (HttpConnection.java:926)

    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)

    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)

    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)

    to org.mortbay.jetty.bio.SocketConnector$ Connection.run (SocketConnector.java:228)

    to org.mortbay.jetty.security.SslSocketConnector$ SslConnection.run (SslSocketConnector.java:680)

    to org.mortbay.thread.QueuedThreadPool$ PoolThread.run (QueuedThreadPool.java:582)

    "minorErrorCode ="ACCESS_TO_RESOURCE_IS_FORBIDDEN"message ="access is denied""403"= majorErrorCode" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.vmware.com/vcloud/v1.5 http://vcdapi/v1.5/schema/master.xsd" > < / error >

    I can log into the portal using the account admin with this password.

    I tried a lot of calls, but the same problem... Any idea?

    Hello

    When you connect, the server responds with a 'x-vcloud-authorization' token

    You must use this token in the following applications.

    You can take a look at: http://blogs.vmware.com/vsphere/2012/03/exploring-the-vcloud-rest-api-part-2.html

    Kind regards

    Todor Todorov

  • Error 404 not found error while doing API call

    Hello

    While we try to make an API call using curl to my URL https://ABC.xyz.NET/vCloud/API/v1.0 we get a 404 not found error. Is there anything must be turned on for the API work?

    Thank you!

    If you need test connectivity by using the browser, try the URL https://abc.xyz.net/api/v1.0/login , you should be able to see the login window

  • API calls for relationships ' point, manufacturer part number...

    Hi all

    We create elements of EBS by using EGO_ITEM_PUB. PROCESS_ITEM from outside the EBS. Now, we want to maintain the following data for positions:

    -Article relationships
    -Manufacturer part number
    -Corss reference

    All these are available under 'Tools' in the menu of the form main element.

    Do you know if there are ready to use of the available API calls?

    Thank you very much

    Konrad

    Hi Konrad;

    Please see the bulletin:
    FAQ: Planning of the details in the relationship of the Item [ID 1428310.1]
    Is there an open Interface or an API to import and maintain point relations [296300.1 ID]
    A public list of API for Master Item [ID 395493.1]

    Respect of
    HELIOS

Maybe you are looking for

  • Mail signature does not stick!

    HI - no matter how many times I redo my Mail (on my Macbook Pro in early 2011) signature, my signature keeps back to an old signature (this not happen whenever I have emailed, but periodically, and then when he does, I can't go back to the new signat

  • HP 14 R052BR: ENTER THE PASSWORD OR PASSWORD POWER

    LAPTOP HP ERRO EM ENTRAR ENTER NO PEDI SENHA ADMINISTRATOR WINDWOS OR CURRENT PASSWORD,. DISABLE THE SYSTEM 59375616

  • Bloggie access library

    I can't upload them to facebook. And when I try to access my facebook video goes into the bloggie library file. It is said that I am denied access see administrator access?

  • Problem recording/burning to DVD - R on Satellite P20

    I have a portable Satellite P20 with a Multi Dvd Player - RAM (which should support both DVD-RAM, DVD - R and DVD/RW for recording). I have some difficulties of saving data on discs DVD-R - basically when I insert a space are DVD drive D is not yet a

  • Acer G246HL monitor (UM. FG6EE. B01) - screen Type

    Just installed acer G246HL monitor and cannot work my way through the display settings, I can get the menu but that's it, how to choose different settings?