Jump to content

Recommended Posts

Posted

Fine.

Is there chance to get using from UDF for these funcs?

; 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

:mellow:

The point of world view

  • 2 months later...
Posted

  On 6/10/2010 at 12:07 PM, 'Valery said:

Fine.

Is there chance to get using from UDF for these funcs?

; 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 :)
Posted (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 by motionman95
  • 2 weeks later...
Posted

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 ?

Posted

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:

  Reveal hidden contents
Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text
Posted

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 ?

Posted

  On 9/8/2010 at 8:31 PM, 'oneLess said:

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.
Posted

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:

  Reveal hidden contents
Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text
  • 2 weeks later...
  • 6 months later...
  • 1 year later...
Posted

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

  • 3 years later...
Posted

Can anyone suggest how to access the functions in the new library? There is only one function ("SciterAPI"), which is a pointer to others.

  • 6 months later...
Posted

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?

Posted (edited)
  On 10/26/2016 at 4: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?

Expand  

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 by argumentum
updated link

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...