ValeryVal Posted June 10, 2010 Share Posted June 10, 2010 Fine. Is there chance to get using from UDF for these funcs? expandcollapse popup; SciterAppendMasterCSS ; SciterAttachEventHandler ; SciterAttachHwndToElement ; SciterCall ; SciterCallBehaviorMethod ; SciterCallScriptingFunction ; SciterCallScriptingMethod ; SciterCall_V ; SciterCloneElement ; SciterCombineURL ; SciterControlGetType ; SciterCreateObject ; SciterDataReady ; SciterDataReadyAsync ; SciterDetachElement ; SciterDetachEventHandler ; SciterEval ; SciterFindElement ; SciterGetElementByUID ; SciterGetElementHtml ; SciterGetElementHwnd ; SciterGetElementIntrinsicHeight ; SciterGetElementIntrinsicWidths ; SciterGetElementLocation ; SciterGetElementNamespace ; SciterGetElementRawText ; SciterGetElementText ; SciterGetElementUID ; SciterGetExpando ; SciterGetMinHeight ; SciterGetMinWidth ; SciterGetObject ; SciterGetRootElement ; SciterGetScrollInfo ; SciterGetVM ; SciterGetValue ; SciterHidePopup ; SciterHttpRequest ; SciterIsElementEnabled ; SciterIsElementVisible ; SciterMoveElement ; SciterMoveElementEx ; SciterNativeDefineClass ; SciterPostEvent ; SciterProc ; SciterProcND ; SciterRefreshElementArea ; SciterReleaseCapture ; SciterRender ; SciterRequestElementData ; SciterScrollToView ; SciterSendEvent ; SciterSetCSS ; SciterSetCallback ; SciterSetCapture ; SciterSetExceptionValue ; SciterSetHomeURL ; SciterSetHttpHeaders ; SciterSetMasterCSS ; SciterSetMediaType ; SciterSetOption ; SciterSetScrollPos ; SciterSetTimer ; SciterSetValue ; SciterShowPopup ; SciterShowPopupAt ; SciterSortElements ; SciterSwapElements ; SciterTrackPopupAt ; SciterTranslateMessage ; SciterTraverseUIEvent ; SciterUpdateElement ; SciterUpdateWindow ; SciterVmEval ; SciterWindowDetachEventHandler ; Sciter_UnuseElement ; Sciter_UseElement ; Sciter_V2v ; Sciter_v2V Thank you The point of world view Link to comment Share on other sites More sharing options...
motionman95 Posted August 23, 2010 Share Posted August 23, 2010 Fine. Is there chance to get using from UDF for these funcs? expandcollapse popup; SciterAppendMasterCSS ; SciterAttachEventHandler ; SciterAttachHwndToElement ; SciterCall ; SciterCallBehaviorMethod ; SciterCallScriptingFunction ; SciterCallScriptingMethod ; SciterCall_V ; SciterCloneElement ; SciterCombineURL ; SciterControlGetType ; SciterCreateObject ; SciterDataReady ; SciterDataReadyAsync ; SciterDetachElement ; SciterDetachEventHandler ; SciterEval ; SciterFindElement ; SciterGetElementByUID ; SciterGetElementHtml ; SciterGetElementHwnd ; SciterGetElementIntrinsicHeight ; SciterGetElementIntrinsicWidths ; SciterGetElementLocation ; SciterGetElementNamespace ; SciterGetElementRawText ; SciterGetElementText ; SciterGetElementUID ; SciterGetExpando ; SciterGetMinHeight ; SciterGetMinWidth ; SciterGetObject ; SciterGetRootElement ; SciterGetScrollInfo ; SciterGetVM ; SciterGetValue ; SciterHidePopup ; SciterHttpRequest ; SciterIsElementEnabled ; SciterIsElementVisible ; SciterMoveElement ; SciterMoveElementEx ; SciterNativeDefineClass ; SciterPostEvent ; SciterProc ; SciterProcND ; SciterRefreshElementArea ; SciterReleaseCapture ; SciterRender ; SciterRequestElementData ; SciterScrollToView ; SciterSendEvent ; SciterSetCSS ; SciterSetCallback ; SciterSetCapture ; SciterSetExceptionValue ; SciterSetHomeURL ; SciterSetHttpHeaders ; SciterSetMasterCSS ; SciterSetMediaType ; SciterSetOption ; SciterSetScrollPos ; SciterSetTimer ; SciterSetValue ; SciterShowPopup ; SciterShowPopupAt ; SciterSortElements ; SciterSwapElements ; SciterTrackPopupAt ; SciterTranslateMessage ; SciterTraverseUIEvent ; SciterUpdateElement ; SciterUpdateWindow ; SciterVmEval ; SciterWindowDetachEventHandler ; Sciter_UnuseElement ; Sciter_UseElement ; Sciter_V2v ; Sciter_v2V Thank you Especially the SciterSetCSS function Link to comment Share on other sites More sharing options...
motionman95 Posted August 24, 2010 Share Posted August 24, 2010 (edited) Wow, this thing EATS CPU. Is it just Sciter for Autoit that acts like this, or does Sciter naturally eat CPU? EDIT; Yeah, it's just AutoIt. Normal Sciter apps don't eat CPU like the Autoit version does. EDIT: My mistake. Edited August 25, 2010 by motionman95 Link to comment Share on other sites More sharing options...
oneLess Posted September 8, 2010 Share Posted September 8, 2010 i have an application , is Bitdefender 2011 setup , who use HtmLayout.dll some more info here http://www.autoitscript.com/forum/index.php?showtopic=119053 Au3Info.exe cant give me other infos than Title and Class for main window , and nothing from controls. can i use HtmLayout DLL UDF or Sciter Dll UDF for managing a silent install for this installer ? i am interesting in something simple like @winwait , @controlclick , @controlsend ... can i grab infos about controls, windows ? if yes , which one is recommended for start ? Link to comment Share on other sites More sharing options...
taietel Posted September 8, 2010 Share Posted September 8, 2010 oneLess, if you want to silent install BitDefender 2011, start the installation and wait untill first window appear (that one with I agree...), then take a look at the temporary directory. In a subdir (I don't remember the name... something like bdtempdir01), you will find all the installation files, including bdeleven.msi. For msi the silent switches are /quiet /norestart or /qn /norestart (you can find them by running in console bdeleven.msi/?). Look at these files. Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text Link to comment Share on other sites More sharing options...
oneLess Posted September 8, 2010 Share Posted September 8, 2010 thank you [multumesc] @taietel for your answer. the downlodable bitdefender setup file , like [bitdefender_internet_security_2011_32b.exe] is anyway a zip archive , from where easily i can extract [bdeleven.msi] with winrar i can manage this. but i want to install & configure the setup like i want same time. so i looking for a solution to manage the graphics made with [htmLayout.dll] can i use [HtmLayout DLL UDF] or [sciter Dll UDF] for that ? Link to comment Share on other sites More sharing options...
motionman95 Posted September 14, 2010 Share Posted September 14, 2010 thank you [multumesc] @taietel for your answer. the downlodable bitdefender setup file , like [bitdefender_internet_security_2011_32b.exe] is anyway a zip archive , from where easily i can extract [bdeleven.msi] with winrar i can manage this. but i want to install & configure the setup like i want same time. so i looking for a solution to manage the graphics made with [htmLayout.dll] can i use [HtmLayout DLL UDF] or [sciter Dll UDF] for that ? I doubt it, I tried using the htmlayout inspector that comes in the SDK on another Sciter-generated window and it did not work. Link to comment Share on other sites More sharing options...
taietel Posted September 14, 2010 Share Posted September 14, 2010 I've tried also, but with no luck! I did managed to send keystrokes to the interface but dropped because I don't use bitdefender... oneLess, nu ai pentru ce! M-am nascut in Craiova. Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text Link to comment Share on other sites More sharing options...
motionman95 Posted September 28, 2010 Share Posted September 28, 2010 http://htmlayoutlab.com/htmlayout-spy/ oneLess, that might help. Link to comment Share on other sites More sharing options...
JiangShi Posted April 16, 2011 Share Posted April 16, 2011 Sciter Can use Sqlite? Link to comment Share on other sites More sharing options...
tilb Posted October 10, 2012 Share Posted October 10, 2012 Great work but i'm unable to use drag'n drop. I include sciter with _SCincgui function inside a GUI. This gui accept file drop but i can't trap drop inside the sciter control. Thank you for your help. Florian Link to comment Share on other sites More sharing options...
iFFgen Posted April 7, 2016 Share Posted April 7, 2016 Can anyone suggest how to access the functions in the new library? There is only one function ("SciterAPI"), which is a pointer to others. Link to comment Share on other sites More sharing options...
Miloud Posted October 26, 2016 Share Posted October 26, 2016 Hello, the current udf isn't compatible with sciter.dll, though it opens the dll... Can you please provide a sciter.dll that is compatible with this udf! Will there be updates for this udf? Link to comment Share on other sites More sharing options...
argumentum Posted October 26, 2016 Share Posted October 26, 2016 (edited) On 10/26/2016 at 12:55 AM, Miloud said: Hello, the current udf isn't compatible with sciter.dll, though it opens the dll... Can you please provide a sciter.dll that is compatible with this udf! Will there be updates for this udf? hmmm, the original poster "Last visited September 27, 2010" and that's that. Now v. 1.0.10.10 from 11/11/1012 works. Too big to attach here, so here is a temporary link to it. Edited July 14, 2022 by argumentum updated link Miloud 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Miloud Posted October 26, 2016 Share Posted October 26, 2016 7 hours ago, argumentum said: hmmm, the original poster "Last visited September 27, 2010" and that's that. Now v. 1.0.10.10 from 11/11/1012 works. Too big to attach here, so here is a temporary link to it. wow... I really appreciate your help... Thanks alot, it works now! 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