Page 1 of 1

Component Message Box - lack of functions

Posted: Sun May 29, 2022 4:00 pm
by ssttrragmail
Hi. Why the "Message Box" component properties seems to display (inside 2D Panel) just the function "Simple Message", and doesn´t offer anymore the options for the others two functions: "Yes/No" message and "Input Box" message ???

Re: Component Message Box - lack of functions

Posted: Sun May 29, 2022 6:10 pm
by mnfisher
If you run your program - Debug -> Go

The windows message boxes will be displayed as you expect. Its a bit odd that both message box and InputMesageBox just display as Dialogue box on the 2d panel - but action is correct on run.
dialog.fcsx
(7.74 KiB) Downloaded 52 times
Martin

Re: Component Message Box - lack of functions

Posted: Wed Jun 01, 2022 2:27 pm
by BenR
Hello,
Its a bit odd that both message box and InputMesageBox just display as Dialogue box on the 2d panel
You're very correct, I've now sorted this so the panel object text matches the component. Good spot and comment :)