topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday June 28, 2025, 9:37 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 93 94 95 96 97 [98] 99 100 101 102 103 ... 158next
2426
Coding Snacks / Re: Point to that Screenshot !!!!!!
« Last post by Contro on October 10, 2013, 06:51 AM »
Well i have now the beta of linknotes.
This is a special and super specialized program to use in combination with Goldmine or any other situation.
It's from my wonderful friend and programmer in autoit Miguel.
But i have certain problems and a very hard learning curve for me.
That are too the word from Miguel :

"El programa puede ser... un poco... complicado... de configurar al principio, pero una vez dominada esa parte, espero que te sea muy útil. La idea es que tu mismo podrás "configurar" diversas búsquedas partiendo de diferentes cadenas de texto, en diferentes carpetas, diferentes archivos, diferentes programas para abrir los archivos una vez encontrados...



Te indico a continuación como empezar y configurar el programa. Por favor, lee atentamente y con paciencia estas instrucciones, porque al principio puede ser difícil empezar a utilizar el programa:

    La primera vez que se ejecute el programa, su icono se situará junto al reloj. Si pulsas sobre el icono con el botón derecho del ratón verás que todas las entradas del menú están desactivadas y pone "Sin datos". Cada una de esas entradas corresponde a lo que en el programa se llama un "proceso de búsqueda".
    En el mismo menú del botón derecho del ratón, escoge la opción "Editar procesos". Se abrirá una ventana enorme con una pestaña por cada uno de los procesos que pueden configurarse en el programa, y multitud de opciones más o menos raras en cada una de las pestañas.
    A continuación voy a describir cada una de las opciones y utilizar como ejemplo el "proceso de búsqueda" que tu explicabas en tus mensajes anteriores:
        Nombre del proceso: Es el nombre que se mostrará en el menú del programa para este proceso de búsqueda, para que sea fácil encontrarlo y elegirlo cuando haya varios. Ejemplo: "Pantallazos en carpeta actual"
        Activado: Esta casilla determina si un proceso está activado y puede utilizarse desde el menú o mediante la tecla rápida correspondiente, o si por el contrario está desactivado y no estará disponible. Desactivar un proceso no elimina su configuración. Ejemplo: Activa esta casilla.
        Capturar texto desde GoldMine:
            Si esta casilla está activada, el programa intentará ejecutar GoldMine si no estuviera ejecutando y capturar texto desde el campo Notas. GoldMine tiene el inconveniente de que en cuanto su ventana queda desactivada (cosa que ocurre por ejemplo, al pulsar sobre el icono del programa y elegir el proceso deseado), el texto seleccionado pierde el foco y no se considera seleccionado para poder ser copiado, por lo que tras elegir el proceso, debes seleccionar (o volver a seleccionar) el texto en el campo Notas. Es decir, en primer lugar buscas el registro de GoldMine deseado, a continuación ejecutas el proceso de búsqueda que quieras en LinkNotes, y seguidamente seleccionas el texto deseado en el campo Notas. Después de eso, LinkNotes automáticamente lo copiará al portapapeles y continuará. El tiempo límite de que dispones para seleccionar el texto, puede configurarse en LinkNotes, en la opción "Configuración" -> "Configurar tiempos" -> "Tiempo de espera para capturar texto". Si el programa intenta continuar antes de que tu hayas tenido tiempo de seleccionar el texto, aumenta el tiempo de espera en esa opción.
            Si la casilla esta desactivada, LinkNotes no intentará ejecutar GoldMine ni capturar el texto automáticamente, sino que se asumirá que el texto ya ha sido copiado al portapapeles por tu parte antes de iniciar el proceso. Utiliza esta posibilidad si el texto que se utilizará en LinkNotes proviene de otro programa distinto de GoldMine o si aun siendo un texto proveniente de GoldMine prefieres copiarlo tu mismo al portapapeles en lugar de que el programa lo intente automáticamente.
        HotKey: esta opción permite configurar la tecla rápida correspondiente al proceso de búsqueda. Pulsa con el ratón sobre este campo y a continuación pulsa la combinación de teclas deseada. Por defecto, el programa establece Ctrl+Alt+Mayus+A para el primer proceso, Ctrl+Alt+Mayus+B para el segundo....
        Expresión regular: introduce en este campo la expresión regular que corresponda a la cadena que se quiere identificar en el texto que haya disponible en el portapapeles. Las expresiones regulares utilizan el mismo formato de expresiones regulares de AutoIt, por lo que dispones de un tutorial completo sobre como escribir estas expresiones en la ayuda de AutoIt. Para el ejemplo de capturar la fecha de una nota de GoldMine, la expresión regular es la siguiente (se distinguen mayúsculas y minúsculas, los espacios son importantes, debe ir toda en una única línea):

            (January|February|March|April|May|June|July|August|September|October|November|December) ([0-9]{1,2}), ([0-9]{1,4}) at ([0-9]{1,2}):([0-9]{1,2})(am|pm)
