this crashes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-13 15:31:29 -07:00
parent 150cc5963c
commit b4d4f65100
1 changed files with 2 additions and 3 deletions

View File

@ -13,12 +13,11 @@ import _ "github.com/andlabs/ui/winmanifest"
func showSplashBox(box *gui.GuiBox) *gui.GuiBox {
log.Println("ShowSplashBox() START")
text := getNEWTEXT()
// hardXbox := gui.HardBox(box.Window, gui.Xaxis, "jcarr test")
// TODO: turn 'Welcome' into a i18n for translations
text := getNEWTEXT()
gui.ShowTextBox(box, text, splashClick, "Welcome")
// gui.ShowTextBox(hardXbox, text, splashClick, "Welcome")
// box.Window.UiWindow.SetTitle("Splash")
gui.HorizontalBreak(box)
gui.NewLabel(box, "jcarr test2")