You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite two years have passed since the moment when this problem had been outlined for the first time, there is still no documentation.
I'm a newbie to both Kotlin|NAtive and GUI.
I found that I simply cannot do even the simplest things without documents.
Can anybody assist me in providing at least full-functional (and not few simple samples) examples of coding GUI using libui?
I need to build a very simple application:
Initialize window
Initialize menu
Input several common project data (the algorithm is to check the input and do not allow incorrect data)
Output these data to the screen
Switch to the next screen
Input several particular project item data
Output them to the table on the screen
Perform calculations.
Switch to the next screen
Output the results to the screen
Calculate one more version?
If Yes - goto 6
If No - do nothing
Thank you.
The text was updated successfully, but these errors were encountered:
Despite two years have passed since the moment when this problem had been outlined for the first time, there is still no documentation.
I'm a newbie to both Kotlin|NAtive and GUI.
I found that I simply cannot do even the simplest things without documents.
Can anybody assist me in providing at least full-functional (and not few simple samples) examples of coding GUI using libui?
I need to build a very simple application:
Thank you.
The text was updated successfully, but these errors were encountered: