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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: multiline item in treeview
myscript

Replies: 0
Views: 72

PostForum: Ask for Help   Posted: Wed May 28, 2008 8:29 pm   Subject: multiline item in treeview
Hi, all
i'd like to know if it's possible to have a Treeview with an item or more item with text on more than one line

i.e. for display a text with a larger number of character without the horizon ...
  Topic: Options for TreeView
myscript

Replies: 2
Views: 166

PostForum: Bug Reports   Posted: Sun May 11, 2008 9:53 pm   Subject: Options for TreeView
The tutorial:
The Options parameter is a string containing zero or more words from the list below (not case sensitive). Separate each word from the next with a space or tab. To remove an option, prec ...
  Topic: gLabel with Treeview
myscript

Replies: 4
Views: 112

PostForum: Ask for Help   Posted: Sun May 11, 2008 4:08 pm   Subject: gLabel with Treeview
thanks....
I found that it's possible to insert in treview's options "AltSumit"
then in the suroutine:
if (A_GuiEvent == "Normal") thus it's possible to execute the subroutine o ...
  Topic: gLabel with Treeview
myscript

Replies: 4
Views: 112

PostForum: Ask for Help   Posted: Sat May 10, 2008 10:45 pm   Subject: gLabel with Treeview
Thanks for the answer but i think the function Label is executed however the first time

Yes i start with xx=0 but the line xx=1 is executed without action in the control
  Topic: gLabel with Treeview
myscript

Replies: 4
Views: 112

PostForum: Ask for Help   Posted: Sat May 10, 2008 9:55 pm   Subject: gLabel with Treeview
Hi all,
In the manual i read:

A g-label such as gMySubroutine may be listed in the control's options. This would cause the MySubroutine label to be launched automatically whenever the user perform ...
  Topic: Help!! performance - Convert a Script to an EXE (ahk2exe)
myscript

Replies: 5
Views: 226

PostForum: Ask for Help   Posted: Fri Sep 07, 2007 6:59 pm   Subject: Help!! performance - Convert a Script to an EXE (ahk2exe)
thanks lot
but it reduce the time only of 1 seconds

There's another solution ?
  Topic: Help!! performance - Convert a Script to an EXE (ahk2exe)
myscript

Replies: 5
Views: 226

PostForum: Ask for Help   Posted: Fri Sep 07, 2007 6:32 pm   Subject: Help!! performance - Convert a Script to an EXE (ahk2exe)
I try with upx.exe (from upx301w.zip) version 3.1.0.0 but, after the decompression i receive the msgbox "exe corrupted"
  Topic: Help!! performance - Convert a Script to an EXE (ahk2exe)
myscript

Replies: 5
Views: 226

PostForum: Ask for Help   Posted: Fri Sep 07, 2007 6:03 pm   Subject: Help!! performance - Convert a Script to an EXE (ahk2exe)
Hi all,
I have seen in the help file this:
The compilation process compresses and encrypts all of the following: the script, any files it includes, and any files it has incorporated via the FileInst ...
  Topic: help with stop loop and new gui!!!!!!!
myscript

Replies: 7
Views: 184

PostForum: Ask for Help   Posted: Fri Jul 06, 2007 8:19 pm   Subject: help with stop loop and new gui!!!!!!!
thanks,
it's what i'm looking for....... : Razz
  Topic: help with stop loop and new gui!!!!!!!
myscript

Replies: 7
Views: 184

PostForum: Ask for Help   Posted: Fri Jul 06, 2007 7:25 pm   Subject: help with stop loop and new gui!!!!!!!
Probably i have faced the problem in mistaken way, you have reason
The extra comma was a mistake....

Really aren't 6 gui because the number of element in the array that aren't empty is between 1 t ...
  Topic: help with stop loop and new gui!!!!!!!
myscript

Replies: 7
Views: 184

PostForum: Ask for Help   Posted: Fri Jul 06, 2007 9:33 am   Subject: show make_gui2()
here is the function....thanks

make_gui2(byref element){

;for each element i'd like to have three possible choices and insert one of them in a file text
Gui, 2:+owner1
Gui, 2& ...
  Topic: help with stop loop and new gui!!!!!!!
myscript

Replies: 7
Views: 184

PostForum: Ask for Help   Posted: Thu Jul 05, 2007 6:23 pm   Subject: help with stop loop and new gui!!!!!!!
hi, all
i have a problem like this:

loop, 6
{
element:= myarray%A_index%
make_gui2(element) ;----->the loop don't wait user imput
}

For each element in gui, 2 i mu ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group