hitrom Posted March 31, 2009 Share Posted March 31, 2009 (edited) How i can use webkit in autoit? I want to create a minimal browser but i don't want to use IE as renderer engine. WebKit homepage: http://webkit.org/Webkit has a dll but i don't know to use it because don't have any tutorial to use dll. Edited March 31, 2009 by hitrom Link to comment Share on other sites More sharing options...
Ghost1987 Posted April 1, 2009 Share Posted April 1, 2009 How i can use webkit in autoit? I want to create a minimal browser but i don't want to use IE as renderer engine. WebKit homepage: http://webkit.org/Webkit has a dll but i don't know to use it because don't have any tutorial to use dll.You will need to use DllCall and use webkit api which is not written yet. Only viable solution for this moment is to use Qt Framework and to learn C++or you could use Adobe AIR to make (webkit driven) rich Internet applications. Link to comment Share on other sites More sharing options...
regy5397 Posted July 28, 2010 Share Posted July 28, 2010 It has been more than a year since the last post in this thread. Has anything new developed since then? Is it still impossible to use Webkit in Autoit? Link to comment Share on other sites More sharing options...
PsaltyDS Posted July 28, 2010 Share Posted July 28, 2010 It has been more than a year since the last post in this thread. Has anything new developed since then? Is it still impossible to use Webkit in Autoit?The web page for WebKit API still says: Needs to be written. You're asking in the wrong place for progress. Until there is a documented API to be used, there is nothing for AutoIt to work with. Poke the forums at WebKit.org. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Voodooman Posted May 6, 2014 Share Posted May 6, 2014 But there are QtWebKit and WebKit based Chromium Embedable Frameworks (both availalbe ad compiled DLL binaries and sourcecode) which HAS API and a must to replace crappy IE Trident engine in AutoIt. Check this out guy, i hope anyone can do UDF to embed CEF into Autoit and use it for all the HTML5 related stuff, including DOM, XML and JSON parsing, and both QtWebKit and CEF support Netscape plugins (which is good alternative to activeX) including flash, windows media and all kind of old school thing we missing nowadays.http://qt-project.org/doc/qt-5/qtwebkit-index.html (this new version reference not ready yet so use this instead http://qt-project.org/doc/qt-4.8/qtwebkit.html ) http://code.google.com/p/chromiumembedded/ i would prefer CEF, no need to compile it, easy to get daily fresh binar builds from here http://cefbuilds.com/ , have very good HTML5 score and so on, including licensing terms. Oh i forgot to tell that it also had WebGL, WebM aka HTML5 video support and allows to bring the maximum from modern web standards to AutoIt. IE must die! Basically its an embedable chrome instead of internet explorer. I vote for it to be implemented as official UDF which works the same as all IE UDF but usese libcef.dll With it you can even use AutoIt to be the launcher and wrapper with some advanced features for WebGL hardware accelerated games. Link to comment Share on other sites More sharing options...
Palestinian Posted May 6, 2014 Share Posted May 6, 2014 Please check the post date before replying next time, question was asked nearly 5 years ago Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 6, 2014 Moderators Share Posted May 6, 2014 Voodooman, With it you can even use AutoIt to be the launcher and wrapper with some advanced features for WebGL hardware accelerated gamesThis is the second time I have pointed you at the Forum rules - please make sure there is not a third. And as Palestian pointed out, in future please check the thread last post date before replying. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
JohnOne Posted May 6, 2014 Share Posted May 6, 2014 But feel free to create and share a UDF for it. toasterking 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now