AutoHotkey Community

It is currently May 23rd, 2012, 5:56 pm

All times are UTC [ DST ]


Search found 49 matches
Search these results:

Author Message

 Forum: Support   Topic: Regex loop to sequentially get parts of a delimited string

Posted: March 17th, 2009, 11:01 am 

Replies: 7
Views: 1460


Hello Bobo Your code looks a bit like a better version of my own solution, I will look at it with attention because there are things I don't get. What is % array0? is it the count of the substrings you get with splitstring? I also don't get what :arrow: Dot := A_Index = 1 ? "":"."...

 Forum: Support   Topic: Regex loop to sequentially get parts of a delimited string

Posted: March 17th, 2009, 10:59 am 

Replies: 7
Views: 1460


Thanks! works perfectly... in the meantime I had done a stringsplit and rebuild the string with segment%A_Index% appended at the end of a variable, but I was getting always a leading dot. Your code is leaner and fits the purpose better. I want to learn regex, they do some magic... Thanks, Miguel

 Forum: Support   Topic: Regex loop to sequentially get parts of a delimited string

Posted: March 17th, 2009, 10:35 am 

Replies: 7
Views: 1460


Hello there, I have a number of the form 1.3.12.4.1 that I want to use the following way: - First extract the 1 - then extract 1.3 - then 1.3.12 and so on. I figured I would do a Regexreplace with Limit=%A_Index% as follows: ^t:: loop,6 { number:=RegExReplace(clipboard,"([\d]+[punc...

 Forum: Support   Topic: question about tree lists / kollektor the ahk script

Posted: March 16th, 2009, 6:03 pm 

Replies: 3
Views: 392


From such a list: 1 Start 1.1 Read Me: Initial and Delta Configuration EhP 1 1.2 Import Central Correction Note 1.3 Basic Settings 1.3.1 Information: Guided Procedure for Automated Basic Configuration 1.3.2 Basic BC Sets for Configuration 1.3.2.1 Clean-Up Issue Priorities Schema 1.3.2.2 Activate Ser...

 Forum: Support   Topic: question about tree lists / kollektor the ahk script

Posted: March 16th, 2009, 5:21 pm 

Replies: 3
Views: 392


I adapted kollektor to do what I wanted after some work... it is not too elegant but it does what I want.

If you have a better way to handle this than doing 3 or 4 consecutive incremental searches I am all ears :-)

 Forum: Support   Topic: question about tree lists / kollektor the ahk script

Posted: March 16th, 2009, 4:01 pm 

Replies: 3
Views: 392


Hello there, I routinely explain people how to get to a given folder in a tree structure in a program. Let's say that you have a tree with nodes: top node ->subnode 1 ->subnode of subnode 1 ->subnode 2 ->subnode of subnode 2 The tree list that I manage sometimes has 6 levels and 10 or 12 items per l...

 Forum: Scripts   Topic: Listbox with incremental search

Posted: March 13th, 2009, 1:09 pm 

Replies: 25
Views: 20514


Hello there, Thanks for this wonderful script! What I intend to do is to add the following: - If I search in my kollektor list and the entry I want to paste is three lines below, keypad 3 will go there - key combination will highlight previous word, copy it and call kollektor I want to think about w...

 Forum: Support   Topic: Toolbars for different windows...

Posted: October 10th, 2007, 5:03 pm 

Replies: 5
Views: 2149


This all looks ver very nice, lots of ideas for window handling... I'll let you know if there is anything I can use here. My guess is that what I am really looking after is a context sensitive GUI for other AHK scripts

Thanks,

Miguel

 Forum: Support   Topic: Toolbars for different windows...

Posted: October 10th, 2007, 3:50 pm 

Replies: 5
Views: 2149


I came up with this crummy code: ;Outlook Toolbar OutlookGUI: winwaitactive ahk_class rctrl_renwnd32 ;waits for Outlook to be activated Gui, Add, Button, x-4 y-3 w90 h30 gnuevo_ticket_EARS, send to Remedy Gui, Add, Button, x86 y-3 w90 h30 gBuscar_en_ears, Search in Remedy Gui, Add, Button, x176 y-3 ...

 Forum: Support   Topic: Toolbars for different windows...

Posted: October 9th, 2007, 11:55 pm 

Replies: 5
Views: 2149


Thanks! I will try to adapt your code to my script and tell you the result... that was very helpful

 Forum: Support   Topic: Toolbars for different windows...

Posted: October 9th, 2007, 4:52 pm 

Replies: 5
Views: 2149


Hi there, I have a big script which does a number of things to transfer text between Outlook and another application with forms, as well as automatizing the writing of email. I think that it's value is very limited to the specific work environment of my company though... Every different little thing...

 Forum: Support   Topic: minimizing a Terminal Server Window

Posted: September 26th, 2007, 4:33 pm 

Replies: 5
Views: 489


Thanks... it does not work and I don't know why, I guess it has to do with the codepage or something...

 Forum: Support   Topic: minimizing a Terminal Server Window

Posted: September 26th, 2007, 3:15 pm 

Replies: 5
Views: 489


If someone told me how to send a break (key above the pgUP key) keystroke, it'd probably solve my problems...

 Forum: Support   Topic: minimizing a Terminal Server Window

Posted: September 26th, 2007, 3:14 pm 

Replies: 5
Views: 489


OK... the issue is that I use the key combinations to be active in the remote window because I want to be able to run the combinations in the TS. If I don't configure the connection so, it does not really work...

 Forum: Support   Topic: minimizing a Terminal Server Window

Posted: September 26th, 2007, 2:54 pm 

Replies: 5
Views: 489


Hello, Long time no posts here... Well, I have a very silly problem. I set up a Terminal Server with a compiled script which works great (thanks Bobo for the original suggestion). I have implemented a way to focus and maximize the Terminal Server Window with a mouse Middle Button click. I would like...
Sort by:  
Page 1 of 4 [ Search found 49 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group