Jump to content


Poll: Which looks better?


2 replies to this topic

Poll: Polls need a title?

Which way would you rather have apup look?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

#1 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,160 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 17 November 2011 - 09:26 PM

I been thinking about how to display the available information without taking up so much space and I came up with this... tell me which you prefer.

New Concept:

Posted Image


Current Display:

Posted Image


In the second picture you can see all the available data at the same time although the price is all the space that it uses. In the first picture the data to the right it refreshed each time you click on a release. Trade of is you need to click it to see its information. Use the poll above to tell me which you like better.

Edit: I know the first picture clearly shows that the selected release is not English i just threw the longest text I could find in there when making that mockup.

#2 Joseph King

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 20 November 2011 - 11:27 PM

It really doesn't take up that much real-estate as it is. Considering how useful this app is, I couldn't care less if it used the whole blasted screen. If I can minimise it to the Taskbar, what does the size matter.

Would changing the size make it simpler to code?

Think KISS.

Edited by Joseph King, 20 November 2011 - 11:28 PM.


#3 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,160 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 21 November 2011 - 12:26 AM

Actually changing the size would take a little bit of coding. Making a GUI only takes a min or two... adding code to support gui takes a bit longer.

hmm describing the way apup2 works might be better then the long text I had. This will be equally long but should describe things better.
APUP2 is written modular:
There is the UI functions, then there is the APUP2 Engine which does all the work and is also modular, then there is the download DLL which does all the downloading.
The UI functions only tell the engine what you selected and what options you have. This is a one way transference of data to the engine. I created the UI to be separate from the engine so that a change to either will not break the other one.
The engine has links to the UI so the engine can display things if needed like with the release.list and miscellaneous text.
The engine stores data about the list and scripts in a structured nature(I will not go into detail would take a lot of text). The data is not accessable in any way to the UI at the moment due to it being kept several layers below accesability to the UI. I have to create a few functions to access that data. <-- this in itself is not so hard but, like any change needs testing.

In short... keeping it is the way it is now would be no work... making it smaller takes work. I don't mind the work though... its up to you guys if you want to change it... just remember it takes time away from me doing other things.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users