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 

AHK Web Browser? Is it possible?
Goto page 1, 2, 3, 4  Next
 
Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
tomoe_uehara



Joined: 05 Sep 2009
Posts: 1591
Location: Somewhere near you

PostPosted: Thu Jan 21, 2010 4:35 am    Post subject: AHK Web Browser? Is it possible? Reply with quote

Well... Since I'm using a very low-end PC, I need a lightweight, fast and stable web browser.
Maybe someone here could make it (just like Trout or nDroid), so the people on the forum could add more features to it, via add-ons or something.
I'd love ahk web browser because it's flexible and anyone can modify it to their own taste =)

_________________

The quick onyx goblin jumps over the lazy dwarf
Back to top
View user's profile Send private message
tidbit



Joined: 09 Mar 2008
Posts: 1807
Location: Minnesota, USA

PostPosted: Thu Jan 21, 2010 5:15 am    Post subject: Reply with quote

you could:
Add an IE control
then make 'plug-ins' with COM and/or javascript.
or stand-alone plugins like my mass IE image downloader/viewer (not released).

been asked a few times before though.
general answer is "kinda pointless because it'd be a pain to program all the web compatibility stuff" (or something like that).
_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Thu Jan 21, 2010 10:41 am    Post subject: Reply with quote

I can recommend http://kmeleon.sourceforge.net/ and opera 10 (10.5 just new) they run on low end systems quite well in my experience and you can still use "web 2.0"

http://www.fenrir-inc.com/us/sleipnir/ looks interesting as well.

Otherwise you will need to look for browsers lacking lots of features such as http://offbyone.com/offbyone/ it will be fast but you'll miss out on the goodies and sites will not work.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
fred
Guest





PostPosted: Thu Jan 21, 2010 12:14 pm    Post subject: Reply with quote

GreenBrowser is also based on IE but also good i think.
Back to top
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Thu Jan 21, 2010 4:23 pm    Post subject: Reply with quote

green browser sucks a@#$%^&
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Thu Jan 21, 2010 10:44 pm    Post subject: Reply with quote

done no im not going to support it or enhance it ill leave that to the rest of you spending 20 minutes on this was more than i intended

obviously relies on COM
http://www.autohotkey.net/~tank/simplebrowser.zip
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
sinkfaze



Joined: 18 Mar 2008
Posts: 5044
Location: the tunnel(?=light)

PostPosted: Thu Jan 21, 2010 11:03 pm    Post subject: Reply with quote

Tip for folks who use the simplebrowser script, if the picture buttons(forward,back,stop,etc.) in the browser are fuzzy remove the w20 and h20 options from Gui, Add, Picture lines; that should fix it.
_________________
Try Quick Search for Autohotkey or see the tutorial for newbies.
Back to top
View user's profile Send private message Send e-mail
tomoe_uehara



Joined: 05 Sep 2009
Posts: 1591
Location: Somewhere near you

PostPosted: Fri Jan 22, 2010 12:57 am    Post subject: SimpleBrowser Reply with quote

When I tried to execute simplebrowser.ahk, I got this error message.
Error: Call to nonexistent function
Specifically: COM_AtlAxWinTerm()

Well I've tried Firefox, SeaMonkey, Opera 10. But they're slow. Currently trying Crazy Browser (based on IE).
The OffbyOne browser looks like my hex editor application =P it's fast enough, when I tried to go to ahk.com/forum it's not viewed properly, but it's okay on the speed side.

_________________

The quick onyx goblin jumps over the lazy dwarf
Back to top
View user's profile Send private message
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Fri Jan 22, 2010 1:00 am    Post subject: Reply with quote

you must have COM.ahk in your lib folder
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
tomoe_uehara



Joined: 05 Sep 2009
Posts: 1591
Location: Somewhere near you

PostPosted: Fri Jan 22, 2010 1:23 am    Post subject: Ah... The com.ahk Reply with quote

Now it works! Thanks Tank.
But I decided to change the picture to Gui, Add, Button, x436 y7 h20 g_go v_go default, Go
Because the icons won't show even when I omit the w20 h20.

_________________

The quick onyx goblin jumps over the lazy dwarf
Back to top
View user's profile Send private message
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Fri Jan 22, 2010 1:26 am    Post subject: Move this to Ask For Help ? Reply with quote

as long as it works
i picked the images from some goofy icon library and didnt feel like putting any effort whatsoever into better ones
i meant to also add
Code:
com_invoke(pwb,"silent")
to the initialize label before the gohome to suppress the default script error some sites have that are normally suppressed in IE
I really feel this should go in the ask for help section tho since its a request for an ahk solution and isnt about anything external

Perhaps if the OP doesnt mind a MOD could move it
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Jan 22, 2010 10:19 pm    Post subject: Re: AHK Web Browser? Is it possible? Reply with quote

PLEASE...if you test/find any solutions...PLEASE DO NOT...use any solution that just wraps IE...IE is insecure no matter what you use to wrap it with...anything tank suggests will be based on IE...

If you want really low-end & text-only, try Lynx (I have NO idea what platforms that runs on {I know it does on Linux, but I dunno about Windows})...Lynx would at least get you a text-based AutoHotkey forum access...

So other than not-IE I have no suggestions for low-end computers...(cept to try old Firefox versions...maybe even try really old Phoenix versions {Phoenix was the name for Firefox early on})...I also believe there is a COM Firefox/Gecko control, but I haven't Googled for it...if you go COM, go Firefox/Gecko (Gecko is the layout engine Firefox uses)...
Back to top
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Sat Jan 23, 2010 4:08 am    Post subject: Reply with quote

says the anonimous flamer who presents no supporing facts.

The internet is insecure. If a hacker wants to own your data IE is the least of your worries. Port sniffers. email. And any browser that allows access to your hard drive and yes they all do even your prescious little fire fox. Security on the internet is an illusion suffered only by the ignorant. The best defence is not being a target. Dont download software dont file share these are the real security threats dont fill out forms online for supposedly free stuff. Avoid phishing emails. But as usual the idiotic fan fair of haters like to blame the gun instead of the frakking idiot holding it
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jan 23, 2010 5:19 am    Post subject: Reply with quote

tank wrote:
says the anonimous flamer who presents no supporing facts.

...it's a flame to say anything you suggest will be IE? You are always suggesting IE/IE7 COM...it's a fact, not a flame...but anyway IE is insecure cuz of ActiveX & it just generally IS INSECURE...with IE you can get viruses/infected by just visiting a malicious site (on purpose or not), at least with Firefox, you should get a file download prompt, that you can Cancel BEFORE you are infected...I don't know why people use/defend IE/Microsoft...Microsoft is just icky & their only browser has been known to be the cause of many infections...

So, seriously, why DO you use/promote IE7/COM?
Back to top
trik



Joined: 15 Jul 2007
Posts: 1320

PostPosted: Sat Jan 23, 2010 9:57 am    Post subject: Reply with quote

Anonymous wrote:
but anyway IE is insecure cuz of ActiveX & it just generally IS INSECURE...with IE you can get viruses/infected by just visiting a malicious site (on purpose or not), at least with Firefox, you should get a file download prompt, that you can Cancel BEFORE you are infected...I don't know why people use/defend IE/Microsoft...Microsoft is just icky & their only browser has been known to be the cause of many infections...


You get a download prompt when downloading executables, and all browsers can be taken in by malicious code. ALL of them. Also, Microsoft is one of the only software manufactures that provides cheap and simple software to the public at an affordable rate.

Edit: And no, I do not use IE.
_________________
Religion is false. >_>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group