AutoHotkey Community

It is currently May 22nd, 2012, 1:32 pm

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 27th, 2009, 4:28 pm 

Replies: 24
Views: 1482


thanks for the reply. I am open to suggestions as to the best approach. I am just trying to figure out the best approach to achieve placing data into 4 or more different windows. I am not married to Listview, in fact I really have no idea the best approach. I just want to be able to have the upper l...

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 27th, 2009, 8:03 am 

Replies: 24
Views: 1482


I wrote that -- sorry I wasn't logged in

the data can be from a text file.

 Forum: Support   Topic: Listview help

 Post subject: Listview help
Posted: February 27th, 2009, 1:14 am 

Replies: 1
Views: 196


I received some great advice but I need some more if possible: The information of name, age, phone number and sex in the example below is displayed in a message box. Instead of have a message box to show all of the data. How would you make the data queue into other Listview Boxes? Ideally I would li...

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 9:31 pm 

Replies: 24
Views: 1482


can anyone help me get the data

Mary|16|1307325277|female| to show up in this GUI

Image

thanks

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 6:43 pm 

Replies: 24
Views: 1482


evan wrote:
right to [ ] keys



many thanks --

how hard would it be to change the GUI from what you made to what I posted in my screen shot?

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 6:34 pm 

Replies: 24
Views: 1482


evan wrote:
i just update the last script with searching function, please check


that is very cool -- now I just need to figure out how to modify to look and work like the screen shot above


thank you very much! it is a great start for me!


ok -- where is this symbol on my keyboard -- "|"

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 6:13 pm 

Replies: 24
Views: 1482


very cool -- and that is extremely close to what I am lookign to achieve I obviously have a lot to learn and I appreciate your patience. Here is the screen shot GUI and the code for the GUI. http://i232.photobucket.com/albums/ee19/idaho_angler/general.jpg Gui, Add, GroupBox, x9 y25 w500 h260 , Gui, ...

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 5:31 pm 

Replies: 24
Views: 1482


There's no check in the script to remove comments from the text file. What you see in green in the second codebox ( ;Name|age|phone|sex| ) is a comment that should be removed; it's only there for you to understand what each field represents. thanks -- if that was in the script it would be ignore b/...

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 26th, 2009, 4:35 pm 

Replies: 24
Views: 1482


i got some free time and wrote this: FileRead, OutputVar, %A_desktop%\list.txt Loop, parse, OutputVar, `n, `r { StringSplit, Array, A_LoopField , | namelist = %namelist%`n%array1% %array1%age = %array2% %array1%phone = %array3% %array1%sex = %array4% } base on the stored text is in the fo...

 Forum: Support   Topic: creating an application to manage a large list of people

Posted: February 25th, 2009, 11:39 pm 

Replies: 24
Views: 1482


Hi all and thanks in advance for any help Please bear with me b/c I am not sure of the lingo. I want to try something that you might consider simple. I want to take create a GUI application that has 4 equal quadrants or maybe even 6 quadrants with a total size of 530x580. In the upper left it will h...

 Forum: Support   Topic: I am learning please help with something I am sure is easy

Posted: October 31st, 2007, 4:50 am 

Replies: 1
Views: 1376


I have read that in order to splitt long lines i can use a "," here is an example but the results are not ideal the script is #z:: Send Sincerely,{enter}John Smith{enter} ; This line sends keystrokes to the active (foremost) window. ,this is a test{enter} ,another test{enter} return the re...

 Forum: Support   Topic: clean code - very fundamental I am sure but please help

Posted: October 30th, 2007, 1:06 am 

Replies: 5
Views: 277


you're the best -- thanks!

 Forum: Support   Topic: clean code - very fundamental I am sure but please help

Posted: October 30th, 2007, 12:56 am 

Replies: 5
Views: 277


thanks, but in notepad it just goes on and on and on and on so I have scroll right instead of actaully hitting enter and keeping things clean

like <br> would do in html

sorry for being so vague

 Forum: Support   Topic: clean code - very fundamental I am sure but please help

Posted: October 30th, 2007, 12:47 am 

Replies: 5
Views: 277


Hi all -- I am a total newbie and I have written AHK but I can't figured out how make it clean. The text just runs on and on. It is in notepad and if I hit enter to keep things neat, I get an error message. What is the command for carriage return or enter to make things look like neat and tidy rathe...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group