| View previous topic :: View next topic |
| Author |
Message |
Lexikos
Joined: 17 Oct 2006 Posts: 4465 Location: Qld, Australia
|
Posted: Wed Oct 28, 2009 10:56 pm Post subject: |
|
|
| With AutoHotkey_L.exe you can use the product name to differentiate, but AutoHotkeySC.bin has none... I might be able to set one without affecting compiled scripts (since it is probably overwritten?). I'll look into it. Edit: Apparently Ahk2Exe doesn't set it. I'd at least rather not add "AutoHotkey" to the bin file for the same reasons it is omitted from AutoHotkey's bin file and window titles of compiled scripts. Any ideas? |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Thu Oct 29, 2009 7:25 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Oct 29, 2009 12:37 pm Post subject: |
|
|
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, |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Oct 29, 2009 12:40 pm Post subject: |
|
|
| 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 ) |
|
| Back to top |
|
 |
SeedSeifer
Joined: 30 Apr 2009 Posts: 12
|
Posted: Thu Oct 29, 2009 12:48 pm Post subject: |
|
|
Bad bad server...bad lan...
sorry
the two posts with "guest" its my.
(SeedSeifer) just in case.
heheh
att, |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Thu Oct 29, 2009 12:59 pm Post subject: |
|
|
| i think lexikos wont change it cause of the same reason he wont change the file version. |
|
| Back to top |
|
 |
D.Toolan
Joined: 31 Oct 2009 Posts: 1
|
Posted: Sat Oct 31, 2009 9:16 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Sat Oct 31, 2009 10:10 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
SeedSeifer
Joined: 30 Apr 2009 Posts: 12
|
Posted: Tue Nov 03, 2009 6:05 pm Post subject: New function |
|
|
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.
If sounds interesting...i can put the code.
Até outra hora!
Seed Seifer |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Tue Nov 03, 2009 10:05 pm Post subject: |
|
|
| i think this could be done through run before / after?! |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 04, 2009 12:22 pm Post subject: |
|
|
| 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é. |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Wed Nov 04, 2009 1:24 pm Post subject: |
|
|
| you can copy with xcopy <source> <target> or cmd /c xcopy ... - this is also "native" or what do you mean? |
|
| Back to top |
|
 |
SeedSeifer
Joined: 30 Apr 2009 Posts: 12
|
Posted: Wed Nov 04, 2009 2:33 pm Post subject: |
|
|
| 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.  |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 281 Location: Berlin
|
Posted: Wed Nov 04, 2009 3:14 pm Post subject: |
|
|
| some of your buttons seems to be spanish (?) - do you plan to completely translate it to spanish? |
|
| Back to top |
|
 |
SeedSeifer
Joined: 30 Apr 2009 Posts: 12
|
Posted: Wed Nov 04, 2009 4:26 pm Post subject: |
|
|
| 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.
 |
|
| Back to top |
|
 |
|