Note that there are some explanatory texts on larger screens.

plurals
  1. USSkeets
    primarykey
    data
    text
    plurals
    1. COThat's sort of what I was trying. I have a widget that normally is positioned at the top of the screen. I'm trying to animate it from off the top of the screen into its position so that it sort of slides down into view. The problem is that when the animation starts the widget briefly flashes at the end position (where layout normally places it) and then the slide down animation runs. I'm a newbie when it comes to QT and animation so maybe I'm missing something. I though if I write my own layout with a "slide" property that's the vertical offset, and then animate that prop it might work.
      singulars
    2. COAre you using the WebBrowser control to show the digg login page? There's a known bug where the WebBrowser strips the oauth url's at the '#' character. Not sure if you're hitting that. Also, make sure IsScriptEnabled=True in order to run script of course.
      singulars
    3. COIt looks like you're trying an aproach suggested by the answer to this question: http://stackoverflow.com/questions/4684307/any-way-to-set-the-wp7-webbrowser-control-height-dynamically-and-lock-scrolling I'd recommend trying 'document.body.clientHeight'. I don't know which element you have with an id of 'pageWrapper'. If you can provide more details about the height value you're getting back and the value you're expecting that will help. Which element has the 'pageWrapper' id on it? Also, I'm curious about your scenario. Why do you want to set the WebBrowser height to the content height?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload