AutoHotkey Community

It is currently May 23rd, 2012, 6:24 am

All times are UTC [ DST ]


Search found 214 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: « What's on your mind? »

Posted: January 26th, 2012, 8:30 pm 

Replies: 1410
Views: 58598


This was inevitable and while it saddens me on a very personal level. All things change hopefully the successor will observe Chris wishes

 Forum: Announcements   Topic: The future of AutoHotkey.com

Posted: January 26th, 2012, 8:28 pm 

Replies: 27
Views: 6093


I think we are all saddened by this. I think many are grateful to your years of achieving your lasting goals in the face of sometimes great opposition. You have been missed for some time. and while some of your choices have been argued over sometimes quite passionately. I think no one seriously felt...

 Forum: Support   Topic: how to get the URL of the currently activated IE page?

Posted: January 25th, 2012, 5:37 pm 

Replies: 7
Views: 264


Firsfox doesnt have ANY controls from an ahk perspective. search for DDE and firefox you should find something

 Forum: Support   Topic: Shell.Explorer NoFocus -->Navigate quietly?

Posted: January 23rd, 2012, 9:18 pm 

Replies: 11
Views: 326


has nothing to do with code when you navigate with a browser control or IE the navigation brings the window to the forefront the only solution is to minimize. I have tried everything i know of. even hidden it somehow takes focus some how it is truly annoying. with IE you can also hide it behind anot...

 Forum: Support   Topic: Embed Firefox into GUI using COM

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

Replies: 8
Views: 319


Ah html5 and IE :evil: :roll: ok i concede your point :arrow: tho i am not sure i wouldnt rather bother with headers and http requests captured using fiddler2 . But i at least see your point :) I stopped using IE outside of work over a year ago. :wink: Where it once was the one browser that worked e...

 Forum: Support   Topic: Embed Firefox into GUI using COM

Posted: January 16th, 2012, 3:41 pm 

Replies: 8
Views: 319


but what is the point?
I suppose its placebo. Makes you feel like its somehow better. All you are really doing is ridding FF of its dignity by adding xulrunner. With ActiveX it might as well be IE.. Nevermind what i say is pure opinion but honestly if you want to use COM just use IE

 Forum: Support   Topic: COM dopostback onchange question

Posted: January 15th, 2012, 5:09 pm 

Replies: 4
Views: 283


then there is some other event defined elswhere that triggers it your gonna have to find it

 Forum: Support   Topic: WinClose Neither Triggers GuiClose Label Nor Closes Window

Posted: January 12th, 2012, 1:54 pm 

Replies: 8
Views: 251


I might be wrong but i dont beleive ahk is an SDI when gui is involved. we all easily ignore that all ahk scripts have a window. I beleive the gui is similar to and MDI of that window. gui's have the following methods to remove from the screen Destroy hide why would you use winclose for this ever? i...

 Forum: Support   Topic: COM dopostback onchange question

Posted: January 11th, 2012, 10:18 pm 

Replies: 4
Views: 283


simply call onchange after selected index
Code:
COM_Invoke(pwb, "document.all[ctl00_cp_disf0_ddlIndex].selectedIndex=",2)
COM_Invoke(pwb, "document.all[ctl00_cp_disf0_ddlIndex].onchange")

 Forum: Support   Topic: IE9 Protected Mode causes comobjcreate pointer to be invalid

Posted: January 11th, 2012, 10:15 pm 

Replies: 9
Views: 467


My guess is it's not the same window. Would seem so based on the later post by OP. I deplore IE9 and refuse to use it. as much as i need IE for automation i have begun exploring automation via MSAA or winhttp. I think my days of interacting with the browser are nearing the end. Good job Microsoft y...

 Forum: Offtopic   Topic: Hydrogen Fuel

Posted: January 11th, 2012, 3:03 pm 

Replies: 9
Views: 475


ROFL at Mickers thats super

 Forum: Support   Topic: IE9 Protected Mode causes comobjcreate pointer to be invalid

Posted: January 10th, 2012, 10:06 pm 

Replies: 9
Views: 467


why would it be visible you made it invisible and it should remain so until you set visible to true

 Forum: Scripts   Topic: [PROOF OF CONCEPT] ListView in-cell editing [AHK_L]

Posted: January 5th, 2012, 4:20 pm 

Replies: 15
Views: 982


I suppose you all glazed over this Listview In-Cell Editing by ~ Micahs Edit: or these [module] SpreadSheet 0.0.2.1 - 3 LVX: Row highlighting and cell editing for ListView controls and finally [module] RaGrid 2.0.1.6-4 By the way what your doing is hard stuff and stuff to make legends out of you. I ...

 Forum: Offtopic   Topic: « What's on your mind? »

Posted: December 29th, 2011, 10:02 pm 

Replies: 1410
Views: 58598


PHPBB2 prevents posts quicker than 1 per minute from same IP if i recall correctly. However i do have scrits to post to the forum and they work fine.
That said a simple mysql script kills them all if a mod so chose and had server access

 Forum: Offtopic   Topic: Basic Ahk_L COM Tutorial for Webpages

Posted: December 27th, 2011, 9:57 pm 

Replies: 52
Views: 10835


I think the key concept your missing here Benny is that it doesnt matter about the language the objects are the same the only difference would be syntax accross languages to create an object. in the case of ahk_L vs javascript very little at all will change once you have created the base object. if ...
Sort by:  
Page 1 of 15 [ Search found 214 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group