[sword-svn] r54 - in trunk: . src/gui

bdrake at www.crosswire.org bdrake at www.crosswire.org
Tue Dec 11 04:47:28 MST 2007


Author: bdrake
Date: 2007-12-11 04:47:26 -0700 (Tue, 11 Dec 2007)
New Revision: 54

Added:
   trunk/TODO.txt
Modified:
   trunk/INSTALL
   trunk/INSTALL.TXT
   trunk/src/gui/Main.cpp
Log:


Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2007-12-11 08:42:01 UTC (rev 53)
+++ trunk/INSTALL	2007-12-11 11:47:26 UTC (rev 54)
@@ -17,8 +17,13 @@
 
 - make a link to start the program using the Windows Mobile file manager (Start/Programs/File Explorer).  To do this, first browse to your Sword home directory.  Use the cursor keys to highlight simplegui.exe (don't tap on it).  Then do menu/edit/copy. Next, browse to My Device/Windows/Start Menu/Programs and do Menu/Edit/Paste Shortcut (NOT Paste!).  This will produce a link that you can use to fire up the application.
 
-Known problems: We need a means of installation that will run on a PC and do all of the above automatically using Sword Install Manager to get the modules.  This is work in progress.  Also, GUI.exe is intended to have two text window so that two different versions or a version and a commentary can be looked at.  Currently, simplegui.exe is the same as GUI.exe but without the extra button which currently does nothing useful!
+Known problems: GUI.exe is intended to have two text windows so that two different versions or a version and a commentary can be looked at.  Currently, simplegui.exe is the same as GUI.exe but without the extra button which currently does nothing useful!
 
+Strongs, Morphs and X-refs.  Most of the code for these is in there in the original (Johan's code), but broken.  If you want the 
+original, I've got it.
+
+Footnote MessageBoxes need to show Greek when present.  Hebrew ought to be stripped out for tidyness.  MessageBox can handle RtoL text but only for the entire box, and not isolated words.
+
 Any offers of help appreciated.
 
 	May God bless you as you seek to serve Him!

Modified: trunk/INSTALL.TXT
===================================================================
--- trunk/INSTALL.TXT	2007-12-11 08:42:01 UTC (rev 53)
+++ trunk/INSTALL.TXT	2007-12-11 11:47:26 UTC (rev 54)
@@ -17,8 +17,13 @@
 
 - make a link to start the program using the Windows Mobile file manager (Start/Programs/File Explorer).  To do this, first browse to your Sword home directory.  Use the cursor keys to highlight simplegui.exe (don't tap on it).  Then do menu/edit/copy. Next, browse to My Device/Windows/Start Menu/Programs and do Menu/Edit/Paste Shortcut (NOT Paste!).  This will produce a link that you can use to fire up the application.
 
-Known problems: We need a means of installation that will run on a PC and do all of the above automatically using Sword Install Manager to get the modules.  This is work in progress.  Also, GUI.exe is intended to have two text window so that two different versions or a version and a commentary can be looked at.  Currently, simplegui.exe is the same as GUI.exe but without the extra button which currently does nothing useful!
+Known problems: GUI.exe is intended to have two text windows so that two different versions or a version and a commentary can be looked at.  Currently, simplegui.exe is the same as GUI.exe but without the extra button which currently does nothing useful!
 
+Strongs, Morphs and X-refs.  Most of the code for these is in there in the original (Johan's code), but broken.  If you want the 
+original, I've got it.
+
+Footnote MessageBoxes need to show Greek when present.  Hebrew ought to be stripped out for tidyness.  MessageBox can handle RtoL text but only for the entire box, and not isolated words.
+
 Any offers of help appreciated.
 
 	May God bless you as you seek to serve Him!

Added: trunk/TODO.txt
===================================================================
--- trunk/TODO.txt	                        (rev 0)
+++ trunk/TODO.txt	2007-12-11 11:47:26 UTC (rev 54)
@@ -0,0 +1,11 @@
+TODO:
+Strongs, Morphs and X-refs.  Most of the code for these is in there in the original (Johan's code), but broken.  If you want the 
+original, I've got it.
+
+Footnote MessageBoxes need to show Greek when present.  Hebrew ought to be stripped out for tidyness.  MessageBox can handle RtoL text but only for the entire box, and not isolated words.
+
+We need to have two modules that can be brought up on two text window tabs or buttons for comparison (for English plus A.N.Other or for bible plus commentary). GUI.exe builds with a menu item with this in mind.
+
+Also, a SmartPhone version is needed.  For this, the present use of 'MenuBar' in a resource file has to be replaced with 'hard wired' buttons or menus.  We also need a nice Windows install manager based on the Sword Install Manager, but feeding the module files straight to the device via Active Sync.
+
+B. Drake - December 11th 2007
\ No newline at end of file

Modified: trunk/src/gui/Main.cpp
===================================================================
--- trunk/src/gui/Main.cpp	2007-12-11 08:42:01 UTC (rev 53)
+++ trunk/src/gui/Main.cpp	2007-12-11 11:47:26 UTC (rev 54)
@@ -157,7 +157,7 @@
 					SendMessage (hWnd, WM_CLOSE, 0, 0);
 					break;
 				case MENU_ABOUT:
-					MessageBox(0, L"Sword reader program for Pocket PC\n\nsee: http://www.crosswire.org/sword/swordreader/\n\nGUI by Johan Gorter, 2004\nNow being maintained by B. Drake, Robin Randall and David Trotz\nProverbs 16:3", L"About", MB_OK);
+					MessageBox(0, L"Sword reader program for Pocket PC ver. 1.0.1\n\nsee: http://www.crosswire.org/sword/swordreader/\n\nGUI by Johan Gorter, 2004\nNow being maintained by B. Drake, Robin Randall and David Trotz\nProverbs 16:3", L"About", MB_OK);
 					break;
 				case MENU_SHUTDOWN:
 					SendMessage(hWnd, WM_ACTIVATE, MAKEWPARAM(WA_INACTIVE, 0), (LPARAM)hWnd);




More information about the sword-cvs mailing list