[DW-8]Problemas con JavaScript

Hola a todos:
Estoy teniendo problemas a la hora de insertar JavaScript en
la web que
estoy realizando, cuando me digo que me haga la vista previa,
el Explorer me
bloquea en contenido poniendome algo como que me impide
mostrar el
contenido, he probado a meter, tal y como he buscado un
archivo que se llama
swfobject.js y me sigue dando errores
Gracias

This is a multi-part message in MIME format.
------=_NextPart_000_0084_01C6FD97.F6B3B7E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Swfobject.js es un JS que evita o salta los errores de IE
para Flash, =
no? Lo has probado en el servidor remoto? He implementado en
varias =
oportunidades ese JS y ha funcionado perfectamente...
Salu2
Daniel Naranjo
Lo =DAltimo Group, C.A.=20
(58+) 416 2917532
(58+) 414 7962406
www.loultimoenlaweb.com
www.loultimoenhosting.com
"Astrow" <[email protected]> escribi=F3 en el mensaje
=
news:[email protected]...
Hola a todos:
Estoy teniendo problemas a la hora de insertar JavaScript en
la web =
que=20
estoy realizando, cuando me digo que me haga la vista
previa, el =
Explorer me=20
bloquea en contenido poniendome algo como que me impide
mostrar el=20
contenido, he probado a meter, tal y como he buscado un
archivo que se =
llama=20
swfobject.js y me sigue dando errores
Gracias=20
------=_NextPart_000_0084_01C6FD97.F6B3B7E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2963"
name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>Swfobject.js
es un JS que evita o =
salta los=20
errores de IE para Flash, no? Lo has probado en el servidor
remoto? He=20
implementado en varias oportunidades ese JS y ha
funcionado=20
perfectamente...</FONT></DIV>
<DIV><FONT face=3DVerdana
size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana
size=3D2>Salu2</FONT></DIV>
<DIV>
<P></P>
<P><FONT face=3D"Arial, Helvetica, sans-serif"
size=3D2><STRONG>Daniel=20
Naranjo</STRONG><BR>Lo =DAltimo Group, C.A.
</FONT><BR><FONT=20
face=3D"Arial, Helvetica, sans-serif" size=3D1>(58+) 416 =
2917532<BR>(58+) 414=20
7962406<BR><A=20
href=3D"
=20
href=3D"
FONT></P></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Astrow" &lt;<A =
href=3D"mailto:[email protected]">[email protected]</A>&gt;=20
escribi=F3 en el mensaje <A=20
=
href=3D"news:[email protected]">news:eia6fp$cnc$1@forums=
.macromedia.com</A>...</DIV>Hola=20
a todos:<BR><BR>Estoy teniendo problemas a la
hora de insertar =
JavaScript en=20
la web que <BR>estoy realizando, cuando me digo que me
haga la vista =
previa,=20
el Explorer me <BR>bloquea en contenido poniendome
algo como que me =
impide=20
mostrar el <BR>contenido, he probado a meter, tal y
como he buscado un =
archivo=20
que se llama <BR>swfobject.js y me sigue dando
errores<BR><BR>Gracias=20
<BR><BR></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0084_01C6FD97.F6B3B7E0--

