Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planetary tab #31

Open
ajarzyn opened this issue Sep 21, 2016 · 1 comment
Open

Planetary tab #31

ajarzyn opened this issue Sep 21, 2016 · 1 comment

Comments

@ajarzyn
Copy link

ajarzyn commented Sep 21, 2016

Hi I'm struggling with analyzing evemon source code and as a newbie c++ progammer I have to admit to have some problems with following one path of app flow.

What I'm trying to achieve is to create new tab or add in overview tab special table for all the planetary colonies marged from all the characters. For now I found that Overview finds CharacterCollection and use them implanting at directed index, though it's good place to start diggin but no result so far.

Could you maybie help me track best place to start from?
I would be glad for any help (trying to improve programming skills).

@elliena-bulmer
Copy link
Contributor

@ajarzyn , well, first off, it's not a C++ project but C#.

If you want to add a new tab to the overview, you could add a custom TabPage. Look in MainWindow.cs for the following methods:
AddOverviewTab() and LayoutTabPages().
These two methods are called when building the pages you see in the main window. Just make a duplicate of the overview tab and you should be good to go :)

Have fun and keep in mind: Practice makes perfect!

NevarrTivianne pushed a commit to NevarrTivianne/evemon that referenced this issue Apr 3, 2021
Startup import performance improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants