U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » complex applications GUI best practices?
complex applications GUI best practices? [message #37950] Sat, 24 November 2012 14:34 Go to next message
skan is currently offline  skan
Messages: 5
Registered: November 2012
Location: Spain
Promising Member
Hello

What's the best way to create a complex application?

Is it advised to create the GUI as the main part of the application, and that GUI calls other modules to perform calculations?

Or is it better to have a main executable module as simple as possible that call other modules, one of them being the GUI?

Or mix it alltogether?


regards

[Updated on: Sat, 24 November 2012 14:35]

Report message to a moderator

Re: complex applications GUI best practices? [message #37951 is a reply to message #37950] Sat, 24 November 2012 14:57 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

My practice:

MyApps
+-ProjectDir - (mainprojectheader.h config.h config.cpp main.iml *.t ... some common files)
  +-Componet1Dir - (dependent files, includes common files like "../config.h")
  +-Componet2Dir - (dependent files, includes common files like "../config.h")
  +-Componet3Dir - (dependent files, includes common files like "../config.h")
  +-Some other dirs (docs, images sources, setup scripts) 


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: Strings related functions
Next Topic: Is it possible to embed a Skylark app in a normal U++ GUI app?
Goto Forum:
  


Current Time: Fri Jun 19 07:26:48 GMT+2 2026

Total time taken to generate the page: 0.00526 seconds