| Author |
Message |
Forum: Scripts Topic: AHK Chat (Another Method) |
| jon2s |
|
Posted: November 14th, 2006, 5:26 am
|
|
Replies: 27 Views: 21195
|
Nice job Kahz. There are tons of things you can do with AHK/PHP/MySQL. That chat script was mostly proof of concept, and you certainly are running with it. Best of luck with it. =)
Jon2s |
|
 |
Forum: Scripts Topic: AHK Chat (Another Method) |
| jon2s |
|
Posted: November 3rd, 2006, 11:40 pm
|
|
Replies: 27 Views: 21195
|
| Here are the 2 tables and the php script for the AHK Chat. MySQL Table ahkchat CREATE TABLE `ahkchatchat` ( `msgid` int(11) NOT NULL auto_increment, `username` varchar(50) NOT NULL default '', `date` timestamp NOT NULL default CURRENT_TIMESTAMP, `msg` text NOT NULL, PRIMARY KEY &... |
|
 |
Forum: Support Topic: filereadline issues with `n |
| jon2s |
|
Posted: November 3rd, 2006, 10:41 pm
|
|
Replies: 1 Views: 401
|
| If you have a file that contains "bob`ntom`ndick`nharry" and you read that file to a variable then try to display that variable in an edit field it is just like the file. No linefeeds. However, if you set the variable in the script to "bob`ntom`ndick`nharry" and display it in an ... |
|
 |
Forum: Scripts Topic: AHK Chat (Another Method) |
| jon2s |
|
Posted: November 3rd, 2006, 10:22 pm
|
|
Replies: 27 Views: 21195
|
| I saw i3egohan's Chat script and thought I'd do it a little different. Mine relies upon a php script tied to a MySQL database and an AHK script. Give it a shot if you like. The script is made to tie into my server, but if you want I can include the database setup and the php script. Enjoy! Jon2s AHK... |
|
 |
Forum: Support Topic: Posting to a website using PHP. |
| jon2s |
|
Posted: February 28th, 2006, 8:42 pm
|
|
Replies: 4 Views: 1162
|
| I want to update a website and am currently using urldownloadtofile to do it. Most of the time, it don't need a result back and was just curious if this is the best method to do it. var1 = bob var2 = fred urldownloadtofile, http://domain.com/script.php?variable1=%var1%&variable2=%var2% Thanks |
|
 |
Forum: Support Topic: Dropdownlist, glabel, sort... help? |
| jon2s |
|
Posted: February 24th, 2006, 6:03 pm
|
|
Replies: 3 Views: 653
|
| Gui, Add, DropDownList, sort vColorChoice gAction, Black|White|Red|Green|Blue Gui, Add, DropDownList, vColorChoice2, Black|White|Red|Green|Blue gui, show return Action: msgbox, changed return Ok, I see what is happening. I have the sort option added to the DDL. Each time a letter is added it is hit... |
|
 |
Forum: Support Topic: Dropdownlist, glabel, sort... help? |
| jon2s |
|
Posted: February 24th, 2006, 5:03 pm
|
|
Replies: 3 Views: 653
|
I have some large dropdownlists on a gui and love the sort option to select through the list however when I type in the value and hit tab, the glabel subroutine is not called. Is there a way to make it do this?
Thanks!
jon |
|
 |
Forum: Suggestions Topic: Adding fraction of a second to time format. |
| jon2s |
|
Posted: July 25th, 2005, 6:28 pm
|
|
Replies: 2 Views: 831
|
| Doh, missed that. Thanks! |
|
 |
Forum: Suggestions Topic: Adding fraction of a second to time format. |
| jon2s |
|
Posted: July 25th, 2005, 4:48 am
|
|
Replies: 2 Views: 831
|
| Windows keeps track of the time in a value of up to 1/100th of a second. Just curious if we could add this to the variables and to the %a_now% variable. I am doing alot of scripting that updates the system clock, but rather than just modifing by the second, I'd like to get it even more accurate. Tha... |
|
 |
Forum: Support Topic: Slider with an edit box |
| jon2s |
|
Posted: July 22nd, 2005, 10:02 pm
|
|
Replies: 3 Views: 870
|
Just curious if anyone has an idea how to do this. I would like to add a slider that has a range of 1-1000 and an edit box by it that will either fill with the value from the slider if the user moves the slider or the slider moves if the user enters a number in the edit field.
Make sense? |
|
 |
Forum: Support Topic: Is there a limit to the number of controls on a GUI? |
| jon2s |
|
Posted: February 12th, 2005, 8:25 pm
|
|
Replies: 13 Views: 1220
|
| I agree. Although it may slw down. I'm looking at including around 3500 or so controls. |
|
 |
Forum: Support Topic: Is there a limit to the number of controls on a GUI? |
| jon2s |
|
Posted: January 29th, 2005, 10:00 pm
|
|
Replies: 13 Views: 1220
|
| Yeah, I'm running out of controls. 1000 would be great. =) I'll just have to break it up a little. Is that 500 or 1000 a limit per script or per GUI? Meaning, have multiple GUI screens and just show them one at a time. So there may be 5 separate windows with 500 controls in each. By the way, thanks ... |
|
 |
Forum: Support Topic: Is there a limit to the number of controls on a GUI? |
| jon2s |
|
Posted: January 29th, 2005, 3:59 am
|
|
Replies: 13 Views: 1220
|
I have a GUI with a bunch of tabs and each tab has quite a few fields to show. I'm getting an Error: Too many controls. The current thread will exit.
Is this a limitation or am I just doing something stupid?
Thanks! |
|
 |
| Sort by: |