Similar Messages

  • Problema con Javascript en firefox con Ubuntu

    Hola,
    el siguiente comando de Javascript me funciona en Firefox bajo Windows,
    pero me falla en Firefox con Ubuntu.
    var obint=document.getElementById('ajax').getElementsByTagName('a')[0];
    obint.click();
    ¿Alguna idea de porqué ?
    Saludos

    Mi cámara es marca "Nisupa" (O sea, ni su padre lo sabe) y marca las fotos como cámara "4MDSC".
    He visto una Rollei que es exactamente igual por fuera y en características, pero no se si será la misma.
    El problema que veo, tras investigar el tema, es que las fotos que el photoshop album reconoce la fecha aparece como: "sábado, 18 de junio de 2005 17:37:15", mientra que las de mi cámara aparece como "2005/09/03 19:50:52"
    Puede que sea un problema de configuración de formatos de fecha, pero no soy capaz de ver donde decirle al Album que use otro tipo de fecha... o a la cámara que le ponga la fecha en otro formato.
    Esperaré nuevas versiones...
    Gracias.

  • Problem with Javascript and opening a new page

    Hi,
    I'm developping a website with Java Server Faces.
    I've a problem with JavaScript.
    I have a table, and each row of that table, has a button, to display more information about that specific row. I want to display this information in a new window. For this I want to use JavaScript.
    The new window, of course, needs some information of the other window, to show the right data.
    The first time I click the 'more-information-button', it works perfectly, but from than on, he keeps showing the same information...
    Here is my jsp-page of the first page (the one with the table):
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page">
        <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
        <f:view>
             <f:loadBundle basename="languages.MessageBundle" var="bundle"/>
            <html>
                <head>
                    <meta content="no-cache" http-equiv="Cache-Control"/>
                    <meta content="no-cache" http-equiv="Pragma"/>
                    <title>- UCV-Period -</title>
                    <link href="resources/stylesheet.css" rel="stylesheet" type="text/css"/>
                </head>
                <body style="-rave-layout: grid">
                        <h:dataTable binding="#{UcvPeriod.dataTable1}" headerClass="list-header" id="dataTable1" rowClasses="list-row-even,list-row-odd" rows="5"
                            style="left: 24px; top: 168px; position: absolute" value="#{UcvPeriod.dataTable1Model}" var="currentRow">
                            <h:column binding="#{UcvPeriod.column1}" id="column1">
                                <h:outputText binding="#{UcvPeriod.outputUcvPeriod}" id="outputUcvPeriod" value="#{currentRow['UCVPERIOD']}"/>
                                <f:facet name="header">
                                    <h:outputText binding="#{UcvPeriod.outputText2}" id="outputText2" value="#{bundle.ucvPeriod_columnHeader_ucvPeriod}"/>
                                </f:facet>
                            </h:column>
                            <h:column binding="#{UcvPeriod.column11}" id="column11">
                                <h:commandButton action="#{UcvPeriod.btnDetails_action}" binding="#{UcvPeriod.btnDetails}" id="btnDetails" value="+" onclick="window.open('Details.jsp')"/>
                                <f:facet name="header">
                                    <h:outputText binding="#{UcvPeriod.outputText21}" id="outputText21" value=""/>
                                </f:facet>
                            </h:column>
                        </h:dataTable>
                    </h:form>
                </body>
            </html>
        </f:view>
    </jsp:root>Here is my action, when someone clicks on the 'more-information-button':
    public String bthnDetails_action() {
       Object s = outputUcvPeriod.getValue();
       BigDecimal ucvPeriod = (BigDecimal)outputUcvPeriod.getValue();
       this.getSessionBean().setUcvPeriod(new Integer(ucvPeriod.intValue());
       return "detail_ucvperiod";
    }Here is my constructor of the Detailspage.
        public Details() {
             this.txtUcvPeriod.setValue(this.getSessionBean().getUcvPeriod());
        }Here is the navigation part for this part of my faces-config.xml .
    <navigation-rule>
       <from-view-id>/UcvPeriod.jsp</from-view-id>
       <navigation-case>
           <from-outcome>detail_ucvperiod</from-outcome>
           <to-view-id>/UcvPeriod.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>Thx a lot....
    Anneke

    See the tutorial "Sharing Data Between Two Pages" at http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/data_sharing_twopages.html and the FAQ "How can I pass data between pages without creating SessionBean variables in Creator?" at http://devservices.sun.com/premium/jscreator/standard/reference/faqs/technical/javasource/passing_data.html. Since you can open a new window when your button is clicked, the tutorial and FAQ will explain ways to pass your data to the new window.

  • Problem with JavaScript in URL iView

    Hi,
    I am facing a problem with javascript when i am trying to access my application through URL iView. In the javascript window.top is used to access the frames in the window. But the EP is not recognizing it as valid. what exctly the problem and please suggest me a solution.
    Ashok.

    Hi,,
    thanks for the quick reply. But what i asked was different. I will put it in different way. I have deployed a application in Web Application Server and trying to access it through URL iView. My application is pure J2EE application with html,jsp and JS files. In javascript we used window.top property of the java script which is working fine MS IE. The problem is window.top is a IE specific property which is not having any equallent open standerd so EP is throwing a java script error. As I know the only possible solution for this problem is inherating IE rendaring capabilities to iView(i.e iFrame). is there any way to do that?
    Ashok.

  • Salve , ho un problema con Adobe Photoshop CC su Windows 8.1. Mentre scrivo un testo su un 'immagine non riesco a visualizzare cosa stò digitando. L'immagine sfarfallia , scompare e si normalizza il tutto appena finisco di digitare. Potrebbe essere un pro

    Salve , ho un problema con Adobe Photoshop CC su Windows 8.1. Mentre scrivo un testo su un 'immagine non riesco a visualizzare cosa stò digitando. L'immagine sfarfallia , scompare e si normalizza il tutto appena finisco di digitare. Potrebbe essere un problema di scheda video ? Grazie per la risposta

  • Tengo problema con mi tascam 1082 tengo una mac bookpro i7 y no logro tener un conectividad correta la conexcion de mi puerto  fire wire 800 pero la de la consola usa una coneccion fire wire 600 como saber si la macboook pro i7 que tengo pueda funciona no

    tengo problema con mi tascam 1082 tengo una mac bookpro i7 y no logro tener un conectividad correta la conexcion de mi puerto  fire wire 800 pero la de la consola usa una coneccion fire wire 600 como saber si la macboook pro i7 que tengo pueda funciona no hay manera de introducirle SD-EXPC34-2F 2 x Port 1394A Firewire ExpressCard porque ya mac no hace ese puerto y quisiera que ustedes me puedan dar una solucion para no seguir gastar dinero asi por asi
    I have problem with my mac I have a tascam 1082 bookpro i7 and I can not have a liaison connectivity the correct one of my fire wire port 800 but the console using a fire wire connection 600 as pro macboook know if I have to work i7 that no way to introduce SD-EXPC34-2F 2 x 1394A Firewire ExpressCard port mac because you do not want that port and you can give me a solution for not going to spend money like this for so

  • JSF problems with Javascript

    Hi everyone!!
    The situation is this: I have a datable with one of its columns make an h:commanLink, which has two f:params, its actionListener is a function of a ManagedBean. This is JSF, not MyFaces. In IE, When the link is pressed, it shows a javascript error: " 'elements.idVar' is null or it's not an object ", however in Firefox, it works perfectly. I have been looking for the problem and it have to do with this:
    </form><a href="# onclick="clearFormHiddenParams_formResultado('formResultado');document.forms['formResultado'['formResultado:_idcl'].value='formResultado:dtTablaResultados:0:_id10';document.forms['formResultado']['idVar'].value='37';document.forms['formResultado']['idMun'].value='168'; document.forms['formResultado'].submit(); return false;"><span id="formResultado:dtTablaResultados:0:itColumna3" title="AREA COSECHADA EN CULTIVOS PERMANENTES">1,230</span></a></td>
    </tr>
    <tr class="standardTable_Row2">
    <td><span id="formResultado:dtTablaResultados:1:itColumna1" style="text-align:center;" title="C&oacute;digo Municipio">718</span></td>
    <td><a href="javascript:void(0)" onclick="javascript:window.opener.opener.showLink('SASAIMA')"><span id="formResultado:dtTablaResultados:1:itColumna2_l" title="Municipio">SASAIMA</span></a></td>
    <td><form id="formResultado:dtTablaResultados:1:_id9" method="post" action="/ConsultaEstadisticasGeo/resultadoConsulta.jsf" enctype="application/x-www-form-urlencoded">
    <input type="hidden" name="com.sun.faces.VIEW" id="com.sun.faces.VIEW" value="_id39:_id41" /><input type="hidden" name="formResultado:dtTablaResultados:1:_id9" value="formResultado:dtTablaResultados:1:_id9" /><input type="hidden" name="idVar" /><input type="hidden" name="idMun" /><input type="hidden" name="formResultado:_idcl" />
    <script type="text/javascript">
    <!--
    function clearFormHiddenParams_formResultado_dtTablaResultados_1__id9(curFormName) {
    var curForm = document.forms[curFormName];
    curForm.elements['idVar'].value = null;
    curForm.elements['idMun'].value = null;
    curForm.elements['formResultado:_idcl'].value = null;
    //-->
    </script>
    the way JSF manage the params. The error, acdording to the message shonw by IE is in this line: curForm.elements['idVar'].value = null;
    The code of the JSP is this:
    <h:commandLink     actionListener="#{consultaEstadisticasMB.detalleEstadistica}">
         <f:param name="idVar" value="#{consultaEstadisticasMB.idColumna3}" id="idVar" />
         <f:param name="idMun" value="#{registro[0]}" id="idMun" />
         <h:outputText title="#{consultaEstadisticasMB.columna3}" id="itColumna3" value="#{registro[2]}" />
    </h:commandLink>
    Waht can i do? (Not using MyFaces, because I can�t do that)
    Thanks for your answers!!

    I have run into this same problem with javascript and the colon. I am not sure if the colon is a valid character for a javascript identifier (one would think the RI developers would have checked it out though!?!).
    Anyway, my workaround is to search through the Javascript DOM for the widget you want to obtain a reference to, using part of its id. After all, you know its id, you just can't use it as a javascript reference. In your Javascript code, do something like:
        var inputWidgets = document.getElementsByTagName("input");
        var targetInput;
        for(var i = 0; i < inputWidgets.length; i++)
           var inputId = inputWidgets.id;
    if(inputId.indexOf("yourInputId") != -1)
    targetInput = inputWidgets[i];
    break;
    It's a lot of effort to just get a reference to a form widget....but it works (I pasted in the code and changed it a bit, so it might not work as is, but at least it demonstrates the idea).

  • Problema con el instrument I/O assistant

    Disculpen espero me puedan ayudar, he querido utilizar el Instrument I/O Assistant, pero siempre que lo pongo en el diagrama de bloques me sale una ventana diciendo:
     "Existe un problema con el Measurement & Automation Explorer ó el Instrument I/O Assistant esta mal instalado. Reintale los drivers desde el CD" 
    "Meassurement & Automation Explorer or the Instrument I/O Assistant is not installed correctly. Please install these from the Labview Drivers CD"
    Ya intente reinstalar los drivers del I/O desde el disco de evaluacion que tengo, tambien baje unos de la pagina, tambien baje el ultimo DAQmx, e instale de nuevo el MAX, pero nada lo resuelve.
    Ojala alguien me pueda ayudar.
    Estoy utilizando LabVIEW 8.5, y windows XP

    Hola Rounel,
    es posible que al desinstalar e instalar el MAX se hayan dañado algunas secciones del mismo. Te recomiendo desinstalar todo el programa de National Instruments incluyendo LabView y Drivers e instalarlos nuevamente, primeramente LabView y posteriormente los Drivers, usando el CD de Drivers. Si no tienes este CD de Drivers, puedes bajarlo desde nuestra web de NI, en la siguiente liga:
    http://joule.ni.com/nidu/cds/fn/p/sb/navsRel/lang/es?q=drivers&x=14&y=13
    Este es la versión que deberás bajar.
    NI Device Drivers
    2008.03
    Windows
    Controlador de Hardware
    Marzo   2008
    Inglés, Chino (Simplificado), Francés, Alemán, Japonés, Coreano
    Una vez instalado todo nuevamente, abre el programa de MAX y verifica en la sección de Software (sobre el árbol de secciones) que estén instalados los drivers de NI-VISA y NI-488.2 ya que estos son requeridos por el Instrument I/O Assistant.
    De lo contrario tendrás que bajarlos de las siguientes ligas e instalarlos:
    NI-VISA
    NI-488.2 (necessary only if you are using GPIB)
    Si fue necesario  instalar estos drivers (como segunda opción) entonces tendrás que desinstalar e instalar nuevamente el Instrument I/O Assistant. Para instalar el Instrument I/O Assistant usa el NI Device Drivers que bajaste de la página de National Instruments. No es necesario que instales o desinstales el DaQmx y el MAX.
    Espero te sea de ayuda esta información y no dudes en comunicarte conmigo si tienes alguna duda.

  • "problema" con el teclado entre el premiere pro 1.5 y 2.0

    Hola a todos.
    Tengo un pequeño problema con el uso del premiere pro 2.0
    Seguramente a muchos les parecerá una tonteria, pero para mi manera de editar me causa una perdida de tiempo.
    A ver si me explico bien.
    En el timeline tengo 5 fragmentos de video (da igual la duracion).
    En el pro 1.5, con las teclas INCIO y FIN vas al inicio y fin de lo que tengas seleccionado. Si tienes seleccionado solo un fragmento, vas a principio y fin del fragmento, si seleccionas 2 fragmentos, pues a inicio y fin de los 2 fragmentos.
    Y con Av-pag y RE-pag, pasas de un fragmento a otro (muy util esto para poner transiciones con ctrl+D por ejemplo, a 50 fotografias)
    Con el pro 2.0, con INICIO y FIN vas al INICIO y FIN de TODO LO QUE TIENES EN EL TIMELINE. No de lo que tengas seleccionado, sino de todo lo que tienes en el timeline.
    Lo del AV-PAG y RE-PAG funciona igual que en el pro 1.5
    He mirado en EDIT - KEYBOARD configure, y es la misma configuracion para los dos programas.
    Yo trabajo mucho con proyectos grandes, y por ejemplo, si tengo 30 fotografias con una musica A, otras 30 fotografias con una musica B, etc... hasta llegar a tener 8 o 9 musicas.
    Si selecciono la musica A, con INICIO y FIN voy a inicio y final de la musica A. Y lo mismo con las otras musicas.
    Ahora, con INICIO y FINAL voy a inicio y final del todo lo que tengo en el timeline....
    y me vuelvo loco para saber donde estoy.
    A alguien le pasa esto?
    Gracias y disculpas por el rollo.

    yo normalmente personalizo mi teclado con unas 5 teclas extra que no vienen en el teclado pero procuro no cambiarlo para no desacostumbrarme al normal ademas que siempre cargo mi archivo personalizado y si llego a trabajar a otro lugar solo guardo mi archivo del teclado en donde voy a trabajar
    les tengo 2 opciones
    1 intenten buscar el archivo de premiere pro 1.5 del teclado no recuerdo la terminacion pero configuren uno ud y le dan el nombre que quieran (mi teclado) despues lo buscan y ese es el archivo
    posterior mente hacen lo mismo en premier pro 2.0 para encontrar la carpeta donde se guardan las configuraciones, despues sobre escriben los archivos o copian el archivo en esa carpeta (el archivo del teclado del premiere 1.5) abren premier pro 2.0 y activan el teclado que usaran.
    2 en el caso de cualquier archivo incluso imagenes fijas premiere pro trae una opcion de bajarlas automaticamente al time line poniendoles una transicon de default, asi si tienes 500 fotos o videos los seleccionas en el proyecto y le oprimes ese boton y listo te pone trancisiones de audio y video automaticamente(el boton esta en la parte de proyecto cerca de donde esta crear carpeta y tirar a la basura es un iconito pequeñito y creo que por eso no lo conocen)

  • Problemas con la instalacion del Xl Report.

    Estimados:
    Tengo un cliente con SAP 2005 A SP 01 PL 34 y SQL Express. Como desea migar a SAP 2007 A fue necesario cambiar el SQL Express por SQL Server 2005.
    Este cambio se realizo sin desinstalar SAP, respaldando las bases de datos, inclusive la SBO-COMMON.
    Cuando se instalo el nuevo SQL, se cambio el nombre al servidor.
    Una vez lista la instalación, se cargaron las bases de datos respaldadas y no tuvimos problemas con SAP.
    En SAP estaba instalado el addons XL Report, pero al querer iniciarlo este envió un mensaje de error, en el cual indicaba que no encontraba o existía el nombre del servidor del SQL antiguo.
    Debido a esto se decidió desinstalar el XL Report para reinstalarlo.
    Al hacer este proceso el problema suscitado es que no lo instala y por lo tanto no lo inicia.
    Es importante señalar que al momento de instalarlo no envía ningún mensaje de error, e inclusive dice en la parte inferior de la pantalla u201CAddons instalado con éxitou201D.
    El cliente realizara la migración en un par de semanas mas, por lo tanto debo dejar funcionando el XL Report en estas condiciones.
    Alguien sabe porque ocurre este problema y como se soluciona?
    Agradeciendo de antemano el apoyo, les saluda
    Viviana Medina.

    Tienes que eliminar en el sql el inicio de sesión xlruser y la base de datos ixmetaSbooem y proceder de nuevo a la instalación del addon desde el inicio.

  • Webcontrol problems with javascript

    Hello,
    the page I want to navigate making me problems in my webcontrol. The same page works fine if I go there manually with the Internet Explorer. I force webcontrol to use another IE version than default. I changed regedit >
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
    and a new key for my application with value 2af8(11000)
    If I do not force this version the used version in the webcontrol seems to be to old.
    I think that my application does not use the settings of my IE because if I use IE manually it works.
    I used Google and I can not find a property to force the webcontrol to activate javascript - it seems that I have to change this by the "global" settings.
    Edit: I do not exactly know if its javascript. The error is a script error.
    It does not help to suppress this errors - the page is not working correctly

    Hello,
    in the meantime I tried GeckoFX to solve the issue, but I get another problem later so I come back to the native webcontrol. To get help I will translate the error message because I can not attach a screenshot
    "Scripterror
    URL: http://www.transerv2000.de/DesktopModules/SNITNET_Metrix/js/rma_main.js
    Do you want to continue? Yes / No"
    Because I see the .js I think that this is an issue because of javascript.
    If I navigate to this site and do some work I have no problems. This is why I think that the used IE in my webcontrol is having other settings?!
    Please help and thanks alot.
    Edit: If I supress javascript errors, I got not Messagebox but the content dont work - so I really think that it is a problem with javascript. As I said, if I use the IE as application the page works fine.

  • Problemas con Photoshop CC

    Hola,
    Tengo problemas con Photoshop CC. Windows no lo ve instalado y no tengo la opción de desinstalarlo y el ejecutable de Photoshop no aparece por ningún lado. Creative Cloud si lo detecta como instalado.
    Hace poco tuve un problema con la RAM de mi ordenador y tuve que hacer un restaurar sistema y desde ese momento he tenido problemas con Photoshop.
    He probado a borrar todos los archivos de Photoshop manualmente, pero aún así, Creative Cloud lo sigue detectando instalado.
    Ya no sé que hacer, no encuentro la manera para instalarlo y reparar ese error.
    Gracias.

    http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Problemas con mi Photoshop cs2

    Hola a todos, tengo un problema con mi Potoshop, cuando lo
    pongo en marcha
    le cuesta mucho hacer cualquier acción que le mande y se
    queda pensado un
    tiempo aunque la foto sea pequeña.
    ¿A que puede ser debido?.
    Mi ordenador es un p4 a 3000 con 2gb de ram y una targeta
    grafica ati 9600
    de 256 mb. Sistema Xp Professional.
    Ayuda, gracias

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0024_01C70998.1E165ED0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Mira en configuraciones que discos duros usa como archivo
    temporales.
    Lucas Sevilla
    www.lucassevilla.info
    www.gestproyect.info=20
    "JmR" <[email protected]> escribi=F3 en el mensaje =
    news:[email protected]...
    Hola a todos, tengo un problema con mi Potoshop, cuando lo
    pongo en =
    marcha=20
    le cuesta mucho hacer cualquier acci=F3n que le mande y se
    queda =
    pensado un=20
    tiempo aunque la foto sea peque=F1a.
    =BFA que puede ser debido?.
    Mi ordenador es un p4 a 3000 con 2gb de ram y una targeta
    grafica ati =
    9600=20
    de 256 mb. Sistema Xp Professional.
    Ayuda, gracias=20
    ------=_NextPart_000_0024_01C70998.1E165ED0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2900.2963"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3D"Trebuchet MS" size=3D2>Mira en
    configuraciones que =
    discos duros=20
    usa como archivo temporales.</FONT></DIV>
    <DIV>
    <P>Lucas Sevilla</P>
    <P><A =
    href=3D"
    http://www.lucassevilla.info">www.lucassevilla.info</A></P>
    <P><A href=3D"
    http://www.gestproyect.info">www.gestproyect.info</A>
    =
    </P></DIV>
    <BLOCKQUOTE=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"JmR" &lt;<A=20
    href=3D"mailto:[email protected]">[email protected]</A>&gt;
    =
    escribi=F3 en el=20
    mensaje <A=20
    =
    href=3D"news:[email protected]">news:ejhm8n$j1v$1@forums=
    .macromedia.com</A>...</DIV>Hola=20
    a todos, tengo un problema con mi Potoshop, cuando lo pongo
    en marcha =
    <BR>le=20
    cuesta mucho hacer cualquier acci=F3n que le mande y se
    queda pensado =
    un=20
    <BR>tiempo aunque la foto sea peque=F1a.<BR>=BFA
    que puede ser =
    debido?.<BR><BR>Mi=20
    ordenador es un p4 a 3000 con 2gb de ram y una targeta
    grafica ati =
    9600 <BR>de=20
    256 mb. Sistema Xp Professional.<BR><BR>Ayuda,
    gracias=20
    <BR><BR></BLOCKQUOTE></BODY></HTML>
    ------=_NextPart_000_0024_01C70998.1E165ED0--

  • Problema con fechas en Photosop Album 2 y 3

    Hola.
    Tengo un problema con la fecha y el adobe Photoshop Album.
    He probado la versión 2 y la 3 y con ambas me pasa lo mismo, que es que no me reconoce la fecha EXIF de las fotos de mi cámara, aunque si la de otras cámaras.
    Con otros programas, como Picasa o Exifer, no me pasa, me las lee correctamente.
    Alguna idea?
    Saludos.

    Mi cámara es marca "Nisupa" (O sea, ni su padre lo sabe) y marca las fotos como cámara "4MDSC".
    He visto una Rollei que es exactamente igual por fuera y en características, pero no se si será la misma.
    El problema que veo, tras investigar el tema, es que las fotos que el photoshop album reconoce la fecha aparece como: "sábado, 18 de junio de 2005 17:37:15", mientra que las de mi cámara aparece como "2005/09/03 19:50:52"
    Puede que sea un problema de configuración de formatos de fecha, pero no soy capaz de ver donde decirle al Album que use otro tipo de fecha... o a la cámara que le ponga la fecha en otro formato.
    Esperaré nuevas versiones...
    Gracias.

  • Iphoto 11 problemi con album

    Ciao..
    scusate subito per l'ignoranza...
    ho un problema con le modifiche negli album. si modifica anche la libreria..
    c'è qualche impostazione da modificare?
    c'è già una discussione da qualche altra parte?
    Grazie mille..
    hallo
    sorry..
    i've a problem with album. If i edit a photo in album, the photo changes also in library.
    thanks

    Correct.
    It's the same photo. Albums simply reference photos in the LIbrary. They are the same file of the same photo. For different versions you'll need to duplicate the shot first.
    Regards
    TD

Maybe you are looking for

  • Multiple Apple ID's tied to one iTunes account

    We have three people with Apple devices in the house: My MacBook Pro & older iPod, my daughter's iPod Touch & iPhone and my wife's iPhone and (not yet set up) Mac Mini. We all have Apple ID's, but am wondering how to tie them to my iTunes account so

  • Where are the Manage Security Policy Settings Stored

    I want to upgrade from Acrobat Pro 9 to X....and I'm prompted to uninstall 9 first.  I have a ton of passwords saved under Manage Security Policies in Acrobat 9 and I don't want to lose these.  I know they are stored in some file, but I don't know th

  • Firefox with avira run in background having some periodic lagging issue

    Firefox 5 with avira run in background is lagging like 5 ~ 10 minute period. this was after avira installed a new feature called WebGuard, is it had something to do with the lagging? or just my hardware failure? i being monitor the task manager, but

  • Like in LC7.x, how to create process template in LiveCycle ES2? would process deployment create it?

    I created a long-lived process  and linked a form to a manual process. I deployed and invoked the  process from Workspace. Like in 7.x, I looked for the process template  in TB_PROCESS_TEMPLATE table and its empty. should I do anything more to  creat

  • Portlet Information from Portal

    Hello,    I'm developing a non-SAP portlet that will be consumed by the portal and was wondering what information, if any, the portlet will have access to from SAP.  Basically I am wanting to know if I will be able to get any information about the us