Desktop Info v3.19....
 
Notifications
Clear all

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.

Desktop Info v3.19.3

10 Posts
3 Users
3 Reactions
390 Views
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1546
Topic starter  

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.


   
Quote
Nathan_K
(@nathan_k)
Estimable Member Registered
Joined: 5 years ago
Posts: 140
 

New align option for NAV buttons doesn't seem to work and they are just stuck in "left".


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1546
Topic starter  

@nathan_k hrmm.. it's working fine for me. what does your ini entry look like?


   
ReplyQuote
(@tof0006)
Active Member Registered
Joined: 12 months ago
Posts: 10
 

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


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1546
Topic starter  

Posted by: @tof0006

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 centered

NAV=global:1,font-face:wingdings,caption-prev:ç,caption-home:n,caption-next:è,font-size:14,align:c

 


   
ReplyQuote
(@tof0006)
Active Member Registered
Joined: 12 months ago
Posts: 10
 

@glenn It's perfect. Thanks


   
ReplyQuote
(@tof0006)
Active Member Registered
Joined: 12 months ago
Posts: 10
 

Is there a way to reduce the height of those charts?


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1546
Topic starter  

Posted by: @tof0006

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 rows

 


   
Tof0006 reacted
ReplyQuote
(@tof0006)
Active Member Registered
Joined: 12 months ago
Posts: 10
 

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


   
Glenn reacted
ReplyQuote
Nathan_K
(@nathan_k)
Estimable Member Registered
Joined: 5 years ago
Posts: 140
 

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!


   
Glenn reacted
ReplyQuote
Glenn's Page