SilkyJackson / tintwizard

Automatically exported from code.google.com/p/tintwizard
0 stars 0 forks source link

Add statusbar #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment the statusbar only displays the name of the file which the
user is currently working on.

In time this could be used for informing the user of other pieces of
information.

I'm thinking of a way to let the user know when a config is needing saved
again after they've modified a value. Only idea I have right now is to
connect "changed" events to the entry fields and combo-boxes, "color-set"
events to the color buttons (these are actually already used to update the
color text field), "toggled" events to check boxes and "font-set" events to
the font buttons. These could all call the a method which updates the
toSave variable and the updates the message on the status bar.

Original issue reported on code.google.com by eua...@gmail.com on 23 Jun 2009 at 3:14

GoogleCodeExporter commented 8 years ago
I've connected events to every widget which the user can alter the value of, and
these all call the same function; which then updates the statusbar.

Now the statusbar displays the filename, and appends " [*]" if a change has 
been made
since the file was opened/saved.

Original comment by eua...@gmail.com on 23 Jun 2009 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by eua...@gmail.com on 28 Aug 2009 at 10:47