topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday June 25, 2025, 12:17 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 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 158next
1576
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by Contro on August 08, 2015, 08:42 PM »
And for those of you who don't want a headache reading the above code - here is an easier version :P

Code: Autohotkey [Select]
  1.  
  2. #if winactive("ahk_class CabinetWClass")
  3. {
  4.   ; quito la combinación hotkey control-alt-z  ^!z:: , para poner la combinación win+y
  5.   ; debido a que ctrl+alt+z la utilizamos junto con shift+ para volver al estado anterior
  6.   #y::
  7.   WinGet, WinID, ID, A
  8.   Gui, +LastFound
  9.   HWND := WinExist()
  10.   ControlGetText, DesPath, Edit1, ahk_id %WinID%
  11.   ; añado w400 para aumentar el ancho de la ventana
  12.   ; perfecto lo de h300 . Me funciona bien y ya tengo la ventana más grande y preparada
  13.   ; compara con copia (2) de Emptytxtfile.ahk para ver estado anterior.
  14.   ; quito en la línea de abajo h300 porque obtengo error a la segunda vez.
  15.   Gui, Add, ListView, r10 NoSort vChosenName h300 w400, File Name
  16.      For A,B in {1:"Instrucciones.txt",2:"Instalar en mv.txt", 3:"Es mal portable. Instalar como no portable.txt", 4:"Instalado como portable.txt", 5:"Instalar cuando se pueda.txt", 6:"ReciboLLamadaAlas.proponer fecha hora.txt", 7:"Ver pantallazos.proponer fecha hora.txt", 8:"Ver grabaciones de la fecha.proponer fecha sistema.txt", 9:"password   pegado del portapapeles.txt", 10:"Avira detecta virus. en parte a especificar.txt", 11:"File11.txt", 12:"Es un juego.txt", 13:"Es para entorno MAC Apple.txt", 14:"Tambien tienen versiones de pago.txt", 15:"No es buen portable.Instalado como portable.txt",16:"No funcione en xp. es para w7 o sup.txt", 17:"Nuevo Notepad++ Document.txt",18:"Script AutoIt.au3",19:"Script Autohotkey.ahk", 20:"es un trial de prueba.txt", 21:"ae.fecha.txt",22:"File22.txt", 23:"File23.txt", 24:"File24.txt",25:"File25.txt",26:"File26.txt"}
  17.     LV_Add("",B)
  18.     Gui, Add, Button, gChoose, Submit
  19.   ; añado w420 intercalado entre las comas para aumentar el ancho de la ventana opciones
  20.   ; me comentan de poner h300 en alguna parte inicio pruebas de ponerlo al lado
  21.   Gui, Show, h340 w420, Choose File Name
  22.   Return
  23. }
  24.  
  25. Choose:
  26. ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
  27. Loop, Parse, List, `n
  28. {
  29.    If !FileExist(DesPath "\" A_LoopField)
  30.       FileAppend,, %DesPath%\%A_LoopField%
  31. }
  32. Return

Owwww. Running to try !!!!!!!!

Best Regards
 :-*
1577
Post New Requests Here / Adapt emptytxtfile.ahk to windows 8.1
« Last post by Contro on August 07, 2015, 07:57 PM »
I don't know why don't go now.
Work wonderfully under w7
Sure I have misunderstanding something .

The code i am trying is :
Code: Autohotkey [Select]
  1.      
  2.     #if winactive("ahk_class CabinetWClass")
  3.     {
  4.       #y::
  5.       Gui, Destroy
  6.       WinGet, WinID, ID, A
  7.       Gui, +LastFound
  8.       HWND := WinExist()
  9.       ControlGetText, DesPath, Edit1, ahk_id %WinID%
  10.       Gui, Add, ListView, r10 NoSort vChosenName h300 w400, File Name
  11.          For A,B in {1:"Instrucciones.txt",2:"Instalar en mv.txt", 3:"Es mal portable. Instalar como no portable.txt", 4:"Instalado como portable.txt", 5:"Instalar cuando se pueda.txt", 6:"ReciboLLamadaAlas.proponer fecha hora.txt", 7:"Ver pantallazos.proponer fecha hora.txt", 8:"Ver grabaciones de la fecha.proponer fecha sistema.txt", 9:"password   pegado del portapapeles.txt", 10:"Avira detecta virus. en parte a especificar.txt", 11:"File11.txt", 12:"Es un juego.txt", 13:"Es para entorno MAC Apple.txt", 14:"Tambien tienen versiones de pago.txt", 15:"No es buen portable.Instalado como portable.txt",16:"No funcione en xp. es para w7 o sup.txt", 17:"Nuevo Notepad++ Document.txt",18:"Script AutoIt.au3",19:"Script Autohotkey.ahk", 20:"es un trial de prueba.txt", 21:"ae.fecha.txt",22:"File22.txt", 23:"File23.txt", 24:"File24.txt",25:"File25.txt",26:"File26.txt"}
  12.         LV_Add("",B)
  13.         Gui, Add, Button, gChoose, Submit
  14.       Gui, Show, h340 w420, Choose File Name
  15.       Return
  16.     }
  17.      
  18.     Choose:
  19.    ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
  20.     Gui, Destroy
  21.     Loop, Parse, List, `n
  22.     {
  23.        If !FileExist(DesPath "\" A_LoopField)
  24.           FileAppend,, %DesPath%\%A_LoopField%
  25.     }
  26.     Return


Launch well the selection windows but finally the files are not created.

Best Regards
Win+Y
1578
Post New Requests Here / Re: A Script for my 1001 email accounts in Thunderbird
« Last post by Contro on August 05, 2015, 01:03 PM »
Finally i am using an addon from thunderbird :

https://addons.mozil...n/quick-folder-move/

Works fine

Best Regards
1579
General Software Discussion / freenom.com and dot.tk frauds in url redirection
« Last post by Contro on August 01, 2015, 10:38 AM »
freenom.com and dot.tk frauds in url redirection
If you started to get traffic. Your domain will surely redirected to their surveys.
In my personal experience i began using several tk redirection about 2004 . Recently i put one of these redirections in several forums.
That's was enough to see the 100 free domain "expired".
IN the beginning they promised you only need to have a number of visits to maintain the free domain.
In my opinion they are liars, thieves, fraudulent business and scam.

http://www.taringa.n...k-son-un-fraude.html
https://wmsn.biz/ht....2084c912c44e8574f041
https://www.quora.co...lent-company?share=1
http://www.abestweb....quot-tk-quot-domains
http://community.myb...d-114537-page-2.html
http://gigarank.net/...-registrar-or-is-it/
http://blog.thomas.pp.ua/?p=373
https://www.linkedin...domain-scam-magazine
http://tk-domain-big...cam.blogspot.com.es/
https://productforum...bmasters/DK9KsZVKgvU

Best Regards
1580
General Software Discussion / Re: NAS software and limitations
« Last post by Contro on July 24, 2015, 12:49 AM »
I've had decent luck with FreeNAS. YMMV.

I visit the forum and see powerpoint presentation. It's for professionals clearly and you have to effort to manage FreeNas. But then you are the king.
Best Regards
1581
General Software Discussion / Re: NAS software and limitations
« Last post by Contro on July 24, 2015, 12:48 AM »
I don't understand.
By example :
For windows ...
Not android, not ubuntu i use too.
Can I access to the NAS to write data in an open database in that storage ?

Can I even write data is the database is conrolled by an android program ?

Best Regards

P.D. all my doubts come for consider the information aboutr FreeNAS and limitations about writing and reading data


I don't see why you wouldn't be able to. Personally, I'm using an Asustor AS-608T with 6x4TB HDD's in RAID 5 (formatted as NTFS). I have MySQL running 24/7, and have been doing so for about a year now without any issues, nor do I expect any that I wouldn't run into with any other server at some point or another. I access the NAS with a variety of devices, ranging from iPhones/iPads, Android phones and tablets, PC's running Linux, Windows and my MacBook. Heck, I even have my Nexus Player (Android TV) access the device. It doesn't matter to the devices what file system the NAS itself is running.

i see. Good news for me.
Best Regards
1582
General Software Discussion / Re: NAS software and limitations
« Last post by Contro on July 21, 2015, 08:33 PM »
What i suspect is that a NAS is prepared to receive or give file to differents devices under differents operating systems....

Ubuntu is able to read NTFS, but windows need additional addons....
I can automate surfing in my mobile android except is rooted (i think)

So NAS is really for backup and play too. Or play with some limitations ?
1583
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 21, 2015, 08:01 PM »
Miles, 7stacks works even better in windows 8.1
I am using from windows 7.
Several of my icons are groups : M multimeda , O Office, T Tech, etc.
 :-*
1584
General Software Discussion / Re: NAS software and limitations
« Last post by Contro on July 21, 2015, 07:57 PM »
I don't understand.
By example :
For windows ...
Not android, not ubuntu i use too.
Can I access to the NAS to write data in an open database in that storage ?

Can I even write data is the database is conrolled by an android program ?

Best Regards

P.D. all my doubts come for consider the information aboutr FreeNAS and limitations about writing and reading data
1585
Trying :

#SingleInstance Force
; ^s:: ; press ctrl-s , quito esta línea del script inicial para activar la hotkey con pe
  Process, Exist, thunderbird.exe
  if (ErrorLevel) ; process is running
     WinActivate, ??????????????? (Caption of thunderbird to be determinated, Window Title)  ; creo que este es el título. sí lo es. Comprobado con AA
  else
     Run Y:\PORTABLES\Navegadores . Internet . Correo\ThunderbirdPortable\App\thunderbird\thunderbird.exe
     Sleep, 500
Send !i
Send % Chr(097) ; Sends the ascii value 097 that is the letter a
Send % Chr(097) ; Sends the ascii value 097 that is the letter a
; variable windows asking to introduce the email :    [email protected]
; possibility to control the last emails entries in a tab or similar
; once selected the account go the inbox folder
; possibility to control next level subfolder if exists....
Return
 :-*
1586
Post New Requests Here / A Script for my 1001 email accounts in Thunderbird
« Last post by Contro on July 21, 2015, 06:37 PM »
I need an ahk script or similar.

I have the spanish version of Thunderbird (TB).

I have so many accounts that i am suffering a lot trying to locate my accounts quickly.

In the Thunderbird menu have the option Go (in spanish "Ir") . To select this option i need to press ALT+i
Then go to the folder (in spanish "Carpeta" ). To select this option i have to press letter         a
In my proofs, for some reason in the spanish version when i press      a      goes to the option "Prior" (in spanish "Anterior"). A block A.
If i press twice then goes to the desired option        a    (a from "Carpeta")
After this appear a huge list of my emails of several pages. I would like then introduce the name of my account to locate it.
And finally goes to the Inbox folder of that account (in spanish "Bandeja de Entrada")
Even in a few cases i have to go to another sublevel entering the name of the subfolder.

I need to execute the ahk when i have already entered in the main window of Thunderbird

IN FEW WORDS
ALT+i
a     a
variable windows asking to introduce the email :    [email protected]
Bandeja de entrada
If exists subfolders then ask me for its name ....


Summary : Navigate to the desired folder.

Note : Sometimes is good wait until the step is given. Wait for action.
In the account name will be good have the option to select prior entries in a tab or similar.
Idem if exist a final level.

Can i have this script ?

Best Regards

 



1587
General Software Discussion / NAS software and limitations
« Last post by Contro on July 21, 2015, 05:35 PM »

Hello everyone

NAS are for writing and reading ?
Are NTFS file formated ?
Can I execute from a NAS a database and read in my pc ?

Best Regards
 :-*
1588
I afraid i am a little dummy.....

I don't follow the install instructions. So don't was creating the install directory in C:

Now i have done and the program works amazingly.
 :-*

Thanks a lot
 :P
1589
except the pause at the final of the script is exactly the same.

So....

Is it necessary for me change the code page in windows 8.1 ?

Sorry....

I think i am a little dummy....

Revising help :

To Install:
1) Extract
2) Copy folder to C:\
3) Double-click OpenURLs_Install.reg and answer Yes/OK for following requesters

