Several windows

Hey guys!

I made an app in JavaFX. This app consist of several windows as is usual (dialog boxes and a login box appears after starting).

How do I realize the concept of alert boxes, dialog boxes or as mentioned above a login box? And is there a possibility that one window “owns” another like in Java so that user have to handle this window first to move on?

Thanks in advance!

Best,

Jörg

I’m not entirely sure that this question is in the right forum but assuming you are asking about “OS X Desktop Apps” …

Unless you want use CoronaCards and build your own Objective-C app in Xcode (which is much more complex than building an OS X app in CoronaSDK) you’ll have to use layers and application logic to implement “modal” input dialogs (just as you would in a mobile app implemented in CoronaSDK).

I’m not entirely sure that this question is in the right forum but assuming you are asking about “OS X Desktop Apps” …

Unless you want use CoronaCards and build your own Objective-C app in Xcode (which is much more complex than building an OS X app in CoronaSDK) you’ll have to use layers and application logic to implement “modal” input dialogs (just as you would in a mobile app implemented in CoronaSDK).