Background Cuts Hal...
 
Notifications
Clear all

Background Cuts Halfway When Changing Pages

4 Posts
2 Users
0 Reactions
81 Views
(@itasaur)
Active Member Registered
Joined: 1 week ago
Posts: 3
Topic starter  

Whenever I switch pages (I only have two) the page refreshes and resizes to meet the new buttons that will be displayed. When it does this, the background resizes but gets cut in half. Once I return to the home page, the background stays that size. I want the background to always resize as well. I tried click all the button combinations (next page, previous apge, home) to see if it was a specific button but that was not the case.


   
Quote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1318
 

post your ini file


   
ReplyQuote
(@itasaur)
Active Member Registered
Joined: 1 week ago
Posts: 3
Topic starter  

Here it is! Granted, I have not updated the version in a few years so all the new options and fixing has been a bit overwhelming. I'm pretty sure it's user error. 😀 


   
ReplyQuote
(@itasaur)
Active Member Registered
Joined: 1 week ago
Posts: 3
Topic starter  

# Desktop Info by Glenn Delahoy
# Sample advanced configuration file
# See the manual for a full description of all options

[options]

# size and position
refresh=5000
display-offsetx=10
bottom=10
right=0
width=345
font-size=12
font-face=Calibri
formcolor=080808
transparency=50
font-rtl=0
font-charset=1

# misc
ignore-setting-change=1

[text]
noresults=<n/a>
error=[error]
null-result=<null>
unknown=Unknown
executing=<executing>
menu-export=Export
menu-reload=Reload
menu-configuration=Edit Configuration
menu-log=Open Log File
menu-manual=Read Manual
menu-wmode=Start W Mode
menu-about=About Desktop Info
menu-quit=Quit
nav-previous=Previous
nav-home=Home
nav-next=Next

[items]
NAV=global:-1
# colors
set White = #ffffff
set Grey = #909090
set Cyan = #00ffff
set Magenta = #ff00ff
set Green = #00ff00
set Orange = #ffd000
set Yellow = #ffff00
set Silver = #d0d0d0
set Blue = #005EB8
set Red = #005EB8

# Page One

PAGE=1
PAGE-TITLE=Home Page
COLOR=%white%

Comment=active:1,color:#93DA00,style:wb,text:Desktop Information,lid:banner
#Username
USER=active:1,text:Username:,set:username,hidden:0

#Computer Name
HOST=active:1,text:Computer Name:,display:%1
ALLIPADDRESS=interval:30,activeonly:1

#####~~~~~ Section Title: Digital Self-Service ~~~~~#####
COMMENT=active:1,color:#93DA00,style:wb,text:Digital Self-Service Capabilities,lid:banner

#Left Button: SNOW Self Service
CONTROL=active:1,color:cccccc,button-color:#005EB8,wide:1,width:160,display:Self-Service Portal,uri: http://fakelink/start/1353287

#Right Button: Telework Assistance Button
CONTROL2=active:1,color:cccccc,button-color:#005EB8,left:165,width:160,display:Telework Assistance,uri:" removed link "

#Left Button: Add Printer Button
CONTROL=active:1,color:cccccc,button-color:#005EB8,wide:1,width:160,display:Add Printer,uri:"C:\Program Files (x86)\DesktopInfo\fake.qds"

#Right Button: Software Center
CONTROL2=active:1,color:cccccc,button-color:#005EB8,left:165,width:160,display:Software Center,uri:"SoftwareCenter:"

#Bottom Button: Remap Drives
CONTROL=active:1,color:cccccc,button-color:#005EB8,wide:1,width:325,display:Remap Drives,uri:"C:\Program Files (x86)\DesktopInfo\fake.bat"

#####~~~~~~ Section Title: Assistance by Phone ~~~~~#####
COMMENT=active:1,color:#93DA00,style:wb,text:Assistance by Phone,lid:banner
Text=active:1,color:cccccc,text:IT Helpdesk Phone,display:(555) 555-5555 Or Ext:5-5555
Text=active:1,color:cccccc,text:HR Helpdesk Phone,display:(555) 555-5555 Or Ext:5-5555

# Page Two
PAGE=2
PAGE-TITLE=Scripts
COLOR=%white%

############################PAGE TWO#######################################

Comment=active:2,font-size:16,color:#93DA00,,style:wb,text:Repair Scripts,lid:banner

#Countdown - 5 Minutes
Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:Countdown - 5 Minutes,uri:"C:\Program Files (x86)\DesktopInfo_Test\Req_Files\Countdown\Launch_Countdown.vbs"

#Lemur Pro - Register Application
#Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:Lemur Pro - Register Application,uri:"fake"
Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:Lemur Pro - Register Application,uri:"C:\Program Files (x86)\DesktopInfo_Test\fake.bat"

#SAP WM - Clear Cache
Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:SAP WM - Clear Cache,uri:"C:\Program Files (x86)\DesktopInfo_Test\fake.bat"

#SAP WM - DB Cloud Update
#Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:SAP WM - DB Cloud Update,uri:"C:\Program Files (x86)\DesktopInfo_Test\fake.bat"

#SAP WM - Relaunch Application
Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:SAP WM - Relaunch Application,uri:"C:\Program Files (x86)\DesktopInfo_Test\fake.bat"

#SAP WM - Test Server Connection
Control=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:SAP WM - Test Server Connection,uri:"https://Fakelink:8081/SAPWM"

#Software Center
CONTROL=active:2,font-size:16,color:cccccc,button-color:#005EB8,wide:1,width:325,Height:40,display:Software Center,uri:"SoftwareCenter:"


   
ReplyQuote
Glenn's Page