Finally an Update worth the wait I hope. Text Boxes completely reworked and can do text of any length!
Also new: a choice of using default colors (just enter 0, 0 for BOTH FC and BC in NewControl call) or enter a 3 digit number from 0 to 999 for C3 conversion to RBG32 number, a choice of 1000 colors. Now you enter the font you want to use in the OpenWindow call right after including the vs GUI.BI file eg,
Here is the new GUI Controls Editor that use to be called the Forms Designer:
Here is a makeover of Kens Arillery b+ mod, my new screen only has a height of 700 so things had to be moved and resized for bigger Fonts. Good thing I have my new Controls editor!
Here is the 3 Digit Color picker with 3 different fonts, default controls colors and bigger buttons:
Oh and here is the 2nd Makeover of Get Filename, the only place I didn't use default colors were for Current Folder and for Pathed File Selected (used Green for those labels):
It's running the 3 Digit Color picker. exe file in a Shell.
So here is the zip with 3 fonts I played with, vs GUI .BI and .BM, 3 Makeover GUI's the main Controls Editor and vs GUI manual/log.
(vs short for Very Simple and it still is.)
PS that file listing in the last screen shot is the zip file's contents without the .exe's.
Also new: a choice of using default colors (just enter 0, 0 for BOTH FC and BC in NewControl call) or enter a 3 digit number from 0 to 999 for C3 conversion to RBG32 number, a choice of 1000 colors. Now you enter the font you want to use in the OpenWindow call right after including the vs GUI.BI file eg,
Code: (Select All)
' Set Globals from BI
Xmax = 1280: Ymax = 700: GuiTitle$ = "GUI Makeover #2 Get Filename" ' <<<<< Window size shared throughout program
OpenWindow Xmax, Ymax, GuiTitle$, "Arial.ttf" ' need to do this before drawing anything from NewControls
Here is the new GUI Controls Editor that use to be called the Forms Designer:
Here is a makeover of Kens Arillery b+ mod, my new screen only has a height of 700 so things had to be moved and resized for bigger Fonts. Good thing I have my new Controls editor!
Here is the 3 Digit Color picker with 3 different fonts, default controls colors and bigger buttons:
Oh and here is the 2nd Makeover of Get Filename, the only place I didn't use default colors were for Current Folder and for Pathed File Selected (used Green for those labels):
It's running the 3 Digit Color picker. exe file in a Shell.
So here is the zip with 3 fonts I played with, vs GUI .BI and .BM, 3 Makeover GUI's the main Controls Editor and vs GUI manual/log.
(vs short for Very Simple and it still is.)
PS that file listing in the last screen shot is the zip file's contents without the .exe's.
b = b + ...