|  08-15-2006, 05:17 PM | #31 | 
| Enthusiast  Posts: 34 Karma: 10 Join Date: Aug 2006 Device: Palm Tungsten TX / Iliad | 
				
				HTML Paging
			 
			
			Just so people don't think I'm dim ... well, any dimmer than I really am    ... I didn't create the HTML document I'm trying to read. It's a very large HTML-ified reference book that has hundreds of pages, with many links and a lot of long pages. I could probably write a script to run through all the HTML files, splitting them up, and updating the hyperlinks appropriately, but I have a feeling I'd waste a looooot of time getting it right. Oh well, I might give it a go, anyway, since this would be a useful generic tool for preprocessing existing HTML documents for the Iliad. It would just be nice if the iRex team could get it happening automatically somehow. Then again, perhaps preprocessing s the right way to do it, rather than doing the processing on a device with a small CPU. | 
|   |   | 
|  08-15-2006, 05:29 PM | #32 | |
| Enthusiast  Posts: 34 Karma: 10 Join Date: Aug 2006 Device: Palm Tungsten TX / Iliad | Quote: 
 However, that's still not guaranteed to be a nice UI when there are hundreds of them. Since there's no way to split the screen vertically and allow scrolling of the list of bookmarks, I have a feeling it still wouldn't work very well. Perhaps the manifest is the solution again here. If I could define a small number of useful bookmarks in there, it would work well. I'd just stick in one for the first contents page and the first index page ... plus any specific pages I find myself jumping to all the time. Even nicer would be if there was a way to add a bookmark via the GUI, so I don't need to edit the manifest by hand. Ie, a button in the toolbar that means "Put a bookmark here". However, that's just a nicety. I'd be happy enough just to have a way to do it at all. By the way, I do realise my needs may be a bit different to most other people's   I just think adding facilities to easily jump around documents means the difference between the Iliad being an incredibly useful reference tool and just a novel reader ... which in itself is still fantastic. | |
|   |   | 
|  08-15-2006, 07:10 PM | #33 | 
| eink fanatic            Posts: 2,022 Karma: 4924 Join Date: Mar 2006 Location: Germany Device: STAReBOOK, iRex Iliad, Sony 505, Kindle 2 | 
			
			There is a dev. job at iRex? Cool...maybe somebody from this board will apply...^^
		 | 
|   |   | 
|  08-15-2006, 07:45 PM | #34 | 
| Wizard            Posts: 1,018 Karma: 67827 Join Date: Jan 2005 Device: PocketBook Era | 
				
				Card strangeness
			 
			
			After putting the 2.6 upgrade on, the device no longer recognized my SD card that I'd been using under 2.5. Now it's done this before, and a reboot later, it's working again. So, for fun, I popped out the SD card and popped in the CF card (that had problems under 2.5). Now, the CF card works fine, but the SD card is no longer recognized when I re-insert it. | 
|   |   | 
|  08-15-2006, 08:51 PM | #35 | |
| Evangelist            Posts: 430 Karma: 2718 Join Date: May 2006 Device: Iliad | Quote: 
 | |
|   |   | 
|  08-16-2006, 04:29 AM | #36 | |
| Zealot  Posts: 103 Karma: 11 Join Date: Jul 2006 | Quote: 
   | |
|   |   | 
|  08-16-2006, 12:50 PM | #37 | 
| Connoisseur  Posts: 98 Karma: 31 Join Date: Mar 2006 Location: Spain Device: Iliad/Ipaq 6340 | 
			
			Has any one else noticed that the Iliad no longer clears the screen when it runs out of battery in version 2.6? I quite liked the way it was in 2.5 as it was less confusing.
		 | 
|   |   | 
|  08-16-2006, 02:12 PM | #38 | |
| Wizard            Posts: 1,018 Karma: 67827 Join Date: Jan 2005 Device: PocketBook Era | Quote: 
 BTW: 6am battery fully charged (LED off). 7am powered onon. 2pm battery died. 7 hours of on time - only about 3 actually being used. A bit short of the 10 hours promised - but still better than what it was under 2.5. | |
|   |   | 
|  08-16-2006, 04:14 PM | #39 | |
| Evangelist    Posts: 458 Karma: 293 Join Date: May 2006 | Quote: 
 | |
|   |   | 
|  08-16-2006, 04:24 PM | #40 | |
| Zealot  Posts: 100 Karma: 29 Join Date: May 2006 | Quote: 
 | |
|   |   | 
|  08-17-2006, 03:17 PM | #41 | 
| Uebermensch            Posts: 2,583 Karma: 1094606 Join Date: Jul 2003 Location: Italy Device: Kindle | 
			
			Are you guys getting the ten hours battery life as advertised?
		 | 
|   |   | 
|  08-17-2006, 03:32 PM | #42 | 
| Übernerd  Posts: 238 Karma: 74 Join Date: Jun 2006 Location: Germany Device: iRex iLiad | 
			
			has anyone tried to create large HTML-packages? I have a rather big comic, with over 600 pages, packed into HTML and setup with a manifest.xml. Now as soon as i click on the page bar, the viewer goes ka-boom and closes. I think I am letting something overflow there. Code: <?xml version="1.0" encoding="utf-8"?>
<package>
  <metadata>
    <dc-metadata>
      <Title>Questionable Content</Title>
      <Description>www.questionablecontent.net, complete archive</Description>
      <Date>2006-08-15T20:00:00</Date>
      <Format>text/x-ereader-document</Format>
      <Language>en/us</Language>
      <Type>comic</Type>
    </dc-metadata>
    <y-metadata>
      <FileSize>000</FileSize>
      <ItemSize>000</ItemSize>
      <startpage>001.html</startpage>
      <image></image>
      <version>000</version>
    </y-metadata>
  </metadata>
  <index>
    <pagelist type="irfanview" count="689">
      <page number="001" url="001.html" />
      <page number="002" url="002.html" />
      <page number="003" url="003.html" />
      <page number="004" url="004.html" />
      <page number="005" url="005.html" />
      <page number="006" url="006.html" />
      <page number="007" url="007.html" />
      <page number="008" url="008.html" />
      <page number="009" url="009.html" />
      <page number="010" url="010.html" />
      <page number="011" url="011.html" />
      <page number="012" url="012.html" />
      ...
      <page number="689" url="689.html" />
    </pagelist>
  </index>
</package> | 
|   |   | 
|  08-17-2006, 05:35 PM | #43 | |
| Wizard            Posts: 1,018 Karma: 67827 Join Date: Jan 2005 Device: PocketBook Era | Quote: 
 | |
|   |   | 
|  08-17-2006, 05:45 PM | #44 | |
| Addict   Posts: 302 Karma: 116 Join Date: May 2006 Device: Iliad, dude! | Quote: 
 | |
|   |   | 
|  08-17-2006, 06:49 PM | #45 | |
| Wizard            Posts: 1,018 Karma: 67827 Join Date: Jan 2005 Device: PocketBook Era | Quote: 
 Code: <pagelist type="layout" count="676"> <page number="1" url="0743.html" /> <page number="2" url="0744.html" /> <page number="3" url="0745.html" /> <page number="4" url="0746.html" /> <page number="5" url="0747.html" /> <page number="6" url="0748.html" /> <page number="7" url="0749.html" /> <page number="8" url="0750.html" /> <page number="9" url="0751.html" /> <page number="10" url="0752.html" /> <page number="11" url="0753.html" /> | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Classic Problems installing software. | sblop | Barnes & Noble NOOK | 8 | 10-06-2010 03:40 AM | 
| Reader Library Software Problems | rhines | Sony Reader | 1 | 12-27-2009 12:02 AM | 
| Problems with Sony Ebook Software | lukea01 | Introduce Yourself | 5 | 09-12-2009 03:32 AM | 
| software problems | mozart | Sony Reader | 2 | 09-02-2009 09:30 PM | 
| Problems after updating connect software | Zevs | Sony Reader | 16 | 10-28-2007 06:14 PM |