Difference

Results 15 comments of Difference

This seems for a great place to have a Dispose() method called, since ThingThatNeedsComplexInitialisation() goes out of scope at "End With". In C#, "using" is a great way to have...

@arpie42 : I'm not advocating the need for a typed local variable. If the With syntax is implemented, I assume it's because you wan't to avoid that, as you already...

@arpie42 : To me With...End is different, because it defines exactly when the object goes out of scope, I see it as the point of that syntax, if you disregard...

I think you are both correct, my suggestion should not be limited to With...End. It should be a Dispose(), Finally() or OnExit() that is called, when the object goes out...

Yay! Forward slashes fixes it. Also works for SDL_GetPrefsPath files.

Found out that "Note that iPhone 6 will use the 320pt (640px) resolution if you have enabled the 'Display Zoom' in iPhone > Settings > Display & Brightness > View."...

I tried to reproduce in the simulator (by deleting splash screen 750x1364), but alas I can only make it happen on the real device. Let me know if theres is...

> According to your second post above, 640 res is 'normal' if zoom is enabled? Yes, I think you are right, it should go to 640, but it looks wrong...

Any chance of you getting your hands on a iPhone 6 or similar? I have spent a day trying fixing this from the Monkey /Xcode side of things with no...