Author Topic: Change UI / Theme into dark colors  (Read 10044 times)

nibelungen

  • Newbie
  • *
  • Posts: 4
Change UI / Theme into dark colors
« on: December 23, 2011, 03:40:34 pm »
Hey,

at first - great POS System and thank you for make do it open source!
Is there a way or maybe a point on roadmap to render the UI into a
darker color like naviagation systems in a car when its dark? :)

Another question - how to add an image to a product (perhaps instead of a text)??

Best regards and go on with this great work!!
And - Merry Christmas!

razi777

  • Newbie
  • *
  • Posts: 15
Re: Change UI / Theme into dark colors
« Reply #1 on: December 24, 2011, 09:24:20 am »

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Change UI / Theme into dark colors
« Reply #2 on: December 25, 2011, 06:43:44 am »
hello nibelungen;
There is currently no support for themes. I agree we should consider it.
In the dark environment of bars darker colors will be better. For one friend I installed a little application called "screen dimmer" and he activates it at nights.

Navigate to Manage > Products > Menu List, double click "Menu", click on a category and click "Edit product properties". A popup will appear and you can change button images, background colors and titles on this screen.

Merry Christmas :)

nibelungen

  • Newbie
  • *
  • Posts: 4
Re: Change UI / Theme into dark colors
« Reply #3 on: December 25, 2011, 10:13:30 am »
Hey Emre,

thanks a lot.
Adding images worked like you described!

Umm im really new to this project, but i like it.
I´ve never build an c# project from source - is there somewhere
a shot description, than i will try different themes (if i find all files included
the color definitions :) )

I have to take some time to undestand how the color and definitions depends
on other files but it could not be too hard i think.

So if you can point me to the right direction i will try different colors.

Thanks a lot for this nice stuff.

best regards


emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Change UI / Theme into dark colors
« Reply #4 on: December 26, 2011, 09:16:18 am »
Hello; We used WPF as our presentation framework. WPF supports something named styles and with styles it is possible to change the look of any screen item like we do with CSS for web pages. I never tried using custom styles with SambaPOS before. I think we have to add some code to be able to support custom styles. If we add that support further customization will be easy.

If you are interested you can try searching for "WPF themes".

CafeCuppio

  • Full Member
  • ***
  • Posts: 200
    • Cafe Cuppio
Re: Change UI / Theme into dark colors
« Reply #5 on: March 07, 2012, 08:40:55 am »
Navigate to Manage > Products > Menu List, double click "Menu", click on a category and click "Edit product properties". A popup will appear and you can change button images, background colors and titles on this screen.

To get back to the UI and the changing thereof....

In a network setup where I have 1x "server" and 2x "terminals", where should the images be stored that should be used in the UI. And how would the linking to it work?

Thanks
GK
SambaPOS - POS'n the World, one Terminal at a time.
Even in Namibia, Africa!

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Change UI / Theme into dark colors
« Reply #6 on: March 07, 2012, 06:41:04 pm »
You can share images on network and enter network names of images.
But instead of creating network traffic we put all images under c:\images folder and copy that folder to all terminals with same name.