DISQUS

Andrey Shchekin's Blog: Putting Web snapshots to practical use

  • Dmitri Nesteruk · 9 months ago
    Hi, I saw your post on StackOverflow regarding use of AvalonEdit, so I ended up downloading it and playing with it a bit. Unfortunately, after an hour of exception after exception, I gave up. So I was wondering if I could blatantly ask for your help :) because I really want this to get working, but with a 0% documentation level in the API, I'm finding actually using AvalonEdit to be hell on earth. Pleeease?
  • Andrey Shchekin · 9 months ago
    Ok, what exceptions are you getting? They might have broken something since the version I downloaded, or I could have occasionally set some options that is required by it to work correctly.
  • Dmitri Nesteruk · 8 months ago
    Well, I drop a TextEditor component onto my form, and everhthing crashes. I suppose there is some 'proper' way to use it, but what I would really love is an example, because I could find none on the internet.
  • Andrey Shchekin · 8 months ago
    Well I had crash I think, and that was related to the fact that text was not set -- it required at least "" to be provided.
    But they have fixed it since, so now everything should work well.

    I can't really give an example since all my usage is commercial and it is hard to untie a meaningful example from the app itself.

    But can you provide the crash stack trace?
  • David Neubauer · 4 days ago
    Worked like a charm, you just made my Saturday. Thanks Andrey