Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ I worked on implementing the CreateDialog on the actual code (because that in fact is what my actual situation looks like), but it failed to solve the problem, although it clearly does in my simpler example. I think I need to understand the fundamental failing of the code with DialogInput, because maybe that will give me a clue what is going on relative to all of the other moving parts in the actual code. $\endgroup$ Commented Mar 1, 2014 at 3:35
  • $\begingroup$ I worked with your solution a bit more to see if I could make it work in my code. One of the biggest problems that I had was that I really need DialogInput as a Blocking dialog. I can make CreateDialog Modal, but it doesn't block and this causes problems with another part of my code. I am sure that this could be reworked, and that may be what I need in the end. As you can see from my edits to the question above, the underlying problem of the updates to the FindGeometricTransform is more problematic than I at first realized. Sometimes it does, sometimes it doesn't. $\endgroup$ Commented Mar 1, 2014 at 16:45
  • $\begingroup$ I went to check and see if your solution works with the newest problem, and I think it does. I think it is the best workaround, although I wish I could figure out why the DialogInput itself doesn't work. I am going to accept your answer as the solution. $\endgroup$ Commented Mar 1, 2014 at 16:50