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

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

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.

[Closed] Desktop Info v3.19.3

10 Posts
3 Users
3 Reactions
3,497 Views
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 2067
Topic starter   [#739]

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.



   
Nathan_K
(@nathan_k)
Estimable Member Registered
Joined: 6 years ago
Posts: 150
 

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



   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 2067
Topic starter  

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



   
Tof0006
(@tof0006)
Eminent Member Registered
Joined: 2 years ago
Posts: 19
 

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



   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 2067
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

 



   
Tof0006
(@tof0006)
Eminent Member Registered
Joined: 2 years ago
Posts: 19
 

@glenn It's perfect. Thanks



   
Tof0006
(@tof0006)
Eminent Member Registered
Joined: 2 years ago
Posts: 19
 

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



   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 2067
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
Tof0006
(@tof0006)
Eminent Member Registered
Joined: 2 years ago
Posts: 19
 

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
Nathan_K
(@nathan_k)
Estimable Member Registered
Joined: 6 years ago
Posts: 150
 

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
Glenn's Page