View Single Post
Old 07-19-2011, 01:52 AM   #445
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by Mark Nord View Post
Ben,

fixed the settings-dialog for non-touch-readers by assigning doCenter = doCenterF() and pushed it to apps-repository.

Some additional thoughts:

doHold0 should call the same code as doRoot in calendar. Otherwise PRS300/505 will not save calendar.dat!

wordDays[..] could be used instead of string-literals here
Code:
		if (weekBeginsWith=="Mon") {
			this.labelSun.setValue(wordDays[1]);
			this.labelMon.setValue(wordDays[2]);
...
and also near the end of the code.
Giving a first approach for localization.

Regards
Mark

PS: Virtual-Keyboard (re)posted by VictorSJG (originally writen by m-land) is xDicto in the Sim. Non-Touch-Skin is required to use it.
But I'm nearly sure that the build in keyboard could be accessed for 600/x50 touch-type-readers, but as RL is realy busy right now I can't be of great help for the next few weeks.
Hi Mark,

Thanks for the fix! I will certainly apply what you suggest.

I have been thinking about keyboards, but the first step is to create an event browser popup. If I can get it working, I might include an English keyboard as well, but try and program it in a way that other keyboard layouts could be swapped in (might be difficult, though!)

I go on holidays later this week, so I probably won't have a lot of time for programming, either. We'll see. At least the calendar app is at a reasonably usable stage, as long as people don't mind editing the event file manually.

Sincerely,
Ben.
BenChen is offline   Reply With Quote