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 129 matches
AutoHotkey Community Forum Index
Author Message
  Topic: capturing values of a treeview node before and after edit
webber

Replies: 2
Views: 560

PostForum: Ask for Help   Posted: Wed Apr 15, 2009 8:06 pm   Subject: capturing values of a treeview node before and after edit
When a tree view node is edited, such as by F2 keypress or a double click, how can I capture the values before and then after the edit ?


MyTree:

if A_GuiEvent = DoubleClick ; or F2 for ed ...
  Topic: My (small) wish list - more Basic syntax please
webber

Replies: 5
Views: 1355

PostForum: Wish List   Posted: Fri Apr 10, 2009 2:36 am   Subject: I agree.
The syntax is a serious drawback. there needs to be a clear consistent use of quoted strings.
________
[URL=http://icoachhandbags.com/]Coach Handbags
  Topic: listview edit cell function
webber

Replies: 1
Views: 1193

PostForum: Wish List   Posted: Fri Apr 10, 2009 2:30 am   Subject: listview edit cell function
listview can only edit the first column. there needs to be a function to edit, in place, any column in a listview by cell selection
________
[URL=http://airsoft-shop.info/p/molle-shotgun-scabbard-un ...
  Topic: parse won't find second value
webber

Replies: 6
Views: 444

PostForum: Ask for Help   Posted: Thu Apr 09, 2009 12:50 am   Subject: parse won't find second value
data := "old task-old source,new task-new source"
StringSplit, Field, data, `,
MsgBox % Field1 "`n" Field2
Loop, % Field0
{
StringSplit, Array, Field%A_Index% , % ...
  Topic: parse won't find second value
webber

Replies: 6
Views: 444

PostForum: Ask for Help   Posted: Wed Apr 08, 2009 8:53 pm   Subject: parse won't find second value
data := "new task--new source,new task--new source"
StringSplit, Field, data, `,
Loop, % Field0
{
StringSplit, Array, % Field%A_Index%, --
MsgBox % Array1 "`n" ...
  Topic: parse won't find second value
webber

Replies: 6
Views: 444

PostForum: Ask for Help   Posted: Wed Apr 08, 2009 8:12 pm   Subject: parse won't find second value
why won't second item appear from this code for text string :

"new task--new source,new task--new source"



data:="new task--new source,new task--new source"

loop, ...
  Topic: Treeview fails when I change the GUI number
webber

Replies: 2
Views: 318

PostForum: Ask for Help   Posted: Thu Apr 02, 2009 5:48 pm   Subject: Treeview fails when I change the GUI number
use Gui, 27:Default


Accepted Solution
  Topic: Treeview fails when I change the GUI number
webber

Replies: 2
Views: 318

PostForum: Ask for Help   Posted: Thu Apr 02, 2009 5:17 pm   Subject: Treeview fails when I change the GUI number
if I change the GUI number from:

Gui, Add, TreeView, h400 w300 vMyTree

to:

Gui, 27:Add, TreeView, h400 w300 vMyTree

The treeview is no longer populated. the rest of the GUI still works
...
  Topic: treeview - detect last child of parent
webber

Replies: 2
Views: 401

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 4:46 pm   Subject: treeview - detect last child of parent
Use NextSibling := TV_getNext(ItemID)

Ex (using your code)
Gui, Add, TreeView
P1 := TV_Add("First parent")
P1C1 := TV_Add("Parent 1's first child&q ...
  Topic: treeview - detect last child of parent
webber

Replies: 2
Views: 401

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 2:40 am   Subject: treeview - detect last child of parent
I am exporting a treeview to html format and want to add a closing tag after the last child of a parent.

How can I detect if an item is the last child of a parent subgroup ?



Gui, Add, TreeVi ...
  Topic: populating a treeview with folders and files
webber

Replies: 2
Views: 538

PostForum: Ask for Help   Posted: Tue Mar 31, 2009 2:53 am   Subject: populating a treeview with folders and files
G'day Webber,

Without bothering with the icons at all...

Gui, Add, TreeView, w300 r20
SplitPath, A_AhkPath,, ExamplePath
AddSubFolderToTree(ExamplePath)
Gui, Show, Center, File List T ...
  Topic: populating a treeview with folders and files
webber

Replies: 2
Views: 538

PostForum: Ask for Help   Posted: Mon Mar 30, 2009 4:57 am   Subject: populating a treeview with folders and files
having difficulty understanding how to populate a treeview with folders and files.

what is wrong here


AddSubFoldersToTree(Folder, ParentItemID = 0)
{
; This function adds to ...
  Topic: Embedded Windows Scripting (VBScript & JScript) and COM
webber

Replies: 231
Views: 59813

PostForum: Scripts & Functions   Posted: Thu Mar 26, 2009 9:21 pm   Subject: Embedded Windows Scripting (VBScript & JScript) and COM
that worked great, thanks.

On my machine, win xp pro , the desktop was not blocked. i could click outside the msgbox and do whatever...

The msgbox remained on screen, behind other active window ...
  Topic: Embedded Windows Scripting (VBScript & JScript) and COM
webber

Replies: 231
Views: 59813

PostForum: Scripts & Functions   Posted: Thu Mar 26, 2009 7:38 pm   Subject: hiding icon on task-bar button
when a msgbox dialog is created by vbscript, a taskbar button appears with the autohotkey icon.

how can I prevent the taskbar button from appearing or how can I omit the autohotkey icon when usin ...
  Topic: Compile_AHK II - for those who compile!
webber

Replies: 407
Views: 85034

PostForum: Scripts & Functions   Posted: Tue Mar 24, 2009 7:07 pm   Subject: omit adding Autohotkey icons
is there a way to omit the addition of AutoHotkey icons to the compiled application ?
________
[URL=http://drugtestingkit.org]Drug Test Kit
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group