AutoHotkey Community

It is currently May 24th, 2012, 7:05 am

All times are UTC [ DST ]


Search found 85 matches
Search these results:

Author Message

 Forum: Support   Topic: integers with leading 0

Posted: November 18th, 2010, 2:53 pm 

Replies: 7
Views: 180


Thanks a lot :-)

 Forum: Support   Topic: integers with leading 0

 Post subject: integers with leading 0
Posted: November 18th, 2010, 2:35 pm 

Replies: 7
Views: 180


Hello guys.

I am trying to find a way to add an int to my variable without loosing the leading 0.

Example:
Code:
counter := 001
counter++
msgbox, %counter%

Where I need the output to be 002.

Any suggestions?

Thanks!
Oliver

 Forum: Scripts   Topic: ConvertImage() Convert and resize images with 1 function

Posted: January 22nd, 2009, 3:28 pm 

Replies: 22
Views: 6045


lol, everyones disregarded that this function is old and rubbish :wink: The gdi+ library will do this much better #Include Gdip.ahk pToken := Gdip_Startup() pBitmap := Gdip_CreateBitmapFromFile("file.jpg") Gdip_SaveBitmapToFile(pBitmap, "file.bmp") Gdip_D...

 Forum: Scripts   Topic: ConvertImage() Convert and resize images with 1 function

Posted: January 22nd, 2009, 2:26 pm 

Replies: 22
Views: 6045


Try Mylistbox = Pic ConvertImage(mylistbox . ".jpg",mylistbox . ".bmp") Mylistbox is a variable defined somewhere else in my script. It already includes the absolute path and filename. If I make Mylistbox = pic then it would be converting pic.jpg which does not exist. Am...

 Forum: Scripts   Topic: ConvertImage() Convert and resize images with 1 function

Posted: January 22nd, 2009, 1:59 pm 

Replies: 22
Views: 6045


Try
Code:
Mylistbox = Pic
ConvertImage(mylistbox . ".jpg",mylistbox . ".bmp")

 Forum: Scripts   Topic: FSB - Fast Screenshot Bundle [BoBo]

Posted: January 22nd, 2009, 1:53 pm 

Replies: 5
Views: 3064


Hi BoBo.

I would like to know what would be needed to change, so the screenshot would be saved in the clipboard.

Best regads.
Oliver Lipkau

 Forum: Scripts   Topic: ID3 Tag Lib

Posted: November 18th, 2008, 1:03 pm 

Replies: 23
Views: 10627


Krogdor wrote:
Aha. Thanks, Superfraggle. I just listed the values that were given with the .dll—I don't know what quite a few of them are.
Could you give me the list of this values?

 Forum: Scripts   Topic: ID3 Tag Lib

Posted: November 18th, 2008, 10:00 am 

Replies: 23
Views: 10627


Krogdor wrote:
Also Album Artist might be stored in "LeadArtist". I'm not sure, though.
I tried that, but it returned the same as "Artist"

 Forum: Scripts   Topic: ID3 Tag Lib

Posted: November 17th, 2008, 9:16 am 

Replies: 23
Views: 10627


As for Disc#... Perhaps you want TrackNumber? I really want Disc#, as in: http://img230.imageshack.us/img230/6628/capturegv4.jpg http://img230.imageshack.us/img230/capturegv4.jpg/1/w555.png I couldn't find any tag to edit the "Album Artist" neighter.

 Forum: Scripts   Topic: ID3 Tag Lib

Posted: November 16th, 2008, 10:56 pm 

Replies: 23
Views: 10627


Hi There.

I am using your script to tag my music...

The DLL file didn't work on vista. Is this normal?

And I would like to know how to set the Disc# in the tags... there was no example for this in your script.

Thanks you.

 Forum: Scripts   Topic: Pics extractor (from digicam)

Posted: October 13th, 2008, 10:25 am 

Replies: 1
Views: 612


Hi there. I made a very simple code to make the extracting of pics from my Cam easier. Basically: The script extracts all contents of the camera to the specified folder. If the script is on the cam (e.g. e:\script.ahk) and is called with a autorun.ini, it will assume e:\ is the source. With default ...

 Forum: Support   Topic: unable to associate .ahk with autohotkey.exe

Posted: October 2nd, 2008, 11:46 am 

Replies: 5
Views: 526


what happens when you open teh autohotkey.exe?
does it create the sample script?

 Forum: Support   Topic: unable to associate .ahk with autohotkey.exe

Posted: October 2nd, 2008, 8:59 am 

Replies: 5
Views: 526


Try reinstalling AutoHotKey
if this doesn't work, try opening a windows explorer windows click tools -> Folder Options -> File Types and make the correct association.

 Forum: Support   Topic: xpath reading problem

Posted: October 1st, 2008, 12:19 pm 

Replies: 6
Views: 505


Thank you!!!
Now it works perfectly.

@Titan:
The example in the html documentation says
Code:
xml := xpath_load("books.xml") ; load an XML document

:roll:

 Forum: Support   Topic: xpath reading problem

Posted: October 1st, 2008, 10:58 am 

Replies: 6
Views: 505


Thanks guys. The XML now looks like this: <?xml version="1.0" encoding="iso-8859-1"?> <ToDoList> <List Date="01/10/2008"> <item> <Name>aaa</Name> </item> </List> </ToDoList> I created it with: XMLfile = %A_ScriptDir%\ToDoList.xml xpath(feed, "/ToDoList[+1]"...
Sort by:  
Page 1 of 6 [ Search found 85 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group