home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
GeckoBrowser v0.1 [21-04-2010] *NEW*
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DreadFury" data-source="post: 566688" data-attributes="member: 96011"><p><strong>Re: WebBrowser v0.6 [08-09-2009] *UPDATED*</strong></p><p></p><p>perhaps what is happening is the keyboard is constantly trying to pull up because the textbox is selected?</p><p>(In other words, perhaps your code is searching for the text cursor and then sends the call to open the MP keyboard.)</p><p></p><p>If this is the case, then the constant scans and calls to the keyboard (which is already opened, so it does nothing) is using up all CPU time.</p><p></p><p>If this is the case, maybe add an if statement along the lines of 'If mp.keyboard is open, skip this function' or add it to the actual call itself 'if text cursor is present and mp.keyboard is not open then open keyboard'</p><p></p><p>This is pure speculation and a blatant guess, but I have had similar situations in other languages and calls in which it caused the same, stuttering, slow results.</p><p>Adding in the clause which ensures it is not trying to call the function 100 times a second resulted in drastically better performance.</p><p></p><p>Good luck!</p><p>I can't wait to try this out!!</p></blockquote><p></p>
[QUOTE="DreadFury, post: 566688, member: 96011"] [b]Re: WebBrowser v0.6 [08-09-2009] *UPDATED*[/b] perhaps what is happening is the keyboard is constantly trying to pull up because the textbox is selected? (In other words, perhaps your code is searching for the text cursor and then sends the call to open the MP keyboard.) If this is the case, then the constant scans and calls to the keyboard (which is already opened, so it does nothing) is using up all CPU time. If this is the case, maybe add an if statement along the lines of 'If mp.keyboard is open, skip this function' or add it to the actual call itself 'if text cursor is present and mp.keyboard is not open then open keyboard' This is pure speculation and a blatant guess, but I have had similar situations in other languages and calls in which it caused the same, stuttering, slow results. Adding in the clause which ensures it is not trying to call the function 100 times a second resulted in drastically better performance. Good luck! I can't wait to try this out!! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
GeckoBrowser v0.1 [21-04-2010] *NEW*
Contact us
RSS
Top
Bottom