• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

list view default?

Started by enter260, May 11, 2008, 03:11:10 PM

Previous topic - Next topic

enter260

Hello.  Is there a way to make the list view the default view?  And is it possible for the icons to be on the bottom screen when booting up instead of the top screen?  It's kind of annoying always having to change it everytime I boot up and soft reset. 

Slingshot

save menu ? option perhaps

you know the one you used to save the mem card speed settings when you first setup your scds1

SuperCard Lite

in your scshell folder, go to global.ini and change:

Quote from: global.ini
;0|1|2
;0 no ico
;1 small ico
;2 big ico
;pda ico
DisplayModality=3

to


Quote from: global.ini
;0|1|2
;0 no ico
;1 small ico
;2 big ico
;pda ico
DisplayModality=0

to make it the default moonshell menu style and change:

Quote from: global.ini
; 1.2 FileSelectSubScreen = [0|1] (Default = 1)

; Defines which screen is used to display FileBrowser.
; 0 = touchscreen (lower screen)
; 1 = normal screen (upper screen)

; 僼傽僀儖儕僗僩僂傿儞僪僂傪昞帵偡傞僷僱儖傪儊僀儞偲僒僽偐傜慖戰偟傑偡丅
; 0=僞僢僠僷僱儖(壓夋柺), 1=捠忢夋柺(忋夋柺)

FileSelectSubScreen=1

to

Quote from: global.ini
; 1.2 FileSelectSubScreen = [0|1] (Default = 1)

; Defines which screen is used to display FileBrowser.
; 0 = touchscreen (lower screen)
; 1 = normal screen (upper screen)

; 僼傽僀儖儕僗僩僂傿儞僪僂傪昞帵偡傞僷僱儖傪儊僀儞偲僒僽偐傜慖戰偟傑偡丅
; 0=僞僢僠僷僱儖(壓夋柺), 1=捠忢夋柺(忋夋柺)

FileSelectSubScreen=0

to make the file select screen on the touch screen.

hope this helped,
SuperCard Lite/Vapour
AKA idiot

sry

enter260

ah i figured it out a couple of minutes after i made the thread.  thanks though!