It'll open any .url file in the folder with your default browser, one URL every three seconds.

To Remove:
1) Double-click OpenURLs_Remove.reg and answer Yes/OK for following requesters
2) Delete folder (unless you have something else in there, in which case don't)

Updated: Add to Folder background context menu
             Change codepage to 28591, (ISO 8859-1 Latin 1; Western European (ISO))
Updated: Change codepage to 1252, (ANSI)

 :-[
1590
Running to try and inform you.
Best Regards
1591
Hello again 4wd
I have adquired a portatil with windows 8.1
And for some reason now don't go the program

What can i do ?

Best Regards
1592
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 06:59 PM »
With small buttons works fine.
Is more sthetical too, but i prefer see well. So I will mantain probably the big ones.
In windows 7 i have three lines, but with small icons...
Some icons don't help me to give good appearance.... simple letters to remember , animals icons....
I know i know, but .....
 :tellme:
1593
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 06:48 PM »
It's an option Miles
I can control that window minimizing all or something
I have not a keen eye, so this configuration is worst for me... I say minimal icons in the taskbar....
 :-[
1594
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 06:37 PM »
With acronis seems difficult...

I apply winkey+left click+c and the windows change

the screenshots

Finally i fix the taskbar , but then i lose the head of the acronis window
1595
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 04:52 PM »
Miles I don't see clear.
Is able moveit of re-scale a window ?
Because the problem is with windows than in the selected resolution are very big i think...

 :-[
1596
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 04:44 PM »
@Contro,
trying to use a taskbar of that height, on a laptop with 1366x768 is not realistic, in my opinion. I think it would be impossible to avoid problems with it.
Would you consider putting your taskbar on the side, if you really want to have it always on display (I havent done this myself so dont know how well it works on Windows 8).

I am using a triple height taskbar myself.  Works fine.  The issue I could see would be programs with a non-sizable window that expect to have more height to work with.  But I haven't run into one of those in some time.

In fact MoveIt should get the window small enough to get at the edges to resize it.  I changed it so you can hold down the middle mouse button anywhere on a window.  It does not have to be on caption bar anymore.

Contro get the newest MoveIt and hold down middle mouse button on a window and press the letter 'c' to resize inside the Work Area.  Disable Taskbar AutoHide is needed for MoveIt to get the work area size(which is what you use anyway like me.)


Thanks a lot Miles.

But the central wheel pressure is for launch my main program : Goldmine.

Sure is configurable, but I would like to know if these windows are scalable because seems only prepared for one size and not sizeable.

Best Regards
 :-*
1597
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 04:42 PM »
lol, ^ that's^ a bit harsh Curt, even if I wouldnt go for that style of taskbar myself either...


@Contro,
trying to use a taskbar of that height, on a laptop with 1366x768 is not realistic, in my opinion. I think it would be impossible to avoid problems with it.
Would you consider putting your taskbar on the side, if you really want to have it always on display (I havent done this myself so dont know how well it works on Windows 8).

I am trying to adapt to the new situation with a sliding taskbar appearing and dissapearing.

I use several programs with this window problem. Acronis and autocad have problems.
 :-\

1598
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 04:35 PM »
Maybe not install new programs for this just yet. Your taskbar looks like shit, and you say WinKey+Left_Arrow doesn't work. I think you should fix these two problems, before you do anything else.


Oh so. My system is new. The portatile is new. Under windows 7 in my old portatile no problem with the taskbar size 3

At least one time i have a fucking shit problem with such conditions....

Best Regards
 ;D
1599
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 03:21 PM »
1600
General Software Discussion / Re: Taskbar and windows 8.1
« Last post by Contro on July 14, 2015, 03:19 PM »
It's terrible. Even some windows when are maximized don't allow the taskbar to return.....

 :o
Pages: prev1 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 158next