Code: AutoIt [Select]
  1. (January|February|March|April|May|June|July|August|September|October|November|December) ([0-9]{1,2}), ([0-9]{1,4}) at ([0-9]{1,2}):([0-9]{1,2})(am|pm)
       Posiciones: En la expresión regular anterior, observa que el texto de la fecha ha sido dividido en una serie de bloques, cada uno de los cuales corresponde a los trozos entre paréntesis de la expresión regular. Hay seis bloques en la expresión regular anterior, que se numeran del 1 al 6 en un orden de izquierda a derecha. En los campos posiciones debes introducir cual es el bloque correspondiente a cada parte de la fecha que debe detectarse a partir de los bloques obtenidos del texto con la expresión regular. Si alguno de los datos no puede obtenerse a través del texto, introduce 0 en su campo correspondiente. Siguiendo el mismo ejemplo:
            Año: 3
            Mes: 1
            Día: 2
            Hora: 4
            Minuto: 5
            Segundo: 0 (el dato de los segundos no aparece en las fechas de las notas de GoldMine, luego se introduce 0)
            AM/PM: 6
        Rellenar: Estas casillas determinan si los datos obtenidos deben o no ser rellenados con ceros a su izquierda. Si activas la casilla "Rellenar" correspondiente al día, si el día está entre el 1 y el 9, se rellenará con un cero a la izquierda, quedando 01 o 09 en lugar de 1 o 9. Activa estas casillas si en el nombre de la carpeta o del archivo que hay que buscar, estos datos se han rellenado con ceros a la izquierda, o desactívalas en caso contrario. Siguiendo tu ejemplo, veo que los datos del mes y del día sí tienen ceros a la izquierda, mientras que la hora no (supongo que también habría ceros a la izquierda en los minutos y segundos, pero no se puede saber con certeza con los ejemplos de los mensajes anteriores):
            Año: Desactivada
            Mes: Activada
            Día: Activada
            Hora: Desactivada
            Minuto: ¿Activada?
            Segundo: ¿Activada?
        Dirección de búsqueda: si no se encuentra un archivo correspondiente a la fecha y hora exactas, selecciona "Buscar hacia el pasado" para buscar el archivo más próximo correspondiente a una fecha y hora anteriores, o selecciona "Buscar hacia el futuro" para buscar el archivo más próximo correspondiente a una fecha y hora posteriores.
        Patrón de carpeta: introduce en este campo el patrón de la ruta de la carpeta en la que localizar el archivo.
        Patrón de archivo: introduce en este campo el patrón del nombre del archivo a localizar.
            Los patrones de archivos y carpetas pueden contener los siguientes campos que se sustituirán en el momento de realizar la búsqueda:
                {año} Se sustituye por el año correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {mes} Se sustituye por el mes correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {dia} Se sustituye por el día correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {hora12} Se sustituye por la hora en formato de 12 horas (de 1 a 12) correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {hora24} Se sustituye por el hora en formato de 24 horas (de 0 a 23) correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {minuto} Se sustituye por el minuto correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {segundo} Se sustituye por el segundo correspondiente a la fecha encontrada o la fecha anterior o posterior si no existía el archivo exacto.
                {ampm} Se sustituye por el texto "am" o "pm" correspondiente a la hora de la fecha encontrada o la fecha anterior o posterior.
                {1} {2} {3} ...... Se sustituyen por el bloque correspondiente obtenido mediante la expresión regular. Estos campos se sustituyen tal cual como cadenas fijas y no se modifican para probar distintas fechas. {1} corresponde al primer bloque, {2} al segundo....
            Siguiendo tu ejemplo, se teclearían:
                Patrón de la carpeta: O:\Pantallazos\{año}\{mes}.{año}\
                Patrón del archivo: Mozart-{dia}_{mes}_{año} , {hora24}_{minuto}_{segundo}.png
        Patrón de comando: introduce en este campo el patrón del comando a ejecutar una vez localizado el archivo.
        Patrón de parámetros: introduce en este campo el patrón de los parámetros a utilizar al ejecutar el comando una vez localizado el archivo.
            Los patrones de comandos y parámetros pueden contener los siguientes campos que se sustituirán en el momento en que se localice el archivo y se ejecute el comando con los parámetros:
                {carpeta} Se sustituye por la carpeta correspondiente al archivo localizado.
                {archivo} Se sustituye por el nombre de archivo correspondiente al archivo localizado.
            Para tu ejemplo, no se realmente que acción querrás realizar para la imagen hallada, así que me la invento en este caso:
                Patrón de comando: Y:\Visor de imágenes\visor.exe
                Patrón de parámetros: {carpeta}{archivo}
        Y eso es todo respecto a la configuración... Cuando hayas terminado de introducir todos los datos, pulsa "Aceptar" para guardar la configuración y prueba el proceso que acabas de crear. Es importante probar, no siempre sale la expresión regular perfecta a la primera o los patrones perfectos:
            Si la expresión regular no es correcta sintácticamente, se te informará de ello al intentar ejecutar el proceso, indicando si es posible el número de carácter en que se encuentra el error. En este caso vuelve a comprobar la expresión regular y corrígela.
            Si aparece un aviso indicando que no hay información en el portapapeles o que la información no tiene formato de texto, comprueba que el texto haya sido copiado al portapapeles. Recuerda que GoldMine quita el foco al texto seleccionado si su ventana se desactiva, por lo que si no vuelves a seleccionarlo, no podrá ser copiado automáticamente.
            Si aparece un aviso indicando que no se ha obtenido información del texto aplicando la expresión regular, comprueba que la expresión regular es correcta (es correcta sintácticamente, pero igual no corresponde al texto por una equivocación) o que el texto esperado se encuentra en el portapapeles (y no otro texto cualquiera).
            Si lo anterior es correcto, el programa intentará localizar el archivo exacto a la fecha identificada. Si no se encuentra el archivo exacto, se intentará buscar el archivo correspondiente a la fecha anterior o posterior más próxima. Si observas que el programa tarda mucho en localizar el archivo, puede ocurrir: bien que la fecha más próxima sea relativamente lejana a la fecha exacta, en cuyo caso sigue esperando; bien que los patrones de carpeta o archivo no sean correctos y la búsqueda esté intentando localizar un archivo con un nombre que no es el esperado, y para detectar este caso, sitúa el puntero del ratón sobre el icono de "LinkFolder" junto al reloj y se mostrará un pequeño cuadro de texto mostrando la ruta completa del archivo que está siendo probado en ese instante, si es correcto sigue esperando y si no es correcto, detén el programa y corrige los patrones de carpeta y/o archivo.
            Una vez localizado el archivo, si aparece un aviso indicando que no se ha podido ejecutar el comando, comprueba que los patrones de comando y parámetros con correctos.


    Y eso ya si que es todo... En fin, suerte, y si tuvieras dudas o surgiera algún problema, dímelo :)"

