AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 144 matches
AutoHotkey Community Forum Index
Author Message
  Topic: PHP html_entity_decode vs ahk javascript via COM
Visioneer

Replies: 5
Views: 188

PostForum: Ask for Help   Posted: Mon Nov 14, 2011 9:32 pm   Subject: PHP html_entity_decode vs ahk javascript via COM
Thanks Jethrow,
That works. I guess I'll just add a function to use this.

The other way could be a function for many other uses like running Jscript
on demand and getting vars/arrays from it. But ...
  Topic: PHP html_entity_decode vs ahk javascript via COM
Visioneer

Replies: 5
Views: 188

PostForum: Ask for Help   Posted: Sat Nov 12, 2011 1:34 am   Subject: PHP html_entity_decode vs ahk javascript via COM
Great Jethrow. How about the ahk basic function/questions?
  Topic: PHP html_entity_decode vs ahk javascript via COM
Visioneer

Replies: 5
Views: 188

PostForum: Ask for Help   Posted: Fri Nov 11, 2011 6:19 am   Subject: PHP html_entity_decode vs ahk javascript via COM
OK, I have tried the idea with an existant IE window and it does
work. The ’ returns a right quote.
F6:
string = Micheal’s Quote
myV =
(
var temp=document.createEleme ...
  Topic: PHP html_entity_decode vs ahk javascript via COM
Visioneer

Replies: 5
Views: 188

PostForum: Ask for Help   Posted: Fri Nov 11, 2011 3:54 am   Subject: PHP html_entity_decode vs ahk javascript via COM
It seems that PHP html_entity_decode will fall short on certain
characters like ’ (right quote) for example. I have read
that Javascript could be used instead with something like:
var tem ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 08, 2011 5:03 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Great Jethrow!
Your ACC version fix works with Google/HTML5 pages too!

tank, you were right about it not being COM. Sorry I doubted you.
You inspired me to make the new ACC free version which Jet ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 08, 2011 4:02 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
You the man Jethrow.

On that last AHK_L code, what would be the code to get the Var(s)
for Return Ret ? And the Com releases?

Thanks

Wait I see the Vars, it's too simple. Just the com releas ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 08, 2011 2:09 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Hey Jethrow,

That is working in the test code! The var is returned and the Com
Notification Error has gone away. I will try this in my apps asap and let
you know if there are any problems.

You ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Mon Nov 07, 2011 4:17 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Here is some code that uses ONLY Com.ahk and still gives the
COM error, so we can eliminate ACC as the culprit. Try it with
google.com as top window, then try it with autohotkey.com as
top window. ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Mon Nov 07, 2011 12:59 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Thanks tank,

Great game. I am still working on a function that does not use acc.ahk.
I look forward to your security settings, and if there is a way to set
them via ahk.
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Sat Nov 05, 2011 9:36 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Here is a link that may help someone get COM to work with IE9/HTML5.

http://social.msdn.microsoft.com/Forums/en-US/ieextensiondevelopment/thread/965266f1-e4c0-43c2-9436-473d7c9c1f90

Is Sean stil ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Sat Nov 05, 2011 6:34 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Thanks tank,

I have tried many settings with no joy. Maybe you can reset your IE9
to default settings and try again?
Anyway that probably won't be a enough solution for production apps
using COM ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 01, 2011 6:00 pm   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Thanks tank,

I'm using Win7, with AHK basic. IE9 can't be installed with XP btw.
The later com.ahk version I recently downloaded incorporates acc.ahk
which is the MSAA you are thinking?

Are th ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 01, 2011 8:28 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Hi, I downloaded a later version of COM.ahk which incorporated
ACC.ahk and adjusted my code as shown. However I still get the
error referred to above.

This is the error message box shown by the C ...
  Topic: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Visioneer

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Nov 01, 2011 4:26 am   Subject: [SOLVED]IE9 has trouble with COM, ACC with HTML5 doctype
Using IE9 this function does not return the global vars if
the webpage has a <!doctype html> like google.com and facebook.com
have for example.

The JS_to_Inject script to run works OK, just ...
  Topic: Windows 7 WM_KEYUP 0x101 message
Visioneer

Replies: 5
Views: 128

PostForum: Ask for Help   Posted: Fri Oct 07, 2011 10:32 pm   Subject: Windows 7 WM_KEYUP 0x101 message
Thanks Lexikos.

Although it's an ahk GUI, I'll use a different method as you recommend.
The function does run on some keys, but not hotkeys. It does work on
W98/XP, but not Vista/7 so why bother.
 
Page 1 of 10 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group