Page 1 of 1

`to fresh woods and fields anew'

Posted: Wed Jan 20, 2021 7:25 pm
by bogs
I was looking through the various past IDEs and how they did things, when I found to my surprise that something I had always taken for granted was treated quite differently by the early IDEs, and that is creating a field (of all things) :?

I was playing in Rev 2.7 when I typed 'new field' into the message box. Imagine my surprise when I saw THIS turn up...
Image
...it looks like a check book register and, by default, was setup with tables, scrollbars, the whole works for a simple table field instead of just a blank property-less edit box type field Image

I then proceeded to test 'new field' in all of the rest of the IDEs, and it seems like the simple field object didn't get a break until Rev 3 to present Image

For all who missed it during those times sooooo many moons ago, the evolution (and sometimes devolution, if R.G. will pardon me hee hee) of the simple 'new field' Image

Image
The original MC...more or less a transparent box look....

Image
Rev 1.1 ... Obviously someone decided 'opaque' would be better...

Image
Rev 2.2 ... then they said "Nah, I LIKE the transparent look !

Rev 2.7 (image 1 above) - oooo k, let's just go nuts, no one will use this for just typing!

Image
Rev. 3 and up...with minor differences...sanity returns ;)

Re: `to fresh woods and fields anew'

Posted: Wed Jan 20, 2021 7:55 pm
by FourthWorld
Was that message box test in a fresh session?

MC's new field reflects the engine defaults. It may be that the LC IDE (or perhaps a third-party component) is changing the templateField without later resetting it.

Re: `to fresh woods and fields anew'

Posted: Wed Jan 20, 2021 8:10 pm
by bogs
All sessions were brand new sessions, but oddly enough, I have been unable to re-create that field heh. I had only previously dragged 1 field and button from the tools palette, and written 4 lines of code (one of which created a new field when inside the rect of the button).

I may have to recreate that code again, I was so shocked at it I didn't save it before chasing squirrels :D