Please translate with google translate or similar. It's a little bit long.

 :-*

2427
Useful indeed.
The user seems abandon the post and we don't know about his tempts, but I think there is a good possibility with the sensibility of the mouse pointer and its velocity.

Best Regards
 :-*
2428
 :-\ :(
2429
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 25, 2013, 06:04 AM »
Basically i think is the effect of a virus one year ago or more.

So your best bet is to re-install Windows from scratch, it will probably solve several problems.

Neverrrrrrr
 ;D


Do you know Dracula ? I am like the Count Dracula and the light. I just can't reinstall
 :P
2430
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 25, 2013, 02:21 AM »
Basically i think is the effect of a virus one year ago or more.
 :tellme:
The sfc sympton was consulted with no results in the microsoft forum....

Best Regards
2431
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 25, 2013, 02:20 AM »
Ath the exe file goes well in my portatil and from a virtual machine.
So it is a strange thing , after revise the windows registry, associated with a operating system windows 7 affected.
I think some time ago. I have mirror copies but my particular "trauma" allways leads me to try "save the system".
So.....
The symptom is that I can't complete the sfc /scannow .
I think i have consulted in the forum for some malfunction in some hotkeys i have substitute by another ones like happen me in Win+9 (9 from the key numerical keypad) and some others.
So....
If you have a depuration tool i can learn a new way to "save my system". Because i am not ready to repair the system, reinstall or that type of things.
 :-[
2432
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 24, 2013, 06:28 PM »
I can explain what crearexpediente.exe (the failing script does) :

Invokes a bat file for creating a folder according rules and subfolders with listas.exe

Then creates a registry in my CRM program Goldmine 5.5 and links several folders.

additionally creates a related registry in goldmine 5.5 to prepare a tree. That all. Very simple.

The bat is almost mine,....

 :P
2433
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 24, 2013, 06:23 PM »
The second screenshot.
From the desktop
The program don't find listas.bat, that obviously is in the same disk and directory as in all my PC. I have three pc.......  :D
and perhaps in 04.2014 i will have a clever mobile samsung S5 or similar with sensors....

http://img854.imageshack.us/img854/8809/5ua8.png



I don't have the source code. I known made me the exe file.

and the bat file is source known but listas.exe another known give me instructions not to give explanations (things of programmers of course). But I have to take into considerations and rispect)

The bat code
rem primer intento fallido
rem echo off
rem Y:\GABINETE\PROYECTOS\Listas.exe
rem exit
echo off
Y:
cd Y:\GABINETE\PROYECTOS
Listas.exe
exit



I am waiting for the code to interpret a chain.
I can't give the code is not mine and not allowed to give.
It's a programmer in C from a dissapeared forum, but I have a forum where he goes often. I can tell but if goes well in other pc..... the problem is in the desktop pc.
sorry
Just I can't
 :huh:

2434
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 24, 2013, 05:54 PM »
the first screenshot.
From the portatil. The listas.bat is executed and open the console

http://img32.imageshack.us/img32/1641/dcjm.png


2435
General Software Discussion / Re: exe behaviour
« Last post by Contro on September 24, 2013, 05:48 PM »
Ath thanks a lot. I am making experiments.
In other pc goes well..... that may be a sympton.
The pity thing i don't have the source, but of course i have the source of the bat file.
The pc have no virus, and have a cleaned registry.
I will put you a screenshot of the console in the system goes well (in the portatil)
and a screenshot in the desktop where the initial error window appear.

It's a strange thing.
 :-[
2436
General Software Discussion / exe behaviour
« Last post by Contro on September 24, 2013, 02:28 PM »
exe behaviour

Recently an exe going well though years give me strange error.

Appear a window telling me that the invoke .bat file is not found.
I have consult where I buy my pc and indicates me the possibility of antivirus intervention. But I have disconnected and the error continues.
How can I depure this program ?

The path to the bat file is :
Y:\GHost\year\listas.bat
the file listas.bat is there and goes well, but the exe don't find.
I have tried deactivating the antivirus : Avast!, but don't go.

Anyone knows something about this type of problems ?

Best Regards
2437
Modify the windows size please with the double arrow indicator

I am going mad when I am nervous (that is in almost any difficult for me situation....)
I would like a very easy and simple way to modify windows and interior separator in the programs (like in Thunderbird) .
Sometimes the double arrows seems resist.
Is it possible to make bigger and more interactive ?
 :-*
2438
 ;D

As usual i am lack of memory. Excuse me.
https://www.donation...ex.php?topic=32870.0
 :P
2439
PDF Index-Contents Automation from any PDF searchable file

I know there is the possibility to create automatic bookmarks from microsoft word and then create the pdf.
But I would like the possibility to create a content table or index in a pdf file according to the sintax and appearance of the pdf document.

Is it possible ?

Best Regards
2440
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 03:45 PM »
 ;D
I am very surprised with this about pdf editor and libreoffice

http://en.wikipedia....List_of_PDF_software

Editors

These allow users to modify an existing PDF file.
Name                       License    Platforms                                    Description
LibreOffice                       GNU LGPL    Windows, Mac OS, Linux    native PDF opening and saving
OpenOffice Draw               GNU LGPL    Windows, Mac OS, Linux    PDF import via OpenOffice.org software, or extensions[1]
Inkscape                        GNU GPL    Windows, Mac OS, Linux    Open, edit and export documents, but only one page at a time (pages can be later combined using PDF printer)
PDFedit                       GNU GPL             Windows, Linux, BSD             Software to view or edit the internal structures of PDF documents, and merge them
Pdftk                               GNU GPL             Windows, Mac OS, Linux, FreeBSD, Solaris    Command-line tools to edit and convert documents; supports filling of PDF forms with FDF/XFDF data. GUI front-end exists
PDFSaM                       GNU GPLv2     Windows, Mac OS, Linux, FreeBSD, Solaris    GUI and command-line tools to split and merge PDF documents, rotate and rearrange pages; supports encrypting/decrypting of PDF documents, setting permissions, adding front or back cover, extracting attachments, filling the metadata
Nitro PDF                       Proprietary    Windows                              Rich UI, allows combining PDFs, converting to other formats, editing (add images, shapes, text, etc.)
PDF Studio                       Proprietary    Windows, Mac OS, Linux       Full feature PDF editor
Karbon                       LGPL and GPL    Windows, Mac OS X, Linux, BSD, Solaris/Illumos    Import PDF with multiple pages as layouts, export as a one page PDF. All standard vector graphics editor features.


2441
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 03:34 PM »
I recently was working with a lot of contracts and stuff that were being revised constantly, with multiple sets of documents that needed to be merged and inserted, etc. all the time.  I used this program:
http://www.debenu.com/

It basically allows you to create methods of batch processing a bunch of pdf operations.  For example:
--open document 1
--insert pages 3-5 of document 2 after page 40 of document 1
--merge this new document with document 3

etc

very handy, very speedy.  saved me a lot of headaches.  a little quirky and buggy at times (sometimes it would just crash).  but overall i was very excited about it.

I think that the speedy method is the not interactive method as gDoc.
There are similar programs to this.
Able to insert or determine what pages indicating its numbers. But is not really in the drag and drop method.
I think
 :P
2442
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 01:56 PM »
^thanks for that tip Attronarch :Thmbsup:

There is now a pro version ($3.99 :up:) - it looks like you need the pro version if you want to select just part if the PDF's.
Strangely, they partially hide what the pro version does (see below) - and dont seem to do any straight-forward comparision on the site, but Pro obviously includes Rotate/Watermark/Secure (and I *think* selecting pages from PDF).
 (see attachment in previous post)

What I had was an old version and free version of the GUI version.
I have installed the free version and you can extract pages with the free version.
 :-*

In my old version you only can join or split, but not extract
In the new the novelty is that you can extract

Unfortunately is not so powerful like gDoc. but It's very useful indeed.
I have trying this afternoon the powerful libreoffice

There is a lot of solutions but I haven't find the one similar to gDoc
2443
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 01:43 PM »
Running to learn

http://img101.imageshack.us/img101/7251/besotene2.gif
both  :P
2444
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 06:38 AM »
Some programs are simple a headache or even a fake when paid. A fellow told us of the buggy question and seems habitual in this type of software. It's a mere opinion after trying a lot and no need to give names....
 :P
2445
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 06:26 AM »
http://angusj.com/pdftkb/#pdftkbuilder
I know and use, but is linear interactive. You can merge , you can split. If not so easy. I am trying now with other trials merely don't give note.
I put that program in the first post in the other post related to this one.
Thanks a lot tomos
Best Regards
 :-[

By example : Okdo All to PDF Converter Professional
fails me with one of my excel files trying. And is only an aproximation to the target.
They have free the merge/split tool
2446
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 05:21 AM »
Another example of a complicated program with no what you see is what you get way :
Advanced PDF Combiner 1.8

Offer a complicated window with multiple options you decide and limit to two pdf.
 :-[
2447
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 04:39 AM »
Adobe Acrobat utility PDF Binder is not enough flexible and quick
Offer additionally the possibility to merge from doc and xls, but not deeply inside just because uses a plane matrix o linear matrix. You can change the order the files are inserted, but not select a part of each one component like in the you tube video of the first post.
 :-[
2448
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 04:23 AM »
This one PDF Split Merge Extract don't offer a friendship environment and you have to elucubrate the way you want the final pdf, not in an interactive and simple drag and drop system. Not with enough flexibility.
 :-\
2449
General Software Discussion / Re: PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 04:12 AM »
This one Ultra PDF Merger v1.3.5 don't have the interactibility required because is a simple linear window where you can insert pdf, while the ideal is a multiple address window where any pdf is initially split in pages and then you are able with the drag and drop system to group, ungroup pages, move pages from one pdf to another, etc.
 :-*
2450
General Software Discussion / PDF Combiner, PDF Binder
« Last post by Contro on September 20, 2013, 03:48 AM »
I am searching for alternatives to an easy application for compose pdf files , able to merge, split, combine easily in the way you see in this video

http://www.youtube.c.../watch?v=8I4eKvQzikI   

I began this post here :
https://www.donation...ex.php?topic=36144.0

But I haven't found a confortable application for this purpose.

What I would like is a drag and drop alternatives applications able to extract in interactivity, compose , insert, extract, merge, split pdf files. Just in the way you see in the you tube video. Best Regards
Pages: prev1 ... 93 94 95 96 97 [98] 99 100 101 102 103 ... 158next