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 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Getting current path from active save dialog
bitcloud

Replies: 5
Views: 352

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 12:05 pm   Subject: Getting current path from active save dialog
Actually... leef_me is only partly right...

Some applications have a save dialog with no discernible "full path" dialog (not sure the difference... perhaps they're using a legacy save dia ...
  Topic: Getting current path from active save dialog
bitcloud

Replies: 5
Views: 352

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 11:35 am   Subject: Getting current path from active save dialog
Thanks guys. Leef_me is right...

Explorer dialogs use edit1, and save dialogs use edit2
(And both are hidden under another edit box)
  Topic: Getting current path from active save dialog
bitcloud

Replies: 5
Views: 352

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 6:02 am   Subject: Getting current path from active save dialog
Hi Guys.

I can extract my current path from explorer windows using:

WinGetClass explorerClass, A
ControlGetText currentPath, Edit1, ahk_class %explorerClass%
msgbox %currentPath%


Does a ...
  Topic: Determining: File vs Folder?
bitcloud

Replies: 3
Views: 454

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 6:00 am   Subject: Determining: File vs Folder?
Thanks... the file folder loop worked.


Loop, %path%, 2 ;the 2 specifies to only loop for folders
{
msgbox This must be a folder/path
}
  Topic: Determining: File vs Folder?
bitcloud

Replies: 3
Views: 454

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 5:34 am   Subject: Determining: File vs Folder?
Is there a way to determine if a string is a file vs folder?

I need to treat folders differently to files, but an ifexist will only tell me if it exists, not whether it's a file or a folder

any ...
  Topic: Get Current Explorer Path (solved)
bitcloud

Replies: 0
Views: 327

PostForum: Ask for Help   Posted: Fri Feb 19, 2010 4:14 am   Subject: Get Current Explorer Path (solved)
Hi Guys,

I'm struggling with this script to determine the current explorer path.

WhatFolder.ahk


WinGetClass explorerClass, A
ControlGetText currentexpPath, Edit1, ahk_class %explorerClass% ...
  Topic: Mouse & Keyboard Recorder v1.03
bitcloud

Replies: 36
Views: 13141

PostForum: Scripts & Functions   Posted: Thu Feb 18, 2010 5:27 am   Subject: Mouse & Keyboard Recorder v1.03
um.... dude this is tidy.
I don't know why there aren't more responses...

I've tried 2 other macro recorders and none of them work properly...

the only suggestions I would have are:

1) a sto ...
  Topic: Colour Coded Coding (Rich Text Coding)
bitcloud

Replies: 7
Views: 682

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 9:31 pm   Subject: Colour Coded Coding (Rich Text Coding)
Those two tools are brilliant!

that sublimetext minimap and sidebyside editing are such good ideas...
I'll offer up my suggestions to the author too... good idea... He seems like he's be open to a ...
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 12:14 pm   Subject: GUI - Barking up the wrong tree?
brilliant!

awesome thanks a heap murx. (the GUI thing is starting to make a little more sense now, cheers Very Happy)
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 11:31 am   Subject: GUI - Barking up the wrong tree?
argh.. sorry..

what am i doing wrong?

Gui, Add, Text, x36 y127 w410 h50, Default Text
this works

so i add the vVariable

Gui, Add, Text, x36 y127 w410 h50, vVariable , Default Text
It's t ...
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 10:39 am   Subject: GUI - Barking up the wrong tree?
ahh yes, that makes sense Dman,

thanks..

So, just to clarify for others reading this:
vMP and MP can be replaced with
vMyVariable and MyVariable (or any variable of your choice)

(thats how ...
  Topic: Colour Coded Coding (Rich Text Coding)
bitcloud

Replies: 7
Views: 682

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 10:37 am   Subject: Colour Coded Coding (Rich Text Coding)
oh i don't know...

but it might have something to do with the fact that the human eye registers colour about 10 million times faster than it registers the meaning of words...

also because when y ...
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 7:59 am   Subject: GUI - Barking up the wrong tree?
Sorry, can you just clarify for me the connection between the GUI labelled as MP, and the element labelled as vMP?

I don't understand the naming, or how it "knows" to update this element. ...
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 7:52 am   Subject: GUI - Barking up the wrong tree?
Thank you!

yes, that works a treat... I wasn't aware of the GUIControl Command (and I wondered why the GUI always boggled me)

For anyone else who happens to stumble on this thread, here's a work ...
  Topic: GUI - Barking up the wrong tree?
bitcloud

Replies: 12
Views: 414

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 7:09 am   Subject: GUI - Barking up the wrong tree?
Hi guys,

I'm trying to operate the AHK GUI, and it's got me a little baffled.
I don't really want a specific answer - i just want to know if the following is possible or whether I'm barking up the ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group