We had a major storm through here recently and we suffered damage to the house roof and ceilings. I just received the quote to repair. I’m hoping that a small fraction of the 80,000 odd people that download SDIO and/or Desktop Info every month won’t mind chipping in a few dollars to help out. Click on the big blue button at the bottom of the page to help us keep a roof over our heads, literally!
Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.
Version 3.19.3
May 2025
Change 1: I have reworked the align options throughout the application for consistency and clarity. The new values are the letters l for left, r for right, c for center. This replaces the old 0, 1, 2 or -1, 0, 1 values in every case that has some kind of align option. Let me know if I’ve missed any. Most items still support the old numbers but this will go away soon. See Common Options.
Change 2: Fixed issues with image/text alignment in the IMAGE item.
Change 3: Added text-pos, image, image-center and image-stretch options to BUTTON.
Change 4: Fixed range check error in eventlog-level.
Change 5: Added ‘m’ option to item font style common option for rich text output.
Change 6: Fixed issue with multi-monitor code on Windows 7.
New align option for NAV buttons doesn't seem to work and they are just stuck in "left".
@nathan_k hrmm.. it's working fine for me. what does your ini entry look like?
I have the same behavior
I have this in my ini file
NAV=global:1,font-face:wingdings,caption-prev:ç,caption-home:n,caption-next:è,font-size:14
add the align option if you want it centeredI have the same behavior
I have this in my ini file
NAV=global:1,font-face:wingdings,caption-prev:ç,caption-home:n,caption-next:è,font-size:14
NAV=global:1,font-face:wingdings,caption-prev:ç,caption-home:n,caption-next:è,font-size:14,align:c
Is there a way to reduce the height of those charts?
look for the height option in the chart section of the item. i think by default it's set to 2 which means 2 text rowsIs there a way to reduce the height of those charts?
Wonderful
NETWORKPERF=row-text:%instance%, \
chart:line height:1 scale:log row-id:%instance% series1:%BytesReceivedPersec% color1:00ff00 series2:%BytesSentPersec% height:2 color2:bb00bb,\
alarms:(%BytesReceivedPersec% ge {{%CurrentBandwidth%/8*95/100}} 2222ee)(%BytesSentPersec% ge {{%CurrentBandwidth%/8*95/100}} 0000ff),\
display:R: %BytesReceivedPersec%[3.1b]Bps\, S: %BytesSentPersec%[3.1b]Bps\, B: %CurrentBandwidth%[1.0B]bps
I use "-1" so the buttons are at the bottom and "align=c" wasn't working, but copied the line you sent back for Tof and changed it to "-1" and now it's working. Issue resolved. Thanks!