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 509 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Slideshow v1.0
System Monitor

Replies: 0
Views: 1469

PostForum: Scripts & Functions   Posted: Sun Jul 18, 2010 6:51 pm   Subject: Slideshow v1.0
Basically it displays a simple slideshow with a black background and centers the image on the screen.

Just specify different image locations separated by |

I would like to know what you guys th ...
  Topic: Error that says picture is not a valid sub-command
System Monitor

Replies: 9
Views: 368

PostForum: Ask for Help   Posted: Sat Jul 17, 2010 11:33 pm   Subject: Error that says picture is not a valid sub-command
While waiting for a reply I have been working on this. I got the centering working but I am getting an erorlevel when trying to use GuiControl to change the picture. The line is highlighted in red. Th ...
  Topic: Error that says picture is not a valid sub-command
System Monitor

Replies: 9
Views: 368

PostForum: Ask for Help   Posted: Sat Jul 17, 2010 9:55 pm   Subject: Error that says picture is not a valid sub-command
I really tried to understand it, but I don't. I commented almost every line. Can you correct what I got wrong and answer the question marks?
Thanks!

I need to understand the code because I am goin ...
  Topic: is there an algebraic formula for adding number suffixes?
System Monitor

Replies: 12
Views: 428

PostForum: Ask for Help   Posted: Sat Jul 17, 2010 9:35 am   Subject: is there an algebraic formula for adding number suffixes?
It is at the bottom of the code NatSuf( n ) {
Return Mod( n, 10 ) = 1 ? ( Mod( n, 100 ) = 11 ? "th" : "st" ) : Mod( n, 10 ) ...
  Topic: Error that says picture is not a valid sub-command
System Monitor

Replies: 9
Views: 368

PostForum: Ask for Help   Posted: Sat Jul 17, 2010 8:49 am   Subject: Error that says picture is not a valid sub-command
Thanks tonne.

@flyingDman
xCenterDim is the x coordinate to center the image on the x-axis. I am going to add a it for the y-axis also. Thanks though!

I changed a lot of the code around. Now ...
  Topic: Error that says picture is not a valid sub-command
System Monitor

Replies: 9
Views: 368

PostForum: Ask for Help   Posted: Sat Jul 17, 2010 6:39 am   Subject: Error that says picture is not a valid sub-command
I am getting an error that says "Picture" is not a valid subcommand for ---------------------------
temp.ahk
---------------------------
Error: Parameter #1 invalid

Specifically ...
  Topic: AHK Media v0.5 Alpha
System Monitor

Replies: 2
Views: 977

PostForum: Scripts & Functions   Posted: Fri Jul 16, 2010 7:01 pm   Subject: AHK Media v0.5 Alpha
This is still very alpha. I just wanted to share what I have so far. I am not even close to being finished. Please let me know of any bugs.

I have an HDTV at home and I have computer connected to i ...
  Topic: Change ListView header height
System Monitor

Replies: 3
Views: 528

PostForum: Ask for Help   Posted: Tue Jul 13, 2010 6:19 pm   Subject: Change ListView header height
It is isn't the best way to do it, but I think I will just set the height of the header manually and add a few blank rows so it doesn't cover any data.
I can't thank you enough for all the help!
  Topic: Error on SQLite_Exec
System Monitor

Replies: 3
Views: 1076

PostForum: Ask for Help   Posted: Tue Jul 13, 2010 5:57 pm   Subject: Error on SQLite_Exec
Not sure what I did but it is working now Smile
Here is the code
#include sqlite.ahk
#NoEnv
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

SQLite_Startup()
databa ...
  Topic: Change ListView header height
System Monitor

Replies: 3
Views: 528

PostForum: Ask for Help   Posted: Tue Jul 13, 2010 5:20 pm   Subject: Change ListView header height
And jaco0646 saves the day! If I get it working I will post it here.
  Topic: Error on SQLite_Exec
System Monitor

Replies: 3
Views: 1076

PostForum: Ask for Help   Posted: Tue Jul 13, 2010 6:00 am   Subject: Error on SQLite_Exec
I can't figure out why I am getting on error when using SQLite_Exec. The database is there and the values are successfully read. Also I have tested inserting it with sqlite3.exe and it works correctly ...
  Topic: Is it possible...
System Monitor

Replies: 1
Views: 477

PostForum: Ask for Help   Posted: Mon Jul 12, 2010 6:22 am   Subject: Is it possible...
http://msdn.microsoft.com/en-us/library/bb776819(VS.85).aspx
  Topic: Change ListView header height
System Monitor

Replies: 3
Views: 528

PostForum: Ask for Help   Posted: Mon Jul 12, 2010 6:05 am   Subject: Change ListView header height
How can I change the size of the header of a ListView control? I need to do this because I am making the font of the GUI very large and in Windows XP it does not adjust the size of the header (it does ...
  Topic: Put here requests of problems with regular expressions
System Monitor

Replies: 661
Views: 36895

PostForum: Ask for Help   Posted: Sat Jul 10, 2010 8:50 pm   Subject: Put here requests of problems with regular expressions
FileRead, string, temp.txt
RegExMatch(string, "{""season"": " . 4 . ", ""name"": ""\K.*(?="", "&qu ...
  Topic: Error in help
System Monitor

Replies: 5
Views: 640

PostForum: Bug Reports   Posted: Sat Jul 10, 2010 8:41 am   Subject: Error in help
I understand what you are saying but I still think "probably always" is very confusing.
If I thought an apple might be an orange I would be careful!
You don't have to make any changes to ...
 
Page 1 of 34 Goto page 1, 2, 3 ... 32, 33, 34  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group