AutoHotkey Community

It is currently May 26th, 2012, 11:06 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 414 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 28  Next
Author Message
 Post subject:
PostPosted: October 29th, 2009, 7:25 am 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
additional checkbox in compile_ahk for the use with your autohotkeysc.bin or count icons / check for icon 230 or something like this. i could also add the icon 230 to the icons tab of compile_ahk and if it exists (in your version) it is replaced and if not, it is added as icon 230. no problem a.t.m. but if you add any other feature in the future, it maybe could be helpful to detect if it is a different compilation.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2009, 12:37 pm 
Just a idea, ahk...in bin file have a version like 1.0.48.5...if _L version have another number..like.... 101.0.48.5.
Sounds ease to check de diference between files, 100 for lexikos and 1 for normal, filegetversion do the job.

att,


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2009, 12:40 pm 
Anonymous wrote:
Just a idea, ahk...in bin file have a version like 1.0.48.5...if _L version have another number..like.... 101.0.48.5.
Sounds ease to check de diference between files, 100 for lexikos and 1 for normal, filegetversion do the job.

att,

Sorry...its my post. (I hate the lan in my job :evil: )


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2009, 12:48 pm 
Offline

Joined: April 30th, 2009, 5:20 pm
Posts: 11
Bad bad server...bad lan...
sorry
the two posts with "guest" its my.
(SeedSeifer) just in case.
heheh
att,


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2009, 12:59 pm 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
i think lexikos wont change it cause of the same reason he wont change the file version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2009, 9:16 pm 
Offline

Joined: October 31st, 2009, 9:04 pm
Posts: 1
I just downloaded this and tried it out... it is messing with the <CR><LF> line endings of the original scripts and saving it's mistakes inside. It is also creating errors in the executable (perhaps due to the above). The script will compile without error but has errant misgivings at run time.

Luckily, I still had the original scripts open in Notepad. I re-saved the file (with all it's <CR><LF>) and compiled normally with Ahk2Exe... back to normal.

Also, the "Main icon" SELECT button (under the Icons tab) does nothing. I imagine it should allow you to browse? I could enter the icon path manually though.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2009, 10:10 pm 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
for me the button works, if i activate the checkbox in front of the associated edit element.

please be more specific with your cr/lf problem - what does it do with it? what do you mean with the point, that it is saving it's mistakes inside? which errors, who or what is "it" ? if you dont activate the option to save the settings inside the script, it doesn't change the script file and in any case it doesn't compile anything - like i told a million time: ithe script is still Ahk2exe.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: New function
PostPosted: November 3rd, 2009, 6:05 pm 
Offline

Joined: April 30th, 2009, 5:20 pm
Posts: 11
Hi!
I added a new function caled "copy folder"...ok...its basic but very usefull for me.
Just copy a folder before copilation, "copy and paste", for me its goot, i use a folder caled "media" and i paste images and icons on it, after many builds a can forget to copy something...btw...a print.
Image
If sounds interesting...i can put the code.

Até outra hora!
Seed Seifer


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 3rd, 2009, 10:05 pm 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
i think this could be done through run before / after?!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 12:22 pm 
ladiko wrote:
i think this could be done through run before / after?!

Yeah...but..run after/before do it via .bat or other way...in this case...the process "copy/paste" is done natively. "fileselectfolder".
exist a diference between the two modes...or i am wrong? :?

Até.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 1:24 pm 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
you can copy with xcopy <source> <target> or cmd /c xcopy ... - this is also "native" or what do you mean?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 2:33 pm 
Offline

Joined: April 30th, 2009, 5:20 pm
Posts: 11
ladiko wrote:
you can copy with xcopy <source> <target> or cmd /c xcopy ... - this is also "native" or what do you mean?

Yeah, the both ways works...just a question of using command line or gui.
For me, the time is very short and i prefer to use a gui..less chance to make mistakes anyway it is my personal tweak, just it.
thank Ladiko,your program is very helpfull for me. :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 3:14 pm 
Offline

Joined: July 14th, 2006, 12:31 am
Posts: 290
Location: Berlin
some of your buttons seems to be spanish (?) - do you plan to completely translate it to spanish?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 4:26 pm 
Offline

Joined: April 30th, 2009, 5:20 pm
Posts: 11
ladiko wrote:
some of your buttons seems to be spanish (?) - do you plan to completely translate it to spanish?

Portuguese Brazilian, yes...slowly cuz i dont have time...but i change de ini and make some changes in the text to fit in the controls without loosing sense.
8)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2009, 4:44 am 
Offline

Joined: November 20th, 2008, 6:00 pm
Posts: 72
Location: Thionville, France
Hi, thanks for this program, it's pretty useful. Just a suggestion, the command line support could be improved.
I noticed that the function that retrieves the icon ID of a file returns a wrong integer for certain files, and only for certain resources of these files. This happens for example with the first icon of Skype.exe.
Is there a way to fix this?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 414 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 28  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Stigg and 10 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group