AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 77 matches
AutoHotkey Community Forum Index
Author Message
  Topic: loop trouble
Gre

Replies: 15
Views: 813

PostForum: Ask for Help   Posted: Tue Nov 23, 2004 3:16 am   Subject: loop trouble
Gui, Add, ListBox, x76 y50 w430 h110 AltSubmit vMyListBox ,gMyListBox,
Very Happy I can't believe I did it Very Happy
  Topic: loop trouble
Gre

Replies: 15
Views: 813

PostForum: Ask for Help   Posted: Mon Nov 22, 2004 7:02 am   Subject: loop trouble
Sorry,I did not read your posts with attention
I did not notice that you are recursing(recursing??is it correct??) subfolders

edit:
Just replace %LoopFullPath% with %A_LoopFileFullPath% and the s ...
  Topic: loop trouble
Gre

Replies: 15
Views: 813

PostForum: Ask for Help   Posted: Mon Nov 22, 2004 3:05 am   Subject: loop trouble
What I want to say is:
Gui, Add, ListBox, vMyListBox x... y...
MyListBox value is one of the %A_LoopFileName%

so current folder = %c% then current folder followed by MyListBox value = full file p ...
  Topic: loop trouble
Gre

Replies: 15
Views: 813

PostForum: Ask for Help   Posted: Mon Nov 22, 2004 2:26 am   Subject: loop trouble
Loop, %c%\*.jpg, 0, 1
File to run :
%c%\%A_LoopFileName%
  Topic: loop trouble
Gre

Replies: 15
Views: 813

PostForum: Ask for Help   Posted: Mon Nov 22, 2004 1:39 am   Subject: loop trouble
I believe you are using
Loop, some dir\*.ext,...

You can do this variable = some dir ,then use %variable%%A_LoopFileName%
I am also using a listbox as a listview/treeview for my editor. Smile
  Topic: read reg
Gre

Replies: 42
Views: 1900

PostForum: Ask for Help   Posted: Sat Nov 20, 2004 6:59 pm   Subject: read reg
Wow, I didn't notice this flaw. Exclamation I guess I was becoming mad with this sequence of replys Smile
Thanks for the correction.
  Topic: On-Screen Keyboard
Gre

Replies: 26
Views: 6576

PostForum: Scripts & Functions   Posted: Fri Nov 19, 2004 12:24 am   Subject: On-Screen Keyboard
Tryed this script now,it is really nice.I think it is a good one to be posted in the showcase
  Topic: Gui Control "G" (GoSub) bug?
Gre

Replies: 7
Views: 1219

PostForum: Bug Reports   Posted: Thu Nov 18, 2004 12:54 am   Subject: Gui Control "G" (GoSub) bug?
just downloaded new version, and my radio gsub are not working anymore.
Must I change something in my scripts?
thanks

EDIT
It is working...but only after a second click on the radio buttons
  Topic: StatusBarWait not working!
Gre

Replies: 26
Views: 2413

PostForum: Ask for Help   Posted: Sun Nov 14, 2004 12:04 am   Subject: StatusBarWait not working!
Hi, anatoly
Could you test this script?
It is for iExplorer windows and it is working here.
Change sounds paths if needed.SetTitleMatchMode, 1
DetectHiddenText, on
DetectHiddenWindows, on

Loop ...
  Topic: Monitor / Check Errorlevel
Gre

Replies: 4
Views: 367

PostForum: Ask for Help   Posted: Fri Nov 12, 2004 5:56 am   Subject: Monitor / Check Errorlevel
Sometimes,when debugging a script,I use sounds to tell me the errorlevel value, if errorlevel is "bad"
the script plays a sound followed by other sounds that represents each errorlevel value.
You c ...
  Topic: Webpage of Icons
Gre

Replies: 9
Views: 498

PostForum: Ask for Help   Posted: Thu Nov 11, 2004 6:03 am   Subject: Webpage of Icons
My favorite icon site http://interfacelift.com/icons-mac/index.php
  Topic: Script to create auto updating menus
Gre

Replies: 11
Views: 5678

PostForum: Scripts & Functions   Posted: Tue Nov 09, 2004 5:50 pm   Subject: Script to create auto updating menus
Hi.
Well, in my opinion it is better add a hotkey to the "main" script (eg:Autohotkey.ini) to call the generated script(#x:Run, c:\menus\«generated_menu.ahk
it will be launched really fast),becaus ...
  Topic: newb needs help writing a looping script
Gre

Replies: 2
Views: 381

PostForum: Ask for Help   Posted: Tue Nov 09, 2004 6:45 am   Subject: newb needs help writing a looping script
this is the simplest example
loop
{
mouseclick,left
send, {space}
sleep, 1000
mouseclick,left
send, {space}
sleep, 45000
}

#k::ExitApp
  Topic: Script to create auto updating menus
Gre

Replies: 11
Views: 5678

PostForum: Scripts & Functions   Posted: Tue Nov 09, 2004 6:21 am   Subject: Script to create auto updating menus
Script updated
Sorry,there was a stupid mistake in the script,it was working only with CabinetWClass windows and not with ExploreWClass,because I never use explorer.exe,now it is working ok.

Hi,de ...
  Topic: Script to create auto updating menus
Gre

Replies: 11
Views: 5678

PostForum: Scripts & Functions   Posted: Tue Nov 09, 2004 1:32 am   Subject: Script to create auto updating menus
It will be a little difficult to give explanations in English.I am using a web translator to write my posts and you know...web translators are not very smart.
Is it OK to put several images in my pos ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group