AutoHotkey Community

It is currently May 24th, 2012, 9:31 am

All times are UTC [ DST ]


Search found 17 matches
Search these results:

Author Message

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: May 8th, 2011, 9:05 am 

Replies: 102
Views: 23733


I'm trying to get the error code from a function to see what's wrong but the BASS_ErrorGetCode() returns 0. Am I doing something wrong?

Code:
BASS_StreamCreateFile(0,"%A_ScriptDir%\apocalyptica.mp3",0,0,0)
x:=BASS_ErrorGetCode()
msgbox ,x="%x%"

 Forum: Support   Topic: Multiple gui windows, problem with subroutines call

Posted: April 14th, 2011, 9:50 am 

Replies: 5
Views: 363


>>Thanks for the sugestion. For some reason NrPiesa turns into 0 when I press the next button. The code that I posted, taken by itself, does not exibit this behavior. I have no desire to d/l a music player. >>The buttons flicker when I hover the mouse over them, >>the transition between images isn'...

 Forum: Support   Topic: Multiple gui windows, problem with subroutines call

Posted: April 11th, 2011, 8:56 am 

Replies: 5
Views: 363


Thanks for the sugestion. For some reason NrPiesa turns into 0 when I press the next button. Now I have another problem. I made the design for the player using images and when the image changes is flickers. The buttons flicker when I hover the mouse over them, the transition between images isn't cle...

 Forum: Support   Topic: Multiple gui windows, problem with subroutines call

Posted: March 28th, 2011, 8:30 am 

Replies: 5
Views: 363


I have a music player with multiple gui windows. I launch the same subroutines from different windows but in some work and some don't.The next and previous play the same file. I think there is a variable problem but I read that all variables are global except in functions. The subroutines work fine ...

 Forum: Scripts   Topic: [Library] MCI v1.1 - Play/Control media files

Posted: March 22nd, 2011, 3:34 pm 

Replies: 65
Views: 17499


The function for the lenght of a media file gives me a longer time that the actual file has, also when I play a file sometimes it plays 2 or 3 times to fill the time that the function for length gives. Is it a function problem, a dll problem or an encoding one? I'm not an advanced programer. I'm doi...

 Forum: Scripts   Topic: Sound.ahk - Sound functions for use with AutoHotkey

Posted: March 14th, 2011, 10:26 am 

Replies: 33
Views: 14318


1) are there any functions to modify the volume for the sound being played? sound set sets the sistem volume 2) is there something for an equalizer? 3) Sound_Length gives me a longer value. I have a mp3 file with a lenght of 4:29 but the function returns 9:37. For some files it returns the corect va...

 Forum: Support   Topic: Input box restrictions help

 Post subject: Input box restrictions help
Posted: July 7th, 2010, 4:37 pm 

Replies: 1
Views: 225


I have this window and I want to ad restrictions to the values that are typed in. 1<=NrClick<=5000 6<=minim<=5000 minim<=maxim<=5000 If the values are not right I want a new window to apear just like the one before but to have "values not right" line too Also I want the exit buton to close...

 Forum: Support   Topic: Remove special characters from a string

Posted: July 6th, 2010, 5:40 pm 

Replies: 1
Views: 239


The window title I'm saving in a string has special characters # % * = and this thing gives me syntax error

How can I remove them or how can I save the window title without the character?
I tried with replace and remove functions but it gives me sintax errors

 Forum: Scripts   Topic: DllCall: Basic FTP Functions

 Post subject: FTP file write
Posted: July 5th, 2010, 11:08 am 

Replies: 97
Views: 38489


Can anyone tell me how I can ad some text to a txt file on a host without downloading it and then uploading it again?

I've searched the forum but haven't found a FTP write function

 Forum: Support   Topic: Tooltip with URL

Posted: July 3rd, 2010, 7:52 pm 

Replies: 10
Views: 643


The return under the gui ends the auto-execute section if you want it to continue beyond that point you could remove it and move link1 and link2 to the bottom of the script. Or make a hotkey, or use a settimer (set the time negative for single run) in the auto-execute section to a label just before...

 Forum: Support   Topic: Embedding in exe files

Posted: July 3rd, 2010, 3:38 pm 

Replies: 5
Views: 190


please RTM, FileInstall is a command, not a function http://www.autohotkey.com/docs/commands/FileInstall.htm I see the mistake now, sorry for bugging but now it gives me --------------------------- Ahk2Exe Error --------------------------- Error adding FileInstall file: "C:\Program Files\AutoH...

 Forum: Support   Topic: Embedding in exe files

Posted: July 3rd, 2010, 2:39 pm 

Replies: 5
Views: 190


use FileInstall Thanks When I run the script it gives me an error and I don't know where I did wrong --------------------------- Rusine.ahk --------------------------- Error: Call to nonexistent function. Specifically: FileInstall("C:\Program Files\AutoHotkey\gresit.wav", "D:\gre...

 Forum: Support   Topic: Embedding in exe files

 Post subject: Embedding in exe files
Posted: July 3rd, 2010, 2:07 pm 

Replies: 5
Views: 190


Is there are way to embed waw files or other files in an executable? I want to make a program that plays sounds from files but I don't want the sound files to be separately.

Thank you in advance

 Forum: Support   Topic: Tooltip with URL

Posted: July 3rd, 2010, 8:42 am 

Replies: 10
Views: 643


But the program won't continue with the loops in the script Post the code! (in Code-Tags please) ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; DeviantArt GetWatchers autoclicker ; SetTitleMatchMode 2 CoordMode,M...

 Forum: Support   Topic: Tooltip with URL

Posted: July 3rd, 2010, 7:27 am 

Replies: 10
Views: 643


Example: Gui, +toolwindow -border Gui, Color, white Gui, Add, Text, ,Click > Gui, Add, Text, x+10 cblue glink1, http://www.autohotkey.com Gui, Add, Text, x10 ,Click > Gui, Add, Text, x+10 cblue glink2, http://www.autohotkey.net Gui, Add, Text, x10 w100 vtimepass, Gui, Show settimer, time, 500 retur...
Sort by:  
Page 1 of 2 [ Search found 17 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group