Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dakovinc

@dakovinc
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Found this today
    D dakovinc

    Maybe someone wanted to make sure that a mapping framework (like .net EntityFramework) made a nullable string out of it :laugh:

    The Weird and The Wonderful

  • I hope this is not contagious...
    D dakovinc

    Konstanten is German for Constants. So this seems to be a class with const and readonly properties.

    The Weird and The Wonderful json

  • Model lost in space
    D dakovinc

    Sadly, no. (or almost never) This is especially true for the users of the program where this code came from. :(

    The Weird and The Wonderful ruby help announcement

  • Model lost in space
    D dakovinc

    For god's sake! Luckily, it isn't a web app!

    The Weird and The Wonderful ruby help announcement

  • Model lost in space
    D dakovinc

    In the code where the view get's cleared from the current model (i.e. when you want to save changes in the program but have everything cleared), I have found this little gem: (Variable-Names changed to protect the innocent)

    if(view != null)
    {
    SetUI(view);
    myTree.Update(view);
    }
    else
    {
    MessageBox.Show("Error when saving, Model is lost in space");
    }

    As you'd assume, every change is lost when the view is null, and the user has no idea what just happened. :(

    The Weird and The Wonderful ruby help announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups