Search found 6 matches

by mox
Sun Jun 23, 2013 10:37 am
Forum: DS/DSi Development
Topic: Help with example projects both screens and keyboard ?
Replies: 3
Views: 7810

Help with example projects both screens and keyboard ?

I like the example project that lets you print to both the top and bottom screen, very handy.

"I can get example projects that use the keyboard (like examples/nds/input/keyboard/keyboard_stdin) to work ok."
"I can get example projects that print to both screens (like examples/nds/Graphics/Printing ...
by mox
Wed Jun 05, 2013 8:02 pm
Forum: devkitARM
Topic: Help with example projects keyboard and both screens ?
Replies: 2
Views: 11271

Help with example projects keyboard and both screens ?

Hiya,

I'm trying to (re)ask this here, I'm not sure if it's the right place, it's a follow on inquiry from one in another topic.

I have been able to use to one of the keyboard sample projects on it's own ok now. (part of original problem)
"I can get example projects that use the keyboard (like ...
by mox
Fri May 10, 2013 1:37 pm
Forum: DS/DSi Development
Topic: Help with nds virtual keyboard examples
Replies: 5
Views: 10761

Re: Help with nds virtual keyboard examples

Update: Maybe I should rephrase the question slightly :)

I can get example projects that use the keyboard (like examples/nds/input/keyboard/keyboard_stdin) to work ok.
I can get example projects that print to both screens (like examples/nds/Graphics/Printing/print_both_screens) to work ok.

What I ...
by mox
Sun Apr 28, 2013 9:42 am
Forum: DS/DSi Development
Topic: Help with nds virtual keyboard examples
Replies: 5
Views: 10761

Re: Help with nds virtual keyboard examples

Ok cool, desmume works without complaint.

I'm not sure how to use both of the screens ? For the most part, I only need to print text, which works great for me in my own project using either consoleSelect(&bottomScreen); or consoleSelect(&topScreen); and print statements. (But with no keyboard ...
by mox
Tue Apr 23, 2013 6:07 pm
Forum: DS/DSi Development
Topic: Help with nds virtual keyboard examples
Replies: 5
Views: 10761

Re: Help with nds virtual keyboard examples

Well .. I'm able to build keyboard_stdin.nds, however it complains:
"Sorry, no$gba needs a copy of the original GBA BIOS (in a file named gba.rom or no$gba.rom) to execute BIOS sound functions."

My own project compiles and runs without this warning .. I don't need access to sound functions, I'm not ...
by mox
Mon Apr 22, 2013 9:42 am
Forum: DS/DSi Development
Topic: Help with nds virtual keyboard examples
Replies: 5
Views: 10761

Help with nds virtual keyboard examples

First time poster :)

I've got an nds program that is working ok so far, but I really need too add a virtual keyboard to it.
Not having much luck so far working out how to make use of the stuff in examples/nds/input/keyboard

I'm setting up my screens like this:
PrintConsole topScreen ...