topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday September 20, 2026, 12:14 pm
  • 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 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 158next
3126
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 28, 2012, 06:36 PM »
Understood

Best Regards
3127
Until the moment I have found two

1. Adobe Premiere

2. VirtualDubMod

and PresentaVid Video To Images 1 seems to be dissappeared and undownloable :-*
3128
General Software Discussion / Explode a portion of a video in multiples images
« Last post by Contro on June 28, 2012, 01:11 PM »
Explode a portion of a video in multiples images

I am looking for an utility to identify a portion of a video file (one second of his duration, one minute....) and be able to create so many screenshots as desired contained in the lapse.
Was is the velocity to create video ? How many images for second ?

Best Regards
 :-*
3129
A Strange thing. One time goes well. next time fails.

4wd is the best initial idea :

Possibilities with the assigned hotkey .
1. In the active window assigned hotkey copy the active window path to the clipboard
2. In the active window and one subfolder select copy the the subfolder path to the clipboard
3. In the active window and file select inside that folder or explorer window copy the file path to the clipboard.

 :P
3130
Try this:

Code: Autohotkey [Select]
  1. #c:: ; Win+C, change to your liking.
  2. {
  3.     SendInput, ^c
  4.     ClipWait, 2
  5.     Clipboard = %Clipboard%
  6. }
  7. Return

Running to try
Best Regards
 :-*
3131
I'm not sure but I think what Contro is saying is:

a) If no file is selected, return the Window address field to the clipboard.
b) If a file is selected, return the full path of the file.

Feel free to ignore me if I'm wrong :)

Of course, with my non-knowledge of AutoHK you might have already answered the question, in which case feel free to  :trout:

May be that what you are telling is what I must say.

 ;D

It's a good solution, because with one hotkey we can do all the tasks

3132
Finished Programs / Re: SOLVED: Script to send email, but ....
« Last post by Contro on June 28, 2012, 06:12 AM »
 ;D

At the present moment I am using the command line options with Thunderbird to compose emails without opening the whole program.

Best Regards

I am using IMAP
 :P

thank you very much
3133
Repeating

#c:: ; Win+C, change to your liking.
    {
       Clipboard = %Clipboard%
    }
    Return

don't go

I don't understand

clipboard = %clipboard%   ; Convert any copied files, HTML, or other formatted text to plain text.

I position the cursor over one file.

By example :

http://img40.imageshack.us/img40/572/mozart2806201233147.png


After applying the script don't appear the clip in my Ditto Clipboard.
3134
Repeating

#q:: ; Win+Q, change to your liking.
    {
       WinGetTitle, Clipboard, A
    }
    Return

Go perfect
3135
General Software Discussion / Re: Sublime Text 2.0 final
« Last post by Contro on June 27, 2012, 06:31 AM »
 ;D
done
3136
i am trying this first. But no results

; 1. Capture the address of the selected active window to the clipboard with a definable hotkey

; Since you have the active path displayed in the window's titlebar, you can do your first request like this:

; Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
; Skwire
;   !#y:: ; no parece elegible ^#y en ctrl+Win+y, change to your liking. Pruebo con alt
^!u:: ;
    {
       WinGetTitle, Clipboard, A
    }
    Return

In the screenshots I selected the folder path, but the target is copy to the clipboard without it.
Only needed to select the windows folder.

I am doing something bad. Don't copy
I tried also win+1
but the clipboard have wrong.
It seems don't act the command
3137
1. Capture the address of the selected active window to the clipboard with a definable hotkey

Since you have the active path displayed in the window's titlebar, you can do your first request like this:

Code: Autohotkey [Select]
  1. #q:: ; Win+Q, change to your liking.
  2. {
  3. }
  4. Return

2. capture the file path selected to the clipboard with a definable hotkey

The easiest way is probably:

Code: Autohotkey [Select]
  1. #c:: ; Win+C, change to your liking.
  2. {
  3.     Clipboard = %Clipboard%
  4. }
  5. Return



Running
I can't believe would be so simpleeeeeeeeeeeeeee

 :-*
3138
how to create the entry in the main contextual menu for creating an empty txt file

ah, wait.  Do you want to add something to a Folder/Directory context menu that will create a new .txt file and perhaps open it in Notepad++?  Those menus are in the File Type tab under 'Folder' and 'File Folder'.  Be very very careful, but the same technique applies.  For the action to open a new file in Notepad++ you'd put in the same commands you'd use on a command line.  As for simply creating a file, that's probably not too difficult.  

probably..... Try it !
I think is very difficult for anyone, specially for me....
 :P

but try in xp sp3....
3139
Capture the address window or file path to the clipboard with hotkey

I would like a software for

1. Capture the address of the selected active window to the clipboard with a definable hotkey
2. capture the file path selected to the clipboard with a definable hotkey

http://img577.imageshack.us/img577/6646/mozart26062012223822.png

http://img27.imageshack.us/img27/4067/mozart26062012223835.png


Best Regards
3140
General Software Discussion / Re: Sublime Text 2.0 final
« Last post by Contro on June 26, 2012, 04:32 PM »
I received this error in executing under windows xp pro sp3

 :-*

http://img32.imageshack.us/img32/2369/mozart26062012223046.png


What can i do ?

3141
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:59 PM »
It was my fault. Now the letters go well.
what happen before ? I don't know. I am trying a lot of programs these days.
3142
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:35 PM »
Curious thing. The soft mdaxel don't let me create a folder PRG . It's forbidden.
3143
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:32 PM »
Difficult obstacle. The developer don't appear and the soft change my keyboard configuration while active.  :P
3144
Post New Requests Here / Re: Empty Folder List Creator in the active window
« Last post by Contro on June 26, 2012, 01:27 PM »
First aproach :

http://www.softonic.com/s/mdaxel

I am investigating.
 :-*
3145
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



I think you are talking about Windows 7

I think in windows xp pro is not possible my required configuration.

And Windows 7 have several new hotkeys that don't go in windows xp pro sp3

 :-*
3146
Finally I solve in this way :

Applying a script from here :

https://www.donation...?topic=31333.new#new

and adding the option of a standard generic txt file.

3147
Is it only a .txt file's context menu that you want to add something to?

If you don't need to automate this to do it often, in XP you can manually add an entry to a .txt file's main context menu thru the Folder Options, File Types tab

I can't understand. What do you mean ?

http://img69.imageshack.us/img69/8200/mozart26062012183422.png


I have a txt entry in Folder Option (Opciones de carpeta) - File Types (Tipos de archivo)

Best Regards

3148
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



What do you mean ? I can't understand
3149
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



I have to revise the windows xp pro spanish version. Control+shift+T no interaction in the desktop.

 :-[
3150
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).



Running to try curt.
Is a txt file. Normal. with that editor that is better than notepad o el notes bloc original from the system.

 :-*
Pages: prev1 ... 121 122 123 124 125 [126] 127 128 129 130 131 ... 158next