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 55 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Selecting the position of tab added to existing tab control
Tyrsius

Replies: 4
Views: 81

PostForum: Ask for Help   Posted: Fri Mar 12, 2010 10:23 pm   Subject: Selecting the position of tab added to existing tab control
Has this been submitted as a bug report yet?
  Topic: Selecting the position of tab added to existing tab control
Tyrsius

Replies: 4
Views: 81

PostForum: Ask for Help   Posted: Fri Mar 12, 2010 10:18 pm   Subject: Re: Selecting the position of tab added to existing tab cont
Not pretty, but works(ish)...
...Bug: Add too many new Tabs & they wrap & then the initial controls are on top of the Tabs (cuz the initial controls position was calculated with a single line ...
  Topic: GuiControl is adding Tabs backwards
Tyrsius

Replies: 1
Views: 32

PostForum: Ask for Help   Posted: Fri Mar 12, 2010 5:00 am   Subject: GuiControl is adding Tabs backwards

PageCount++
GuiControl,, TabControl, Page %PageCount%


According to the documentation of GuiControl, the code above should create a new tab "to be appended at the end of the control's list ...
  Topic: Useless Toy: PC Beep Composer
Tyrsius

Replies: 2
Views: 533

PostForum: Scripts & Functions   Posted: Fri Mar 12, 2010 2:03 am   Subject: Useless Toy: PC Beep Composer
Now has Open/Save capability!

This version is a standalone script

TunerRowCount=3
TunerRowHeight=80
Gui, Add, Text, x5 y5 w60 h20 , Frequency:
Gui, Add, Text, x75 y5 w60 h20, Duration: ...
  Topic: [module] TVX - Tree View eXtension
Tyrsius

Replies: 21
Views: 13677

PostForum: Scripts & Functions   Posted: Fri Mar 12, 2010 12:33 am   Subject: [module] TVX - Tree View eXtension
Ok, I found a few bugs in my save/load system, and I have corrected them. I also modified the GUI in <Example>. It looks a little better (personal taste) and uses an Edit field to allow naming e ...
  Topic: [module] TVX - Tree View eXtension
Tyrsius

Replies: 21
Views: 13677

PostForum: Scripts & Functions   Posted: Thu Mar 11, 2010 4:43 am   Subject: [module] TVX - Tree View eXtension
I found this while looking for ways to create and save checklists. majkinetor you rock!

I spent all day working on a save/load system for this. I also modified the TreeView to use checkboxes (my or ...
  Topic: Grabbing content from a List, not working ?
Tyrsius

Replies: 4
Views: 181

PostForum: Ask for Help   Posted: Sat Mar 06, 2010 3:26 am   Subject: Grabbing content from a List, not working ?
I have been able to pull list contents from .net controls before, but it is a bit touchy. Try using this tooltip, and hover around the control. You may just not be getting the right information from w ...
  Topic: Source Code to Variable
Tyrsius

Replies: 2
Views: 88

PostForum: Ask for Help   Posted: Tue Mar 02, 2010 1:41 am   Subject: Source Code to Variable
Thanks, that got me exactly what I needed!

just in case someone happens upon this thread in the future, the code looks like this



pagesource := Com_Invoke(pwb, "document.document ...
  Topic: Source Code to Variable
Tyrsius

Replies: 2
Views: 88

PostForum: Ask for Help   Posted: Tue Mar 02, 2010 12:50 am   Subject: Source Code to Variable
I am looking for any method of pulling the source code from a page directly into a variable. Right now I am opening the source code with the browser built-in "view source code" which opens i ...
  Topic: keyboard script stops working with out finishing the task
Tyrsius

Replies: 2
Views: 44

PostForum: Ask for Help   Posted: Fri Feb 26, 2010 2:16 am   Subject: keyboard script stops working with out finishing the task
its possible the login form is too slow to accept the input. Try adding a sleep after the tab
  Topic: Useless Toy: PC Beep Composer
Tyrsius

Replies: 2
Views: 533

PostForum: Scripts & Functions   Posted: Thu Jan 21, 2010 2:53 am   Subject: Useless Toy: PC Beep Composer
Bored at work one day using a computer with no speakers, I set out to make music from error tones. This little package is the result.

It is a GUI that allows you create sequences to play through yo ...
  Topic: Help with Regex - Last Match in string
Tyrsius

Replies: 8
Views: 201

PostForum: Ask for Help   Posted: Wed Jan 13, 2010 7:42 pm   Subject: Help with Regex - Last Match in string
it appears exactly as I listed it. It just appears multiple times, in its entirety.I thought this meant there was no more text after the pattern, sorry about that.

I think I was just failing to be ...
  Topic: Help with Regex - Last Match in string
Tyrsius

Replies: 8
Views: 201

PostForum: Ask for Help   Posted: Wed Jan 13, 2010 1:27 am   Subject: Help with Regex - Last Match in string
The problem is the template (and therefore the text I am looking for) is not going to be the end of the string, so grabbing the last three lines is not going to get the output needed.

I still think ...
  Topic: Help with Regex - Last Match in string
Tyrsius

Replies: 8
Views: 201

PostForum: Ask for Help   Posted: Tue Jan 12, 2010 7:01 pm   Subject: Help with Regex - Last Match in string
Neither of those work, but I think you guys misunderstood. The template I listed doesn't have other lines in between the ones I want, it appears exactly as I listed it. It just appears multiple times, ...
  Topic: Help with Regex - Last Match in string
Tyrsius

Replies: 8
Views: 201

PostForum: Ask for Help   Posted: Tue Jan 12, 2010 12:25 am   Subject: Help with Regex - Last Match in string
I have a temporary solution to this problem, but I believe it to be wasteful and am hoping a better solution exists. What I think the answer should be is a RegExMatch that grabs only the last pattern ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group