chroma Entry: 1 10/23/2002 10:34 AM
| Added the InputBox last night and made a bugfix this morning. The DestroyAllMenus() command wasn't doing it's job properly but it is now!!
I'll be adding scrollable text boxes next. The text for the box will be loaded from an external .txt file and the command will look like this.
AddScrollBox(menuID,x,y,w,h,capt$,filename$)
The command will read the text file and "intelligently" wrap it into the box parameters you input. There will be scroll arrows and a bar on the right hand side. |