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 44 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to prevent Gui from flicker
bob3150

Replies: 4
Views: 332

PostForum: Ask for Help   Posted: Fri Jun 09, 2006 11:34 am   Subject: How to prevent Gui from flicker
Thank you this is what I was searching for.
  Topic: How to prevent Gui from flicker
bob3150

Replies: 4
Views: 332

PostForum: Ask for Help   Posted: Fri Jun 09, 2006 10:35 am   Subject: How to prevent Gui from flicker
I have tried the following which was not working

Gui, Show, h%GuiHeight% w%GuiWidth% x%GuiX% y%GuiY% Hide, %MainWnd%
WinSet, Transparent,0, %MainWnd%
Gui, Show, %MainWnd%
Loop, 50
{
...
  Topic: How to prevent Gui from flicker
bob3150

Replies: 4
Views: 332

PostForum: Ask for Help   Posted: Fri Jun 09, 2006 10:28 am   Subject: How to prevent Gui from flicker
I want to fade in a window with the following code but it flickers before it fade in.

Gui, Show, h%GuiHeight% w%GuiWidth% x%GuiX% y%GuiY%, %MainWnd%
Loop, 50
{
If A_Index = 50
...
  Topic: Search all files with specific extension on harddisk
bob3150

Replies: 2
Views: 277

PostForum: Ask for Help   Posted: Sun Apr 09, 2006 11:16 am   Subject: Search all files with specific extension on harddisk
Thank you for your quick answer - this was exactly what I was searching for.
  Topic: Search all files with specific extension on harddisk
bob3150

Replies: 2
Views: 277

PostForum: Ask for Help   Posted: Sun Apr 09, 2006 10:12 am   Subject: Search all files with specific extension on harddisk
How I can search for all files with an specific extension on the whole harddisk that I can do an operation with each file?
  Topic: Is it possible to receive all Windows Close and Open actions
bob3150

Replies: 13
Views: 501

PostForum: Ask for Help   Posted: Tue Mar 28, 2006 2:15 pm   Subject: Is it possible to receive all Windows Close and Open actions
Ja!
  Topic: Is it possible to receive all Windows Close and Open actions
bob3150

Replies: 13
Views: 501

PostForum: Ask for Help   Posted: Tue Mar 28, 2006 1:09 pm   Subject: Is it possible to receive all Windows Close and Open actions
Thank you Greg that you bring it on the point. I was afraid of such an answer that it couldn't be done with AHK Crying or Very sad
  Topic: Is it possible to receive all Windows Close and Open actions
bob3150

Replies: 13
Views: 501

PostForum: Ask for Help   Posted: Tue Mar 28, 2006 12:16 pm   Subject: Is it possible to receive all Windows Close and Open actions
Poo, that seems to get to complicated!
I thought I explained it above what it should do - there is also an app which dose nearly what I want (ZoomOpen), but its buggy, fading can not be adapted and i ...
  Topic: Is it possible to receive all Windows Close and Open actions
bob3150

Replies: 13
Views: 501

PostForum: Ask for Help   Posted: Tue Mar 28, 2006 7:55 am   Subject: Is it possible to receive all Windows Close and Open actions
I'm not sure how this should work. I guess you mean I should use a timer should continuously check the existing or non existing windows. If it is like this - it probably could help for upcoming window ...
  Topic: Is it possible to receive all Windows Close and Open actions
bob3150

Replies: 13
Views: 501

PostForum: Ask for Help   Posted: Tue Mar 28, 2006 2:15 am   Subject: Is it possible to receive all Windows Close and Open actions
Is it somehow possible to receive all Window Close and Open actions from Windows to trigger an script action. - Another explanation: It does not matter which window appears or disappears on Desktop in ...
  Topic: If (expression) or (expression) or (expression) ?
bob3150

Replies: 8
Views: 368

PostForum: Ask for Help   Posted: Fri Mar 10, 2006 9:01 pm   Subject: If (expression) or (expression) or (expression) ?
Thank you for your help. You was right, it was my fault, I had changed something different in between, so it was not working.
  Topic: If (expression) or (expression) or (expression) ?
bob3150

Replies: 8
Views: 368

PostForum: Ask for Help   Posted: Fri Mar 10, 2006 8:29 pm   Subject: If (expression) or (expression) or (expression) ?
no this also don't help
  Topic: If (expression) or (expression) or (expression) ?
bob3150

Replies: 8
Views: 368

PostForum: Ask for Help   Posted: Fri Mar 10, 2006 8:14 pm   Subject: If (expression) or (expression) or (expression) ?
And how is the correct syntax for that
If (var <> %var1%) or (var <> %var2%)
{}
is not working
If var <> %var1%
{}
If var <> %var2%
& ...
  Topic: If (expression) or (expression) or (expression) ?
bob3150

Replies: 8
Views: 368

PostForum: Ask for Help   Posted: Fri Mar 10, 2006 7:58 pm   Subject: If (expression) or (expression) or (expression) ?
Is it somehow possible to create a construct like the following
If (var = 1) or (var = 3) or (var = 5)
  Topic: LButton and ListView Problems
bob3150

Replies: 1
Views: 773

PostForum: Ask for Help   Posted: Fri Mar 10, 2006 5:24 pm   Subject: LButton and ListView Problems
I don't know if I'm doing something wrong in my code (see below) or it is a bug. The code below is working for all GUI types I'm using also for ListView without the check box activated, but if the che ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group