ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

date and time in statusbar

(1/3) > >>

cracksloth:
Especially now that FARR forces the presence of the statusbar, I would really like to be able to modify the option:
  "text to show on statusbar on launch"
with something more useful (specifically the time and the date).  are there currently any variable strings i can insert to accomplish this?  if not, would you consider adding these variables:

%a - Abbreviated weekday name
%A - Full weekday name
%b - Abbreviated month name
%B - Full month name
%d - Day of month as decimal number (01 - 31)
%H - Hour in 24-hour format (00 - 23)
%I - Hour in 12-hour format (01 - 12)
%m - Month as decimal number (01 - 12)
%M - Minute as decimal number (00 - 59)
%p - Current locale's A.M./P.M. indicator for 12-hour clock
%S - Second as decimal number (00 - 59)
%y - Year without century, as decimal number (00 - 99)
%Y - Year with century, as decimal number
%C - center text in the statusbar
%% - Percent sign

for example, if i wanted the statusbar to read:
Wednesday, August 21 - 3:11 pm
and have it centered in the statusbar, i would insert:
%A, %B %d - %I:%M %p%C

other useful variables could eventually be added later by users request (like uptime, cpu load, memory usage, etc.)

thanks for the continued work on FARR! it's working great!

-cracksloth

mouser:
i kind of like this idea.. perhaps a good solution would be to let plugins control the statusbar and titlebar text.

cracksloth:
hmmm...  if you are looking at making statusbar plugins, maybe you should approach it like a widget system.  for example, you can embed a centered date/time widget in the statusbar.  and/or add a cpu widget.  and/or add a memory widget.  etc.  this would keep the interface for customizing the statusbar consistent and easy to extend (each widget would have its own settings dialog).

-cracksloth

cracksloth:
the more i think about this idea, the more i like it.  here is one more thought:

currently, the default statusbar content ("text to show on statusbar on launch") will be replaced by:
1) typing (eg. "found x results in y seconds")
2) selecting a new item from the list (eg. "C:\WINDOWS\explorer.exe")
3) stopping a search (eg. "search stopped after finding x results in y seconds")
4) etc.

it would be great to have an option to disable these updates so that the default statusbar content would persist even if one of these events is triggered.

alias:
i kind of like this idea.. perhaps a good solution would be to let plugins control the statusbar and titlebar text.
-mouser (August 21, 2008, 05:56 PM)
--- End quote ---

Did anything ever come of this?  The one thing I miss about SlickRun was that I could make it show the time and date when it got focus, so no need to waste any screen real estate to show it all the time...  I'd actually prefer to see it in the Title Bar, myself...

Navigation

[0] Message Index

[#] Next page

Go to full version