Component Message Box - lack of functions

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
ssttrragmail
Posts: 29
http://meble-kuchenne.info.pl
Joined: Sat Nov 21, 2020 10:38 pm
Has thanked: 18 times
Been thanked: 2 times

Component Message Box - lack of functions

Post 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 ???

mnfisher
Valued Contributor
Posts: 953
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 507 times

Re: Component Message Box - lack of functions

Post 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 50 times
Martin

BenR
Matrix Staff
Posts: 1726
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 438 times
Been thanked: 602 times

Re: Component Message Box - lack of functions

Post 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 :)

Post Reply