Search found 455 matches

by zcooler
08 Jan 2018, 11:50
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

As for as I can see you want to automatically edit one special file called ComSkip.ini which isn't standard INI format. So why do you want to use EasyINI.ahk at all? EasyINI is a bliss to use and handles all settings and available languages for the ML. Since this Comskip tuning tool Im developing w...
by zcooler
07 Jan 2018, 12:39
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

Arrg... :headwall: A complete nightmare working with this class. Not even simple arrays works or using objects...WTF! Im giving up :( Have been written two simple classes on my own before, but this one is something else and its above my intermediate amateur level. EasyINI class ;;;;;;;;;;;;;;;;;;;;;...
by zcooler
07 Jan 2018, 04:08
Forum: Ask for Help (v1)
Topic: SubStr/InStr Troubles
Replies: 2
Views: 566

Re: SubStr/InStr Troubles

Thanks for the moral support jeeswg, much needed when stuck :) This seems to work: var1 := "1 `; Enable/disable edit decision list output`n" var2 := "31144 `; 0-Cut 1-Mute 2-Scene Marker (if start and end times are specified, the end time is used) 3-Commercial Break (playback skip mode)`n" MsgBox, %...
by zcooler
06 Jan 2018, 18:02
Forum: Ask for Help (v1)
Topic: SubStr/InStr Troubles
Replies: 2
Views: 566

SubStr/InStr Troubles

Hi, I do find it time and time again that regex and substr/instring is really hard stuff when you want it failsafe. How would one go about with this in a loop and get everything correctly retrieved every iteration? The value before first a_space can change, but usually contains 1 to 4 digits. The st...
by zcooler
06 Jan 2018, 10:40
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

This means it isn't a standard INI file. Correctomundo, just me! Its far from it and the comments contain very useful information about every tuning parameter comskip has. With "standard comskip.ini" I mean "default" (which comes with the comskip app) not standard ini in MS sense. Everyone who have...
by zcooler
06 Jan 2018, 09:35
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

Ok, fine, you are right and sorry for the "nonsense" statement ;) Do you have anything to add solving the topic issue? Yes, that EasyINI version will not be used with any Windows API functions! I really wanna keep those same-line comments, cuz the ini file is huge with many commands and adding own-l...
by zcooler
06 Jan 2018, 08:11
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

boiler wrote:Because that's what they decided.
Yes...and therein lies the nonsense ;) But I do understand in such a case, ultimately a bunch of chars has to be reserved, cuz every language and script engine probably uses their own comment char.
by zcooler
06 Jan 2018, 07:49
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

Well, I just cannot accept "not supported", to me this is complete nonsense. It would be complete monsense if AHK didn’t follow the Microsoft standard. If my value was supposed to include a “;” but AHK stopped reading it at that point because they decided to treat that as an inline comment that doe...
by zcooler
06 Jan 2018, 04:43
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

A_Blank should be read as A_Empty . It's an uninitialized local variable 'containing' an empty string ( "" ). Aha, thanks for the clarification. INI files don't support same-line comments. I suppose you mean that Chris/lexikos didnt/dont want it to be supported for AHK, but its of course more depen...
by zcooler
05 Jan 2018, 17:53
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

Re: EasyINI class omitting comments?

Ok, no takers so far. I guess I have to specify a bit. Notice in the Loop, Parse, sIni, how measures are being taken for A_Blank and ; but that consequently fails when retrieving the values. Why are A_Blank used since it is not a member of the built-in variables and is it possible to get this workin...
by zcooler
05 Jan 2018, 16:22
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

You're still following the "design over function" obsession? ;) No, ML is completely rebuilt and have little resemblance compared to before. I do actually listen to wise folks as yourself ;) However, compared to the visual output of your examples this should perform better: I see you couldnt stay a...
by zcooler
05 Jan 2018, 08:54
Forum: Ask for Help (v1)
Topic: EasyINI class omitting comments?
Replies: 19
Views: 2470

EasyINI class omitting comments?

Hello, im having an issue with the EasyINI class does not support omit commented text, but includes it into the value and when writing the changed value to ini file, the comments does disappear, which i dont want. The class is huge and written in such a style im not very familiar with. Are there any...
by zcooler
03 Jan 2018, 08:04
Forum: Ask for Help (v1)
Topic: Min2Tray hotkey assigning broken
Replies: 1
Views: 806

Min2Tray hotkey assigning broken

Hi! I wonder if someone smart can help me with fixing whats broken in Min2Tray 64-bit by Junyx . Last version from 2011. I believe there is something wrong with the assigning of the hotkeys. Its for example not longer possible to assign the hotkey for adding/removing a window to/from bosskeylist. In...
by zcooler
02 Jan 2018, 11:27
Forum: AutoHotkey Development
Topic: why was LoopParse (no space) removed?
Replies: 64
Views: 18757

Re: why was LoopParse (no space) removed?

The best proposal yet :thumbup: ...but would require large rewrites of the documentation ;)
by zcooler
02 Jan 2018, 08:04
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

would be great if u can share the final product Hi Nellybird, The final product is huge (15000 lines) and not released yet, dont know if its ever gonna be, cuz its afflicted with too many bugs which Im not skilled enough to fix. I can post a less finalized sample of the topic script though. Submit ...
by zcooler
02 Jan 2018, 07:13
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

...and @just me BTW your brilliant masterpieces has totally revolutionized my experience (and Im sure everyone elses) of what is possible to do with AHK. Never stop doing them and may your AHK career be long and prosperous. Im always following your work and its a treat everytime something new arrive...
by zcooler
02 Jan 2018, 04:32
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

Hi just me,

indeed that fixed it nicely. Many thanks :)

Have a good continuation of the new year :wave:
by zcooler
01 Jan 2018, 11:51
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

Aaarg... :headwall: Bringing this home seem to be impossible. Using edit controls and WM_LButtonDown in the big script is very hard to get working cuz WM_LButtonDown is used 50 times before an there is no way I know of to keep it under control. I therefor replaced the Edit control using a text contr...
by zcooler
30 Dec 2017, 03:47
Forum: SciTE4AutoHotkey
Topic: Lex's lexers (mostly accurate highlighting for v2.0-a082)
Replies: 2
Views: 3386

Re: Lex's lexers (mostly accurate highlighting for v2.0-a082)

What an awesome comeback you have made from self-imposed exile...the productivity is very impressing and SO nice for AHK...people were worried there for a while. Happy New Year to you lexikos and thank you very much for spreading joy in the houses again :thumbup:
by zcooler
27 Dec 2017, 16:02
Forum: Ask for Help (v1)
Topic: Fire g-label when click an Edit control
Replies: 14
Views: 2473

Re: Fire g-label when click an Edit control

Oh NOOO!!! The hour gui (Gui2) does not close after a button is pressed and its name is updated in the corresponding edit control on Gui1. Tried every possible way I know to cancel Gui2, but nothing works. Hmm...what can be at fault? EDIT: Nevermind...a sleep, 30 between GuiControl and GoSub did the...

Go to advanced search