SyntaxBomb - Indie Coders

Languages & Coding => BlitzMax / BlitzMax NG => Topic started by: Cruis.In on October 04, 2019, 16:46:16

Title: IFSOgui
Post by: Cruis.In on October 04, 2019, 16:46:16
Hi guys, I downloaded the IFSOgui mod from github by Marcus Trisdale. I've used that in my game. I've realised there is an error in textbox.bmx and mltextbox.bmx there is a readonly field variable in the Types. And in my current NG blitzmax ReadOnly is highlighted yellow which means reserved command word right? So it expects different command following readonly and he tries to define it as an integer. Field ReadOnly:int

I don't know if another mod by BAH or others reserved Readonly or an update to blitzmax. So I have changed the textbox and mltextbox fields and references to that field as ReadOnly_Custom

so where there are any references to ReadOnly, I have added _Custom. And it compiles fine now. Just thought you might want to update those two bmx in github for IFSOgui.