Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

status bar in VB

Options
  • 08-01-2004 10:57pm
    #1
    Closed Accounts Posts: 1,152 ✭✭✭


    im in the process of starting a new VB project for college. we as a group are doing a stock inventory system and i was wondering would it be possible to implement a graphic, much like a progress bar, to show the level of stock in the inventory as a visual aid to the user as well as a percentage.

    do ye think this is a good idea or would i just be better off using just the percentage in text form? any ideas how i could do this? i was thinking at particular points i would load a new graphic ontop of the old graphic representing the new level of stock .

    any help much appreciated .

    thanks :)


Comments

  • Registered Users Posts: 2,150 ✭✭✭dazberry


    Originally posted by sound_wave
    im in the process of starting a new VB project for college. we as a group are doing a stock inventory system and i was wondering would it be possible to implement a graphic, much like a progress bar, to show the level of stock in the inventory as a visual aid to the user as well as a percentage.

    do ye think this is a good idea or would i just be better off using just the percentage in text form? any ideas how i could do this? i was thinking at particular points i would load a new graphic ontop of the old graphic representing the new level of stock .

    Disclaimer: IMO

    No. I would be of the opinion that there are different types of stock, and although you might want 10000 of one item in stock, you might only want 5 of another item, so percentages and progress bars are relative in that case, and not always that helpful.

    Firstly, I'd give each item (or item type depending) a warning, low, normal and high stock level. Assuming this appears in a grid, the warning stock would appear in say red text, the low maybe in orange, the normal as normal (not green), and I'd probably cap the high stock level in that screen (depending on the item) to maybe an upper value and a plus (i.e. 12135 would appear as 10000+ ). But I'd let these be user definable as per item or group, and I would also allow a filter on the list to allow selection of warning, low, normal stock types.

    D.


  • Closed Accounts Posts: 1,152 ✭✭✭sound_wave


    thanks DaZ some interesting ideas that ill suggest to the group in the morning at college. the warning labels are a good idea wouldnt have thought of that.

    any other ideas?


    ....now to finish that damn HR essay.....


  • Registered Users Posts: 2,150 ✭✭✭dazberry


    Ah geez sound_wave, I'm gonna have to charge you now :D.

    Well as i said if this is first presented in a grid/list, it's always good if the list is:

    a) Sortable by a number of columns
    b) Filterable by a number of criteria
    c) Searchable by say name in the displayed list, so for example, a user would hit the spacebar, type a few characters and the grid selection would move to the nearest matching item.

    I've used those 3 criteria (with the colouring**) mentioned in my previous post on a number of occasions before and its always worked a treat :)

    **
    On one system a mortgage tracking system there were a lot of different states, so I let an "admin" set the colours - and yes, they picked the worst colours possible, but it was that they could differentiate between the different types that kept them happy.


Advertisement