Creating GUIs

Hello

This question most likely requires a long explanation but in short how do you create user interfaces when the IDE allows you to create applications for multiple code bases?

Do you pretty much call the library objects and set the object properties through the code?

There is no drag and drop designer is there?

In some cases there is a designer in the IDE, for example Visual Studio. If your using Fire then you need to use the platforms designer. For example for the various apple platforms its XCode.

Its also worth reading https://blogs.remobjects.com/2017/08/16/strategies-for-cross-platform-code-sharing-with-elements/

1 Like