Plugin script

Hello

I don't know if this is the right forum for this topic, but I'll give it a go.

Recently, I saw a post from the design of Marie Anne (InDesign Secrets) an Adobe Air app to create customized in CS5 (Configurator) panels.  Works very well, but my clients, so I have the script do not use CS5 yet.

What would be the best way to write a simple plugin for CS3/CS4 launch scripts?  Should I maybe look at an Applescript App/Automator/or (preferably) a native InDesign Plugin?

Obviously, a free solution using current technology would be nice, but look forward to hearing ideas on that.

The main purpose for this is to stigmatize the script process for the customer and be able to make a link to scripts on a server, is not based on the scripts folder.

See you soon

Roy

You can call any script from any place with doScript.

I made a simple dialog with my 9 scripts used most frequently in the option boxes and put a script once again under an access key. (I limited to 9 because I added each number in front of the names of script, to act as the shortcut keys in the dialog box.)

Tags: InDesign

Similar Questions

  • plugins scripted, native assistants and HTTP cookies

    I'm developing a plugin script for a family of network devices. After getting it working mainly, I make an effort to refactor in order to follow the instructions of the user interface. It's pretty simple and I am happy with the guide because it makes it easy to make a plugin appear native, but I'm having some trouble to make parts of the plugin converted assistants rather than forms of display in the main window.

    The two problems are essentially:

    1. Launch of a new window in a plugin script seems not "native" - it's just a new IE window. I tried to open a new window by Javascript as well as targeting "_new" to an anchor point, and both behave the same way.

    2. HTTP cookies in the browser instance integrated into the client vSphere for my plugin are not sent to the app server when a new window opens. I checked with tcpdump - I see http cookies when the request comes from the vSphere client, but as soon as a new window is created, the cookies are not present.

    I suspect that these two problems can either be resolved with a solution or that none will be possible.

    I use cookies for several reasons:

    1. query string variables is passed to the plugin the vSphere client are sent only on request initiated from the client to the plugin. If I want to keep any of this information for the following requests that come from the plugin, not the vSphere client, I pass somehow - and cookies makes the most sense, so I don't have to mess with the fields of hidden form or URL rewriting in anchors.

    2. the plugin requires additional authentication. Not all users need to get unfettered access to the devices managed by the plugin and I authenticate users - so after I do that, I hide an authentication token in a cookie.

    I am not forced to use cookies, so I'm open to suggestions for another way to do what I'm trying to do better. I suspect (but not confirmed) that because cookies are not defined, basic HTTP authentication would fail in a similar way as both simplify attached to the session http request headers. Strongly, I would prefer not to have to encode and transmit everything under query string parameters.

    So, here are my two questions:

    1. How a plugin script can launch a 'native' window to display a wizard when the source of the new window is the plugin itself and not a point of extension?

    2. How a plugin script can pass data between the parties, integrated within the main window of the vSphere client and a new window for a dialogue or an Assistant?

    See you soon!

    I don't think you can do much about the IE window.  It's kind of the nature of the beast.

    Instead of cookies, why not use the session ID?  It will be current session ID your in the vCenter and would make a key for a database (either MySQL, Perl Sessions, etc.).  You can store your additional values under this key.  You will need to create logic on your web server, but it will correct the dependence of cookie.

    What type of additional authentication are you talking about?  Your plugin is talking to another SOAP/REST instance to manage network devices?  I think the session of treatment for server-side the sessionId vCenter would be your best bet.

  • Passing the case tank to the plugin script

    Hello!

    My requirement is to pass the account ID and a characteristic value (setting ID) as an algorithmic input parameters, then to a Plugin script that will call a business service that will call a box query with two filter settings.

    I created a query box that takes two parameters of filter and created a Business Service to call this area.
    Also, I created a new script and a type of algorithm that references this script.

    Now, I am facing difficulties passing the values of the UI (account ID & Char val) from the screen case to the algorithm.

    Well can someone wanting to guide on how to transmit these values to the algorithm (and possibly to the area and business)?

    Thanks in advance

    AK

    Hello

    01 create a business for the MO, BO schema as case object below













    02 include the case BO (CmCaseBO) in your plugin as a data area script
    03. pass case Id in case BO
    move 'parm, hard, case, id' to 'CmCaseBO/toDoCaseId ';
    04. call your case BO
    invokeBO 'CmCaseBO' using 'CmCaseBO' to read;
    05. now your custom case bo will have details of cases including cases of characters
    06. now move the account Id and value tank in your bo custom case to your Business Service, in turn, refer to the query area.
    07 and call Business Service

  • Creation of Plugin Script

    Hi friends,

    I want to create script plugin for the algorithm, can someone pls explain me doubts to fund this plugin

    1. in the Plugin Script how can I get the sweet summer (as in the service script we have schema contains variables (parms) local to get values of ui)
    2. How can we include new hard parameters in entity algorithm (should we place use = output)

    My Requirment is the plugin script must take accountid, return the Boolean value by validating the amount as contracted.
    I tested this requirment with a simple user interface and service script using the Bussiness Service. How can convert to the plugin script service script

    To create the script of the plugin I take Ratecomponet as algorithm entity.here how I can get accountid and how do I send a Boolean indicator accordingly.

    Thanks and greetings
    Jean Jacques

    Your needs are a bit confused when you say "quantity under contracted", are you referring to the contract quantity defined on the Service (if maintained) contract? OR as you mentioned into account, is the "contracted" amount set on the account as a feature?

    If the latter, then you don't need any algorithm or plug-in Script for the task, you can configure component of the eligibility rate - criteria as 'Features' field and specify the account as the characteristic entity and choose the characteristic type. In addition, use rate component eligibility - comparison criteria and specify the logical operator to compare the recovered "contract quantity" on the account. Alternatively, you can also configure a rule of SQ with SQ 'Characteristic value' type algorithm and recover the amount "under contracted' account. In this case you can then have component eligibility rate - criteria "Quantity of Service" field, select the IQSE set to the rule of the SQ and make the comparison.

    If the first case, you define a rule of SQ (also configured on the fee structure) to extract contract quantity of a specific type on the SA and assign it to the table of your choice SQ.

    In both cases, you have need of a plugin Script custom / algorithm (I guess that the component rate - place criteria or the entity field).

    However, if you want to define an algorithm for rate - field criteria entity component, you should keep following points in mind (taking into account your needs):
    -Account Id is not available in the scheme of the given script, although his Id is available, so you would need a Business Service to retrieve the ID SA account Id
    -After evaluation, you must return a Boolean value for the following parameters 'exit', true or false:

    parm/hard/isSingleCriteriaFieldValue
    parm/hard/singleCriteriaFieldValue
    parm/hard/isCriteriaFieldFound
    

    -Later, compare the Boolean value under the component of the eligibility rate - comparison criteria and establish the conditions 'So real' and 'So wrong' according to your needs.

  • Add the name of vRA system deployed as input to a plugin script executed of powershell vRO

    Hello

    I vRA 7 vRO workflows advertising various customization of my Windows Server guests post. I now need to configure a few groups of domains and GPOS. I have the powershell code to do this, but need to understand how I can get vRA to call a vRO workflow that then runs the powershell code based on vRA system name.

    Basically, I provide the powershell script I run with powershell plugin on my PS host deployed vRA system name.

    How can I pass this variable hostname as input in the powershell script?

    See you soon

    Fixed. Presentation does not have what I needed...

    Just added a new scriptable entity task before the Invoke and external script. This was connected to the vCACVm parameter and the scriptArgs string attribute. New release of scriptArgs was passed to the string value of Arguments in Invoke script and external.

    The only required code was in this new task scripatable.

    scriptArguments = vCACVm.vmDNSName;

    The script now has sound

    $serverName parameter that is loaded with the VM name! Yay!

  • Why the Java plugin script works does not in PS?

    Have the demo version of PS CC 2015 d/load.

    When I try all the actions (for example to go to the bridge), I get say msg of error not complete command as long as PS could not found plugin java script.

    Am on Windows 7 64 bit

    Usage menu help > System Info... Look in the required section of the plug-in. Don't you see that listed ScriptingSupport in there?  If you do not have your Photoshop install did not work correctly.or you have some third party addon that requires him not not to load.  Try holding SHIFT as you start Photoshop and skip loading third-party addons...

  • To access the DOM properties added by another plugin script

    The IDML specification states the following: "If you add plug-ins that support scripting InDesign, objects, properties, enumerations, and methods may appear in the script object model, and new objects and properties may appear in the exported IDML. In addition, deletion or disabling plug-ins can modify the script and therefore object model, XML elements written in an IDML file. »

    So, is it then possible to access properties added by another plugin of your own ExtendScript when running? For example, if another plugin extends a character style to add their own attributes, could then read these properties in a script separate unconnected with this plugin? I can't get this to work. I can see the properties added when exporting to IDML, but I do not see them during an iteration on the DOM in Javascript?

    Hi szahnje,

    A plugin can expose its api to the scripting DOM, DOM idml or both. While the script DOM and DOM idml are closely related, they are not the same, then maybe the plugin does not expose the properties to the DOM, just the idml one script.

    If the plugin exposes a api for DOM scripting, then, of course you can use it. But, the plugin must be installed and enabled on the computer you run the script.

  • Help Plugin script

    I created a perl script to give me information of process through top (just like a plugin practice, not really important) and I can't seem to make it work.
    It returns pair = key information of value, and I created a xml descriptor that I think I've done wrong.

    The key / value displayed as such:
    Availability = 0
    number = 107
    sleep = 106
    running = 0
    oncpu = 1

    And my xml file looks like this:
    < plugin >
    < = "procmon" server name >
    "< name of the filter ="script"value ="... /scripts/proc.pl"/ >
    < config >
    < / config >
    < plugin type = 'measure' class="org.hyperic.hq.product.MeasurementPlugin"/ >
    < service name = 'Process' >
    < config >
    < / config >
    < name of the filter = 'template '.
    value="exec:file=%script%"/ >
    < name metric = "availability".
    Council = "${model}": availability ""
    indicator = "true" / >
    < name metric = "number of processes.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: number" / >
    < name metric = "number of processes of sleep."
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: sleep" / >
    < name metric = "number of Running Processes.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: running" / >
    < name metric = "number of processes on the CPU.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: oncpu" / >
    < / service >
    < / Server >
    < / plugin >

    Yet once, I can't seem to get this to work, where have I wrong?

    Thank you

    On the right, display your xml file!

    Also make sure that the two files on the server and the agent are identical. However, it seems that this server does not know that there is a configuration setting for your path of the script. I know that you have added the config param if you were able to read the parameters using the market dry.

  • Plugin script send me the &lt; service &gt; tag contains too many subtags &lt; meteric &gt;

    I have a script that parses the logs and I want to collect information from the script and when I check the syntax of the plugin I get the < service > tag contains too many < meteric > subtags. What is c. Attached is the xml plugin

    Although "meteric" is a typo. It should be "metric".

  • How to export installed plugins, scripts and preferences of AE CC to AE CC 2014?

    There are a method to export installed scripts, plugins (for example Red Giant Trapcode particular) and preferences (workspace for example) of after effects CC to After Effects CC 2014?

    Start here:

    migration settings and plug-ins for after effects CC 2014 (13.0)

  • vCenter plugins script

    If someone has messed with vCenter plugins? I need to write a script to see if a plugin is enabled or disabled. So far, I've not had much luck finding the right API hooks. I haven't even looked the configuration XML files and I can't see an o ' dem.

    I scoured ExtensionManager and do not see an indication of the issue of whether a plugin is enabled or not. It's got to be in the SDK somewhere well.

    $extMgr = get-View (view Get ServiceInstance). Content.ExtensionManager


    [vExpert | ] [ http://www.VMware.com/Communities/vexpert/ ] 2009-2010, MVP PowerShell, PowerCLI forum moderator

    Author of the book: VMware Infrastructure Management with PowerShell

    Co-Host, PowerScripting Podcast (http://powerscripting.net)

    Follow me on Twitter: @halr9000

    I think you are mixing two different features here.

    The ExtensionManager allows to add/remove additional features for the VirtualCenter with Register/Unregister methods.

    Some examples: Converter, Update Manager, reports performance overview...

    Some of these Extensions provide for the vSPhere Client plugins.

    Most of the time these plugins allow to interact with the Extension.

    But it can also be freestanding plugins.

    For example, the following XML creates an entry pointing to a local PowerCLI reference.

    
         PowerCLI Refrence
         PowerCLI Reference
         
         PowerCLI Refrence
         file://D:\User\vSphere PowerCLI Cmdlets Reference\index.html
         
    
    

    These plugins are computerized, that is if you 'enable' a plugin on PC1, it will be automatically activated on PC2.

    The enabled/disabled state of a plugin is stored in the registry in HKCU\Software\VMware\VMware Infrastructure Client\Preferences\UI.

    Each plugin has a REG - SZ key with a value of enabled or disabled.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Troubleshooting minimum script plugin

    I'm starting to write a script simple plugin. I have the following definition of the plugin in /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/test-plugin.xml:

    <? XML version = "1.0"? >
    < plugin >
    < name of the script = "hq-test-stats" > <! [CDATA]
    Availability of echo = 1
    []] > < / script >

    < = 'Test' server name >
    < name metric = model of the "availability" = "file: exec = pdk/work/scripts/test/hq-test-stats" / >
    < / Server >
    < / plugin >

    When I test the measures running, I get no metric output. What I need to change to get the metric of availability?

    $ / usr/local/java/bin/java-jar /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/hq-product.jar-Dplugins.include=test-metric m - Dlog = debug
    DEBUG [hand] version.properties [ProductProperties] found via jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/hq-product.jar!/version.properties
    DEBUG [hand] version.properties [ProductProperties] found via jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/hq-product.jar!/version.properties
    DEBUG [hand] product.properties [ProductProperties] found via jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/hq-product.jar!/product.properties
    DEBUG [hand] product.properties [ProductProperties] found via jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/hq-product.jar!/product.properties
    INFO [main] agent.pdkDir=/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk [ProductPluginManager]
    INFO [main] agent.pdkPluginDir=/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins [ProductPluginManager]
    INFO [main] agent.pdkWorkDir=/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/work [ProductPluginManager]
    DEBUGGING [main] [ProductPluginManager] initialization in client mode (pdk=/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk)
    [Home] [MIBTree] No. MIBs directory of DEBUGGING: /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/mibs
    INFO [hand] [ProductPluginManager] loading plugin: System - plugin.jar
    DEBUGGING [hand] [ProductPluginManager]
    -Manifest entries to: jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/system-plugin.jar!/---
    Implementation-title - system
    Implementation-Version - 4.4.0 - 1509
    Specification-vendor - VMware Inc.
    Manifest-Version - 1.0
    Created-by - 1.5.0_12 - b04 (Sun Microsystems Inc.)
    Construction-home - hotdamn.intranet.hyperic.net
    Build-date - Wed Jul 28 14:15:48 PDT 2010
    Implementation-vendor - VMware Inc.
    Ant-Version Apache Ant 1.7.0
    Type of build - Release version
    Owner-build - bob
    Specification-title - HQ Plugin
    Specification-Version - 4.4.0 - 1509

    DEBUGGING [hand] etc/plugin.properties [PluginData] = > null
    DEBUGGING [main] [PluginData] etc./hq-plugin.xml = > jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/system-plugin.jar!/etc/hq-plugin.xml
    DEBUG [hand] sigar.mirror.procnet = null [SystemPlugin]
    INFO [hand] [ProductPluginManager] loading plugin: sqlquery - plugin.jar
    DEBUGGING [hand] [ProductPluginManager]
    -Manifest entries to: jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/sqlquery-plugin.jar!/---
    Implementation-title - sqlquery
    Implementation-Version - 4.4.0 - 1509
    Specification-vendor - VMware Inc.
    Manifest-Version - 1.0
    Created-by - 1.5.0_12 - b04 (Sun Microsystems Inc.)
    Construction-home - hotdamn.intranet.hyperic.net
    Build-date - Wed Jul 28 14:15:51 PDT 2010
    Implementation-vendor - VMware Inc.
    Ant-Version Apache Ant 1.7.0
    Type of build - Release version
    Owner-build - bob
    Specification-title - HQ Plugin
    Specification-Version - 4.4.0 - 1509

    DEBUGGING [hand] etc/plugin.properties [PluginData] = > jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/sqlquery-plugin.jar!/etc/plugin.properties
    DEBUGGING [main] [PluginData] etc./hq-plugin.xml = > jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/sqlquery-plugin.jar!/etc/hq-plugin.xml
    DEBUG [main] [PluginLoader] sqlquery - plugin.jar /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/jdbc expanding...
    DEBUG [main] [PluginLoader] sqlquery - plugin.jar += /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/jdbc/mysql-connector-java-5.1.10-bin.jar
    DEBUG [main] [PluginLoader] sqlquery - plugin.jar += /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/lib/jdbc/postgresql-7.4.3.jar
    Nurses [SQLQueryMeasurementPlugin] [main] INFO for domain proxy: sql
    INFO [hand] [ProductPluginManager] loading plugin: netservices - plugin.jar
    DEBUGGING [hand] [ProductPluginManager]
    -Manifest entries to: jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/netservices-plugin.jar!/---
    Implementation-title - netservices
    Implementation-Version - 4.4.0 - 1509
    Specification-vendor - VMware Inc.
    Manifest-Version - 1.0
    Created-by - 1.5.0_12 - b04 (Sun Microsystems Inc.)
    Construction-home - hotdamn.intranet.hyperic.net
    Build-date - Wed Jul 28 14:15:51 PDT 2010
    Implementation-vendor - VMware Inc.
    Ant-Version Apache Ant 1.7.0
    Type of build - Release version
    Owner-build - bob
    Specification-title - HQ Plugin
    Specification-Version - 4.4.0 - 1509

    DEBUGGING [hand] etc/plugin.properties [PluginData] = > null
    DEBUGGING [main] [PluginData] etc./hq-plugin.xml = > jar:file:/home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/plugins/netservices-plugin.jar!/etc/hq-plugin.xml
    [MeasurementPlugin] proxy for domain register TCP Socket [main] INFO: socket
    [Main] INFO [MeasurementPlugin] registry HTTP proxy for domain: http
    [Main] INFO [MeasurementPlugin] registry HTTP proxy for domain: url.availability
    [Main] INFO [MeasurementPlugin] registry for domain FTP proxy server: ftp
    INFO [hand] [ProductPluginManager] loading plugin: test - plugin.xml
    DEBUGGING [main] [ProductPluginManager] apparent recovery was an exception (continuous): error in opening zip file
    DEBUGGING [main] [ClientPluginDeployer] unchanged file: /home/hyperic/agent-4.4.0/bundles/agent-4.4.0-1509/pdk/work/scripts/test/hq-test-stats
    [/b][b] [/b][b]

    Hello

    There is actually 3 questions that I see your post. The first is that you have defined a plugin with a instead of a because of this part of the magic behind the scenes change.  You can do one of 2 things:

    1.) change your server to service
    (2.) to add a measure plugin to your plugin:

    The second issue is that the availability of a plugin script is determined by process exit code not a key/value pair.

    The third is that the way you call an option is missing. You must add the-t 'Test' it to tell the agent that you are wanting to do as you are not auto-discovery function.

    java-jar bundles/agent-4.4.0-EE-1509/pdk/lib/hq-product.jar-Dplugins.include=test-metric m - Dlog = DEBUG t 'Test '.

    Here is a slightly modified plugin for reference.




           
    Class = "org. Hyperic.HQ.Product.MeasurementPlugin"/ >



    Output should be something like this:

    java $-jar bundles/agent-4.4.0-EE-1509/pdk/lib/hq-product.jar-Dplugins.include=test m metrics t 'Test '.
    Test availability:
    exec:file=PDK/work/scripts/test/HQ-test-stats,args=0,exec=%exec%:availability
    -Online 100.0%<>

    (I removed debug to prevent it being a huge post)

    I hope this helps

  • error 203 for no script installation

    Firefox deleted none my plugin script.
    I am not able to reinstall because error 203.
    What should I do?

    1. Open your profile folder. Click Help > troubleshooting, under "Basic application" next 'Profile directory', click 'open containing folder '.
    2. Close Firefox by using the Firefox button > exit OR file > exit if you are using the menu bar. Do NOT use the "X" close button in the upper right.
    3. In the open in step 1 above profile folder, delete one of the following items that you see (they are re-created when you restart Firefox):
      • Extensions.ini
      • Extensions.cache
      • Extensions. RDF
      • Extensions.SQLite (Firefox 4 and higher only)
      • Extensions.SQLite - newspaper (if found) (Firefox 4 and higher only)
    4. Close the profile directory, restart Firefox and test

    See:

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • VMware vCenter plugin to MD-storage arrays - error

    Hello community,

    I need your help by installing the plugin vCenter for MD3620i.

    After installing it, I can't use the plug-in in the vSphere client error:

    The following error occurred during the download of the plugin script of
    vCenter-IP-address/.../Configuration.xml:
    Request failed because of a logon failure. (Unable to connect to the remote server)

    What do you think could be the reason for this error?

    Thank you!

    Hello

    I have the same problem. The solution is here

    austintovey.blogspot.fr/.../Dell-MD-Storage-Array-VMware-vCenter.html

    Best greetings

  • Plugin EqualLogic VSM (3.5) does not

    Dear

    I tried to deploy the Eql - VSM ova today. The Installer seems to work perfectly, but when I run the client vSphere (5.1), the plugin is not loaded. Following error is shown:

    com.dell.EqualLogic Virtual Storage Manager for VMware
    Dell Inc.
    3.5.1.169
    People with disabilities
    EqualLogic virtual storage
    Manager
    The following error occurred during the download
    the plugin script of http://172.16.100.132:80 /
    VCenterPlugin.xml:
    The server could not interpret the customer's request
    . (The remote server returned an error: (404))
    Not found.)

    Is this a known issue?

    If you can not directly the VSM, you might try feeding it down then up, but sounds like a network/firewall issue.

Maybe you are looking for

  • Why the space available on the iPhone never match iTunes report?

    Long-standing oddity, not terribly urgent, but as I hit my phone memory limits recently, something I I want to better understand: Storage looking on my iPhone under settings > general > use storage & iCloud, I see a number that does not match the fre

  • Unable to access applications in iCloud desktop

    When I'm on a PC I can't access Pages, Numbers, pictures or iCloud drive. I can access it fine from my Mac, but when I'm at work I need to access the Pages on a PC I could do before, but for some reason any the last time I tried on my work machine it

  • Aerial view day 1000 / copy of picasa

    Hello. Is there really no way this piece of neat and very expencive equipment can slide show - see photos from picasa? Do I really sit and press "next image" on the remote control, all the time? Also, the guy in the store said it was supposed to auto

  • X 1 battery drops to 78% after 7cycles

    My X 1 has been used for a month, and its battery life is terribly short. Sometimes, it can last for 2 hours (only search Web sites). Once I check battery Manager, it says that my battery has only 78% of its original capacity, with only 7 charge cycl

  • My computer runs slower since installing Security Essentials. What can I do to fix this?

    My computer runs slower since installing Security Essentials.  What can I do to fix this?