All Answers

All Answers » Re: SetRotation gives Movable strange behavior » Comments for "Re: SetRotation gives Movable strange behavior"
  • John Nagle
    Thanks Luca…I created the physical folder “Platform” and unzipped it there, then in VS created a project folder of the same name, added existing item. I set it to Embedded Resource and then uncommented out the line in AssemblyInfo. There’s no change though when I run it, it still jumps. Is there another step I need to do? -John
  • Luca (ITG)
    Change the last line to qx.Class.patch(wisej.web.PictureBox, wisej.MMovablePatch); I left in the wrong class name.
  • John Nagle
    The code is running now for sure, but the offset is way worse now. Did you offset the opposite direction?
  • Luca (ITG)
    Works for me. Can you put it on your test site with debug=”false” in web.config?
  • John Nagle
    I published it…can you tell me where to put the debug=”false”? Sorry, I’m a noob.
  • Luca (ITG)
    Sorry I meant debug=”true” in web.config. now you have false.
  • John Nagle
    It’s done.
  • John Nagle
    By the way, it jumps even with no rotation now.