• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Moonshell and images

Started by Miggs, May 12, 2006, 03:29:46 PM

Previous topic - Next topic

Miggs

I have a few qualms, the first is that I have absolutely no idea how to get this thing to display images on the TOP screen at all instead of the bottom screen where I absolutely do NOT want them to be displayed. The second is a development suggestion, but I think that with images, any part that is above (or below if you can manage to get them to display primarily on the top screen) should be shown on the opposite screen. Is there anyone who knows anything about these things that can clarify why they are how they are or if there is a fix?

Eh, I guess it is time to download the source I guess, but I don't know either ARMs yet so there isn't much I can do besides hack&hope, any help is greatly appreciated at this point.

m2pt5

DSOrganize displays images on the top screen, with a thumbnail on the bottom screen that has a "window" on it that you can move with the stylus. It can also play animated GIFs.

I don't think there's a way to do it in Moonshell, short of editing the source and recompiling.
Manually signing your posts is dumb.
---
Firmware versioning: Get a Passcard 3, a SuperKey, or a slot-1 flashkit. Then it doesn't matter which firmware you have.

GIDZzz

MoonShell 1.21 + 2 is able to show one image on two screens. Looks nice but I've got some problems with zooming in this mode.

mat

Quote from: "GIDZzz"MoonShell 1.21 + 2 is able to show one image on two screens. Looks nice but I've got some problems with zooming in this mode.

Ooo... how do you make it do that?
img]http://img129.imageshack.us/img129/7493/oblivionsigsmaller6ry.png[/img]
Unfortunately, unlike the ball, people do not bounce.

Miggs

Thank you for telling me about DSOrganize, it is very nice because now with it I can finally edit texts without having to slam my sd card back into my pc, however this program does not seem to have the nice zoom features of moonshell and it also seems to not be able to us the dpad to scroll, only the touchscreen, which is a bit annoying because I don't ever touch the screen much.
I will try 1.21+2 next.

Miggs

All you have to do is add in the text included with the zip into the global.ini, and change the variable to tell it to display it on both, but as GIDZzz said, there is no more zoom functionality in this mode, no zoom in, and if you zoom out once it freezes moonshell.
For now it will work, but I'm sure infantile paralyser is already trying to get it to function properly, probably for 1.22, maybe even on that one there will be the option to display the predominantly on the top instead of the bottom.
Still haven't messed with the src yet, whoops.

mat

Hmm... looks like im too stupid to get it working. Would you mind uploading your global.ini for me?
img]http://img129.imageshack.us/img129/7493/oblivionsigsmaller6ry.png[/img]
Unfortunately, unlike the ball, people do not bounce.

Miggs

Try pasting these lines into your global, also be sure you're using the 1.21+2 SC .nds

[ImagePlugin]
GUITimeOutSec=2
;or replace 2 with whatever
ImageMode=1
;0 on this one gives you bottom screen only
DrawFileInfo=1
;or 0 if you don't want image info
VerticalPadding=96

mat

Ah, thats done it. Thanks a lot, thats real cool :D
img]http://img129.imageshack.us/img129/7493/oblivionsigsmaller6ry.png[/img]
Unfortunately, unlike the ball, people do not bounce.