Difference
Difference
In Windows 10 (Pro), this fails. I've tried GetPrefsPath() too, and it fails too. CreateDir() works. ```#Import "" Using std.. Function Main() Local buf:= New DataBuffer(100,ByteOrder.LittleEndian) Local res:= buf.Save("C:\temp\mybuf.dat") Print...
IAP Product Title and Description entered on itunes connect, does not translate Dansish characters æ ø å and Æ Ø Å corrcetly, eg æ becomes ᅢᆭ .
I made a small program to show why I think the docs, the code or both are wrong, as I first discovered here: #157 I think docs should be corrected...
It would be nice to have the "Elvis" operator in MX2 to simplify property checking: Current syntax examples: `If Myobject And Myobject.SomeNullableProperty Local myVar:Float If Myobject myVar = Myobject.AFloatProperty` New...
Monkey2 should/could disallow Function in interfaces, because it is unclear what it does. "it's kind of pointless putting a function in an interface - an interface is a bunch of...
my android app crashes at mystring.ToUpper() and mystring.ToLower() Tried removing the offending code, then it just happens another place, app runs fine until it meets ToLower() or ToUpper() ``` A/art:...
Monkey does not size it's window to the full extent, when iPhone has it's setting to "Zoomed" (goto Settings, display & Brightness, “Display Zoom.” turned on ) Forum topic: [http://monkeycoder.co.nz/forums/topic/how-can-i-get-the-device-width-and-height]...