AutoHotkey Community

It is currently May 24th, 2012, 8:10 am

All times are UTC [ DST ]


Search found 65 matches
Search these results:

Author Message

 Forum: Support   Topic: Listview with multiline in report mode (help)

Posted: Yesterday, 9:00 am 

Replies: 4
Views: 80


Thanks a lot, jballi

row/item is not the problem... (it was only a copy&paste&post&modify error)

I will investigate and try more...

I´m very confused about MS Comctl32.dll versioning and what´s working|not working|supported|working but unsupported...

 Forum: Programming   Topic: Android Scripting!

 Post subject: Re: Android Scripting!
Posted: May 22nd, 2012, 3:27 pm 

Replies: 24
Views: 2732


Could be great to have ironAHK http://www.ironahk.net/ at developement level of AHK... With this, and http://xamarin.com/monoforandroid (or http://xamarin.com/monotouch for IOS) we could make greats apps for windows, linux, OSX, and main smartphones. If you want this, please ask polyethene to contin...

 Forum: Offtopic   Topic: Formal request to Polyethene

Posted: May 22nd, 2012, 3:16 pm 

Replies: 30
Views: 1219


Thanks Lexikos.Im happy to see you here again....

I admire your work...


PS. I admire the Chris work too, and Jonathan Bennett...and Polyethene work (specially unfinished ironAHK ;)...

... but above all, the work of this great community together.

 Forum: Support   Topic: Listview with multiline in report mode (help)

Posted: May 22nd, 2012, 10:51 am 

Replies: 4
Views: 80


More info... The best web to understand listview tile http://users.skynet.be/oleole/ListView_Tiles.htm With ListView_SetTileViewInfo, Ive been able to modify the size of the tile, and seems to work too with the other lines... SetTileViewInfo(LvHwnd,content_w, c_lines=1) { VarSetCapacity(LVTILEVIEWIN...

 Forum: Support   Topic: Listview with multiline in report mode (help)

Posted: May 21st, 2012, 3:53 pm 

Replies: 4
Views: 80


I would like to have a listview with more than 1 line I have found something similar with tile view (only one column and only 2 lines) with this example.... #include Gdip.ahk SetWorkingDir,%a_workingdir% Gui, +LastFound +Resize winid:=WinExist() ;directory to scan startdir:="D:\T148888\Datos de...

 Forum: Scripts   Topic: 7plus V. 2.5.0 - Improve Explorer/Win, Launcher, Automation

Posted: May 21st, 2012, 1:11 pm 

Replies: 144
Views: 18367


Thanks a lot, fragman

The same code in XP do NOT works as expected.

Maybe something related to comctl32.dll versioning...
I would like to has a gui similar to chat with photo, and could be great photo in one column and chat (multilne) in other, but seems its not possible.

 Forum: Scripts   Topic: 7plus V. 2.5.0 - Improve Explorer/Win, Launcher, Automation

Posted: May 21st, 2012, 10:56 am 

Replies: 144
Views: 18367


Please could you be more explicit? I have been trying a lot googling and ahkforum ... and I can understand how to get this: multiline inside listview in report (multicolumn) mode view in WindowsXP. When you say large icons means... . some option in 7plus? . some diferent listview mode . some ImageLi...

 Forum: Scripts   Topic: 7plus V. 2.5.0 - Improve Explorer/Win, Launcher, Automation

Posted: May 18th, 2012, 11:07 am 

Replies: 144
Views: 18367


Hello fragman... Im surprised for your great program... Im interested in multiline listview and I have seen a screenshot at http://b.imagehost.org/0897/Accessor.png where you can see multiline listview... When Im runnig your program in WXP I can´t reproduce it. Do you know how I could get multiline ...

 Forum: Suggestions   Topic: AHK ROADMAP

 Post subject: AHK ROADMAP
Posted: April 10th, 2012, 10:18 am 

Replies: 0
Views: 306


Could be great to have a general roadmap for all AHK. What could be the main lines-goals of all developments (mainly in this time where seems there are some confussion about the future of AHK).


Please polyethene, tell us if ironahk is your mind.

 Forum: Offtopic   Topic: Make AHK_L "main" version?

Posted: April 9th, 2012, 4:36 pm 

Replies: 284
Views: 10079


Hi. Ive been reading the forum and Im little confused and surprised, about this all "confrontation". I think I understand all the positions and goals around... - Chris: make ahk friendly to everyone (not only programmers) - Lexikos: improve ahk with the best for programmers (objects, array...

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: April 6th, 2012, 6:34 pm 

Replies: 551
Views: 102506


polyethene wrote:
It's indefinitely suspended until I have free time, which I hope is in the summer.


What a pitty!!!!

I think this is the more incredible promising project around the world....

ahk for almost any platform could be a dream...

 Forum: Suggestions   Topic: Include StdoutToVar in AHK code

Posted: January 16th, 2012, 5:55 pm 

Replies: 0
Views: 228


http://www.autohotkey.com/forum/viewtopic.php?t=16823&start=0&postdays=0&postorder=asc&highlight= This is a great funtion to make ahk even more great... and I think too it has to be included in ahk_L Please Lexikos, considere to include this on main code (maybe AHK v2) Its really a p...

 Forum: Scripts   Topic: Notify() - multiple easy tray area notifications

Posted: January 16th, 2012, 5:35 pm 

Replies: 253
Views: 25079


Frag: sweet, that would be nice, can it be done via dllcall? Sega: thanks for sharing, got a screenshot or example code for how you are using it? Briefly looking through the code, my favorite part so far is the commentario sin importancia Its some difucult to me extract clear code example now (low ...

 Forum: Scripts   Topic: Notify() - multiple easy tray area notifications

Posted: January 14th, 2012, 11:33 am 

Replies: 253
Views: 25079


Hello gwarble I see you are updating your great notify()... Please take into account some options I added two years ago form my own code... It include gradient, animate popups, more icons inside (it was for photo and states...), botton to top, top to botton, left to right right to left... and some o...

 Forum: Scripts   Topic: CSV Library [lib]

Posted: January 11th, 2012, 2:07 pm 

Replies: 44
Views: 9754


Some regex sugestion to improve CSV load: pre filter EOL inside encapsulations (in this change `r`n or `n inside encapsulation e to `r ) String = a,b,c`r`nd,e,f,,"g`r`n",h`r`nB,`n"C`nC",D e:= """" ; the encapsulation character (tipical ") ; change...
Sort by:  
Page 1 of 5 [ Search found 65 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group